2026-06-10 12:42:17,104 - DEBUG - [10.0.0.38]: Running cmd : hostname 2026-06-10 12:42:17,394 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-467-1.novalocal 2026-06-10 12:42:17,395 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2026-06-10 12:42:17,531 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-467-1.novalocal 2026-06-10 12:42:17,532 - DEBUG - [10.0.0.38]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-10 12:42:17,706 - DEBUG - Output : NAMES contrail_test_ez4u6nu3Q vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_job_1 webui_web_1 config_devicemgr_1 config_svcmonitor_1 config_schema_1 config_api_1 config_dnsmasq_1 config_nodemgr_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-06-10 12:42:17,707 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-10 12:42:17,833 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-06-10 12:42:17,833 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2026-06-10 12:42:17,962 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-467-1.novalocal 2026-06-10 12:42:17,962 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-10 12:42:18,084 - DEBUG - Output : 10.20.0.17/24 2026-06-10 12:42:18,085 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-06-10 12:42:18,216 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-467-1.novalocal 2026-06-10 12:42:18,512 - INFO - Using existing project ['default-domain', 'k8s-default'](ea99c044-b0ea-4566-beb1-6d63a0170554) 2026-06-10 12:42:18,607 - INFO - Using existing project ['default-domain', 'k8s-default'](ea99c044-b0ea-4566-beb1-6d63a0170554) 2026-06-10 12:42:18,789 - INFO - ================================================================================ 2026-06-10 12:42:18,789 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-10 12:42:18,790 - 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-10 12:42:19,077 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 12:42:19,085 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-06-10 12:42:19,085 - INFO - Initial checks done. Running the testcase now 2026-06-10 12:42:19,085 - INFO - 2026-06-10 12:42:19,090 - INFO - Namespace default already exists 2026-06-10 12:42:19,090 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-10 12:42:19,280 - DEBUG - Output : cluster_project={} 2026-06-10 12:42:19,338 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-10 12:42:19,338 - DEBUG - Project uuid in Contrail is ea99c044-b0ea-4566-beb1-6d63a0170554 2026-06-10 12:42:19,339 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-10 12:42:19,512 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-10 12:42:19,512 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=cc34e421-e758-4295-8600-7d44c0fe0c19 2026-06-10 12:42:19,518 - INFO - Namespace default with uuid cc34e421-e758-4295-8600-7d44c0fe0c19 found in kube manager 2026-06-10 12:42:19,518 - INFO - Namespace default verification passed 2026-06-10 12:42:19,523 - DEBUG - Service ctest-nginx-svc-53476538 not present 2026-06-10 12:42:19,524 - INFO - Creating service ctest-nginx-svc-53476538 2026-06-10 12:42:19,556 - INFO - Created Service ctest-nginx-svc-53476538 2026-06-10 12:42:19,567 - DEBUG - Pod ctest-nginx-pod-79046172 not present 2026-06-10 12:42:19,568 - INFO - Creating Pod ctest-nginx-pod-79046172 2026-06-10 12:42:19,619 - DEBUG - Pod : ctest-nginx-pod-79046172 UUID is 7e16bb35-8245-414a-b66e-52770505e713 2026-06-10 12:42:19,625 - DEBUG - Pod ctest-nginx-pod-33512747 not present 2026-06-10 12:42:19,626 - INFO - Creating Pod ctest-nginx-pod-33512747 2026-06-10 12:42:19,687 - DEBUG - Pod : ctest-nginx-pod-33512747 UUID is ca1a3c91-a44f-4c23-bc97-33326706e917 2026-06-10 12:42:19,959 - INFO - Created VN __public__, UUID :e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:20,107 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-10 12:42:20,113 - DEBUG - Requesting: http://10.0.0.38:8082/domain/d4c8e28a-073d-4c70-b272-1da55f42de88 2026-06-10 12:42:20,127 - DEBUG - Requesting: http://10.0.0.38:8082/project/ea99c044-b0ea-4566-beb1-6d63a0170554 2026-06-10 12:42:20,194 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:20,204 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:20,218 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:42:20,227 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:42:20,235 - DEBUG - Route Targets: [] 2026-06-10 12:42:20,235 - DEBUG - RT names not yet present for VN __public__ 2026-06-10 12:42:25,236 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-10 12:42:25,243 - DEBUG - Requesting: http://10.0.0.38:8082/domain/d4c8e28a-073d-4c70-b272-1da55f42de88 2026-06-10 12:42:25,259 - DEBUG - Requesting: http://10.0.0.38:8082/project/ea99c044-b0ea-4566-beb1-6d63a0170554 2026-06-10 12:42:25,316 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,325 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,340 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:42:25,346 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:42:25,353 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/b198b9b0-d0a1-4218-8002-48c73aef7849 2026-06-10 12:42:25,362 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-10 12:42:25,362 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,379 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:42:25,400 - INFO - Verified VN network id 15 for VN e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,401 - INFO - Verifications in API Server for VN __public__ passed 2026-06-10 12:42:25,401 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,411 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:42:25,419 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:42:25,426 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/b198b9b0-d0a1-4218-8002-48c73aef7849 2026-06-10 12:42:25,434 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-10 12:42:25,443 - DEBUG - Control-node 10.0.0.38 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '16610861183687411179', 'uuid-lslong': '9388985730197804509'}, 'enable': 'true', 'created': '2026-06-10T12:42:19', 'last-modified': '2026-06-10T12:42:20', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.402670'} 2026-06-10 12:42:25,444 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 12:42:25,458 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-10 12:42:25,458 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-10 12:42:25,458 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-10 12:42:25,459 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-10 12:42:25,464 - DEBUG - Requesting: http://10.0.0.38:8082/domain/d4c8e28a-073d-4c70-b272-1da55f42de88 2026-06-10 12:42:25,473 - DEBUG - Requesting: http://10.0.0.38:8082/project/ea99c044-b0ea-4566-beb1-6d63a0170554 2026-06-10 12:42:25,513 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,527 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-10 12:42:25,527 - DEBUG - Verifying the vn in opserver 2026-06-10 12:42:25,527 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2026-06-10 12:42:25,527 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2026-06-10 12:42:25,534 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-06-10 12:42:25,534 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-10 12:42:25,534 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 12:42:25,541 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 12:42:25,548 - DEBUG - Do not have enough data to verify VN in agent 2026-06-10 12:42:25,548 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 12:42:25,555 - DEBUG - VRF ids for VN __public__: {} 2026-06-10 12:42:25,623 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-10 12:42:25,755 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-10 12:42:25,761 - DEBUG - Requesting: http://10.0.0.38:8082/domain/d4c8e28a-073d-4c70-b272-1da55f42de88 2026-06-10 12:42:25,770 - DEBUG - Requesting: http://10.0.0.38:8082/project/ea99c044-b0ea-4566-beb1-6d63a0170554 2026-06-10 12:42:25,820 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,832 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/cb301e19-d857-464d-a65a-989ebd70f3c2 2026-06-10 12:42:25,838 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-10 12:42:25,843 - DEBUG - Requesting: http://10.0.0.38:8082/domain/d4c8e28a-073d-4c70-b272-1da55f42de88 2026-06-10 12:42:25,850 - DEBUG - Requesting: http://10.0.0.38:8082/project/ea99c044-b0ea-4566-beb1-6d63a0170554 2026-06-10 12:42:25,898 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e685a23d-0b03-45eb-824c-60c6d1a6d5dd 2026-06-10 12:42:25,912 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-10 12:42:25,912 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-10 12:42:25,920 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-10 12:42:25,925 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-10 12:42:25,925 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-10 12:42:25,929 - DEBUG - Ingress ctest-nginx-ingress-98376862 not present 2026-06-10 12:42:25,930 - INFO - Creating Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:25,939 - INFO - Created Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:25,944 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:28,950 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:31,958 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:34,964 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:37,970 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:40,977 - DEBUG - For Ingress ctest-nginx-ingress-98376862, Cluster IP: 10.47.255.246, External IPs ['196.119.110.124'] 2026-06-10 12:42:40,977 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-98376862 2026-06-10 12:42:40,977 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=75f27c9c-ba21-498c-b130-7fa0cd45c442 2026-06-10 12:42:40,984 - INFO - Ingress ctest-nginx-ingress-98376862 with uuid 75f27c9c-ba21-498c-b130-7fa0cd45c442 found in kube manager 2026-06-10 12:42:40,984 - INFO - Ingress ctest-nginx-ingress-98376862 verification passed 2026-06-10 12:42:40,987 - DEBUG - Pod ctest-busybox-pod-93417886 not present 2026-06-10 12:42:40,987 - INFO - Creating Pod ctest-busybox-pod-93417886 2026-06-10 12:42:41,017 - DEBUG - Pod : ctest-busybox-pod-93417886 UUID is 8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:42:41,031 - DEBUG - Pod ctest-nginx-pod-79046172 not in running state.Currently in Pending 2026-06-10 12:42:46,039 - INFO - Pod ctest-nginx-pod-79046172 is in running state.Got IP 10.47.255.248 2026-06-10 12:42:46,058 - DEBUG - Pod ctest-nginx-pod-79046172 has vmi d60824ea-64c9-11f1-8a1f-fa163eeb09f6 2026-06-10 12:42:46,058 - INFO - Verified pod ctest-nginx-pod-79046172 in contrail-api 2026-06-10 12:42:46,058 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:42:46,069 - DEBUG - VMI d60824ea-64c9-11f1-8a1f-fa163eeb09f6 is active in agent 10.0.0.38 2026-06-10 12:42:46,070 - INFO - Verified Pod ctest-nginx-pod-79046172 in agent 10.0.0.38 2026-06-10 12:42:46,070 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=7e16bb35-8245-414a-b66e-52770505e713 2026-06-10 12:42:46,075 - INFO - Pod ctest-nginx-pod-79046172 with uuid 7e16bb35-8245-414a-b66e-52770505e713 found in kube manager 2026-06-10 12:42:46,075 - INFO - Pod ctest-nginx-pod-79046172 verification passed 2026-06-10 12:42:46,141 - DEBUG - [Pod ctest-nginx-pod-79046172] Cmd: echo ctest-nginx-pod-79046172 > /usr/share/nginx/html/index.html, Output: 2026-06-10 12:42:46,150 - INFO - Pod ctest-nginx-pod-33512747 is in running state.Got IP 10.47.255.247 2026-06-10 12:42:46,165 - DEBUG - Pod ctest-nginx-pod-33512747 has vmi d78ccd52-64c9-11f1-8a1f-fa163eeb09f6 2026-06-10 12:42:46,165 - INFO - Verified pod ctest-nginx-pod-33512747 in contrail-api 2026-06-10 12:42:46,165 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:42:46,174 - DEBUG - VMI d78ccd52-64c9-11f1-8a1f-fa163eeb09f6 is active in agent 10.0.0.38 2026-06-10 12:42:46,174 - INFO - Verified Pod ctest-nginx-pod-33512747 in agent 10.0.0.38 2026-06-10 12:42:46,174 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=ca1a3c91-a44f-4c23-bc97-33326706e917 2026-06-10 12:42:46,180 - INFO - Pod ctest-nginx-pod-33512747 with uuid ca1a3c91-a44f-4c23-bc97-33326706e917 found in kube manager 2026-06-10 12:42:46,180 - INFO - Pod ctest-nginx-pod-33512747 verification passed 2026-06-10 12:42:46,226 - DEBUG - [Pod ctest-nginx-pod-33512747] Cmd: echo ctest-nginx-pod-33512747 > /usr/share/nginx/html/index.html, Output: 2026-06-10 12:42:46,234 - DEBUG - Pod ctest-busybox-pod-93417886 not in running state.Currently in Pending 2026-06-10 12:42:51,243 - DEBUG - Pod ctest-busybox-pod-93417886 not in running state.Currently in Pending 2026-06-10 12:42:56,250 - INFO - Pod ctest-busybox-pod-93417886 is in running state.Got IP 10.47.255.245 2026-06-10 12:42:56,267 - DEBUG - Pod ctest-busybox-pod-93417886 has vmi e18220fa-64c9-11f1-8a1f-fa163eeb09f6 2026-06-10 12:42:56,267 - INFO - Verified pod ctest-busybox-pod-93417886 in contrail-api 2026-06-10 12:42:56,267 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:42:56,275 - DEBUG - VMI e18220fa-64c9-11f1-8a1f-fa163eeb09f6 is active in agent 10.0.0.38 2026-06-10 12:42:56,275 - INFO - Verified Pod ctest-busybox-pod-93417886 in agent 10.0.0.38 2026-06-10 12:42:56,276 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:42:56,280 - INFO - Pod ctest-busybox-pod-93417886 with uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 found in kube manager 2026-06-10 12:42:56,280 - INFO - Pod ctest-busybox-pod-93417886 verification passed 2026-06-10 12:42:56,330 - DEBUG - [Pod ctest-busybox-pod-93417886] 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-79046172 2026-06-10 12:42:56,330 - DEBUG - [Pod Pod ctest-busybox-pod-93417886] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 12:42:56,330 - DEBUG - [Pod Pod ctest-busybox-pod-93417886] 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-79046172 2026-06-10 12:42:56,374 - DEBUG - [Pod ctest-busybox-pod-93417886] 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-79046172 2026-06-10 12:42:56,375 - DEBUG - [Pod Pod ctest-busybox-pod-93417886] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 12:42:56,375 - DEBUG - [Pod Pod ctest-busybox-pod-93417886] 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-79046172 2026-06-10 12:42:56,419 - DEBUG - [Pod ctest-busybox-pod-93417886] 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-33512747 2026-06-10 12:42:56,419 - DEBUG - [Pod Pod ctest-busybox-pod-93417886] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-06-10 12:42:56,419 - DEBUG - [Pod Pod ctest-busybox-pod-93417886] 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-33512747 2026-06-10 12:42:56,419 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-79046172': 2, 'ctest-nginx-pod-33512747': 1} 2026-06-10 12:42:56,419 - WARNING - Nothing to delete parallely 2026-06-10 12:42:56,420 - INFO - Deleting pod default:ctest-busybox-pod-93417886 2026-06-10 12:42:56,433 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:42:56,440 - WARNING - Pod uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:01,441 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:43:01,448 - WARNING - Pod uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:06,449 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:43:06,457 - WARNING - Pod uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:11,458 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:43:11,463 - WARNING - Pod uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:16,466 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:43:16,474 - WARNING - Pod uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:21,475 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:43:21,485 - WARNING - Pod uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:26,488 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:43:26,494 - WARNING - Pod uuid 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:31,495 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8ef46383-be1a-4e33-9705-c6ebc02b4d08 2026-06-10 12:43:31,501 - DEBUG - Pod 8ef46383-be1a-4e33-9705-c6ebc02b4d08 is not in agent 10.0.0.38 VM list 2026-06-10 12:43:31,501 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e18220fa-64c9-11f1-8a1f-fa163eeb09f6 2026-06-10 12:43:31,506 - DEBUG - VMI e18220fa-64c9-11f1-8a1f-fa163eeb09f6 is removed from agent 10.0.0.38 2026-06-10 12:43:31,506 - INFO - Verified that pod ctest-busybox-pod-93417886 is removed in agent 2026-06-10 12:43:31,506 - INFO - Deleting Ingress : ctest-nginx-ingress-98376862 2026-06-10 12:43:31,516 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=75f27c9c-ba21-498c-b130-7fa0cd45c442 2026-06-10 12:43:31,521 - ERROR - Ingress ctest-nginx-ingress-98376862 with uuid 75f27c9c-ba21-498c-b130-7fa0cd45c442 still found in kube manager 2026-06-10 12:43:32,522 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=75f27c9c-ba21-498c-b130-7fa0cd45c442 2026-06-10 12:43:32,526 - ERROR - Ingress ctest-nginx-ingress-98376862 with uuid 75f27c9c-ba21-498c-b130-7fa0cd45c442 still found in kube manager 2026-06-10 12:43:33,527 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=75f27c9c-ba21-498c-b130-7fa0cd45c442 2026-06-10 12:43:33,531 - ERROR - Ingress ctest-nginx-ingress-98376862 with uuid 75f27c9c-ba21-498c-b130-7fa0cd45c442 still found in kube manager 2026-06-10 12:43:34,532 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=75f27c9c-ba21-498c-b130-7fa0cd45c442 2026-06-10 12:43:34,541 - ERROR - Ingress ctest-nginx-ingress-98376862 with uuid 75f27c9c-ba21-498c-b130-7fa0cd45c442 still found in kube manager 2026-06-10 12:43:35,542 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=75f27c9c-ba21-498c-b130-7fa0cd45c442 2026-06-10 12:43:35,546 - ERROR - Ingress ctest-nginx-ingress-98376862 with uuid 75f27c9c-ba21-498c-b130-7fa0cd45c442 still found in kube manager 2026-06-10 12:43:36,546 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=75f27c9c-ba21-498c-b130-7fa0cd45c442 2026-06-10 12:43:36,550 - INFO - Ingress ctest-nginx-ingress-98376862 with uuid 75f27c9c-ba21-498c-b130-7fa0cd45c442 deleted successfully from kube manager 2026-06-10 12:43:36,550 - INFO - Verifications on Ingress %s cleanup passed 2026-06-10 12:43:36,551 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-10 12:43:36,632 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-10 12:43:36,637 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-10 12:43:36,637 - INFO - Deleting VN __public__ 2026-06-10 12:43:36,736 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6b8db311-1692-4230-838f-4da2f3c11ba4 2026-06-10 12:43:36,749 - DEBUG - Response Code: 404 2026-06-10 12:43:36,749 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-06-10 12:43:36,765 - DEBUG - Requesting: http://10.0.0.38:8082/domain/d4c8e28a-073d-4c70-b272-1da55f42de88 2026-06-10 12:43:36,785 - DEBUG - Requesting: http://10.0.0.38:8082/project/ea99c044-b0ea-4566-beb1-6d63a0170554 2026-06-10 12:43:36,845 - INFO - Validated that VN __public__ is not found in API Server 2026-06-10 12:43:36,845 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-10 12:43:36,857 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 12:43:36,878 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2026-06-10 12:43:36,878 - INFO - Validated that VN __public__ is not in any agent 2026-06-10 12:43:36,879 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 12:43:36,886 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-10 12:43:36,892 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-10 12:43:36,901 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-10 12:43:36,902 - INFO - Deleting pod default:ctest-nginx-pod-33512747 2026-06-10 12:43:36,917 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ca1a3c91-a44f-4c23-bc97-33326706e917 2026-06-10 12:43:36,943 - WARNING - Pod uuid ca1a3c91-a44f-4c23-bc97-33326706e917 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:41,944 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ca1a3c91-a44f-4c23-bc97-33326706e917 2026-06-10 12:43:41,950 - DEBUG - Pod ca1a3c91-a44f-4c23-bc97-33326706e917 is not in agent 10.0.0.38 VM list 2026-06-10 12:43:41,950 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d78ccd52-64c9-11f1-8a1f-fa163eeb09f6 2026-06-10 12:43:41,955 - DEBUG - VMI d78ccd52-64c9-11f1-8a1f-fa163eeb09f6 is removed from agent 10.0.0.38 2026-06-10 12:43:41,955 - INFO - Verified that pod ctest-nginx-pod-33512747 is removed in agent 2026-06-10 12:43:41,956 - INFO - Deleting pod default:ctest-nginx-pod-79046172 2026-06-10 12:43:41,986 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=7e16bb35-8245-414a-b66e-52770505e713 2026-06-10 12:43:41,999 - WARNING - Pod uuid 7e16bb35-8245-414a-b66e-52770505e713 is still seen in agent 10.0.0.38 VM list 2026-06-10 12:43:47,000 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=7e16bb35-8245-414a-b66e-52770505e713 2026-06-10 12:43:47,006 - DEBUG - Pod 7e16bb35-8245-414a-b66e-52770505e713 is not in agent 10.0.0.38 VM list 2026-06-10 12:43:47,006 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d60824ea-64c9-11f1-8a1f-fa163eeb09f6 2026-06-10 12:43:47,012 - DEBUG - VMI d60824ea-64c9-11f1-8a1f-fa163eeb09f6 is removed from agent 10.0.0.38 2026-06-10 12:43:47,012 - INFO - Verified that pod ctest-nginx-pod-79046172 is removed in agent 2026-06-10 12:43:47,012 - INFO - Deleting service : ctest-nginx-svc-53476538 2026-06-10 12:43:47,612 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 12:43:47,620 - DEBUG - No XMPP flaps were noticed during the test 2026-06-10 12:43:47,620 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:29] 2026-06-10 12:43:47,621 - INFO - -------------------------------------------------------------------------------- 2026-06-10 12:43:54,178 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-10 12:43:54,338 - DEBUG - Output : cluster_project={} 2026-06-10 12:43:54,372 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-10 12:43:54,566 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-10 12:43:54,571 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-10 12:43:54,830 - DEBUG - Output : cluster_project={} 2026-06-10 12:43:56,837 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-10 12:43:57,030 - DEBUG - Output : cluster_project={} 2026-06-10 12:43:59,038 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-10 12:43:59,213 - DEBUG - Output : cluster_project={} 2026-06-10 12:44:29,337 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:44:34,384 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:44:39,429 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:44:39,464 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:44:59,542 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:44:59,583 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:44:59,617 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:45:04,660 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-10 12:45:05,215 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 12:45:12,410 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_ApplicationPolicySetReq? 2026-06-10 12:45:12,415 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-06-10 12:45:12,465 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-06-10 12:45:14,503 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-06-10 12:45:16,526 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-06-10 12:45:18,548 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-06-10 12:48:18,987 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-10 12:48:19,061 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d90854df-3a72-4089-8877-5e5a263a5e9d 2026-06-10 12:48:19,115 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:19,127 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:19,132 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d55c8139-5b0f-4dd1-9d42-51c1894a4bdb 2026-06-10 12:48:19,138 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d43479e-17e0-4771-98d0-de317cabf41e 2026-06-10 12:48:19,150 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3fc9fad4-cd1e-498c-8873-24e4ccf67359 2026-06-10 12:48:19,159 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:19,163 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:24,182 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d90854df-3a72-4089-8877-5e5a263a5e9d 2026-06-10 12:48:24,256 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:24,259 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d55c8139-5b0f-4dd1-9d42-51c1894a4bdb 2026-06-10 12:48:24,260 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:24,261 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9d43479e-17e0-4771-98d0-de317cabf41e 2026-06-10 12:48:24,262 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3fc9fad4-cd1e-498c-8873-24e4ccf67359 2026-06-10 12:48:24,265 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:24,266 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:24,291 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:183f86a0-64ca-11f1-8a1f-fa163eeb09f6 2026-06-10 12:48:24,293 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1ba2fafc-64ca-11f1-8a1f-fa163eeb09f6 2026-06-10 12:48:29,190 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d90854df-3a72-4089-8877-5e5a263a5e9d 2026-06-10 12:48:29,294 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:29,296 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d55c8139-5b0f-4dd1-9d42-51c1894a4bdb 2026-06-10 12:48:29,297 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:29,298 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:29,300 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:29,316 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1ef6e02e-64ca-11f1-8a1f-fa163eeb09f6 2026-06-10 12:48:34,197 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=d90854df-3a72-4089-8877-5e5a263a5e9d 2026-06-10 12:48:34,203 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:161fb282-64ca-11f1-8a1f-fa163eeb09f6 2026-06-10 12:48:34,316 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:34,317 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:34,318 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:34,319 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:39,334 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:39,335 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:39,337 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:39,337 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:44,349 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:44,352 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:44,353 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:44,354 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:49,370 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:49,377 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:49,381 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:49,382 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:54,396 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=6d315bfd-5f6c-4dfb-9df8-363327c5f7a5 2026-06-10 12:48:54,400 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=09d6f5be-e5f8-4ded-9d78-bff740a37361 2026-06-10 12:48:54,408 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:54,410 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:54,431 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:28232edc-64ca-11f1-8a1f-fa163eeb09f6 2026-06-10 12:48:54,450 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2097fac6-64ca-11f1-8a1f-fa163eeb09f6 2026-06-10 12:48:59,457 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=38cda7df-d252-4fdf-a038-1ea462804f09 2026-06-10 12:48:59,463 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2354fe8a-64ca-11f1-8a1f-fa163eeb09f6 2026-06-10 12:48:59,480 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=72c05da9-c3d7-4576-9447-a51474333d9a 2026-06-10 12:48:59,489 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2605155c-64ca-11f1-8a1f-fa163eeb09f6