2026-03-13 16:52:57,082 - DEBUG - [10.0.0.19]: Running cmd : hostname 2026-03-13 16:52:57,322 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-446-1.novalocal 2026-03-13 16:52:57,322 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2026-03-13 16:52:57,432 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-446-1.novalocal 2026-03-13 16:52:57,432 - DEBUG - [10.0.0.19]: 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-13 16:52:57,583 - DEBUG - Output : NAMES contrail_test_m3gZ39N47 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_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 webui_web_1 webui_job_1 config_devicemgr_1 config_api_1 config_nodemgr_1 config_dnsmasq_1 config_schema_1 config_svcmonitor_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-13 16:52:57,584 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-13 16:52:57,694 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 10.20.0.25/24 172.17.0.1/16 10.20.0.25/24 2026-03-13 16:52:57,694 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2026-03-13 16:52:57,809 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-446-1.novalocal 2026-03-13 16:52:57,809 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-13 16:52:57,919 - DEBUG - Output : 10.20.0.25/24 2026-03-13 16:52:57,919 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.20.0.25 | head -n 1 | awk '{print $2}' 2026-03-13 16:52:58,028 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-446-1.novalocal 2026-03-13 16:52:58,312 - INFO - Using existing project ['default-domain', 'k8s-default'](a95a47bc-4037-4632-8c33-097ab409da7b) 2026-03-13 16:52:58,381 - INFO - Using existing project ['default-domain', 'k8s-default'](a95a47bc-4037-4632-8c33-097ab409da7b) 2026-03-13 16:52:58,503 - INFO - ================================================================================ 2026-03-13 16:52:58,503 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-13 16:52:58,503 - 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-13 16:52:58,760 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:52:58,766 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.25': '0'}} with 2026-03-13 16:52:58,766 - INFO - Initial checks done. Running the testcase now 2026-03-13 16:52:58,766 - INFO - 2026-03-13 16:52:58,770 - INFO - Namespace default already exists 2026-03-13 16:52:58,770 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 16:52:58,941 - DEBUG - Output : cluster_project={} 2026-03-13 16:52:58,979 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-13 16:52:58,979 - DEBUG - Project uuid in Contrail is a95a47bc-4037-4632-8c33-097ab409da7b 2026-03-13 16:52:58,979 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-13 16:52:59,127 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-13 16:52:59,127 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=ae7d7bca-fea5-4f9c-888f-5f122c9873d1 2026-03-13 16:52:59,131 - INFO - Namespace default with uuid ae7d7bca-fea5-4f9c-888f-5f122c9873d1 found in kube manager 2026-03-13 16:52:59,131 - INFO - Namespace default verification passed 2026-03-13 16:52:59,136 - DEBUG - Service ctest-nginx-svc-68494313 not present 2026-03-13 16:52:59,136 - INFO - Creating service ctest-nginx-svc-68494313 2026-03-13 16:52:59,150 - INFO - Created Service ctest-nginx-svc-68494313 2026-03-13 16:52:59,154 - DEBUG - Pod ctest-nginx-pod-47270023 not present 2026-03-13 16:52:59,154 - INFO - Creating Pod ctest-nginx-pod-47270023 2026-03-13 16:52:59,194 - DEBUG - Pod : ctest-nginx-pod-47270023 UUID is c752ca5d-9320-4638-b885-cc5cf6e325af 2026-03-13 16:52:59,199 - DEBUG - Pod ctest-nginx-pod-63424731 not present 2026-03-13 16:52:59,200 - INFO - Creating Pod ctest-nginx-pod-63424731 2026-03-13 16:52:59,249 - DEBUG - Pod : ctest-nginx-pod-63424731 UUID is 25ca3541-ae00-4694-96e9-1b021a2ce3a5 2026-03-13 16:52:59,370 - INFO - Created VN __public__, UUID :306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:52:59,473 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-13 16:52:59,478 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4af7abfd-182f-4ccb-9b55-a6f37f3f4452 2026-03-13 16:52:59,491 - DEBUG - Requesting: http://10.0.0.19:8082/project/a95a47bc-4037-4632-8c33-097ab409da7b 2026-03-13 16:52:59,547 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:52:59,562 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:52:59,571 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:52:59,577 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:52:59,583 - DEBUG - Route Targets: [] 2026-03-13 16:52:59,583 - DEBUG - RT names not yet present for VN __public__ 2026-03-13 16:53:04,584 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-13 16:53:04,589 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4af7abfd-182f-4ccb-9b55-a6f37f3f4452 2026-03-13 16:53:04,600 - DEBUG - Requesting: http://10.0.0.19:8082/project/a95a47bc-4037-4632-8c33-097ab409da7b 2026-03-13 16:53:04,639 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:04,648 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:04,656 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:53:04,663 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:53:04,669 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/e6717d2f-fe44-4947-8f8d-292a0652a4fb 2026-03-13 16:53:04,675 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-13 16:53:04,675 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:04,682 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:53:04,693 - INFO - Verified VN network id 15 for VN 306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:04,693 - INFO - Verifications in API Server for VN __public__ passed 2026-03-13 16:53:04,693 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:04,701 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:53:04,707 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:53:04,713 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/e6717d2f-fe44-4947-8f8d-292a0652a4fb 2026-03-13 16:53:04,719 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-13 16:53:04,725 - DEBUG - Control-node 10.0.0.19 : 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': '3489248117580055873', 'uuid-lslong': '11418703799969576767'}, 'enable': 'true', 'created': '2026-03-13T16:52:59', 'last-modified': '2026-03-13T16:52:59', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.309090'} 2026-03-13 16:53:04,725 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:53:04,735 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-13 16:53:04,735 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-13 16:53:04,735 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-13 16:53:04,735 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-13 16:53:04,741 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4af7abfd-182f-4ccb-9b55-a6f37f3f4452 2026-03-13 16:53:04,748 - DEBUG - Requesting: http://10.0.0.19:8082/project/a95a47bc-4037-4632-8c33-097ab409da7b 2026-03-13 16:53:04,793 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:04,803 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-13 16:53:04,803 - DEBUG - Verifying the vn in opserver 2026-03-13 16:53:04,803 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2026-03-13 16:53:04,803 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2026-03-13 16:53:04,807 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-13 16:53:04,807 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-13 16:53:04,807 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:53:04,812 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:53:04,817 - DEBUG - Do not have enough data to verify VN in agent 2026-03-13 16:53:04,817 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:53:04,821 - DEBUG - VRF ids for VN __public__: {} 2026-03-13 16:53:04,881 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-13 16:53:04,961 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-13 16:53:04,966 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4af7abfd-182f-4ccb-9b55-a6f37f3f4452 2026-03-13 16:53:04,981 - DEBUG - Requesting: http://10.0.0.19:8082/project/a95a47bc-4037-4632-8c33-097ab409da7b 2026-03-13 16:53:05,029 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:05,041 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/c99deafa-2529-4cb2-9403-be7616d05781 2026-03-13 16:53:05,047 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-13 16:53:05,053 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4af7abfd-182f-4ccb-9b55-a6f37f3f4452 2026-03-13 16:53:05,060 - DEBUG - Requesting: http://10.0.0.19:8082/project/a95a47bc-4037-4632-8c33-097ab409da7b 2026-03-13 16:53:05,096 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/306c4cad-158f-4541-9e77-629b7096f73f 2026-03-13 16:53:05,109 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-13 16:53:05,109 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-13 16:53:05,117 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-13 16:53:05,123 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-13 16:53:05,123 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-13 16:53:05,126 - DEBUG - Ingress ctest-nginx-ingress-90454390 not present 2026-03-13 16:53:05,126 - INFO - Creating Ingress ctest-nginx-ingress-90454390 2026-03-13 16:53:05,134 - INFO - Created Ingress ctest-nginx-ingress-90454390 2026-03-13 16:53:05,138 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90454390 2026-03-13 16:53:08,146 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90454390 2026-03-13 16:53:11,151 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90454390 2026-03-13 16:53:14,156 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90454390 2026-03-13 16:53:17,162 - DEBUG - For Ingress ctest-nginx-ingress-90454390, Cluster IP: 10.47.255.246, External IPs ['137.205.138.252'] 2026-03-13 16:53:17,162 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-90454390 2026-03-13 16:53:17,162 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=d51446b3-c336-47dc-9258-d7c432737493 2026-03-13 16:53:17,166 - INFO - Ingress ctest-nginx-ingress-90454390 with uuid d51446b3-c336-47dc-9258-d7c432737493 found in kube manager 2026-03-13 16:53:17,167 - INFO - Ingress ctest-nginx-ingress-90454390 verification passed 2026-03-13 16:53:17,170 - DEBUG - Pod ctest-busybox-pod-49964950 not present 2026-03-13 16:53:17,171 - INFO - Creating Pod ctest-busybox-pod-49964950 2026-03-13 16:53:17,214 - DEBUG - Pod : ctest-busybox-pod-49964950 UUID is 14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:17,223 - DEBUG - Pod ctest-nginx-pod-47270023 not in running state.Currently in Pending 2026-03-13 16:53:22,231 - INFO - Pod ctest-nginx-pod-47270023 is in running state.Got IP 10.47.255.248 2026-03-13 16:53:22,245 - DEBUG - Pod ctest-nginx-pod-47270023 has vmi 19976b52-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:53:22,245 - INFO - Verified pod ctest-nginx-pod-47270023 in contrail-api 2026-03-13 16:53:22,245 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:53:22,270 - DEBUG - VMI 19976b52-1efd-11f1-955c-fa163e03bb00 is active in agent 10.0.0.19 2026-03-13 16:53:22,271 - INFO - Verified Pod ctest-nginx-pod-47270023 in agent 10.0.0.19 2026-03-13 16:53:22,272 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=c752ca5d-9320-4638-b885-cc5cf6e325af 2026-03-13 16:53:22,276 - INFO - Pod ctest-nginx-pod-47270023 with uuid c752ca5d-9320-4638-b885-cc5cf6e325af found in kube manager 2026-03-13 16:53:22,276 - INFO - Pod ctest-nginx-pod-47270023 verification passed 2026-03-13 16:53:22,336 - DEBUG - [Pod ctest-nginx-pod-47270023] Cmd: echo ctest-nginx-pod-47270023 > /usr/share/nginx/html/index.html, Output: 2026-03-13 16:53:22,344 - INFO - Pod ctest-nginx-pod-63424731 is in running state.Got IP 10.47.255.247 2026-03-13 16:53:22,357 - DEBUG - Pod ctest-nginx-pod-63424731 has vmi 1bab6934-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:53:22,357 - INFO - Verified pod ctest-nginx-pod-63424731 in contrail-api 2026-03-13 16:53:22,357 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:53:22,366 - DEBUG - VMI 1bab6934-1efd-11f1-955c-fa163e03bb00 is active in agent 10.0.0.19 2026-03-13 16:53:22,366 - INFO - Verified Pod ctest-nginx-pod-63424731 in agent 10.0.0.19 2026-03-13 16:53:22,366 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=25ca3541-ae00-4694-96e9-1b021a2ce3a5 2026-03-13 16:53:22,370 - INFO - Pod ctest-nginx-pod-63424731 with uuid 25ca3541-ae00-4694-96e9-1b021a2ce3a5 found in kube manager 2026-03-13 16:53:22,370 - INFO - Pod ctest-nginx-pod-63424731 verification passed 2026-03-13 16:53:22,415 - DEBUG - [Pod ctest-nginx-pod-63424731] Cmd: echo ctest-nginx-pod-63424731 > /usr/share/nginx/html/index.html, Output: 2026-03-13 16:53:22,422 - DEBUG - Pod ctest-busybox-pod-49964950 not in running state.Currently in Pending 2026-03-13 16:53:27,429 - DEBUG - Pod ctest-busybox-pod-49964950 not in running state.Currently in Pending 2026-03-13 16:53:32,438 - INFO - Pod ctest-busybox-pod-49964950 is in running state.Got IP 10.47.255.245 2026-03-13 16:53:32,450 - DEBUG - Pod ctest-busybox-pod-49964950 has vmi 237ce8c2-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:53:32,450 - INFO - Verified pod ctest-busybox-pod-49964950 in contrail-api 2026-03-13 16:53:32,451 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:53:32,458 - DEBUG - VMI 237ce8c2-1efd-11f1-955c-fa163e03bb00 is active in agent 10.0.0.19 2026-03-13 16:53:32,458 - INFO - Verified Pod ctest-busybox-pod-49964950 in agent 10.0.0.19 2026-03-13 16:53:32,458 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:32,462 - INFO - Pod ctest-busybox-pod-49964950 with uuid 14644004-0704-48b3-827f-6fbfe00546c9 found in kube manager 2026-03-13 16:53:32,462 - INFO - Pod ctest-busybox-pod-49964950 verification passed 2026-03-13 16:53:32,505 - DEBUG - [Pod ctest-busybox-pod-49964950] 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-47270023 2026-03-13 16:53:32,505 - DEBUG - [Pod Pod ctest-busybox-pod-49964950] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 16:53:32,505 - DEBUG - [Pod Pod ctest-busybox-pod-49964950] 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-47270023 2026-03-13 16:53:32,547 - DEBUG - [Pod ctest-busybox-pod-49964950] 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-63424731 2026-03-13 16:53:32,547 - DEBUG - [Pod Pod ctest-busybox-pod-49964950] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 16:53:32,547 - DEBUG - [Pod Pod ctest-busybox-pod-49964950] 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-63424731 2026-03-13 16:53:32,547 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-47270023': 1, 'ctest-nginx-pod-63424731': 1} 2026-03-13 16:53:32,547 - WARNING - Nothing to delete parallely 2026-03-13 16:53:32,547 - INFO - Deleting pod default:ctest-busybox-pod-49964950 2026-03-13 16:53:32,557 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:32,564 - WARNING - Pod uuid 14644004-0704-48b3-827f-6fbfe00546c9 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:53:37,565 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:37,569 - WARNING - Pod uuid 14644004-0704-48b3-827f-6fbfe00546c9 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:53:42,570 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:42,575 - WARNING - Pod uuid 14644004-0704-48b3-827f-6fbfe00546c9 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:53:47,576 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:47,580 - WARNING - Pod uuid 14644004-0704-48b3-827f-6fbfe00546c9 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:53:52,581 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:52,586 - WARNING - Pod uuid 14644004-0704-48b3-827f-6fbfe00546c9 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:53:57,586 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:53:57,593 - WARNING - Pod uuid 14644004-0704-48b3-827f-6fbfe00546c9 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:54:02,594 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:54:02,600 - WARNING - Pod uuid 14644004-0704-48b3-827f-6fbfe00546c9 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:54:07,601 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=14644004-0704-48b3-827f-6fbfe00546c9 2026-03-13 16:54:07,606 - DEBUG - Pod 14644004-0704-48b3-827f-6fbfe00546c9 is not in agent 10.0.0.19 VM list 2026-03-13 16:54:07,606 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:237ce8c2-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:54:07,610 - DEBUG - VMI 237ce8c2-1efd-11f1-955c-fa163e03bb00 is removed from agent 10.0.0.19 2026-03-13 16:54:07,610 - INFO - Verified that pod ctest-busybox-pod-49964950 is removed in agent 2026-03-13 16:54:07,610 - INFO - Deleting Ingress : ctest-nginx-ingress-90454390 2026-03-13 16:54:07,619 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=d51446b3-c336-47dc-9258-d7c432737493 2026-03-13 16:54:07,623 - ERROR - Ingress ctest-nginx-ingress-90454390 with uuid d51446b3-c336-47dc-9258-d7c432737493 still found in kube manager 2026-03-13 16:54:08,624 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=d51446b3-c336-47dc-9258-d7c432737493 2026-03-13 16:54:08,628 - ERROR - Ingress ctest-nginx-ingress-90454390 with uuid d51446b3-c336-47dc-9258-d7c432737493 still found in kube manager 2026-03-13 16:54:09,629 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=d51446b3-c336-47dc-9258-d7c432737493 2026-03-13 16:54:09,633 - ERROR - Ingress ctest-nginx-ingress-90454390 with uuid d51446b3-c336-47dc-9258-d7c432737493 still found in kube manager 2026-03-13 16:54:10,637 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=d51446b3-c336-47dc-9258-d7c432737493 2026-03-13 16:54:10,642 - ERROR - Ingress ctest-nginx-ingress-90454390 with uuid d51446b3-c336-47dc-9258-d7c432737493 still found in kube manager 2026-03-13 16:54:11,644 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=d51446b3-c336-47dc-9258-d7c432737493 2026-03-13 16:54:11,647 - INFO - Ingress ctest-nginx-ingress-90454390 with uuid d51446b3-c336-47dc-9258-d7c432737493 deleted successfully from kube manager 2026-03-13 16:54:11,648 - INFO - Verifications on Ingress %s cleanup passed 2026-03-13 16:54:11,648 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-13 16:54:11,739 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-13 16:54:11,749 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-13 16:54:11,749 - INFO - Deleting VN __public__ 2026-03-13 16:54:11,915 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/ebb1c389-9438-428c-bcf7-cf2f5c32e5c0 2026-03-13 16:54:11,926 - DEBUG - Response Code: 404 2026-03-13 16:54:11,927 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-13 16:54:11,931 - DEBUG - Requesting: http://10.0.0.19:8082/domain/4af7abfd-182f-4ccb-9b55-a6f37f3f4452 2026-03-13 16:54:11,936 - DEBUG - Requesting: http://10.0.0.19:8082/project/a95a47bc-4037-4632-8c33-097ab409da7b 2026-03-13 16:54:12,000 - INFO - Validated that VN __public__ is not found in API Server 2026-03-13 16:54:12,000 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-13 16:54:12,009 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:54:12,016 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2026-03-13 16:54:12,016 - INFO - Validated that VN __public__ is not in any agent 2026-03-13 16:54:12,016 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:54:12,023 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:54:12,028 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-13 16:54:12,033 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-13 16:54:12,034 - INFO - Deleting pod default:ctest-nginx-pod-63424731 2026-03-13 16:54:12,045 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=25ca3541-ae00-4694-96e9-1b021a2ce3a5 2026-03-13 16:54:12,062 - WARNING - Pod uuid 25ca3541-ae00-4694-96e9-1b021a2ce3a5 is still seen in agent 10.0.0.19 VM list 2026-03-13 16:54:17,062 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=25ca3541-ae00-4694-96e9-1b021a2ce3a5 2026-03-13 16:54:17,067 - DEBUG - Pod 25ca3541-ae00-4694-96e9-1b021a2ce3a5 is not in agent 10.0.0.19 VM list 2026-03-13 16:54:17,067 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1bab6934-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:54:17,072 - DEBUG - VMI 1bab6934-1efd-11f1-955c-fa163e03bb00 is removed from agent 10.0.0.19 2026-03-13 16:54:17,073 - INFO - Verified that pod ctest-nginx-pod-63424731 is removed in agent 2026-03-13 16:54:17,073 - INFO - Deleting pod default:ctest-nginx-pod-47270023 2026-03-13 16:54:17,087 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c752ca5d-9320-4638-b885-cc5cf6e325af 2026-03-13 16:54:17,104 - WARNING - Pod uuid c752ca5d-9320-4638-b885-cc5cf6e325af is still seen in agent 10.0.0.19 VM list 2026-03-13 16:54:22,105 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c752ca5d-9320-4638-b885-cc5cf6e325af 2026-03-13 16:54:22,109 - DEBUG - Pod c752ca5d-9320-4638-b885-cc5cf6e325af is not in agent 10.0.0.19 VM list 2026-03-13 16:54:22,110 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:19976b52-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:54:22,113 - DEBUG - VMI 19976b52-1efd-11f1-955c-fa163e03bb00 is removed from agent 10.0.0.19 2026-03-13 16:54:22,113 - INFO - Verified that pod ctest-nginx-pod-47270023 is removed in agent 2026-03-13 16:54:22,113 - INFO - Deleting service : ctest-nginx-svc-68494313 2026-03-13 16:54:22,615 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:54:22,621 - DEBUG - No XMPP flaps were noticed during the test
2026-03-13 16:54:22,621 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:24]
2026-03-13 16:54:22,621 - INFO - -------------------------------------------------------------------------------- 2026-03-13 16:54:29,058 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 16:54:29,267 - DEBUG - Output : cluster_project={} 2026-03-13 16:54:29,303 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-13 16:54:29,552 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-13 16:54:29,556 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 16:54:29,801 - DEBUG - Output : cluster_project={} 2026-03-13 16:54:54,926 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:54:59,965 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:54:59,996 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:55:05,040 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:55:20,099 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:55:25,139 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:55:25,171 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:55:25,205 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:55:25,743 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:55:30,838 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2026-03-13 16:55:30,843 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-13 16:55:30,865 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-13 16:55:32,887 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-13 16:55:34,911 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-13 16:58:34,683 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:58:34,731 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=41fe5f6a-c4c6-4573-a50b-35e6df63dbd9 2026-03-13 16:58:34,771 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d9494629-7348-450d-9632-d331057db8b1 2026-03-13 16:58:34,780 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:58:34,786 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:58:34,812 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=28088714-da8a-4589-85de-dd9b7e0d8eec 2026-03-13 16:58:34,819 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=416b19f6-f491-48da-bcb1-df9dab3b2cc4 2026-03-13 16:58:34,835 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:58:34,864 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:58:39,880 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:58:39,881 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:58:39,883 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d9494629-7348-450d-9632-d331057db8b1 2026-03-13 16:58:39,884 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=41fe5f6a-c4c6-4573-a50b-35e6df63dbd9 2026-03-13 16:58:39,885 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=416b19f6-f491-48da-bcb1-df9dab3b2cc4 2026-03-13 16:58:39,886 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=28088714-da8a-4589-85de-dd9b7e0d8eec 2026-03-13 16:58:39,903 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:52447ddc-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:58:39,906 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:58:39,907 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:58:44,905 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d9494629-7348-450d-9632-d331057db8b1 2026-03-13 16:58:44,906 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=416b19f6-f491-48da-bcb1-df9dab3b2cc4 2026-03-13 16:58:44,907 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:58:44,908 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=28088714-da8a-4589-85de-dd9b7e0d8eec 2026-03-13 16:58:44,908 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:58:44,917 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:58:44,919 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:58:44,924 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:54f59138-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:58:49,926 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:58:49,927 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=28088714-da8a-4589-85de-dd9b7e0d8eec 2026-03-13 16:58:49,928 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:58:49,929 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d9494629-7348-450d-9632-d331057db8b1 2026-03-13 16:58:49,939 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5723f81e-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:58:49,941 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5938ca58-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:58:49,945 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:58:49,946 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:58:54,941 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:58:54,943 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:58:54,956 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:58:54,957 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:58:59,950 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:58:59,951 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:58:59,964 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:58:59,965 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:59:04,957 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:59:04,959 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:59:04,971 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:59:04,973 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:59:09,965 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16d9e60d-6323-4466-9a2e-ad88d7fd5fe0 2026-03-13 16:59:09,966 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:59:09,972 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e07bb66-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:59:09,980 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c0110455-7ed7-4966-b37b-d40ceb93f31c 2026-03-13 16:59:09,981 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a9f6f37a-6801-4222-853f-c64d79d5d5c0 2026-03-13 16:59:09,987 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:62c6789a-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:59:09,989 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:60b5259c-1efd-11f1-955c-fa163e03bb00 2026-03-13 16:59:14,974 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=47540cdc-2fda-4ca8-b700-5a42f4cb325b 2026-03-13 16:59:14,979 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5b5cc460-1efd-11f1-955c-fa163e03bb00