2025-11-24 17:19:06,267 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-11-24 17:19:06,532 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-419-1.novalocal 2025-11-24 17:19:06,532 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-11-24 17:19:06,637 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-419-1.novalocal 2025-11-24 17:19:06,637 - 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}' 2025-11-24 17:19:06,802 - DEBUG - Output : NAMES contrail_test_vxjUmPAr5 vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_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_schema_1 config_nodemgr_1 config_dnsmasq_1 config_svcmonitor_1 config_api_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-11-24 17:19:06,803 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-24 17:19:06,919 - 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 2025-11-24 17:19:06,920 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-11-24 17:19:07,043 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-419-1.novalocal 2025-11-24 17:19:07,043 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-24 17:19:07,168 - DEBUG - Output : 10.20.0.254/24 2025-11-24 17:19:07,169 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2025-11-24 17:19:07,286 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-419-1.novalocal 2025-11-24 17:19:07,584 - INFO - Using existing project ['default-domain', 'k8s-default'](8433a83f-c533-441d-a634-b22088f21dbe) 2025-11-24 17:19:07,665 - INFO - Using existing project ['default-domain', 'k8s-default'](8433a83f-c533-441d-a634-b22088f21dbe) 2025-11-24 17:19:07,796 - INFO - ================================================================================ 2025-11-24 17:19:07,796 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-24 17:19:07,797 - 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 2025-11-24 17:19:08,080 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 17:19:08,085 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.254': '0'}} with 2025-11-24 17:19:08,085 - INFO - Initial checks done. Running the testcase now 2025-11-24 17:19:08,086 - INFO - 2025-11-24 17:19:08,090 - INFO - Namespace default already exists 2025-11-24 17:19:08,091 - 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' 2025-11-24 17:19:08,264 - DEBUG - Output : cluster_project={} 2025-11-24 17:19:08,291 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-24 17:19:08,291 - DEBUG - Project uuid in Contrail is 8433a83f-c533-441d-a634-b22088f21dbe 2025-11-24 17:19:08,291 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-24 17:19:08,465 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-24 17:19:08,466 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=48cd7459-6b0a-4057-a576-b47bffbdbee5 2025-11-24 17:19:08,470 - INFO - Namespace default with uuid 48cd7459-6b0a-4057-a576-b47bffbdbee5 found in kube manager 2025-11-24 17:19:08,470 - INFO - Namespace default verification passed 2025-11-24 17:19:08,473 - DEBUG - Service ctest-nginx-svc-74329906 not present 2025-11-24 17:19:08,474 - INFO - Creating service ctest-nginx-svc-74329906 2025-11-24 17:19:08,493 - INFO - Created Service ctest-nginx-svc-74329906 2025-11-24 17:19:08,501 - DEBUG - Pod ctest-nginx-pod-45361809 not present 2025-11-24 17:19:08,503 - INFO - Creating Pod ctest-nginx-pod-45361809 2025-11-24 17:19:08,572 - DEBUG - Pod : ctest-nginx-pod-45361809 UUID is 8ead7e1d-61c5-4e25-9e4d-d621a8cea5b8 2025-11-24 17:19:08,578 - DEBUG - Pod ctest-nginx-pod-52718944 not present 2025-11-24 17:19:08,578 - INFO - Creating Pod ctest-nginx-pod-52718944 2025-11-24 17:19:08,608 - DEBUG - Pod : ctest-nginx-pod-52718944 UUID is a2d4e19e-3927-4351-ae7c-9100c1555314 2025-11-24 17:19:08,725 - INFO - Created VN __public__, UUID :ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:08,871 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-11-24 17:19:08,877 - DEBUG - Requesting: http://10.0.0.22:8082/domain/fc85a26e-ad6a-4a63-8c99-0b8204f9922c 2025-11-24 17:19:08,890 - DEBUG - Requesting: http://10.0.0.22:8082/project/8433a83f-c533-441d-a634-b22088f21dbe 2025-11-24 17:19:08,938 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:08,949 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:08,959 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/c0cf2167-c967-401a-b4c7-b3af79fce5e5 2025-11-24 17:19:08,966 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/c0cf2167-c967-401a-b4c7-b3af79fce5e5 2025-11-24 17:19:08,972 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/06dca080-86b9-47df-bca3-3b4b033cfb57 2025-11-24 17:19:08,979 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 17:19:08,979 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:08,989 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/c0cf2167-c967-401a-b4c7-b3af79fce5e5 2025-11-24 17:19:09,004 - INFO - Verified VN network id 15 for VN ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:09,004 - INFO - Verifications in API Server for VN __public__ passed 2025-11-24 17:19:09,004 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:09,014 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/c0cf2167-c967-401a-b4c7-b3af79fce5e5 2025-11-24 17:19:09,021 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/c0cf2167-c967-401a-b4c7-b3af79fce5e5 2025-11-24 17:19:09,028 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/06dca080-86b9-47df-bca3-3b4b033cfb57 2025-11-24 17:19:09,034 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 17:19:09,041 - 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': '17080742732879578908', 'uuid-lslong': '12841743024026687602'}, 'enable': 'true', 'created': '2025-11-24T17:19:08', 'last-modified': '2025-11-24T17:19:08', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.230850'} 2025-11-24 17:19:09,041 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:19:09,050 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 17:19:09,050 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-24 17:19:09,051 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-24 17:19:09,051 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-11-24 17:19:09,055 - DEBUG - Requesting: http://10.0.0.22:8082/domain/fc85a26e-ad6a-4a63-8c99-0b8204f9922c 2025-11-24 17:19:09,062 - DEBUG - Requesting: http://10.0.0.22:8082/project/8433a83f-c533-441d-a634-b22088f21dbe 2025-11-24 17:19:09,109 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:09,116 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-24 17:19:09,116 - DEBUG - Verifying the vn in opserver 2025-11-24 17:19:09,116 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-11-24 17:19:09,116 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-11-24 17:19:09,120 - 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'} 2025-11-24 17:19:09,120 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-24 17:19:09,120 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:19:09,126 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:19:09,130 - DEBUG - Do not have enough data to verify VN in agent 2025-11-24 17:19:09,130 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:19:09,134 - DEBUG - VRF ids for VN __public__: {} 2025-11-24 17:19:09,188 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-24 17:19:09,268 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-11-24 17:19:09,273 - DEBUG - Requesting: http://10.0.0.22:8082/domain/fc85a26e-ad6a-4a63-8c99-0b8204f9922c 2025-11-24 17:19:09,288 - DEBUG - Requesting: http://10.0.0.22:8082/project/8433a83f-c533-441d-a634-b22088f21dbe 2025-11-24 17:19:09,332 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:09,344 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/697eb48a-4c63-47b8-bf36-9fc18467181c 2025-11-24 17:19:09,351 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-11-24 17:19:09,355 - DEBUG - Requesting: http://10.0.0.22:8082/domain/fc85a26e-ad6a-4a63-8c99-0b8204f9922c 2025-11-24 17:19:09,362 - DEBUG - Requesting: http://10.0.0.22:8082/project/8433a83f-c533-441d-a634-b22088f21dbe 2025-11-24 17:19:09,404 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/ed0afd04-951f-471c-b237-093debf61872 2025-11-24 17:19:09,413 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-24 17:19:09,414 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-24 17:19:09,420 - 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__ 2025-11-24 17:19:09,425 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-24 17:19:09,425 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-24 17:19:09,429 - DEBUG - Ingress ctest-nginx-ingress-14382946 not present 2025-11-24 17:19:09,430 - INFO - Creating Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:09,437 - INFO - Created Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:09,441 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:12,448 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:15,454 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:18,460 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:21,466 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:24,471 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:27,478 - DEBUG - For Ingress ctest-nginx-ingress-14382946, Cluster IP: 10.47.255.246, External IPs ['194.143.55.188'] 2025-11-24 17:19:27,479 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-14382946 2025-11-24 17:19:27,479 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=f41c3a39-d060-4039-a502-7b88bd5b09db 2025-11-24 17:19:27,486 - INFO - Ingress ctest-nginx-ingress-14382946 with uuid f41c3a39-d060-4039-a502-7b88bd5b09db found in kube manager 2025-11-24 17:19:27,486 - INFO - Ingress ctest-nginx-ingress-14382946 verification passed 2025-11-24 17:19:27,492 - DEBUG - Pod ctest-busybox-pod-74714784 not present 2025-11-24 17:19:27,492 - INFO - Creating Pod ctest-busybox-pod-74714784 2025-11-24 17:19:27,526 - DEBUG - Pod : ctest-busybox-pod-74714784 UUID is 71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:19:27,538 - DEBUG - Pod ctest-nginx-pod-45361809 not in running state.Currently in Pending 2025-11-24 17:19:32,545 - INFO - Pod ctest-nginx-pod-45361809 is in running state.Got IP 10.47.255.248 2025-11-24 17:19:32,576 - DEBUG - Pod ctest-nginx-pod-45361809 has vmi b20e8b26-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:19:32,576 - INFO - Verified pod ctest-nginx-pod-45361809 in contrail-api 2025-11-24 17:19:32,576 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:19:32,594 - DEBUG - VMI b20e8b26-c959-11f0-9e38-fa163e6f5ade is active in agent 10.0.0.22 2025-11-24 17:19:32,594 - INFO - Verified Pod ctest-nginx-pod-45361809 in agent 10.0.0.22 2025-11-24 17:19:32,594 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=8ead7e1d-61c5-4e25-9e4d-d621a8cea5b8 2025-11-24 17:19:32,599 - INFO - Pod ctest-nginx-pod-45361809 with uuid 8ead7e1d-61c5-4e25-9e4d-d621a8cea5b8 found in kube manager 2025-11-24 17:19:32,599 - INFO - Pod ctest-nginx-pod-45361809 verification passed 2025-11-24 17:19:32,660 - DEBUG - [Pod ctest-nginx-pod-45361809] Cmd: echo ctest-nginx-pod-45361809 > /usr/share/nginx/html/index.html, Output: 2025-11-24 17:19:32,667 - INFO - Pod ctest-nginx-pod-52718944 is in running state.Got IP 10.47.255.247 2025-11-24 17:19:32,682 - DEBUG - Pod ctest-nginx-pod-52718944 has vmi b4c28c96-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:19:32,682 - INFO - Verified pod ctest-nginx-pod-52718944 in contrail-api 2025-11-24 17:19:32,682 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:19:32,691 - DEBUG - VMI b4c28c96-c959-11f0-9e38-fa163e6f5ade is active in agent 10.0.0.22 2025-11-24 17:19:32,691 - INFO - Verified Pod ctest-nginx-pod-52718944 in agent 10.0.0.22 2025-11-24 17:19:32,691 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=a2d4e19e-3927-4351-ae7c-9100c1555314 2025-11-24 17:19:32,695 - INFO - Pod ctest-nginx-pod-52718944 with uuid a2d4e19e-3927-4351-ae7c-9100c1555314 found in kube manager 2025-11-24 17:19:32,695 - INFO - Pod ctest-nginx-pod-52718944 verification passed 2025-11-24 17:19:32,735 - DEBUG - [Pod ctest-nginx-pod-52718944] Cmd: echo ctest-nginx-pod-52718944 > /usr/share/nginx/html/index.html, Output: 2025-11-24 17:19:32,742 - DEBUG - Pod ctest-busybox-pod-74714784 not in running state.Currently in Pending 2025-11-24 17:19:37,749 - DEBUG - Pod ctest-busybox-pod-74714784 not in running state.Currently in Pending 2025-11-24 17:19:42,757 - DEBUG - Pod ctest-busybox-pod-74714784 not in running state.Currently in Pending 2025-11-24 17:19:47,765 - INFO - Pod ctest-busybox-pod-74714784 is in running state.Got IP 10.47.255.245 2025-11-24 17:19:47,779 - DEBUG - Pod ctest-busybox-pod-74714784 has vmi bef7917a-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:19:47,779 - INFO - Verified pod ctest-busybox-pod-74714784 in contrail-api 2025-11-24 17:19:47,779 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:19:47,790 - DEBUG - VMI bef7917a-c959-11f0-9e38-fa163e6f5ade is active in agent 10.0.0.22 2025-11-24 17:19:47,791 - INFO - Verified Pod ctest-busybox-pod-74714784 in agent 10.0.0.22 2025-11-24 17:19:47,791 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:19:47,797 - INFO - Pod ctest-busybox-pod-74714784 with uuid 71743f53-90b5-4ce9-90bc-50f87c14731d found in kube manager 2025-11-24 17:19:47,797 - INFO - Pod ctest-busybox-pod-74714784 verification passed 2025-11-24 17:19:47,847 - DEBUG - [Pod ctest-busybox-pod-74714784] 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-52718944 2025-11-24 17:19:47,847 - DEBUG - [Pod Pod ctest-busybox-pod-74714784] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 17:19:47,847 - DEBUG - [Pod Pod ctest-busybox-pod-74714784] 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-52718944 2025-11-24 17:19:47,896 - DEBUG - [Pod ctest-busybox-pod-74714784] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-52718944 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-24 17:19:47,896 - DEBUG - [Pod Pod ctest-busybox-pod-74714784] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 17:19:47,896 - DEBUG - [Pod Pod ctest-busybox-pod-74714784] Cmd output: ctest-nginx-pod-52718944 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-24 17:19:47,936 - DEBUG - [Pod ctest-busybox-pod-74714784] 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-45361809 2025-11-24 17:19:47,936 - DEBUG - [Pod Pod ctest-busybox-pod-74714784] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 17:19:47,936 - DEBUG - [Pod Pod ctest-busybox-pod-74714784] 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-45361809 2025-11-24 17:19:47,936 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-45361809': 1, 'ctest-nginx-pod-52718944': 2} 2025-11-24 17:19:47,936 - WARNING - Nothing to delete parallely 2025-11-24 17:19:47,936 - INFO - Deleting pod default:ctest-busybox-pod-74714784 2025-11-24 17:19:47,948 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:19:47,955 - WARNING - Pod uuid 71743f53-90b5-4ce9-90bc-50f87c14731d is still seen in agent 10.0.0.22 VM list 2025-11-24 17:19:52,956 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:19:52,961 - WARNING - Pod uuid 71743f53-90b5-4ce9-90bc-50f87c14731d is still seen in agent 10.0.0.22 VM list 2025-11-24 17:19:57,961 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:19:57,967 - WARNING - Pod uuid 71743f53-90b5-4ce9-90bc-50f87c14731d is still seen in agent 10.0.0.22 VM list 2025-11-24 17:20:02,968 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:20:02,973 - WARNING - Pod uuid 71743f53-90b5-4ce9-90bc-50f87c14731d is still seen in agent 10.0.0.22 VM list 2025-11-24 17:20:07,974 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:20:07,980 - WARNING - Pod uuid 71743f53-90b5-4ce9-90bc-50f87c14731d is still seen in agent 10.0.0.22 VM list 2025-11-24 17:20:12,981 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:20:12,986 - WARNING - Pod uuid 71743f53-90b5-4ce9-90bc-50f87c14731d is still seen in agent 10.0.0.22 VM list 2025-11-24 17:20:17,987 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:20:17,992 - WARNING - Pod uuid 71743f53-90b5-4ce9-90bc-50f87c14731d is still seen in agent 10.0.0.22 VM list 2025-11-24 17:20:22,993 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=71743f53-90b5-4ce9-90bc-50f87c14731d 2025-11-24 17:20:22,999 - DEBUG - Pod 71743f53-90b5-4ce9-90bc-50f87c14731d is not in agent 10.0.0.22 VM list 2025-11-24 17:20:22,999 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bef7917a-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:20:23,004 - DEBUG - VMI bef7917a-c959-11f0-9e38-fa163e6f5ade is removed from agent 10.0.0.22 2025-11-24 17:20:23,004 - INFO - Verified that pod ctest-busybox-pod-74714784 is removed in agent 2025-11-24 17:20:23,005 - INFO - Deleting Ingress : ctest-nginx-ingress-14382946 2025-11-24 17:20:23,012 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=f41c3a39-d060-4039-a502-7b88bd5b09db 2025-11-24 17:20:23,017 - ERROR - Ingress ctest-nginx-ingress-14382946 with uuid f41c3a39-d060-4039-a502-7b88bd5b09db still found in kube manager 2025-11-24 17:20:24,018 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=f41c3a39-d060-4039-a502-7b88bd5b09db 2025-11-24 17:20:24,022 - ERROR - Ingress ctest-nginx-ingress-14382946 with uuid f41c3a39-d060-4039-a502-7b88bd5b09db still found in kube manager 2025-11-24 17:20:25,023 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=f41c3a39-d060-4039-a502-7b88bd5b09db 2025-11-24 17:20:25,027 - ERROR - Ingress ctest-nginx-ingress-14382946 with uuid f41c3a39-d060-4039-a502-7b88bd5b09db still found in kube manager 2025-11-24 17:20:26,028 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=f41c3a39-d060-4039-a502-7b88bd5b09db 2025-11-24 17:20:26,032 - ERROR - Ingress ctest-nginx-ingress-14382946 with uuid f41c3a39-d060-4039-a502-7b88bd5b09db still found in kube manager 2025-11-24 17:20:27,035 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=f41c3a39-d060-4039-a502-7b88bd5b09db 2025-11-24 17:20:27,042 - INFO - Ingress ctest-nginx-ingress-14382946 with uuid f41c3a39-d060-4039-a502-7b88bd5b09db deleted successfully from kube manager 2025-11-24 17:20:27,043 - INFO - Verifications on Ingress %s cleanup passed 2025-11-24 17:20:27,044 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-24 17:20:27,293 - 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__ 2025-11-24 17:20:27,300 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-24 17:20:27,300 - INFO - Deleting VN __public__ 2025-11-24 17:20:27,494 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/c0cf2167-c967-401a-b4c7-b3af79fce5e5 2025-11-24 17:20:27,501 - DEBUG - Response Code: 404 2025-11-24 17:20:27,501 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-11-24 17:20:27,507 - DEBUG - Requesting: http://10.0.0.22:8082/domain/fc85a26e-ad6a-4a63-8c99-0b8204f9922c 2025-11-24 17:20:27,552 - DEBUG - Requesting: http://10.0.0.22:8082/project/8433a83f-c533-441d-a634-b22088f21dbe 2025-11-24 17:20:27,649 - INFO - Validated that VN __public__ is not found in API Server 2025-11-24 17:20:27,649 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-24 17:20:27,670 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:20:27,679 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-11-24 17:20:27,679 - INFO - Validated that VN __public__ is not in any agent 2025-11-24 17:20:27,679 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:20:27,688 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 17:20:27,696 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 17:20:27,705 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-24 17:20:27,707 - INFO - Deleting pod default:ctest-nginx-pod-52718944 2025-11-24 17:20:27,740 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a2d4e19e-3927-4351-ae7c-9100c1555314 2025-11-24 17:20:27,766 - WARNING - Pod uuid a2d4e19e-3927-4351-ae7c-9100c1555314 is still seen in agent 10.0.0.22 VM list 2025-11-24 17:20:32,766 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a2d4e19e-3927-4351-ae7c-9100c1555314 2025-11-24 17:20:32,775 - DEBUG - Pod a2d4e19e-3927-4351-ae7c-9100c1555314 is not in agent 10.0.0.22 VM list 2025-11-24 17:20:32,775 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b4c28c96-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:20:32,784 - DEBUG - VMI b4c28c96-c959-11f0-9e38-fa163e6f5ade is removed from agent 10.0.0.22 2025-11-24 17:20:32,784 - INFO - Verified that pod ctest-nginx-pod-52718944 is removed in agent 2025-11-24 17:20:32,785 - INFO - Deleting pod default:ctest-nginx-pod-45361809 2025-11-24 17:20:32,794 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ead7e1d-61c5-4e25-9e4d-d621a8cea5b8 2025-11-24 17:20:32,807 - WARNING - Pod uuid 8ead7e1d-61c5-4e25-9e4d-d621a8cea5b8 is still seen in agent 10.0.0.22 VM list 2025-11-24 17:20:37,809 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=8ead7e1d-61c5-4e25-9e4d-d621a8cea5b8 2025-11-24 17:20:37,814 - DEBUG - Pod 8ead7e1d-61c5-4e25-9e4d-d621a8cea5b8 is not in agent 10.0.0.22 VM list 2025-11-24 17:20:37,814 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b20e8b26-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:20:37,820 - DEBUG - VMI b20e8b26-c959-11f0-9e38-fa163e6f5ade is removed from agent 10.0.0.22 2025-11-24 17:20:37,820 - INFO - Verified that pod ctest-nginx-pod-45361809 is removed in agent 2025-11-24 17:20:37,820 - INFO - Deleting service : ctest-nginx-svc-74329906 2025-11-24 17:20:38,344 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 17:20:38,349 - DEBUG - No XMPP flaps were noticed during the test 2025-11-24 17:20:38,349 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:31] 2025-11-24 17:20:38,350 - INFO - -------------------------------------------------------------------------------- 2025-11-24 17:20:44,798 - 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' 2025-11-24 17:20:44,958 - DEBUG - Output : cluster_project={} 2025-11-24 17:20:44,999 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-24 17:20:45,146 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-24 17:20:45,150 - 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' 2025-11-24 17:20:45,350 - DEBUG - Output : cluster_project={} 2025-11-24 17:20:47,357 - 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' 2025-11-24 17:20:47,495 - DEBUG - Output : cluster_project={} 2025-11-24 17:21:07,620 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:12,681 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:17,724 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:22,764 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:32,816 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:32,850 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:32,884 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:32,922 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 17:21:33,538 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 17:21:40,719 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-11-24 17:21:40,727 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-11-24 17:21:40,758 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-11-24 17:21:42,788 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-11-24 17:21:44,806 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-11-24 17:24:44,701 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 17:24:44,772 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:24:44,797 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c98add54-2a71-459b-b8e3-d45d7bc61b2d 2025-11-24 17:24:44,805 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:24:44,814 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=888234b9-1075-4231-8ac2-77844ecc2737 2025-11-24 17:24:44,839 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:24:44,850 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:24:44,859 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35915554-8041-440b-bb73-db7f3f40c384 2025-11-24 17:24:44,866 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f830e78c-193e-4d0e-9214-9f32449c29a9 2025-11-24 17:24:49,868 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:24:49,874 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:24:49,886 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=888234b9-1075-4231-8ac2-77844ecc2737 2025-11-24 17:24:49,887 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c98add54-2a71-459b-b8e3-d45d7bc61b2d 2025-11-24 17:24:49,894 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f04802e6-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:24:49,895 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35915554-8041-440b-bb73-db7f3f40c384 2025-11-24 17:24:49,896 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:24:49,897 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:24:49,898 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f830e78c-193e-4d0e-9214-9f32449c29a9 2025-11-24 17:24:54,874 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:24:54,879 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:24:54,895 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=888234b9-1075-4231-8ac2-77844ecc2737 2025-11-24 17:24:54,903 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f3fa038a-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:24:54,912 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f830e78c-193e-4d0e-9214-9f32449c29a9 2025-11-24 17:24:54,913 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:24:54,914 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:24:54,922 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35915554-8041-440b-bb73-db7f3f40c384 2025-11-24 17:24:54,943 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f09de972-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:24:59,880 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:24:59,889 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:24:59,947 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:24:59,948 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:24:59,950 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=35915554-8041-440b-bb73-db7f3f40c384 2025-11-24 17:24:59,961 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f7ea65fc-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:25:04,886 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:25:04,894 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:25:04,960 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:25:04,963 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:25:09,894 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:25:09,900 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:25:09,966 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:25:09,970 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:25:14,900 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:25:14,904 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:25:14,974 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:25:14,979 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:25:19,907 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d74ff81f-eac4-42d4-8a33-e2adbcc6ca6e 2025-11-24 17:25:19,912 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fa1a52ec-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:25:19,914 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:25:20,002 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:25:20,004 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:25:24,920 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9538df4d-6da9-4775-bf75-3d25519d6b49 2025-11-24 17:25:24,925 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fafefd5c-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:25:25,011 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6b5a5edd-0a4b-4bd8-a2ec-af12721c2f38 2025-11-24 17:25:25,013 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=31fccbb1-944e-42d1-8c26-deb3a5bde376 2025-11-24 17:25:25,021 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd125350-c959-11f0-9e38-fa163e6f5ade 2025-11-24 17:25:25,023 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fdfb0fe6-c959-11f0-9e38-fa163e6f5ade