2026-07-18 14:24:36,617 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-07-18 14:24:36,898 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-491-1.novalocal 2026-07-18 14:24:36,898 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-07-18 14:24:37,026 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-491-1.novalocal 2026-07-18 14:24:37,026 - 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-07-18 14:24:37,198 - DEBUG - Output : NAMES contrail_test_fXhbFWn9k vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 webui_web_1 webui_job_1 config_devicemgr_1 config_api_1 config_dnsmasq_1 config_nodemgr_1 config_schema_1 config_svcmonitor_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-07-18 14:24:37,198 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-07-18 14:24:37,334 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 10.20.0.254/24 172.17.0.1/16 10.20.0.254/24 2026-07-18 14:24:37,334 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-07-18 14:24:37,458 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-491-1.novalocal 2026-07-18 14:24:37,458 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-07-18 14:24:37,596 - DEBUG - Output : 10.20.0.254/24 2026-07-18 14:24:37,596 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2026-07-18 14:24:37,734 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-491-1.novalocal 2026-07-18 14:24:38,072 - INFO - Using existing project ['default-domain', 'k8s-default'](de502516-647f-427c-98ca-2dd29c60cbf7) 2026-07-18 14:24:38,162 - INFO - Using existing project ['default-domain', 'k8s-default'](de502516-647f-427c-98ca-2dd29c60cbf7) 2026-07-18 14:24:38,324 - INFO - ================================================================================ 2026-07-18 14:24:38,325 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-07-18 14:24:38,325 - 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-07-18 14:24:38,623 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-07-18 14:24:38,630 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.254': '0'}} with 2026-07-18 14:24:38,630 - INFO - Initial checks done. Running the testcase now 2026-07-18 14:24:38,630 - INFO - 2026-07-18 14:24:38,637 - INFO - Namespace default already exists 2026-07-18 14:24:38,638 - 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-07-18 14:24:38,840 - DEBUG - Output : cluster_project={} 2026-07-18 14:24:38,906 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-07-18 14:24:38,906 - DEBUG - Project uuid in Contrail is de502516-647f-427c-98ca-2dd29c60cbf7 2026-07-18 14:24:38,906 - 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-07-18 14:24:39,090 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-07-18 14:24:39,090 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=00db4599-6cc2-4555-9351-f9b6947cd9f2 2026-07-18 14:24:39,095 - INFO - Namespace default with uuid 00db4599-6cc2-4555-9351-f9b6947cd9f2 found in kube manager 2026-07-18 14:24:39,095 - INFO - Namespace default verification passed 2026-07-18 14:24:39,099 - DEBUG - Service ctest-nginx-svc-90407198 not present 2026-07-18 14:24:39,100 - INFO - Creating service ctest-nginx-svc-90407198 2026-07-18 14:24:39,115 - INFO - Created Service ctest-nginx-svc-90407198 2026-07-18 14:24:39,120 - DEBUG - Pod ctest-nginx-pod-66085895 not present 2026-07-18 14:24:39,121 - INFO - Creating Pod ctest-nginx-pod-66085895 2026-07-18 14:24:39,172 - DEBUG - Pod : ctest-nginx-pod-66085895 UUID is b8df90f9-30df-459b-b15d-f9235f8f0009 2026-07-18 14:24:39,176 - DEBUG - Pod ctest-nginx-pod-09126152 not present 2026-07-18 14:24:39,176 - INFO - Creating Pod ctest-nginx-pod-09126152 2026-07-18 14:24:39,236 - DEBUG - Pod : ctest-nginx-pod-09126152 UUID is 9140fd30-0fa2-4573-bd83-6010dbf96c80 2026-07-18 14:24:39,448 - INFO - Created VN __public__, UUID :b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:39,607 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-07-18 14:24:39,614 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b503f1ea-e711-4b38-b4b0-acada9037f50 2026-07-18 14:24:39,627 - DEBUG - Requesting: http://10.0.0.22:8082/project/de502516-647f-427c-98ca-2dd29c60cbf7 2026-07-18 14:24:39,690 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:39,704 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:39,713 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:24:39,719 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:24:39,727 - DEBUG - Route Targets: [] 2026-07-18 14:24:39,728 - DEBUG - RT names not yet present for VN __public__ 2026-07-18 14:24:44,728 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-07-18 14:24:44,734 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b503f1ea-e711-4b38-b4b0-acada9037f50 2026-07-18 14:24:44,747 - DEBUG - Requesting: http://10.0.0.22:8082/project/de502516-647f-427c-98ca-2dd29c60cbf7 2026-07-18 14:24:44,816 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:44,825 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:44,835 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:24:44,845 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:24:44,851 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/55db0a04-e3aa-4733-8d32-8dc4a35a17d6 2026-07-18 14:24:44,857 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-07-18 14:24:44,858 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:44,866 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:24:44,880 - INFO - Verified VN network id 15 for VN b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:44,880 - INFO - Verifications in API Server for VN __public__ passed 2026-07-18 14:24:44,880 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:44,893 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:24:44,902 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:24:44,910 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/55db0a04-e3aa-4733-8d32-8dc4a35a17d6 2026-07-18 14:24:44,918 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-07-18 14:24:44,926 - 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': '13007813338848511736', 'uuid-lslong': '12344137683387853951'}, 'enable': 'true', 'created': '2026-07-18T14:24:39', 'last-modified': '2026-07-18T14:24:39', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.401110'} 2026-07-18 14:24:44,926 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-18 14:24:44,936 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-07-18 14:24:44,937 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-07-18 14:24:44,937 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-07-18 14:24:44,937 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-07-18 14:24:44,942 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b503f1ea-e711-4b38-b4b0-acada9037f50 2026-07-18 14:24:44,948 - DEBUG - Requesting: http://10.0.0.22:8082/project/de502516-647f-427c-98ca-2dd29c60cbf7 2026-07-18 14:24:44,992 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:45,005 - DEBUG - =>VN __public__ has no policy to be verified 2026-07-18 14:24:45,005 - DEBUG - Verifying the vn in opserver 2026-07-18 14:24:45,005 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2026-07-18 14:24:45,005 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2026-07-18 14:24:45,010 - 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-07-18 14:24:45,010 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-07-18 14:24:45,010 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-18 14:24:45,015 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-18 14:24:45,021 - DEBUG - Do not have enough data to verify VN in agent 2026-07-18 14:24:45,021 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-18 14:24:45,027 - DEBUG - VRF ids for VN __public__: {} 2026-07-18 14:24:45,095 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-07-18 14:24:45,185 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-07-18 14:24:45,192 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b503f1ea-e711-4b38-b4b0-acada9037f50 2026-07-18 14:24:45,199 - DEBUG - Requesting: http://10.0.0.22:8082/project/de502516-647f-427c-98ca-2dd29c60cbf7 2026-07-18 14:24:45,248 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:45,260 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/c260a2e0-0d29-47f8-af85-ab0bd0ada45c 2026-07-18 14:24:45,266 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-07-18 14:24:45,270 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b503f1ea-e711-4b38-b4b0-acada9037f50 2026-07-18 14:24:45,276 - DEBUG - Requesting: http://10.0.0.22:8082/project/de502516-647f-427c-98ca-2dd29c60cbf7 2026-07-18 14:24:45,346 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/b4850950-36a7-46f8-ab4f-2fd22cd8ac7f 2026-07-18 14:24:45,398 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-07-18 14:24:45,398 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-07-18 14:24:45,408 - 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-07-18 14:24:45,414 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-07-18 14:24:45,415 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-07-18 14:24:45,418 - DEBUG - Ingress ctest-nginx-ingress-28256815 not present 2026-07-18 14:24:45,419 - INFO - Creating Ingress ctest-nginx-ingress-28256815 2026-07-18 14:24:45,427 - INFO - Created Ingress ctest-nginx-ingress-28256815 2026-07-18 14:24:45,432 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28256815 2026-07-18 14:24:48,439 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28256815 2026-07-18 14:24:51,446 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28256815 2026-07-18 14:24:54,452 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28256815 2026-07-18 14:24:57,458 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28256815 2026-07-18 14:25:00,464 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28256815 2026-07-18 14:25:03,471 - DEBUG - For Ingress ctest-nginx-ingress-28256815, Cluster IP: 10.47.255.246, External IPs ['193.20.214.60'] 2026-07-18 14:25:03,471 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-28256815 2026-07-18 14:25:03,471 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:25:03,476 - INFO - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 found in kube manager 2026-07-18 14:25:03,476 - INFO - Ingress ctest-nginx-ingress-28256815 verification passed 2026-07-18 14:25:03,480 - DEBUG - Pod ctest-busybox-pod-27578427 not present 2026-07-18 14:25:03,481 - INFO - Creating Pod ctest-busybox-pod-27578427 2026-07-18 14:25:03,513 - DEBUG - Pod : ctest-busybox-pod-27578427 UUID is ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:03,521 - INFO - Pod ctest-nginx-pod-66085895 is in running state.Got IP 10.47.255.248 2026-07-18 14:25:03,538 - DEBUG - Pod ctest-nginx-pod-66085895 has vmi 6ca2dfb4-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:25:03,538 - INFO - Verified pod ctest-nginx-pod-66085895 in contrail-api 2026-07-18 14:25:03,538 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:25:03,548 - DEBUG - VMI 6ca2dfb4-82b4-11f1-bdd0-fa163e42c3ba is active in agent 10.0.0.22 2026-07-18 14:25:03,548 - INFO - Verified Pod ctest-nginx-pod-66085895 in agent 10.0.0.22 2026-07-18 14:25:03,548 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=b8df90f9-30df-459b-b15d-f9235f8f0009 2026-07-18 14:25:03,553 - INFO - Pod ctest-nginx-pod-66085895 with uuid b8df90f9-30df-459b-b15d-f9235f8f0009 found in kube manager 2026-07-18 14:25:03,553 - INFO - Pod ctest-nginx-pod-66085895 verification passed 2026-07-18 14:25:03,617 - DEBUG - [Pod ctest-nginx-pod-66085895] Cmd: echo ctest-nginx-pod-66085895 > /usr/share/nginx/html/index.html, Output: 2026-07-18 14:25:03,626 - DEBUG - Pod ctest-nginx-pod-09126152 not in running state.Currently in Pending 2026-07-18 14:25:08,635 - INFO - Pod ctest-nginx-pod-09126152 is in running state.Got IP 10.47.255.247 2026-07-18 14:25:08,650 - DEBUG - Pod ctest-nginx-pod-09126152 has vmi 6ffd63f0-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:25:08,650 - INFO - Verified pod ctest-nginx-pod-09126152 in contrail-api 2026-07-18 14:25:08,650 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:25:08,658 - DEBUG - VMI 6ffd63f0-82b4-11f1-bdd0-fa163e42c3ba is active in agent 10.0.0.22 2026-07-18 14:25:08,658 - INFO - Verified Pod ctest-nginx-pod-09126152 in agent 10.0.0.22 2026-07-18 14:25:08,658 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=9140fd30-0fa2-4573-bd83-6010dbf96c80 2026-07-18 14:25:08,663 - INFO - Pod ctest-nginx-pod-09126152 with uuid 9140fd30-0fa2-4573-bd83-6010dbf96c80 found in kube manager 2026-07-18 14:25:08,663 - INFO - Pod ctest-nginx-pod-09126152 verification passed 2026-07-18 14:25:08,723 - DEBUG - [Pod ctest-nginx-pod-09126152] Cmd: echo ctest-nginx-pod-09126152 > /usr/share/nginx/html/index.html, Output: 2026-07-18 14:25:08,734 - DEBUG - Pod ctest-busybox-pod-27578427 not in running state.Currently in Pending 2026-07-18 14:25:13,743 - DEBUG - Pod ctest-busybox-pod-27578427 not in running state.Currently in Pending 2026-07-18 14:25:18,752 - DEBUG - Pod ctest-busybox-pod-27578427 not in running state.Currently in Pending 2026-07-18 14:25:23,762 - INFO - Pod ctest-busybox-pod-27578427 is in running state.Got IP 10.47.255.245 2026-07-18 14:25:23,777 - DEBUG - Pod ctest-busybox-pod-27578427 has vmi 7bf8ee0e-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:25:23,777 - INFO - Verified pod ctest-busybox-pod-27578427 in contrail-api 2026-07-18 14:25:23,778 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:25:23,794 - DEBUG - VMI 7bf8ee0e-82b4-11f1-bdd0-fa163e42c3ba is active in agent 10.0.0.22 2026-07-18 14:25:23,794 - INFO - Verified Pod ctest-busybox-pod-27578427 in agent 10.0.0.22 2026-07-18 14:25:23,795 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:23,804 - INFO - Pod ctest-busybox-pod-27578427 with uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 found in kube manager 2026-07-18 14:25:23,804 - INFO - Pod ctest-busybox-pod-27578427 verification passed 2026-07-18 14:25:23,891 - DEBUG - [Pod ctest-busybox-pod-27578427] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-66085895 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-07-18 14:25:23,891 - DEBUG - [Pod Pod ctest-busybox-pod-27578427] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-07-18 14:25:23,891 - DEBUG - [Pod Pod ctest-busybox-pod-27578427] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-66085895 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-07-18 14:25:23,947 - DEBUG - [Pod ctest-busybox-pod-27578427] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-09126152 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-07-18 14:25:23,947 - DEBUG - [Pod Pod ctest-busybox-pod-27578427] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-07-18 14:25:23,947 - DEBUG - [Pod Pod ctest-busybox-pod-27578427] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-09126152 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-07-18 14:25:23,948 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-66085895': 1, 'ctest-nginx-pod-09126152': 1} 2026-07-18 14:25:23,948 - WARNING - Nothing to delete parallely 2026-07-18 14:25:23,948 - INFO - Deleting pod default:ctest-busybox-pod-27578427 2026-07-18 14:25:23,965 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:23,988 - WARNING - Pod uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:25:28,989 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:29,010 - WARNING - Pod uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:25:34,011 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:34,018 - WARNING - Pod uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:25:39,018 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:39,024 - WARNING - Pod uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:25:44,025 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:44,033 - WARNING - Pod uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:25:49,034 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:49,041 - WARNING - Pod uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:25:54,042 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:54,048 - WARNING - Pod uuid ce56d1f2-71d4-4f6a-8d17-68e36856e168 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:25:59,049 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ce56d1f2-71d4-4f6a-8d17-68e36856e168 2026-07-18 14:25:59,054 - DEBUG - Pod ce56d1f2-71d4-4f6a-8d17-68e36856e168 is not in agent 10.0.0.22 VM list 2026-07-18 14:25:59,054 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7bf8ee0e-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:25:59,059 - DEBUG - VMI 7bf8ee0e-82b4-11f1-bdd0-fa163e42c3ba is removed from agent 10.0.0.22 2026-07-18 14:25:59,059 - INFO - Verified that pod ctest-busybox-pod-27578427 is removed in agent 2026-07-18 14:25:59,060 - INFO - Deleting Ingress : ctest-nginx-ingress-28256815 2026-07-18 14:25:59,067 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:25:59,075 - ERROR - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 still found in kube manager 2026-07-18 14:26:00,076 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:26:00,081 - ERROR - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 still found in kube manager 2026-07-18 14:26:01,082 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:26:01,087 - ERROR - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 still found in kube manager 2026-07-18 14:26:02,089 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:26:02,095 - ERROR - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 still found in kube manager 2026-07-18 14:26:03,096 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:26:03,102 - ERROR - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 still found in kube manager 2026-07-18 14:26:04,106 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:26:04,113 - ERROR - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 still found in kube manager 2026-07-18 14:26:05,115 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=8c2e9d3e-3412-471c-9830-e74c3387b602 2026-07-18 14:26:05,120 - INFO - Ingress ctest-nginx-ingress-28256815 with uuid 8c2e9d3e-3412-471c-9830-e74c3387b602 deleted successfully from kube manager 2026-07-18 14:26:05,120 - INFO - Verifications on Ingress %s cleanup passed 2026-07-18 14:26:05,120 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-07-18 14:26:05,287 - 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-07-18 14:26:05,294 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-07-18 14:26:05,294 - INFO - Deleting VN __public__ 2026-07-18 14:26:05,976 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/4f1c448c-4b44-42a5-8c39-13b2b46cd5fe 2026-07-18 14:26:05,982 - DEBUG - Response Code: 404 2026-07-18 14:26:05,982 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-07-18 14:26:05,989 - DEBUG - Requesting: http://10.0.0.22:8082/domain/b503f1ea-e711-4b38-b4b0-acada9037f50 2026-07-18 14:26:05,998 - DEBUG - Requesting: http://10.0.0.22:8082/project/de502516-647f-427c-98ca-2dd29c60cbf7 2026-07-18 14:26:06,065 - INFO - Validated that VN __public__ is not found in API Server 2026-07-18 14:26:06,067 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-07-18 14:26:06,075 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-18 14:26:06,101 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2026-07-18 14:26:06,101 - INFO - Validated that VN __public__ is not in any agent 2026-07-18 14:26:06,102 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-18 14:26:06,142 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-07-18 14:26:06,148 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-07-18 14:26:06,157 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-07-18 14:26:06,158 - INFO - Deleting pod default:ctest-nginx-pod-09126152 2026-07-18 14:26:06,189 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9140fd30-0fa2-4573-bd83-6010dbf96c80 2026-07-18 14:26:06,200 - WARNING - Pod uuid 9140fd30-0fa2-4573-bd83-6010dbf96c80 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:26:11,201 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9140fd30-0fa2-4573-bd83-6010dbf96c80 2026-07-18 14:26:11,207 - DEBUG - Pod 9140fd30-0fa2-4573-bd83-6010dbf96c80 is not in agent 10.0.0.22 VM list 2026-07-18 14:26:11,207 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6ffd63f0-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:26:11,213 - DEBUG - VMI 6ffd63f0-82b4-11f1-bdd0-fa163e42c3ba is removed from agent 10.0.0.22 2026-07-18 14:26:11,213 - INFO - Verified that pod ctest-nginx-pod-09126152 is removed in agent 2026-07-18 14:26:11,214 - INFO - Deleting pod default:ctest-nginx-pod-66085895 2026-07-18 14:26:11,234 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b8df90f9-30df-459b-b15d-f9235f8f0009 2026-07-18 14:26:11,242 - WARNING - Pod uuid b8df90f9-30df-459b-b15d-f9235f8f0009 is still seen in agent 10.0.0.22 VM list 2026-07-18 14:26:16,243 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b8df90f9-30df-459b-b15d-f9235f8f0009 2026-07-18 14:26:16,249 - DEBUG - Pod b8df90f9-30df-459b-b15d-f9235f8f0009 is not in agent 10.0.0.22 VM list 2026-07-18 14:26:16,250 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6ca2dfb4-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:26:16,257 - DEBUG - VMI 6ca2dfb4-82b4-11f1-bdd0-fa163e42c3ba is removed from agent 10.0.0.22 2026-07-18 14:26:16,257 - INFO - Verified that pod ctest-nginx-pod-66085895 is removed in agent 2026-07-18 14:26:16,258 - INFO - Deleting service : ctest-nginx-svc-90407198 2026-07-18 14:26:16,909 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-07-18 14:26:16,916 - DEBUG - No XMPP flaps were noticed during the test 2026-07-18 14:26:16,916 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:38] 2026-07-18 14:26:16,917 - INFO - -------------------------------------------------------------------------------- 2026-07-18 14:26:23,430 - 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-07-18 14:26:23,750 - DEBUG - Output : cluster_project={} 2026-07-18 14:26:23,853 - 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-07-18 14:26:24,152 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-07-18 14:26:24,160 - 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-07-18 14:26:24,428 - DEBUG - Output : cluster_project={} 2026-07-18 14:26:49,594 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:26:54,651 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:26:59,744 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:26:59,848 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:27:19,954 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:27:25,012 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:27:25,053 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:27:25,100 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-07-18 14:27:25,781 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-07-18 14:27:35,193 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2026-07-18 14:27:35,200 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-07-18 14:27:35,230 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-07-18 14:27:37,258 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-07-18 14:27:39,289 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-07-18 14:27:41,335 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-07-18 14:30:42,263 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-07-18 14:30:42,371 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2b48b7e9-8407-440e-b763-1fe03292c6f0 2026-07-18 14:30:42,385 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:30:42,402 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:30:42,412 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:30:42,428 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30617e09-0f0f-4744-ba49-ba512c36b0a2 2026-07-18 14:30:42,438 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=55509a7a-c3fa-43dc-80fa-b7dfe6e43686 2026-07-18 14:30:42,443 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:30:42,450 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=664d56c3-164e-4dbd-83a4-097e83061010 2026-07-18 14:30:47,501 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2b48b7e9-8407-440e-b763-1fe03292c6f0 2026-07-18 14:30:47,502 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:30:47,503 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:30:47,505 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:30:47,506 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=55509a7a-c3fa-43dc-80fa-b7dfe6e43686 2026-07-18 14:30:47,509 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=664d56c3-164e-4dbd-83a4-097e83061010 2026-07-18 14:30:47,510 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30617e09-0f0f-4744-ba49-ba512c36b0a2 2026-07-18 14:30:47,510 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:30:47,541 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:af73d550-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:30:52,521 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2b48b7e9-8407-440e-b763-1fe03292c6f0 2026-07-18 14:30:52,532 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:30:52,533 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:30:52,543 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:30:52,546 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=664d56c3-164e-4dbd-83a4-097e83061010 2026-07-18 14:30:52,548 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=30617e09-0f0f-4744-ba49-ba512c36b0a2 2026-07-18 14:30:52,549 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:30:52,571 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b661b06c-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:30:52,574 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b4235440-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:30:57,528 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2b48b7e9-8407-440e-b763-1fe03292c6f0 2026-07-18 14:30:57,534 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:adda0368-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:30:57,543 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:30:57,544 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:30:57,555 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:30:57,574 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:31:02,554 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:31:02,556 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:31:02,561 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:31:02,581 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:31:07,568 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:31:07,571 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:31:07,572 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:31:07,589 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:31:12,577 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:31:12,582 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:31:12,584 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:31:12,595 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:31:17,587 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=7f095449-902d-4b05-89f5-49f6cea59e2c 2026-07-18 14:31:17,594 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b9d98904-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:31:17,596 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:31:17,604 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:31:17,606 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:31:22,607 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:31:22,615 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=70075601-c6b3-4290-b400-7ecb207a3a1e 2026-07-18 14:31:22,617 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe2ed985-b597-45e0-8ea6-6a850b00c788 2026-07-18 14:31:22,629 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be3a4f4c-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:31:22,631 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc0dd23e-82b4-11f1-bdd0-fa163e42c3ba 2026-07-18 14:31:27,615 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=79dbb9ac-483c-4062-acca-f8537293a01b 2026-07-18 14:31:27,624 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bfcf6c70-82b4-11f1-bdd0-fa163e42c3ba