2026-03-02 13:39:26,946 - DEBUG - [10.0.0.38]: Running cmd : hostname 2026-03-02 13:39:27,217 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-435-1.novalocal 2026-03-02 13:39:27,217 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2026-03-02 13:39:27,325 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-435-1.novalocal 2026-03-02 13:39:27,325 - DEBUG - [10.0.0.38]: 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-02 13:39:27,489 - DEBUG - Output : NAMES contrail_test_zI2vTq3TD 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_nodemgr_1 analytics_collector_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_nodemgr_1 config_svcmonitor_1 config_dnsmasq_1 config_schema_1 config_api_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-02 13:39:27,489 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-02 13:39:27,608 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-03-02 13:39:27,609 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2026-03-02 13:39:27,738 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-435-1.novalocal 2026-03-02 13:39:27,738 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-02 13:39:27,855 - DEBUG - Output : 10.20.0.17/24 2026-03-02 13:39:27,856 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-03-02 13:39:27,962 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-435-1.novalocal 2026-03-02 13:39:28,254 - INFO - Using existing project ['default-domain', 'k8s-default'](24bdf2bd-db0c-499b-964a-f215a0c32c7e) 2026-03-02 13:39:28,327 - INFO - Using existing project ['default-domain', 'k8s-default'](24bdf2bd-db0c-499b-964a-f215a0c32c7e) 2026-03-02 13:39:28,451 - INFO - ================================================================================ 2026-03-02 13:39:28,451 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-02 13:39:28,451 - 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-02 13:39:28,719 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 13:39:28,728 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-03-02 13:39:28,728 - INFO - Initial checks done. Running the testcase now 2026-03-02 13:39:28,728 - INFO - 2026-03-02 13:39:28,732 - INFO - Namespace default already exists 2026-03-02 13:39:28,733 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 13:39:28,928 - DEBUG - Output : cluster_project={} 2026-03-02 13:39:28,971 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-02 13:39:28,971 - DEBUG - Project uuid in Contrail is 24bdf2bd-db0c-499b-964a-f215a0c32c7e 2026-03-02 13:39:28,971 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-02 13:39:29,142 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-02 13:39:29,143 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=adc7d953-daeb-4a3e-821e-daa06b84d131 2026-03-02 13:39:29,148 - INFO - Namespace default with uuid adc7d953-daeb-4a3e-821e-daa06b84d131 found in kube manager 2026-03-02 13:39:29,148 - INFO - Namespace default verification passed 2026-03-02 13:39:29,153 - DEBUG - Service ctest-nginx-svc-03259242 not present 2026-03-02 13:39:29,154 - INFO - Creating service ctest-nginx-svc-03259242 2026-03-02 13:39:29,187 - INFO - Created Service ctest-nginx-svc-03259242 2026-03-02 13:39:29,196 - DEBUG - Pod ctest-nginx-pod-45918047 not present 2026-03-02 13:39:29,197 - INFO - Creating Pod ctest-nginx-pod-45918047 2026-03-02 13:39:29,253 - DEBUG - Pod : ctest-nginx-pod-45918047 UUID is 77d3b6c2-2789-4582-9e16-75b40435950e 2026-03-02 13:39:29,271 - DEBUG - Pod ctest-nginx-pod-00788199 not present 2026-03-02 13:39:29,271 - INFO - Creating Pod ctest-nginx-pod-00788199 2026-03-02 13:39:29,310 - DEBUG - Pod : ctest-nginx-pod-00788199 UUID is dc0a3753-7fb4-486b-af9d-b72e94294324 2026-03-02 13:39:29,460 - INFO - Created VN __public__, UUID :0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:29,648 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-03-02 13:39:29,654 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4c785fa9-c6e3-4f56-9a42-8dd85ae40bcb 2026-03-02 13:39:29,669 - DEBUG - Requesting: http://10.0.0.38:8082/project/24bdf2bd-db0c-499b-964a-f215a0c32c7e 2026-03-02 13:39:29,739 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:29,753 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:29,765 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/b8e1818b-863b-4a4e-91f4-eaf55ca9dc6d 2026-03-02 13:39:29,776 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/b8e1818b-863b-4a4e-91f4-eaf55ca9dc6d 2026-03-02 13:39:29,786 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/eb68b46a-be19-4a17-953c-a471545e0ca7 2026-03-02 13:39:29,797 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-02 13:39:29,798 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:29,812 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/b8e1818b-863b-4a4e-91f4-eaf55ca9dc6d 2026-03-02 13:39:29,827 - INFO - Verified VN network id 15 for VN 0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:29,828 - INFO - Verifications in API Server for VN __public__ passed 2026-03-02 13:39:29,828 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:29,837 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/b8e1818b-863b-4a4e-91f4-eaf55ca9dc6d 2026-03-02 13:39:29,846 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/b8e1818b-863b-4a4e-91f4-eaf55ca9dc6d 2026-03-02 13:39:29,854 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/eb68b46a-be19-4a17-953c-a471545e0ca7 2026-03-02 13:39:29,862 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-02 13:39:29,870 - DEBUG - Control-node 10.0.0.38 : 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': '1140644862062644963', 'uuid-lslong': '10984526882674674973'}, 'enable': 'true', 'created': '2026-03-02T13:39:29', 'last-modified': '2026-03-02T13:39:29', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.337369'} 2026-03-02 13:39:29,870 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 13:39:29,882 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-02 13:39:29,882 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-02 13:39:29,883 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-02 13:39:29,883 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-03-02 13:39:29,889 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4c785fa9-c6e3-4f56-9a42-8dd85ae40bcb 2026-03-02 13:39:29,898 - DEBUG - Requesting: http://10.0.0.38:8082/project/24bdf2bd-db0c-499b-964a-f215a0c32c7e 2026-03-02 13:39:29,950 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:29,961 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-02 13:39:29,961 - DEBUG - Verifying the vn in opserver 2026-03-02 13:39:29,961 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2026-03-02 13:39:29,961 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2026-03-02 13:39:29,967 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-02 13:39:29,967 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-02 13:39:29,967 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 13:39:29,972 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 13:39:29,977 - DEBUG - Do not have enough data to verify VN in agent 2026-03-02 13:39:29,977 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 13:39:29,983 - DEBUG - VRF ids for VN __public__: {} 2026-03-02 13:39:30,085 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-02 13:39:30,168 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-03-02 13:39:30,173 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4c785fa9-c6e3-4f56-9a42-8dd85ae40bcb 2026-03-02 13:39:30,179 - DEBUG - Requesting: http://10.0.0.38:8082/project/24bdf2bd-db0c-499b-964a-f215a0c32c7e 2026-03-02 13:39:30,225 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:30,239 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/b13ca9db-d556-4754-8895-cbb569289de4 2026-03-02 13:39:30,246 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-03-02 13:39:30,251 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4c785fa9-c6e3-4f56-9a42-8dd85ae40bcb 2026-03-02 13:39:30,265 - DEBUG - Requesting: http://10.0.0.38:8082/project/24bdf2bd-db0c-499b-964a-f215a0c32c7e 2026-03-02 13:39:30,311 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/0fd46275-6a1e-4ee3-9870-e100538d8d1d 2026-03-02 13:39:30,320 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-02 13:39:30,320 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-02 13:39:30,328 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-02 13:39:30,334 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-02 13:39:30,334 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-02 13:39:30,340 - DEBUG - Ingress ctest-nginx-ingress-62235550 not present 2026-03-02 13:39:30,341 - INFO - Creating Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:30,349 - INFO - Created Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:30,354 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:33,359 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:36,364 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:39,370 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:42,376 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:45,382 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:48,387 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:51,393 - DEBUG - For Ingress ctest-nginx-ingress-62235550, Cluster IP: 10.47.255.246, External IPs ['151.196.232.252'] 2026-03-02 13:39:51,394 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-62235550 2026-03-02 13:39:51,394 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=3fcf5242-2254-4339-8905-7632313f4492 2026-03-02 13:39:51,400 - INFO - Ingress ctest-nginx-ingress-62235550 with uuid 3fcf5242-2254-4339-8905-7632313f4492 found in kube manager 2026-03-02 13:39:51,400 - INFO - Ingress ctest-nginx-ingress-62235550 verification passed 2026-03-02 13:39:51,404 - DEBUG - Pod ctest-busybox-pod-01617575 not present 2026-03-02 13:39:51,406 - INFO - Creating Pod ctest-busybox-pod-01617575 2026-03-02 13:39:51,452 - DEBUG - Pod : ctest-busybox-pod-01617575 UUID is 9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:39:51,460 - DEBUG - Pod ctest-nginx-pod-45918047 not in running state.Currently in Pending 2026-03-02 13:39:56,469 - INFO - Pod ctest-nginx-pod-45918047 is in running state.Got IP 10.47.255.248 2026-03-02 13:39:56,481 - DEBUG - Pod ctest-nginx-pod-45918047 has vmi 3fad2b4c-163d-11f1-af48-fa163e09ffed 2026-03-02 13:39:56,482 - INFO - Verified pod ctest-nginx-pod-45918047 in contrail-api 2026-03-02 13:39:56,482 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:39:56,492 - DEBUG - VMI 3fad2b4c-163d-11f1-af48-fa163e09ffed is active in agent 10.0.0.38 2026-03-02 13:39:56,492 - INFO - Verified Pod ctest-nginx-pod-45918047 in agent 10.0.0.38 2026-03-02 13:39:56,493 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=77d3b6c2-2789-4582-9e16-75b40435950e 2026-03-02 13:39:56,497 - INFO - Pod ctest-nginx-pod-45918047 with uuid 77d3b6c2-2789-4582-9e16-75b40435950e found in kube manager 2026-03-02 13:39:56,498 - INFO - Pod ctest-nginx-pod-45918047 verification passed 2026-03-02 13:39:56,553 - DEBUG - [Pod ctest-nginx-pod-45918047] Cmd: echo ctest-nginx-pod-45918047 > /usr/share/nginx/html/index.html, Output: 2026-03-02 13:39:56,561 - INFO - Pod ctest-nginx-pod-00788199 is in running state.Got IP 10.47.255.247 2026-03-02 13:39:56,574 - DEBUG - Pod ctest-nginx-pod-00788199 has vmi 41c05c7e-163d-11f1-af48-fa163e09ffed 2026-03-02 13:39:56,574 - INFO - Verified pod ctest-nginx-pod-00788199 in contrail-api 2026-03-02 13:39:56,574 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:39:56,583 - DEBUG - VMI 41c05c7e-163d-11f1-af48-fa163e09ffed is active in agent 10.0.0.38 2026-03-02 13:39:56,583 - INFO - Verified Pod ctest-nginx-pod-00788199 in agent 10.0.0.38 2026-03-02 13:39:56,583 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=dc0a3753-7fb4-486b-af9d-b72e94294324 2026-03-02 13:39:56,587 - INFO - Pod ctest-nginx-pod-00788199 with uuid dc0a3753-7fb4-486b-af9d-b72e94294324 found in kube manager 2026-03-02 13:39:56,588 - INFO - Pod ctest-nginx-pod-00788199 verification passed 2026-03-02 13:39:56,633 - DEBUG - [Pod ctest-nginx-pod-00788199] Cmd: echo ctest-nginx-pod-00788199 > /usr/share/nginx/html/index.html, Output: 2026-03-02 13:39:56,640 - DEBUG - Pod ctest-busybox-pod-01617575 not in running state.Currently in Pending 2026-03-02 13:40:01,650 - DEBUG - Pod ctest-busybox-pod-01617575 not in running state.Currently in Pending 2026-03-02 13:40:06,659 - DEBUG - Pod ctest-busybox-pod-01617575 not in running state.Currently in Pending 2026-03-02 13:40:11,678 - INFO - Pod ctest-busybox-pod-01617575 is in running state.Got IP 10.47.255.245 2026-03-02 13:40:11,737 - DEBUG - Pod ctest-busybox-pod-01617575 has vmi 4ca292e2-163d-11f1-af48-fa163e09ffed 2026-03-02 13:40:11,738 - INFO - Verified pod ctest-busybox-pod-01617575 in contrail-api 2026-03-02 13:40:11,738 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:40:11,750 - DEBUG - VMI 4ca292e2-163d-11f1-af48-fa163e09ffed is active in agent 10.0.0.38 2026-03-02 13:40:11,750 - INFO - Verified Pod ctest-busybox-pod-01617575 in agent 10.0.0.38 2026-03-02 13:40:11,750 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:11,758 - INFO - Pod ctest-busybox-pod-01617575 with uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 found in kube manager 2026-03-02 13:40:11,758 - INFO - Pod ctest-busybox-pod-01617575 verification passed 2026-03-02 13:40:11,820 - DEBUG - [Pod ctest-busybox-pod-01617575] 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-00788199 2026-03-02 13:40:11,821 - DEBUG - [Pod Pod ctest-busybox-pod-01617575] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 13:40:11,821 - DEBUG - [Pod Pod ctest-busybox-pod-01617575] 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-00788199 2026-03-02 13:40:11,874 - DEBUG - [Pod ctest-busybox-pod-01617575] 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-00788199 2026-03-02 13:40:11,874 - DEBUG - [Pod Pod ctest-busybox-pod-01617575] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 13:40:11,874 - DEBUG - [Pod Pod ctest-busybox-pod-01617575] 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-00788199 2026-03-02 13:40:11,928 - DEBUG - [Pod ctest-busybox-pod-01617575] 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-45918047 2026-03-02 13:40:11,928 - DEBUG - [Pod Pod ctest-busybox-pod-01617575] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 13:40:11,928 - DEBUG - [Pod Pod ctest-busybox-pod-01617575] 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-45918047 2026-03-02 13:40:11,928 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-45918047': 1, 'ctest-nginx-pod-00788199': 2} 2026-03-02 13:40:11,928 - WARNING - Nothing to delete parallely 2026-03-02 13:40:11,929 - INFO - Deleting pod default:ctest-busybox-pod-01617575 2026-03-02 13:40:11,945 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:11,951 - WARNING - Pod uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:16,952 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:16,959 - WARNING - Pod uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:21,960 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:21,967 - WARNING - Pod uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:26,967 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:26,973 - WARNING - Pod uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:31,974 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:31,980 - WARNING - Pod uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:36,981 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:36,987 - WARNING - Pod uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:41,988 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:41,993 - WARNING - Pod uuid 9d3574bb-ff8f-45d9-8748-1dc501590277 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:46,994 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d3574bb-ff8f-45d9-8748-1dc501590277 2026-03-02 13:40:47,001 - DEBUG - Pod 9d3574bb-ff8f-45d9-8748-1dc501590277 is not in agent 10.0.0.38 VM list 2026-03-02 13:40:47,001 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4ca292e2-163d-11f1-af48-fa163e09ffed 2026-03-02 13:40:47,008 - DEBUG - VMI 4ca292e2-163d-11f1-af48-fa163e09ffed is removed from agent 10.0.0.38 2026-03-02 13:40:47,008 - INFO - Verified that pod ctest-busybox-pod-01617575 is removed in agent 2026-03-02 13:40:47,010 - INFO - Deleting Ingress : ctest-nginx-ingress-62235550 2026-03-02 13:40:47,017 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=3fcf5242-2254-4339-8905-7632313f4492 2026-03-02 13:40:47,022 - ERROR - Ingress ctest-nginx-ingress-62235550 with uuid 3fcf5242-2254-4339-8905-7632313f4492 still found in kube manager 2026-03-02 13:40:48,023 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=3fcf5242-2254-4339-8905-7632313f4492 2026-03-02 13:40:48,031 - ERROR - Ingress ctest-nginx-ingress-62235550 with uuid 3fcf5242-2254-4339-8905-7632313f4492 still found in kube manager 2026-03-02 13:40:49,031 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=3fcf5242-2254-4339-8905-7632313f4492 2026-03-02 13:40:49,044 - ERROR - Ingress ctest-nginx-ingress-62235550 with uuid 3fcf5242-2254-4339-8905-7632313f4492 still found in kube manager 2026-03-02 13:40:50,044 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=3fcf5242-2254-4339-8905-7632313f4492 2026-03-02 13:40:50,049 - INFO - Ingress ctest-nginx-ingress-62235550 with uuid 3fcf5242-2254-4339-8905-7632313f4492 deleted successfully from kube manager 2026-03-02 13:40:50,050 - INFO - Verifications on Ingress %s cleanup passed 2026-03-02 13:40:50,050 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-02 13:40:50,140 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-02 13:40:50,146 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-02 13:40:50,146 - INFO - Deleting VN __public__ 2026-03-02 13:40:50,310 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/b8e1818b-863b-4a4e-91f4-eaf55ca9dc6d 2026-03-02 13:40:50,316 - DEBUG - Response Code: 404 2026-03-02 13:40:50,316 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-03-02 13:40:50,322 - DEBUG - Requesting: http://10.0.0.38:8082/domain/4c785fa9-c6e3-4f56-9a42-8dd85ae40bcb 2026-03-02 13:40:50,342 - DEBUG - Requesting: http://10.0.0.38:8082/project/24bdf2bd-db0c-499b-964a-f215a0c32c7e 2026-03-02 13:40:50,386 - INFO - Validated that VN __public__ is not found in API Server 2026-03-02 13:40:50,386 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-02 13:40:50,398 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 13:40:50,409 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2026-03-02 13:40:50,409 - INFO - Validated that VN __public__ is not in any agent 2026-03-02 13:40:50,409 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 13:40:50,417 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 13:40:50,423 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-02 13:40:50,427 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-02 13:40:50,428 - INFO - Deleting pod default:ctest-nginx-pod-00788199 2026-03-02 13:40:50,442 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dc0a3753-7fb4-486b-af9d-b72e94294324 2026-03-02 13:40:50,461 - WARNING - Pod uuid dc0a3753-7fb4-486b-af9d-b72e94294324 is still seen in agent 10.0.0.38 VM list 2026-03-02 13:40:55,464 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=dc0a3753-7fb4-486b-af9d-b72e94294324 2026-03-02 13:40:55,470 - DEBUG - Pod dc0a3753-7fb4-486b-af9d-b72e94294324 is not in agent 10.0.0.38 VM list 2026-03-02 13:40:55,470 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41c05c7e-163d-11f1-af48-fa163e09ffed 2026-03-02 13:40:55,475 - DEBUG - VMI 41c05c7e-163d-11f1-af48-fa163e09ffed is removed from agent 10.0.0.38 2026-03-02 13:40:55,475 - INFO - Verified that pod ctest-nginx-pod-00788199 is removed in agent 2026-03-02 13:40:55,476 - INFO - Deleting pod default:ctest-nginx-pod-45918047 2026-03-02 13:40:55,501 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=77d3b6c2-2789-4582-9e16-75b40435950e 2026-03-02 13:40:55,509 - WARNING - Pod uuid 77d3b6c2-2789-4582-9e16-75b40435950e is still seen in agent 10.0.0.38 VM list 2026-03-02 13:41:00,510 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=77d3b6c2-2789-4582-9e16-75b40435950e 2026-03-02 13:41:00,516 - DEBUG - Pod 77d3b6c2-2789-4582-9e16-75b40435950e is not in agent 10.0.0.38 VM list 2026-03-02 13:41:00,517 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3fad2b4c-163d-11f1-af48-fa163e09ffed 2026-03-02 13:41:00,521 - DEBUG - VMI 3fad2b4c-163d-11f1-af48-fa163e09ffed is removed from agent 10.0.0.38 2026-03-02 13:41:00,521 - INFO - Verified that pod ctest-nginx-pod-45918047 is removed in agent 2026-03-02 13:41:00,522 - INFO - Deleting service : ctest-nginx-svc-03259242 2026-03-02 13:41:01,062 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 13:41:01,068 - DEBUG - No XMPP flaps were noticed during the test 2026-03-02 13:41:01,068 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:33] 2026-03-02 13:41:01,068 - INFO - -------------------------------------------------------------------------------- 2026-03-02 13:41:07,499 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 13:41:07,684 - DEBUG - Output : cluster_project={} 2026-03-02 13:41:07,743 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-02 13:41:07,978 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-02 13:41:07,984 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 13:41:08,197 - DEBUG - Output : cluster_project={} 2026-03-02 13:41:10,207 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 13:41:10,415 - DEBUG - Output : cluster_project={} 2026-03-02 13:41:35,545 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:41:40,612 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:41:45,687 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:41:50,734 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:42:05,800 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:42:05,854 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:42:05,903 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:42:05,951 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 13:42:06,685 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 13:42:14,475 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_ApplicationPolicySetReq? 2026-03-02 13:42:14,480 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-03-02 13:42:14,505 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-03-02 13:42:16,530 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-03-02 13:42:18,555 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-03-02 13:42:20,579 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-03-02 13:45:20,764 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 13:45:20,831 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ec3b767a-7221-4af1-9fac-fc8578bda6b8 2026-03-02 13:45:20,843 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:45:20,867 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:20,896 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=bb703c42-bef0-421f-9bd2-ed9aa20354f7 2026-03-02 13:45:20,907 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1e424715-c5f1-4bb8-ad4c-a1cc97fe4b4b 2026-03-02 13:45:20,914 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d8036567-a16d-41e6-8f64-eded419f2fab 2026-03-02 13:45:20,923 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:20,943 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:26,029 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:26,030 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1e424715-c5f1-4bb8-ad4c-a1cc97fe4b4b 2026-03-02 13:45:26,031 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d8036567-a16d-41e6-8f64-eded419f2fab 2026-03-02 13:45:26,032 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:26,033 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=bb703c42-bef0-421f-9bd2-ed9aa20354f7 2026-03-02 13:45:26,035 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:26,036 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ec3b767a-7221-4af1-9fac-fc8578bda6b8 2026-03-02 13:45:26,037 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:45:26,060 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8190c00a-163d-11f1-af48-fa163e09ffed 2026-03-02 13:45:31,058 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:31,060 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1e424715-c5f1-4bb8-ad4c-a1cc97fe4b4b 2026-03-02 13:45:31,060 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:45:31,062 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=bb703c42-bef0-421f-9bd2-ed9aa20354f7 2026-03-02 13:45:31,063 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ec3b767a-7221-4af1-9fac-fc8578bda6b8 2026-03-02 13:45:31,065 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:31,065 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:31,084 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:891b3850-163d-11f1-af48-fa163e09ffed 2026-03-02 13:45:31,086 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:80013cd8-163d-11f1-af48-fa163e09ffed 2026-03-02 13:45:36,082 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:36,084 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=bb703c42-bef0-421f-9bd2-ed9aa20354f7 2026-03-02 13:45:36,085 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:45:36,086 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:36,087 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:36,102 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:85a0bfba-163d-11f1-af48-fa163e09ffed 2026-03-02 13:45:41,094 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:41,101 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:41,104 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:45:41,105 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:46,109 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:46,126 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:46,128 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:45:46,129 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:51,115 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:51,141 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:45:51,142 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:51,143 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:56,121 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8748e929-4e39-4822-ba50-f4005dddc591 2026-03-02 13:45:56,127 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:936532d4-163d-11f1-af48-fa163e09ffed 2026-03-02 13:45:56,157 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:45:56,158 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:45:56,159 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:46:01,170 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:46:01,172 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d207f1-bc13-47c0-bfc5-3f46c3ca066e 2026-03-02 13:46:01,175 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:46:01,187 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f80ae3c-163d-11f1-af48-fa163e09ffed 2026-03-02 13:46:06,201 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cada686d-5496-4a66-8216-b649b2b7a165 2026-03-02 13:46:06,206 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e973810-163d-11f1-af48-fa163e09ffed 2026-03-02 13:46:06,225 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=2fd80745-0faa-4431-a7db-bc988f0ce254 2026-03-02 13:46:06,230 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8c7ef90a-163d-11f1-af48-fa163e09ffed