2026-03-27 14:46:33,725 - DEBUG - [10.0.0.19]: Running cmd : hostname 2026-03-27 14:46:34,059 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-459-1.novalocal 2026-03-27 14:46:34,059 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2026-03-27 14:46:34,238 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-459-1.novalocal 2026-03-27 14:46:34,239 - DEBUG - [10.0.0.19]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-03-27 14:46:34,458 - DEBUG - Output : NAMES contrail_test_Tx9G1gqKG vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_schema_1 config_nodemgr_1 config_svcmonitor_1 config_dnsmasq_1 config_api_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-27 14:46:34,458 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-27 14:46:34,619 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 10.20.0.14/24 172.17.0.1/16 10.20.0.14/24 2026-03-27 14:46:34,619 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2026-03-27 14:46:34,779 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-459-1.novalocal 2026-03-27 14:46:34,780 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-27 14:46:34,917 - DEBUG - Output : 10.20.0.14/24 2026-03-27 14:46:34,918 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.20.0.14 | head -n 1 | awk '{print $2}' 2026-03-27 14:46:35,082 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-459-1.novalocal 2026-03-27 14:46:35,445 - INFO - Using existing project ['default-domain', 'k8s-default'](5eba8786-3943-4d2b-8868-a138c270f46d) 2026-03-27 14:46:35,558 - INFO - Using existing project ['default-domain', 'k8s-default'](5eba8786-3943-4d2b-8868-a138c270f46d) 2026-03-27 14:46:35,779 - INFO - ================================================================================ 2026-03-27 14:46:35,779 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-27 14:46:35,780 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2026-03-27 14:46:36,113 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 14:46:36,123 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.14': '0'}} with 2026-03-27 14:46:36,123 - INFO - Initial checks done. Running the testcase now 2026-03-27 14:46:36,123 - INFO - 2026-03-27 14:46:36,130 - INFO - Namespace default already exists 2026-03-27 14:46:36,131 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 14:46:36,336 - DEBUG - Output : cluster_project={} 2026-03-27 14:46:36,392 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-27 14:46:36,392 - DEBUG - Project uuid in Contrail is 5eba8786-3943-4d2b-8868-a138c270f46d 2026-03-27 14:46:36,392 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-27 14:46:36,594 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-27 14:46:36,594 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=9941a8ac-8f99-44e9-89d3-157d1aaa57a0 2026-03-27 14:46:36,600 - INFO - Namespace default with uuid 9941a8ac-8f99-44e9-89d3-157d1aaa57a0 found in kube manager 2026-03-27 14:46:36,600 - INFO - Namespace default verification passed 2026-03-27 14:46:36,604 - DEBUG - Service ctest-nginx-svc-94930247 not present 2026-03-27 14:46:36,605 - INFO - Creating service ctest-nginx-svc-94930247 2026-03-27 14:46:36,631 - INFO - Created Service ctest-nginx-svc-94930247 2026-03-27 14:46:36,642 - DEBUG - Pod ctest-nginx-pod-68014544 not present 2026-03-27 14:46:36,645 - INFO - Creating Pod ctest-nginx-pod-68014544 2026-03-27 14:46:36,747 - DEBUG - Pod : ctest-nginx-pod-68014544 UUID is a5ec63f2-c248-469b-8819-d4e98bd1ca38 2026-03-27 14:46:36,751 - DEBUG - Pod ctest-nginx-pod-69078037 not present 2026-03-27 14:46:36,752 - INFO - Creating Pod ctest-nginx-pod-69078037 2026-03-27 14:46:36,797 - DEBUG - Pod : ctest-nginx-pod-69078037 UUID is 04f4b047-6291-494c-b88c-fccd5416b0a4 2026-03-27 14:46:36,971 - INFO - Created VN __public__, UUID :6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:37,094 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-27 14:46:37,100 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b8e6b797-64d0-4b27-abd1-40d887e98057 2026-03-27 14:46:37,119 - DEBUG - Requesting: http://10.0.0.19:8082/project/5eba8786-3943-4d2b-8868-a138c270f46d 2026-03-27 14:46:37,172 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:37,187 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:37,202 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:46:37,211 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:46:37,220 - DEBUG - Route Targets: [] 2026-03-27 14:46:37,220 - DEBUG - RT names not yet present for VN __public__ 2026-03-27 14:46:42,221 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-27 14:46:42,232 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b8e6b797-64d0-4b27-abd1-40d887e98057 2026-03-27 14:46:42,248 - DEBUG - Requesting: http://10.0.0.19:8082/project/5eba8786-3943-4d2b-8868-a138c270f46d 2026-03-27 14:46:42,318 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,330 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,339 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:46:42,347 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:46:42,357 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/58975544-d7f5-46ac-a59a-fc1bb9ccc0ca 2026-03-27 14:46:42,364 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-27 14:46:42,364 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,374 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:46:42,390 - INFO - Verified VN network id 15 for VN 6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,390 - INFO - Verifications in API Server for VN __public__ passed 2026-03-27 14:46:42,391 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,402 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:46:42,410 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:46:42,421 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/58975544-d7f5-46ac-a59a-fc1bb9ccc0ca 2026-03-27 14:46:42,430 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-27 14:46:42,437 - DEBUG - Control-node 10.0.0.19 : 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': '7176715493463772606', 'uuid-lslong': '11891341640871565625'}, 'enable': 'true', 'created': '2026-03-27T14:46:36', 'last-modified': '2026-03-27T14:46:37', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.386557'} 2026-03-27 14:46:42,437 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 14:46:42,450 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-27 14:46:42,450 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-27 14:46:42,451 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-27 14:46:42,451 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-27 14:46:42,457 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b8e6b797-64d0-4b27-abd1-40d887e98057 2026-03-27 14:46:42,479 - DEBUG - Requesting: http://10.0.0.19:8082/project/5eba8786-3943-4d2b-8868-a138c270f46d 2026-03-27 14:46:42,558 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,582 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-27 14:46:42,582 - DEBUG - Verifying the vn in opserver 2026-03-27 14:46:42,582 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2026-03-27 14:46:42,582 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2026-03-27 14:46:42,593 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-27 14:46:42,593 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-27 14:46:42,593 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 14:46:42,605 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 14:46:42,609 - DEBUG - Do not have enough data to verify VN in agent 2026-03-27 14:46:42,609 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 14:46:42,614 - DEBUG - VRF ids for VN __public__: {} 2026-03-27 14:46:42,685 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-27 14:46:42,774 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-27 14:46:42,783 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b8e6b797-64d0-4b27-abd1-40d887e98057 2026-03-27 14:46:42,791 - DEBUG - Requesting: http://10.0.0.19:8082/project/5eba8786-3943-4d2b-8868-a138c270f46d 2026-03-27 14:46:42,841 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,862 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/716d8bb7-4fac-4fb8-9396-a61c2a07ad1e 2026-03-27 14:46:42,871 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-27 14:46:42,877 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b8e6b797-64d0-4b27-abd1-40d887e98057 2026-03-27 14:46:42,887 - DEBUG - Requesting: http://10.0.0.19:8082/project/5eba8786-3943-4d2b-8868-a138c270f46d 2026-03-27 14:46:42,950 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/6398d0b7-a9f3-4dbe-a506-883826f5d939 2026-03-27 14:46:42,965 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-27 14:46:42,965 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-27 14:46:42,976 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-27 14:46:42,986 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-27 14:46:42,986 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-27 14:46:42,990 - DEBUG - Ingress ctest-nginx-ingress-04678648 not present 2026-03-27 14:46:42,991 - INFO - Creating Ingress ctest-nginx-ingress-04678648 2026-03-27 14:46:43,004 - INFO - Created Ingress ctest-nginx-ingress-04678648 2026-03-27 14:46:43,009 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-04678648 2026-03-27 14:46:46,017 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-04678648 2026-03-27 14:46:49,026 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-04678648 2026-03-27 14:46:52,034 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-04678648 2026-03-27 14:46:55,046 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-04678648 2026-03-27 14:46:58,053 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-04678648 2026-03-27 14:47:01,063 - DEBUG - For Ingress ctest-nginx-ingress-04678648, Cluster IP: 10.47.255.246, External IPs ['118.181.142.60'] 2026-03-27 14:47:01,063 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-04678648 2026-03-27 14:47:01,065 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:47:01,074 - INFO - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb found in kube manager 2026-03-27 14:47:01,074 - INFO - Ingress ctest-nginx-ingress-04678648 verification passed 2026-03-27 14:47:01,078 - DEBUG - Pod ctest-busybox-pod-41521663 not present 2026-03-27 14:47:01,083 - INFO - Creating Pod ctest-busybox-pod-41521663 2026-03-27 14:47:01,180 - DEBUG - Pod : ctest-busybox-pod-41521663 UUID is 267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:01,198 - DEBUG - Pod ctest-nginx-pod-68014544 not in running state.Currently in Pending 2026-03-27 14:47:06,212 - DEBUG - Pod ctest-nginx-pod-68014544 not in running state.Currently in Pending 2026-03-27 14:47:11,227 - INFO - Pod ctest-nginx-pod-68014544 is in running state.Got IP 10.47.255.248 2026-03-27 14:47:11,266 - DEBUG - Pod ctest-nginx-pod-68014544 has vmi c72a6294-29eb-11f1-a04a-fa163e0771d5 2026-03-27 14:47:11,266 - INFO - Verified pod ctest-nginx-pod-68014544 in contrail-api 2026-03-27 14:47:11,266 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:47:11,284 - DEBUG - VMI c72a6294-29eb-11f1-a04a-fa163e0771d5 is active in agent 10.0.0.19 2026-03-27 14:47:11,285 - INFO - Verified Pod ctest-nginx-pod-68014544 in agent 10.0.0.19 2026-03-27 14:47:11,285 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=a5ec63f2-c248-469b-8819-d4e98bd1ca38 2026-03-27 14:47:11,298 - INFO - Pod ctest-nginx-pod-68014544 with uuid a5ec63f2-c248-469b-8819-d4e98bd1ca38 found in kube manager 2026-03-27 14:47:11,298 - INFO - Pod ctest-nginx-pod-68014544 verification passed 2026-03-27 14:47:11,391 - DEBUG - [Pod ctest-nginx-pod-68014544] Cmd: echo ctest-nginx-pod-68014544 > /usr/share/nginx/html/index.html, Output: 2026-03-27 14:47:11,403 - INFO - Pod ctest-nginx-pod-69078037 is in running state.Got IP 10.47.255.247 2026-03-27 14:47:11,419 - DEBUG - Pod ctest-nginx-pod-69078037 has vmi c8c7a15c-29eb-11f1-a04a-fa163e0771d5 2026-03-27 14:47:11,419 - INFO - Verified pod ctest-nginx-pod-69078037 in contrail-api 2026-03-27 14:47:11,420 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:47:11,430 - DEBUG - VMI c8c7a15c-29eb-11f1-a04a-fa163e0771d5 is active in agent 10.0.0.19 2026-03-27 14:47:11,430 - INFO - Verified Pod ctest-nginx-pod-69078037 in agent 10.0.0.19 2026-03-27 14:47:11,430 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=04f4b047-6291-494c-b88c-fccd5416b0a4 2026-03-27 14:47:11,436 - INFO - Pod ctest-nginx-pod-69078037 with uuid 04f4b047-6291-494c-b88c-fccd5416b0a4 found in kube manager 2026-03-27 14:47:11,437 - INFO - Pod ctest-nginx-pod-69078037 verification passed 2026-03-27 14:47:11,508 - DEBUG - [Pod ctest-nginx-pod-69078037] Cmd: echo ctest-nginx-pod-69078037 > /usr/share/nginx/html/index.html, Output: 2026-03-27 14:47:11,517 - DEBUG - Pod ctest-busybox-pod-41521663 not in running state.Currently in Pending 2026-03-27 14:47:16,543 - DEBUG - Pod ctest-busybox-pod-41521663 not in running state.Currently in Pending 2026-03-27 14:47:21,563 - DEBUG - Pod ctest-busybox-pod-41521663 not in running state.Currently in Pending 2026-03-27 14:47:26,574 - INFO - Pod ctest-busybox-pod-41521663 is in running state.Got IP 10.47.255.245 2026-03-27 14:47:26,602 - DEBUG - Pod ctest-busybox-pod-41521663 has vmi d36016e4-29eb-11f1-a04a-fa163e0771d5 2026-03-27 14:47:26,602 - INFO - Verified pod ctest-busybox-pod-41521663 in contrail-api 2026-03-27 14:47:26,602 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:47:26,621 - DEBUG - VMI d36016e4-29eb-11f1-a04a-fa163e0771d5 is active in agent 10.0.0.19 2026-03-27 14:47:26,621 - INFO - Verified Pod ctest-busybox-pod-41521663 in agent 10.0.0.19 2026-03-27 14:47:26,621 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:26,627 - INFO - Pod ctest-busybox-pod-41521663 with uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 found in kube manager 2026-03-27 14:47:26,627 - INFO - Pod ctest-busybox-pod-41521663 verification passed 2026-03-27 14:47:26,698 - DEBUG - [Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,698 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-27 14:47:26,698 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,765 - DEBUG - [Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,765 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-27 14:47:26,765 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,821 - DEBUG - [Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,821 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-27 14:47:26,821 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,875 - DEBUG - [Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,875 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-27 14:47:26,875 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] 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-68014544 2026-03-27 14:47:26,931 - DEBUG - [Pod ctest-busybox-pod-41521663] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-69078037 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-27 14:47:26,931 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-27 14:47:26,931 - DEBUG - [Pod Pod ctest-busybox-pod-41521663] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-69078037 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-27 14:47:26,931 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-68014544': 4, 'ctest-nginx-pod-69078037': 1} 2026-03-27 14:47:26,931 - WARNING - Nothing to delete parallely 2026-03-27 14:47:26,932 - INFO - Deleting pod default:ctest-busybox-pod-41521663 2026-03-27 14:47:26,954 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:26,961 - WARNING - Pod uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:47:31,962 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:31,969 - WARNING - Pod uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:47:36,971 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:36,993 - WARNING - Pod uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:47:41,994 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:42,001 - WARNING - Pod uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:47:47,002 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:47,011 - WARNING - Pod uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:47:52,012 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:52,021 - WARNING - Pod uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:47:57,022 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:47:57,034 - WARNING - Pod uuid 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:48:02,035 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=267ceffd-74a7-4bd5-96c9-7790672ca6f9 2026-03-27 14:48:02,042 - DEBUG - Pod 267ceffd-74a7-4bd5-96c9-7790672ca6f9 is not in agent 10.0.0.19 VM list 2026-03-27 14:48:02,042 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d36016e4-29eb-11f1-a04a-fa163e0771d5 2026-03-27 14:48:02,048 - DEBUG - VMI d36016e4-29eb-11f1-a04a-fa163e0771d5 is removed from agent 10.0.0.19 2026-03-27 14:48:02,048 - INFO - Verified that pod ctest-busybox-pod-41521663 is removed in agent 2026-03-27 14:48:02,048 - INFO - Deleting Ingress : ctest-nginx-ingress-04678648 2026-03-27 14:48:02,058 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:48:02,068 - ERROR - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb still found in kube manager 2026-03-27 14:48:03,069 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:48:03,077 - ERROR - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb still found in kube manager 2026-03-27 14:48:04,078 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:48:04,085 - ERROR - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb still found in kube manager 2026-03-27 14:48:05,086 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:48:05,100 - ERROR - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb still found in kube manager 2026-03-27 14:48:06,101 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:48:06,106 - ERROR - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb still found in kube manager 2026-03-27 14:48:07,106 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:48:07,114 - ERROR - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb still found in kube manager 2026-03-27 14:48:08,115 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3bd65b5e-a6d2-49ef-bd7a-592066173ccb 2026-03-27 14:48:08,132 - INFO - Ingress ctest-nginx-ingress-04678648 with uuid 3bd65b5e-a6d2-49ef-bd7a-592066173ccb deleted successfully from kube manager 2026-03-27 14:48:08,132 - INFO - Verifications on Ingress %s cleanup passed 2026-03-27 14:48:08,133 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-27 14:48:08,349 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-27 14:48:08,358 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-27 14:48:08,358 - INFO - Deleting VN __public__ 2026-03-27 14:48:09,027 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5f43c024-293b-4ae1-b2f9-0ad314306811 2026-03-27 14:48:09,033 - DEBUG - Response Code: 404 2026-03-27 14:48:09,033 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2026-03-27 14:48:09,039 - DEBUG - Requesting: http://10.0.0.19:8082/domain/b8e6b797-64d0-4b27-abd1-40d887e98057 2026-03-27 14:48:09,050 - DEBUG - Requesting: http://10.0.0.19:8082/project/5eba8786-3943-4d2b-8868-a138c270f46d 2026-03-27 14:48:09,153 - INFO - Validated that VN __public__ is not found in API Server 2026-03-27 14:48:09,153 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-27 14:48:09,183 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 14:48:09,208 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2026-03-27 14:48:09,209 - INFO - Validated that VN __public__ is not in any agent 2026-03-27 14:48:09,209 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 14:48:09,228 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 14:48:09,236 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-27 14:48:09,242 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-27 14:48:09,244 - INFO - Deleting pod default:ctest-nginx-pod-69078037 2026-03-27 14:48:09,258 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04f4b047-6291-494c-b88c-fccd5416b0a4 2026-03-27 14:48:09,282 - WARNING - Pod uuid 04f4b047-6291-494c-b88c-fccd5416b0a4 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:48:14,283 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04f4b047-6291-494c-b88c-fccd5416b0a4 2026-03-27 14:48:14,293 - WARNING - Pod uuid 04f4b047-6291-494c-b88c-fccd5416b0a4 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:48:19,294 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=04f4b047-6291-494c-b88c-fccd5416b0a4 2026-03-27 14:48:19,304 - DEBUG - Pod 04f4b047-6291-494c-b88c-fccd5416b0a4 is not in agent 10.0.0.19 VM list 2026-03-27 14:48:19,304 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c8c7a15c-29eb-11f1-a04a-fa163e0771d5 2026-03-27 14:48:19,313 - DEBUG - VMI c8c7a15c-29eb-11f1-a04a-fa163e0771d5 is removed from agent 10.0.0.19 2026-03-27 14:48:19,313 - INFO - Verified that pod ctest-nginx-pod-69078037 is removed in agent 2026-03-27 14:48:19,314 - INFO - Deleting pod default:ctest-nginx-pod-68014544 2026-03-27 14:48:19,352 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5ec63f2-c248-469b-8819-d4e98bd1ca38 2026-03-27 14:48:19,363 - WARNING - Pod uuid a5ec63f2-c248-469b-8819-d4e98bd1ca38 is still seen in agent 10.0.0.19 VM list 2026-03-27 14:48:24,364 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=a5ec63f2-c248-469b-8819-d4e98bd1ca38 2026-03-27 14:48:24,372 - DEBUG - Pod a5ec63f2-c248-469b-8819-d4e98bd1ca38 is not in agent 10.0.0.19 VM list 2026-03-27 14:48:24,372 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c72a6294-29eb-11f1-a04a-fa163e0771d5 2026-03-27 14:48:24,380 - DEBUG - VMI c72a6294-29eb-11f1-a04a-fa163e0771d5 is removed from agent 10.0.0.19 2026-03-27 14:48:24,380 - INFO - Verified that pod ctest-nginx-pod-68014544 is removed in agent 2026-03-27 14:48:24,380 - INFO - Deleting service : ctest-nginx-svc-94930247 2026-03-27 14:48:25,101 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 14:48:25,109 - DEBUG - No XMPP flaps were noticed during the test
2026-03-27 14:48:25,109 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:50]
2026-03-27 14:48:25,109 - INFO - -------------------------------------------------------------------------------- 2026-03-27 14:48:31,694 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 14:48:31,953 - DEBUG - Output : cluster_project={} 2026-03-27 14:48:32,018 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-27 14:48:32,236 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-27 14:48:32,247 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 14:48:32,470 - DEBUG - Output : cluster_project={} 2026-03-27 14:48:34,479 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 14:48:34,690 - DEBUG - Output : cluster_project={} 2026-03-27 14:48:59,860 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:04,925 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:15,005 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:20,080 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:35,178 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:35,230 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:35,292 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:35,340 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 14:49:36,072 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 14:49:47,661 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2026-03-27 14:49:47,668 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-27 14:49:47,698 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-27 14:49:49,731 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-27 14:49:51,774 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-27 14:49:53,802 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-27 14:49:55,833 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2026-03-27 14:52:57,105 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 14:52:57,156 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad7c6d5f-ea21-4656-bc13-86de74dbc272 2026-03-27 14:52:57,220 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:52:57,230 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=17723588-5c1b-4860-9291-9b47cd4d129d 2026-03-27 14:52:57,238 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ed845cfe-faf1-4ceb-bf7c-d84e8ed55d81 2026-03-27 14:52:57,244 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:52:57,258 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=2793519a-ec72-41ce-8a4d-5fd3fbf970c4 2026-03-27 14:52:57,266 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:52:57,277 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:02,284 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad7c6d5f-ea21-4656-bc13-86de74dbc272 2026-03-27 14:53:02,330 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:02,334 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:02,337 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=2793519a-ec72-41ce-8a4d-5fd3fbf970c4 2026-03-27 14:53:02,342 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:53:02,345 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ed845cfe-faf1-4ceb-bf7c-d84e8ed55d81 2026-03-27 14:53:02,347 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=17723588-5c1b-4860-9291-9b47cd4d129d 2026-03-27 14:53:02,349 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:53:02,410 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1abadb00-29ec-11f1-a04a-fa163e0771d5 2026-03-27 14:53:07,311 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ad7c6d5f-ea21-4656-bc13-86de74dbc272 2026-03-27 14:53:07,317 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0f286b18-29ec-11f1-a04a-fa163e0771d5 2026-03-27 14:53:07,404 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:53:07,406 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=17723588-5c1b-4860-9291-9b47cd4d129d 2026-03-27 14:53:07,408 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:07,414 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ed845cfe-faf1-4ceb-bf7c-d84e8ed55d81 2026-03-27 14:53:07,415 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:53:07,425 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:12,445 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=17723588-5c1b-4860-9291-9b47cd4d129d 2026-03-27 14:53:12,452 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:53:12,454 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:12,467 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:12,468 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:53:12,470 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ed845cfe-faf1-4ceb-bf7c-d84e8ed55d81 2026-03-27 14:53:12,480 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:12813cae-29ec-11f1-a04a-fa163e0771d5 2026-03-27 14:53:12,511 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16b7117c-29ec-11f1-a04a-fa163e0771d5 2026-03-27 14:53:17,480 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:53:17,482 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:17,512 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:53:17,517 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:22,526 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:22,528 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:53:22,537 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:53:22,540 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:27,550 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:53:27,553 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:27,560 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:53:27,562 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:32,598 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:32,600 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e60ef98-02c0-4890-aedb-36c54a30e088 2026-03-27 14:53:32,604 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=293b2af1-cfd6-4ebc-952a-0c02b860896e 2026-03-27 14:53:32,606 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:32,611 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:23fc577a-29ec-11f1-a04a-fa163e0771d5 2026-03-27 14:53:32,616 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:21c96d4e-29ec-11f1-a04a-fa163e0771d5 2026-03-27 14:53:37,613 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6950d38b-f7cf-49f5-9376-88ca3195cd4c 2026-03-27 14:53:37,623 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1f7c1e4c-29ec-11f1-a04a-fa163e0771d5 2026-03-27 14:53:37,625 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:42,637 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=632e6322-e379-4586-8a2a-a5966a6fbbe2 2026-03-27 14:53:42,645 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:25006832-29ec-11f1-a04a-fa163e0771d5