2026-06-11 20:52:16,064 - DEBUG - [10.0.0.50]: Running cmd : hostname 2026-06-11 20:52:16,316 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-470-1.novalocal 2026-06-11 20:52:16,316 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2026-06-11 20:52:16,426 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-470-1.novalocal 2026-06-11 20:52:16,426 - DEBUG - [10.0.0.50]: 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-06-11 20:52:16,581 - DEBUG - Output : NAMES contrail_test_G5hVrBCPn vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 webui_job_1 webui_web_1 config_devicemgr_1 config_api_1 config_dnsmasq_1 config_schema_1 config_nodemgr_1 config_svcmonitor_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-06-11 20:52:16,581 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-11 20:52:16,708 - DEBUG - Output : 127.0.0.1/8 10.0.0.50/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-06-11 20:52:16,708 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2026-06-11 20:52:16,830 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-470-1.novalocal 2026-06-11 20:52:16,831 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-11 20:52:16,937 - DEBUG - Output : 10.20.0.17/24 2026-06-11 20:52:16,937 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-06-11 20:52:17,046 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-470-1.novalocal 2026-06-11 20:52:17,314 - INFO - Using existing project ['default-domain', 'k8s-default'](fd8b7c83-3864-4743-bfa4-54f7bc92f35c) 2026-06-11 20:52:17,387 - INFO - Using existing project ['default-domain', 'k8s-default'](fd8b7c83-3864-4743-bfa4-54f7bc92f35c) 2026-06-11 20:52:17,510 - INFO - ================================================================================ 2026-06-11 20:52:17,510 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-11 20:52:17,510 - 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-06-11 20:52:17,774 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-11 20:52:17,779 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-06-11 20:52:17,779 - INFO - Initial checks done. Running the testcase now 2026-06-11 20:52:17,779 - INFO - 2026-06-11 20:52:17,784 - INFO - Namespace default already exists 2026-06-11 20:52:17,784 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-11 20:52:17,943 - DEBUG - Output : cluster_project={} 2026-06-11 20:52:17,978 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-11 20:52:17,978 - DEBUG - Project uuid in Contrail is fd8b7c83-3864-4743-bfa4-54f7bc92f35c 2026-06-11 20:52:17,978 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-11 20:52:18,130 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-11 20:52:18,130 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=a07da5ed-5efd-44e4-909a-b4ce67729c24 2026-06-11 20:52:18,135 - INFO - Namespace default with uuid a07da5ed-5efd-44e4-909a-b4ce67729c24 found in kube manager 2026-06-11 20:52:18,135 - INFO - Namespace default verification passed 2026-06-11 20:52:18,139 - DEBUG - Service ctest-nginx-svc-46378005 not present 2026-06-11 20:52:18,139 - INFO - Creating service ctest-nginx-svc-46378005 2026-06-11 20:52:18,160 - INFO - Created Service ctest-nginx-svc-46378005 2026-06-11 20:52:18,164 - DEBUG - Pod ctest-nginx-pod-70436736 not present 2026-06-11 20:52:18,164 - INFO - Creating Pod ctest-nginx-pod-70436736 2026-06-11 20:52:18,214 - DEBUG - Pod : ctest-nginx-pod-70436736 UUID is d23185a5-b46e-41cc-8f02-7affb21c7394 2026-06-11 20:52:18,223 - DEBUG - Pod ctest-nginx-pod-17865315 not present 2026-06-11 20:52:18,227 - INFO - Creating Pod ctest-nginx-pod-17865315 2026-06-11 20:52:18,281 - DEBUG - Pod : ctest-nginx-pod-17865315 UUID is 464c6ef1-bc3e-41ed-a2c3-5662c84e47e7 2026-06-11 20:52:18,428 - INFO - Created VN __public__, UUID :17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:18,557 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-11 20:52:18,562 - DEBUG - Requesting: http://10.0.0.50:8082/domain/ba2b622f-d1d2-4010-9c84-919c38588e45 2026-06-11 20:52:18,573 - DEBUG - Requesting: http://10.0.0.50:8082/project/fd8b7c83-3864-4743-bfa4-54f7bc92f35c 2026-06-11 20:52:18,624 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:18,636 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:18,645 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:52:18,652 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:52:18,658 - DEBUG - Route Targets: [] 2026-06-11 20:52:18,658 - DEBUG - RT names not yet present for VN __public__ 2026-06-11 20:52:23,659 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-11 20:52:23,664 - DEBUG - Requesting: http://10.0.0.50:8082/domain/ba2b622f-d1d2-4010-9c84-919c38588e45 2026-06-11 20:52:23,676 - DEBUG - Requesting: http://10.0.0.50:8082/project/fd8b7c83-3864-4743-bfa4-54f7bc92f35c 2026-06-11 20:52:23,722 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:23,731 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:23,739 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:52:23,746 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:52:23,755 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/c1468500-04e8-4217-b008-cc03a0b9610f 2026-06-11 20:52:23,762 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-11 20:52:23,763 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:23,772 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:52:23,786 - INFO - Verified VN network id 15 for VN 17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:23,786 - INFO - Verifications in API Server for VN __public__ passed 2026-06-11 20:52:23,787 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:23,796 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:52:23,803 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:52:23,809 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/c1468500-04e8-4217-b008-cc03a0b9610f 2026-06-11 20:52:23,815 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-11 20:52:23,822 - DEBUG - Control-node 10.0.0.50 : 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': '1712306933240972823', 'uuid-lslong': '9372945962253386857'}, 'enable': 'true', 'created': '2026-06-11T20:52:18', 'last-modified': '2026-06-11T20:52:18', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.334748'} 2026-06-11 20:52:23,822 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-11 20:52:23,832 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-11 20:52:23,832 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-11 20:52:23,833 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-11 20:52:23,833 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-11 20:52:23,837 - DEBUG - Requesting: http://10.0.0.50:8082/domain/ba2b622f-d1d2-4010-9c84-919c38588e45 2026-06-11 20:52:23,845 - DEBUG - Requesting: http://10.0.0.50:8082/project/fd8b7c83-3864-4743-bfa4-54f7bc92f35c 2026-06-11 20:52:23,883 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:23,895 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-11 20:52:23,895 - DEBUG - Verifying the vn in opserver 2026-06-11 20:52:23,895 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2026-06-11 20:52:23,895 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2026-06-11 20:52:23,901 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-06-11 20:52:23,901 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-11 20:52:23,901 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-11 20:52:23,905 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-11 20:52:23,910 - DEBUG - Do not have enough data to verify VN in agent 2026-06-11 20:52:23,910 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-11 20:52:23,914 - DEBUG - VRF ids for VN __public__: {} 2026-06-11 20:52:23,967 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-11 20:52:24,056 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-11 20:52:24,062 - DEBUG - Requesting: http://10.0.0.50:8082/domain/ba2b622f-d1d2-4010-9c84-919c38588e45 2026-06-11 20:52:24,081 - DEBUG - Requesting: http://10.0.0.50:8082/project/fd8b7c83-3864-4743-bfa4-54f7bc92f35c 2026-06-11 20:52:24,136 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:24,144 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/c29e96ab-0049-47fd-979c-b671e77f3dc4 2026-06-11 20:52:24,148 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-11 20:52:24,152 - DEBUG - Requesting: http://10.0.0.50:8082/domain/ba2b622f-d1d2-4010-9c84-919c38588e45 2026-06-11 20:52:24,160 - DEBUG - Requesting: http://10.0.0.50:8082/project/fd8b7c83-3864-4743-bfa4-54f7bc92f35c 2026-06-11 20:52:24,208 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/17c35615-6644-4617-8213-64b1530b8469 2026-06-11 20:52:24,219 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-11 20:52:24,219 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-11 20:52:24,227 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-11 20:52:24,232 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-11 20:52:24,232 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-11 20:52:24,236 - DEBUG - Ingress ctest-nginx-ingress-20028665 not present 2026-06-11 20:52:24,237 - INFO - Creating Ingress ctest-nginx-ingress-20028665 2026-06-11 20:52:24,245 - INFO - Created Ingress ctest-nginx-ingress-20028665 2026-06-11 20:52:24,249 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-20028665 2026-06-11 20:52:27,254 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-20028665 2026-06-11 20:52:30,259 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-20028665 2026-06-11 20:52:33,267 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-20028665 2026-06-11 20:52:36,273 - DEBUG - For Ingress ctest-nginx-ingress-20028665, Cluster IP: 10.47.255.246, External IPs ['29.130.140.60'] 2026-06-11 20:52:36,273 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-20028665 2026-06-11 20:52:36,273 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=58c6ab0f-1b8f-4b50-a60e-47e943e038c3 2026-06-11 20:52:36,280 - INFO - Ingress ctest-nginx-ingress-20028665 with uuid 58c6ab0f-1b8f-4b50-a60e-47e943e038c3 found in kube manager 2026-06-11 20:52:36,281 - INFO - Ingress ctest-nginx-ingress-20028665 verification passed 2026-06-11 20:52:36,285 - DEBUG - Pod ctest-busybox-pod-36272857 not present 2026-06-11 20:52:36,285 - INFO - Creating Pod ctest-busybox-pod-36272857 2026-06-11 20:52:36,343 - DEBUG - Pod : ctest-busybox-pod-36272857 UUID is 0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:52:36,351 - INFO - Pod ctest-nginx-pod-70436736 is in running state.Got IP 10.47.255.248 2026-06-11 20:52:36,397 - DEBUG - Pod ctest-nginx-pod-70436736 has vmi 7208825a-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:52:36,397 - INFO - Verified pod ctest-nginx-pod-70436736 in contrail-api 2026-06-11 20:52:36,397 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:52:36,411 - DEBUG - VMI 7208825a-65d7-11f1-aa4e-fa163e4a1010 is active in agent 10.0.0.50 2026-06-11 20:52:36,412 - INFO - Verified Pod ctest-nginx-pod-70436736 in agent 10.0.0.50 2026-06-11 20:52:36,412 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=d23185a5-b46e-41cc-8f02-7affb21c7394 2026-06-11 20:52:36,422 - INFO - Pod ctest-nginx-pod-70436736 with uuid d23185a5-b46e-41cc-8f02-7affb21c7394 found in kube manager 2026-06-11 20:52:36,423 - INFO - Pod ctest-nginx-pod-70436736 verification passed 2026-06-11 20:52:36,508 - DEBUG - [Pod ctest-nginx-pod-70436736] Cmd: echo ctest-nginx-pod-70436736 > /usr/share/nginx/html/index.html, Output: 2026-06-11 20:52:36,515 - INFO - Pod ctest-nginx-pod-17865315 is in running state.Got IP 10.47.255.247 2026-06-11 20:52:36,545 - DEBUG - Pod ctest-nginx-pod-17865315 has vmi 72f0e3c4-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:52:36,545 - INFO - Verified pod ctest-nginx-pod-17865315 in contrail-api 2026-06-11 20:52:36,545 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:52:36,555 - DEBUG - VMI 72f0e3c4-65d7-11f1-aa4e-fa163e4a1010 is active in agent 10.0.0.50 2026-06-11 20:52:36,555 - INFO - Verified Pod ctest-nginx-pod-17865315 in agent 10.0.0.50 2026-06-11 20:52:36,555 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=464c6ef1-bc3e-41ed-a2c3-5662c84e47e7 2026-06-11 20:52:36,573 - INFO - Pod ctest-nginx-pod-17865315 with uuid 464c6ef1-bc3e-41ed-a2c3-5662c84e47e7 found in kube manager 2026-06-11 20:52:36,573 - INFO - Pod ctest-nginx-pod-17865315 verification passed 2026-06-11 20:52:36,627 - DEBUG - [Pod ctest-nginx-pod-17865315] Cmd: echo ctest-nginx-pod-17865315 > /usr/share/nginx/html/index.html, Output: 2026-06-11 20:52:36,634 - DEBUG - Pod ctest-busybox-pod-36272857 not in running state.Currently in Pending 2026-06-11 20:52:41,641 - DEBUG - Pod ctest-busybox-pod-36272857 not in running state.Currently in Pending 2026-06-11 20:52:46,650 - DEBUG - Pod ctest-busybox-pod-36272857 not in running state.Currently in Pending 2026-06-11 20:52:51,657 - DEBUG - Pod ctest-busybox-pod-36272857 not in running state.Currently in Pending 2026-06-11 20:52:56,664 - INFO - Pod ctest-busybox-pod-36272857 is in running state.Got IP 10.47.255.245 2026-06-11 20:52:56,676 - DEBUG - Pod ctest-busybox-pod-36272857 has vmi 7de61150-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:52:56,676 - INFO - Verified pod ctest-busybox-pod-36272857 in contrail-api 2026-06-11 20:52:56,676 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:52:56,682 - DEBUG - VMI 7de61150-65d7-11f1-aa4e-fa163e4a1010 is active in agent 10.0.0.50 2026-06-11 20:52:56,682 - INFO - Verified Pod ctest-busybox-pod-36272857 in agent 10.0.0.50 2026-06-11 20:52:56,682 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:52:56,686 - INFO - Pod ctest-busybox-pod-36272857 with uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 found in kube manager 2026-06-11 20:52:56,686 - INFO - Pod ctest-busybox-pod-36272857 verification passed 2026-06-11 20:52:56,728 - DEBUG - [Pod ctest-busybox-pod-36272857] 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-70436736 2026-06-11 20:52:56,728 - DEBUG - [Pod Pod ctest-busybox-pod-36272857] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-11 20:52:56,728 - DEBUG - [Pod Pod ctest-busybox-pod-36272857] 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-70436736 2026-06-11 20:52:56,770 - DEBUG - [Pod ctest-busybox-pod-36272857] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-70436736 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-11 20:52:56,770 - DEBUG - [Pod Pod ctest-busybox-pod-36272857] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-11 20:52:56,770 - DEBUG - [Pod Pod ctest-busybox-pod-36272857] Cmd output: ctest-nginx-pod-70436736 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-11 20:52:56,813 - DEBUG - [Pod ctest-busybox-pod-36272857] 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-17865315 2026-06-11 20:52:56,814 - DEBUG - [Pod Pod ctest-busybox-pod-36272857] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-11 20:52:56,814 - DEBUG - [Pod Pod ctest-busybox-pod-36272857] 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-17865315 2026-06-11 20:52:56,814 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-70436736': 2, 'ctest-nginx-pod-17865315': 1} 2026-06-11 20:52:56,814 - WARNING - Nothing to delete parallely 2026-06-11 20:52:56,814 - INFO - Deleting pod default:ctest-busybox-pod-36272857 2026-06-11 20:52:56,826 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:52:56,831 - WARNING - Pod uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:01,832 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:53:01,839 - WARNING - Pod uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:06,839 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:53:06,845 - WARNING - Pod uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:11,846 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:53:11,851 - WARNING - Pod uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:16,852 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:53:16,857 - WARNING - Pod uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:21,857 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:53:21,862 - WARNING - Pod uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:26,863 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:53:26,868 - WARNING - Pod uuid 0662e6de-0b2a-445f-9b31-0feb533d3c60 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:31,868 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0662e6de-0b2a-445f-9b31-0feb533d3c60 2026-06-11 20:53:31,873 - DEBUG - Pod 0662e6de-0b2a-445f-9b31-0feb533d3c60 is not in agent 10.0.0.50 VM list 2026-06-11 20:53:31,873 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7de61150-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:53:31,877 - DEBUG - VMI 7de61150-65d7-11f1-aa4e-fa163e4a1010 is removed from agent 10.0.0.50 2026-06-11 20:53:31,877 - INFO - Verified that pod ctest-busybox-pod-36272857 is removed in agent 2026-06-11 20:53:31,877 - INFO - Deleting Ingress : ctest-nginx-ingress-20028665 2026-06-11 20:53:31,887 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=58c6ab0f-1b8f-4b50-a60e-47e943e038c3 2026-06-11 20:53:31,892 - ERROR - Ingress ctest-nginx-ingress-20028665 with uuid 58c6ab0f-1b8f-4b50-a60e-47e943e038c3 still found in kube manager 2026-06-11 20:53:32,893 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=58c6ab0f-1b8f-4b50-a60e-47e943e038c3 2026-06-11 20:53:32,899 - ERROR - Ingress ctest-nginx-ingress-20028665 with uuid 58c6ab0f-1b8f-4b50-a60e-47e943e038c3 still found in kube manager 2026-06-11 20:53:33,899 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=58c6ab0f-1b8f-4b50-a60e-47e943e038c3 2026-06-11 20:53:33,903 - ERROR - Ingress ctest-nginx-ingress-20028665 with uuid 58c6ab0f-1b8f-4b50-a60e-47e943e038c3 still found in kube manager 2026-06-11 20:53:34,904 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=58c6ab0f-1b8f-4b50-a60e-47e943e038c3 2026-06-11 20:53:34,907 - INFO - Ingress ctest-nginx-ingress-20028665 with uuid 58c6ab0f-1b8f-4b50-a60e-47e943e038c3 deleted successfully from kube manager 2026-06-11 20:53:34,907 - INFO - Verifications on Ingress %s cleanup passed 2026-06-11 20:53:34,907 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-11 20:53:34,973 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-11 20:53:34,977 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-11 20:53:34,977 - INFO - Deleting VN __public__ 2026-06-11 20:53:35,092 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/65680fff-9a00-4b9c-9bce-df067b91b0a2 2026-06-11 20:53:35,097 - DEBUG - Response Code: 404 2026-06-11 20:53:35,097 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-06-11 20:53:35,113 - DEBUG - Requesting: http://10.0.0.50:8082/domain/ba2b622f-d1d2-4010-9c84-919c38588e45 2026-06-11 20:53:35,122 - DEBUG - Requesting: http://10.0.0.50:8082/project/fd8b7c83-3864-4743-bfa4-54f7bc92f35c 2026-06-11 20:53:35,170 - INFO - Validated that VN __public__ is not found in API Server 2026-06-11 20:53:35,170 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-11 20:53:35,181 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-11 20:53:35,187 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2026-06-11 20:53:35,187 - INFO - Validated that VN __public__ is not in any agent 2026-06-11 20:53:35,187 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-11 20:53:35,193 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-11 20:53:35,197 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-11 20:53:35,202 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-11 20:53:35,203 - INFO - Deleting pod default:ctest-nginx-pod-17865315 2026-06-11 20:53:35,216 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=464c6ef1-bc3e-41ed-a2c3-5662c84e47e7 2026-06-11 20:53:35,231 - WARNING - Pod uuid 464c6ef1-bc3e-41ed-a2c3-5662c84e47e7 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:40,232 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=464c6ef1-bc3e-41ed-a2c3-5662c84e47e7 2026-06-11 20:53:40,240 - DEBUG - Pod 464c6ef1-bc3e-41ed-a2c3-5662c84e47e7 is not in agent 10.0.0.50 VM list 2026-06-11 20:53:40,240 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72f0e3c4-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:53:40,244 - DEBUG - VMI 72f0e3c4-65d7-11f1-aa4e-fa163e4a1010 is removed from agent 10.0.0.50 2026-06-11 20:53:40,244 - INFO - Verified that pod ctest-nginx-pod-17865315 is removed in agent 2026-06-11 20:53:40,245 - INFO - Deleting pod default:ctest-nginx-pod-70436736 2026-06-11 20:53:40,263 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d23185a5-b46e-41cc-8f02-7affb21c7394 2026-06-11 20:53:40,270 - WARNING - Pod uuid d23185a5-b46e-41cc-8f02-7affb21c7394 is still seen in agent 10.0.0.50 VM list 2026-06-11 20:53:45,270 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d23185a5-b46e-41cc-8f02-7affb21c7394 2026-06-11 20:53:45,275 - DEBUG - Pod d23185a5-b46e-41cc-8f02-7affb21c7394 is not in agent 10.0.0.50 VM list 2026-06-11 20:53:45,275 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7208825a-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:53:45,279 - DEBUG - VMI 7208825a-65d7-11f1-aa4e-fa163e4a1010 is removed from agent 10.0.0.50 2026-06-11 20:53:45,279 - INFO - Verified that pod ctest-nginx-pod-70436736 is removed in agent 2026-06-11 20:53:45,279 - INFO - Deleting service : ctest-nginx-svc-46378005 2026-06-11 20:53:45,762 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-11 20:53:45,766 - DEBUG - No XMPP flaps were noticed during the test 2026-06-11 20:53:45,766 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:28] 2026-06-11 20:53:45,767 - INFO - -------------------------------------------------------------------------------- 2026-06-11 20:53:52,117 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-11 20:53:52,254 - DEBUG - Output : cluster_project={} 2026-06-11 20:53:52,293 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-11 20:53:52,466 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-11 20:53:52,471 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-11 20:53:52,659 - DEBUG - Output : cluster_project={} 2026-06-11 20:53:54,664 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-11 20:53:54,803 - DEBUG - Output : cluster_project={} 2026-06-11 20:54:19,906 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:24,943 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:34,987 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:35,018 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:40,059 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:50,115 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:50,151 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:50,190 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-11 20:54:50,727 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-11 20:54:58,734 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_ApplicationPolicySetReq? 2026-06-11 20:54:58,746 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-06-11 20:54:58,769 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-06-11 20:55:00,791 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-06-11 20:55:02,813 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-06-11 20:58:02,677 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-11 20:58:02,721 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=84bebe3d-cccc-4f76-a399-4a700b4dacd8 2026-06-11 20:58:02,767 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=756e6269-62d7-493d-a139-3b8c33b054bc 2026-06-11 20:58:02,779 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:02,787 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:02,792 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ed377fff-18d2-46ee-b23f-92b3860bddc5 2026-06-11 20:58:02,811 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=9378a11a-ecc7-4ff1-928d-feda1d8e6009 2026-06-11 20:58:02,819 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:02,826 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:07,834 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=84bebe3d-cccc-4f76-a399-4a700b4dacd8 2026-06-11 20:58:07,844 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=756e6269-62d7-493d-a139-3b8c33b054bc 2026-06-11 20:58:07,849 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b5a1546a-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:58:07,870 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:07,871 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:07,872 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:07,873 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ed377fff-18d2-46ee-b23f-92b3860bddc5 2026-06-11 20:58:07,873 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=9378a11a-ecc7-4ff1-928d-feda1d8e6009 2026-06-11 20:58:07,874 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:07,888 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b2d6b3d8-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:58:12,841 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=84bebe3d-cccc-4f76-a399-4a700b4dacd8 2026-06-11 20:58:12,890 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=ed377fff-18d2-46ee-b23f-92b3860bddc5 2026-06-11 20:58:12,891 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:12,892 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:12,893 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:12,894 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:12,910 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b7c1600a-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:58:17,847 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=84bebe3d-cccc-4f76-a399-4a700b4dacd8 2026-06-11 20:58:17,852 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:af8a7390-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:58:17,908 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:17,910 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:17,911 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:17,912 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:22,921 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:22,923 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:22,923 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:22,925 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:27,938 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:27,939 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:27,940 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:27,940 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:32,951 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:32,953 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:32,954 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:32,955 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:37,964 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:37,970 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4b6d295f-5dbf-48ca-a33a-9752ca9859eb 2026-06-11 20:58:37,971 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=f27571cf-2154-4fb5-8fe7-a80d04d0ad4d 2026-06-11 20:58:37,972 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=4d021c42-5a77-4efc-b4c0-7673ee5cc039 2026-06-11 20:58:37,981 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf882bc0-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:58:37,982 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc8e3f40-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:58:37,983 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ba76e6c6-65d7-11f1-aa4e-fa163e4a1010 2026-06-11 20:58:42,970 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=e0a95943-3885-4956-92c6-9b37689ffbbf 2026-06-11 20:58:42,978 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be1301fc-65d7-11f1-aa4e-fa163e4a1010