2026-04-02 12:27:43,657 - DEBUG - [10.0.0.50]: Running cmd : hostname 2026-04-02 12:27:43,961 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-461-1.novalocal 2026-04-02 12:27:43,961 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2026-04-02 12:27:44,099 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-461-1.novalocal 2026-04-02 12:27:44,100 - 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-04-02 12:27:44,291 - DEBUG - Output : NAMES contrail_test_cKpXET6Z6 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_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_svcmonitor_1 config_nodemgr_1 config_api_1 config_schema_1 config_dnsmasq_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-04-02 12:27:44,292 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-04-02 12:27:44,421 - 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-04-02 12:27:44,421 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2026-04-02 12:27:44,552 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-461-1.novalocal 2026-04-02 12:27:44,553 - DEBUG - [10.0.0.50]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-04-02 12:27:44,705 - DEBUG - Output : 10.20.0.17/24 2026-04-02 12:27:44,705 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-04-02 12:27:44,894 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-461-1.novalocal 2026-04-02 12:27:45,299 - INFO - Using existing project ['default-domain', 'k8s-default'](c3f9fc4c-196f-4317-b539-06bb67be81f7) 2026-04-02 12:27:45,423 - INFO - Using existing project ['default-domain', 'k8s-default'](c3f9fc4c-196f-4317-b539-06bb67be81f7) 2026-04-02 12:27:45,600 - INFO - ================================================================================ 2026-04-02 12:27:45,601 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-04-02 12:27:45,601 - 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-04-02 12:27:45,935 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-02 12:27:45,945 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-04-02 12:27:45,945 - INFO - Initial checks done. Running the testcase now 2026-04-02 12:27:45,945 - INFO - 2026-04-02 12:27:46,000 - INFO - Namespace default already exists 2026-04-02 12:27:46,001 - 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-04-02 12:27:46,188 - DEBUG - Output : cluster_project={} 2026-04-02 12:27:46,262 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-04-02 12:27:46,262 - DEBUG - Project uuid in Contrail is c3f9fc4c-196f-4317-b539-06bb67be81f7 2026-04-02 12:27:46,262 - 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-04-02 12:27:46,467 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-02 12:27:46,467 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=bac69873-64eb-4f0b-bde6-7efd05137b8a 2026-04-02 12:27:46,472 - INFO - Namespace default with uuid bac69873-64eb-4f0b-bde6-7efd05137b8a found in kube manager 2026-04-02 12:27:46,473 - INFO - Namespace default verification passed 2026-04-02 12:27:46,477 - DEBUG - Service ctest-nginx-svc-78563007 not present 2026-04-02 12:27:46,478 - INFO - Creating service ctest-nginx-svc-78563007 2026-04-02 12:27:46,497 - INFO - Created Service ctest-nginx-svc-78563007 2026-04-02 12:27:46,502 - DEBUG - Pod ctest-nginx-pod-00491038 not present 2026-04-02 12:27:46,504 - INFO - Creating Pod ctest-nginx-pod-00491038 2026-04-02 12:27:46,548 - DEBUG - Pod : ctest-nginx-pod-00491038 UUID is 46517275-36a9-4544-9b1e-45ed851337c3 2026-04-02 12:27:46,558 - DEBUG - Pod ctest-nginx-pod-91665007 not present 2026-04-02 12:27:46,559 - INFO - Creating Pod ctest-nginx-pod-91665007 2026-04-02 12:27:46,637 - DEBUG - Pod : ctest-nginx-pod-91665007 UUID is d8d7a64d-73f3-4d24-b213-e9064660056e 2026-04-02 12:27:46,800 - INFO - Created VN __public__, UUID :742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:46,944 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-04-02 12:27:46,951 - DEBUG - Requesting: http://10.0.0.50:8082/domain/56e9f6f0-5400-46b5-9fe3-ee2b98e95a3c 2026-04-02 12:27:46,966 - DEBUG - Requesting: http://10.0.0.50:8082/project/c3f9fc4c-196f-4317-b539-06bb67be81f7 2026-04-02 12:27:47,022 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:47,036 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:47,047 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:27:47,059 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:27:47,067 - DEBUG - Route Targets: [] 2026-04-02 12:27:47,067 - DEBUG - RT names not yet present for VN __public__ 2026-04-02 12:27:52,068 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-04-02 12:27:52,075 - DEBUG - Requesting: http://10.0.0.50:8082/domain/56e9f6f0-5400-46b5-9fe3-ee2b98e95a3c 2026-04-02 12:27:52,091 - DEBUG - Requesting: http://10.0.0.50:8082/project/c3f9fc4c-196f-4317-b539-06bb67be81f7 2026-04-02 12:27:52,160 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,173 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,204 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:27:52,212 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:27:52,218 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/7c043bdf-b95a-44e6-986f-4570d220533d 2026-04-02 12:27:52,223 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-02 12:27:52,223 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,232 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:27:52,267 - INFO - Verified VN network id 15 for VN 742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,267 - INFO - Verifications in API Server for VN __public__ passed 2026-04-02 12:27:52,268 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,282 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:27:52,290 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:27:52,299 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/7c043bdf-b95a-44e6-986f-4570d220533d 2026-04-02 12:27:52,308 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-02 12:27:52,318 - 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': '8371191720539538236', 'uuid-lslong': '12150689024391826333'}, 'enable': 'true', 'created': '2026-04-02T12:27:46', 'last-modified': '2026-04-02T12:27:46', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.461693'} 2026-04-02 12:27:52,318 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 12:27:52,331 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-04-02 12:27:52,331 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-04-02 12:27:52,332 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-04-02 12:27:52,332 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-04-02 12:27:52,340 - DEBUG - Requesting: http://10.0.0.50:8082/domain/56e9f6f0-5400-46b5-9fe3-ee2b98e95a3c 2026-04-02 12:27:52,350 - DEBUG - Requesting: http://10.0.0.50:8082/project/c3f9fc4c-196f-4317-b539-06bb67be81f7 2026-04-02 12:27:52,405 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,418 - DEBUG - =>VN __public__ has no policy to be verified 2026-04-02 12:27:52,418 - DEBUG - Verifying the vn in opserver 2026-04-02 12:27:52,418 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2026-04-02 12:27:52,419 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2026-04-02 12:27:52,424 - 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-04-02 12:27:52,424 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-04-02 12:27:52,424 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 12:27:52,430 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 12:27:52,436 - DEBUG - Do not have enough data to verify VN in agent 2026-04-02 12:27:52,436 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 12:27:52,443 - DEBUG - VRF ids for VN __public__: {} 2026-04-02 12:27:52,499 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-04-02 12:27:52,581 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-04-02 12:27:52,588 - DEBUG - Requesting: http://10.0.0.50:8082/domain/56e9f6f0-5400-46b5-9fe3-ee2b98e95a3c 2026-04-02 12:27:52,604 - DEBUG - Requesting: http://10.0.0.50:8082/project/c3f9fc4c-196f-4317-b539-06bb67be81f7 2026-04-02 12:27:52,676 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,688 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/8794c025-c111-4425-8978-85aeb338f893 2026-04-02 12:27:52,697 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-04-02 12:27:52,703 - DEBUG - Requesting: http://10.0.0.50:8082/domain/56e9f6f0-5400-46b5-9fe3-ee2b98e95a3c 2026-04-02 12:27:52,711 - DEBUG - Requesting: http://10.0.0.50:8082/project/c3f9fc4c-196f-4317-b539-06bb67be81f7 2026-04-02 12:27:52,782 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/742c7284-7173-433c-a89f-eb4a631ccb9d 2026-04-02 12:27:52,792 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-04-02 12:27:52,792 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-04-02 12:27:52,800 - 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-04-02 12:27:52,808 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-04-02 12:27:52,809 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-04-02 12:27:52,814 - DEBUG - Ingress ctest-nginx-ingress-86779114 not present 2026-04-02 12:27:52,817 - INFO - Creating Ingress ctest-nginx-ingress-86779114 2026-04-02 12:27:52,829 - INFO - Created Ingress ctest-nginx-ingress-86779114 2026-04-02 12:27:52,835 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86779114 2026-04-02 12:27:55,841 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86779114 2026-04-02 12:27:58,849 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86779114 2026-04-02 12:28:01,857 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86779114 2026-04-02 12:28:04,865 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86779114 2026-04-02 12:28:07,871 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86779114 2026-04-02 12:28:10,877 - DEBUG - For Ingress ctest-nginx-ingress-86779114, Cluster IP: 10.47.255.246, External IPs ['9.106.63.124'] 2026-04-02 12:28:10,877 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-86779114 2026-04-02 12:28:10,878 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f7bb9672-03c2-4f28-9b6c-7cfdde828013 2026-04-02 12:28:10,884 - INFO - Ingress ctest-nginx-ingress-86779114 with uuid f7bb9672-03c2-4f28-9b6c-7cfdde828013 found in kube manager 2026-04-02 12:28:10,884 - INFO - Ingress ctest-nginx-ingress-86779114 verification passed 2026-04-02 12:28:10,888 - DEBUG - Pod ctest-busybox-pod-83939465 not present 2026-04-02 12:28:10,888 - INFO - Creating Pod ctest-busybox-pod-83939465 2026-04-02 12:28:10,922 - DEBUG - Pod : ctest-busybox-pod-83939465 UUID is 0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:10,934 - DEBUG - Pod ctest-nginx-pod-00491038 not in running state.Currently in Pending 2026-04-02 12:28:15,945 - INFO - Pod ctest-nginx-pod-00491038 is in running state.Got IP 10.47.255.248 2026-04-02 12:28:15,962 - DEBUG - Pod ctest-nginx-pod-00491038 has vmi 60589b78-2e8f-11f1-a935-fa163e672440 2026-04-02 12:28:15,962 - INFO - Verified pod ctest-nginx-pod-00491038 in contrail-api 2026-04-02 12:28:15,962 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:28:15,971 - DEBUG - VMI 60589b78-2e8f-11f1-a935-fa163e672440 is active in agent 10.0.0.50 2026-04-02 12:28:15,971 - INFO - Verified Pod ctest-nginx-pod-00491038 in agent 10.0.0.50 2026-04-02 12:28:15,971 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=46517275-36a9-4544-9b1e-45ed851337c3 2026-04-02 12:28:15,979 - INFO - Pod ctest-nginx-pod-00491038 with uuid 46517275-36a9-4544-9b1e-45ed851337c3 found in kube manager 2026-04-02 12:28:15,980 - INFO - Pod ctest-nginx-pod-00491038 verification passed 2026-04-02 12:28:16,055 - DEBUG - [Pod ctest-nginx-pod-00491038] Cmd: echo ctest-nginx-pod-00491038 > /usr/share/nginx/html/index.html, Output: 2026-04-02 12:28:16,065 - DEBUG - Pod ctest-nginx-pod-91665007 not in running state.Currently in Pending 2026-04-02 12:28:21,076 - INFO - Pod ctest-nginx-pod-91665007 is in running state.Got IP 10.47.255.247 2026-04-02 12:28:21,094 - DEBUG - Pod ctest-nginx-pod-91665007 has vmi 62875182-2e8f-11f1-a935-fa163e672440 2026-04-02 12:28:21,094 - INFO - Verified pod ctest-nginx-pod-91665007 in contrail-api 2026-04-02 12:28:21,094 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:28:21,105 - DEBUG - VMI 62875182-2e8f-11f1-a935-fa163e672440 is active in agent 10.0.0.50 2026-04-02 12:28:21,105 - INFO - Verified Pod ctest-nginx-pod-91665007 in agent 10.0.0.50 2026-04-02 12:28:21,105 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=d8d7a64d-73f3-4d24-b213-e9064660056e 2026-04-02 12:28:21,109 - INFO - Pod ctest-nginx-pod-91665007 with uuid d8d7a64d-73f3-4d24-b213-e9064660056e found in kube manager 2026-04-02 12:28:21,109 - INFO - Pod ctest-nginx-pod-91665007 verification passed 2026-04-02 12:28:21,170 - DEBUG - [Pod ctest-nginx-pod-91665007] Cmd: echo ctest-nginx-pod-91665007 > /usr/share/nginx/html/index.html, Output: 2026-04-02 12:28:21,181 - DEBUG - Pod ctest-busybox-pod-83939465 not in running state.Currently in Pending 2026-04-02 12:28:26,190 - DEBUG - Pod ctest-busybox-pod-83939465 not in running state.Currently in Pending 2026-04-02 12:28:31,200 - INFO - Pod ctest-busybox-pod-83939465 is in running state.Got IP 10.47.255.245 2026-04-02 12:28:31,221 - DEBUG - Pod ctest-busybox-pod-83939465 has vmi 6caa18ac-2e8f-11f1-a935-fa163e672440 2026-04-02 12:28:31,221 - INFO - Verified pod ctest-busybox-pod-83939465 in contrail-api 2026-04-02 12:28:31,221 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:28:31,235 - DEBUG - VMI 6caa18ac-2e8f-11f1-a935-fa163e672440 is active in agent 10.0.0.50 2026-04-02 12:28:31,235 - INFO - Verified Pod ctest-busybox-pod-83939465 in agent 10.0.0.50 2026-04-02 12:28:31,236 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:31,241 - INFO - Pod ctest-busybox-pod-83939465 with uuid 0c546426-41fe-487e-8d3b-b887f26658ad found in kube manager 2026-04-02 12:28:31,241 - INFO - Pod ctest-busybox-pod-83939465 verification passed 2026-04-02 12:28:31,301 - DEBUG - [Pod ctest-busybox-pod-83939465] 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-91665007 2026-04-02 12:28:31,301 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-04-02 12:28:31,301 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] 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-91665007 2026-04-02 12:28:31,352 - DEBUG - [Pod ctest-busybox-pod-83939465] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-91665007 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-04-02 12:28:31,352 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-04-02 12:28:31,352 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] Cmd output: ctest-nginx-pod-91665007 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-04-02 12:28:31,442 - DEBUG - [Pod ctest-busybox-pod-83939465] 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-91665007 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-02 12:28:31,442 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-04-02 12:28:31,442 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-91665007 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-04-02 12:28:31,533 - DEBUG - [Pod ctest-busybox-pod-83939465] 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-91665007 2026-04-02 12:28:31,534 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-04-02 12:28:31,534 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] 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-91665007 2026-04-02 12:28:31,645 - DEBUG - [Pod ctest-busybox-pod-83939465] 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-00491038 2026-04-02 12:28:31,645 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-04-02 12:28:31,645 - DEBUG - [Pod Pod ctest-busybox-pod-83939465] 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-00491038 2026-04-02 12:28:31,645 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-00491038': 1, 'ctest-nginx-pod-91665007': 4} 2026-04-02 12:28:31,645 - WARNING - Nothing to delete parallely 2026-04-02 12:28:31,646 - INFO - Deleting pod default:ctest-busybox-pod-83939465 2026-04-02 12:28:31,661 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:31,673 - WARNING - Pod uuid 0c546426-41fe-487e-8d3b-b887f26658ad is still seen in agent 10.0.0.50 VM list 2026-04-02 12:28:36,675 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:36,684 - WARNING - Pod uuid 0c546426-41fe-487e-8d3b-b887f26658ad is still seen in agent 10.0.0.50 VM list 2026-04-02 12:28:41,685 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:41,692 - WARNING - Pod uuid 0c546426-41fe-487e-8d3b-b887f26658ad is still seen in agent 10.0.0.50 VM list 2026-04-02 12:28:46,694 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:46,702 - WARNING - Pod uuid 0c546426-41fe-487e-8d3b-b887f26658ad is still seen in agent 10.0.0.50 VM list 2026-04-02 12:28:51,702 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:51,709 - WARNING - Pod uuid 0c546426-41fe-487e-8d3b-b887f26658ad is still seen in agent 10.0.0.50 VM list 2026-04-02 12:28:56,710 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:28:56,718 - WARNING - Pod uuid 0c546426-41fe-487e-8d3b-b887f26658ad is still seen in agent 10.0.0.50 VM list 2026-04-02 12:29:01,719 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:29:01,724 - WARNING - Pod uuid 0c546426-41fe-487e-8d3b-b887f26658ad is still seen in agent 10.0.0.50 VM list 2026-04-02 12:29:06,725 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0c546426-41fe-487e-8d3b-b887f26658ad 2026-04-02 12:29:06,731 - DEBUG - Pod 0c546426-41fe-487e-8d3b-b887f26658ad is not in agent 10.0.0.50 VM list 2026-04-02 12:29:06,731 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6caa18ac-2e8f-11f1-a935-fa163e672440 2026-04-02 12:29:06,737 - DEBUG - VMI 6caa18ac-2e8f-11f1-a935-fa163e672440 is removed from agent 10.0.0.50 2026-04-02 12:29:06,737 - INFO - Verified that pod ctest-busybox-pod-83939465 is removed in agent 2026-04-02 12:29:06,737 - INFO - Deleting Ingress : ctest-nginx-ingress-86779114 2026-04-02 12:29:06,748 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f7bb9672-03c2-4f28-9b6c-7cfdde828013 2026-04-02 12:29:06,754 - ERROR - Ingress ctest-nginx-ingress-86779114 with uuid f7bb9672-03c2-4f28-9b6c-7cfdde828013 still found in kube manager 2026-04-02 12:29:07,755 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f7bb9672-03c2-4f28-9b6c-7cfdde828013 2026-04-02 12:29:07,762 - ERROR - Ingress ctest-nginx-ingress-86779114 with uuid f7bb9672-03c2-4f28-9b6c-7cfdde828013 still found in kube manager 2026-04-02 12:29:08,763 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f7bb9672-03c2-4f28-9b6c-7cfdde828013 2026-04-02 12:29:08,771 - ERROR - Ingress ctest-nginx-ingress-86779114 with uuid f7bb9672-03c2-4f28-9b6c-7cfdde828013 still found in kube manager 2026-04-02 12:29:09,774 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f7bb9672-03c2-4f28-9b6c-7cfdde828013 2026-04-02 12:29:09,779 - ERROR - Ingress ctest-nginx-ingress-86779114 with uuid f7bb9672-03c2-4f28-9b6c-7cfdde828013 still found in kube manager 2026-04-02 12:29:10,780 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f7bb9672-03c2-4f28-9b6c-7cfdde828013 2026-04-02 12:29:10,786 - INFO - Ingress ctest-nginx-ingress-86779114 with uuid f7bb9672-03c2-4f28-9b6c-7cfdde828013 deleted successfully from kube manager 2026-04-02 12:29:10,787 - INFO - Verifications on Ingress %s cleanup passed 2026-04-02 12:29:10,787 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-04-02 12:29:10,881 - 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-04-02 12:29:10,886 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-04-02 12:29:10,886 - INFO - Deleting VN __public__ 2026-04-02 12:29:11,055 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/95df58f0-ff85-47c0-9174-18af78806e44 2026-04-02 12:29:11,072 - DEBUG - Response Code: 404 2026-04-02 12:29:11,072 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2026-04-02 12:29:11,079 - DEBUG - Requesting: http://10.0.0.50:8082/domain/56e9f6f0-5400-46b5-9fe3-ee2b98e95a3c 2026-04-02 12:29:11,087 - DEBUG - Requesting: http://10.0.0.50:8082/project/c3f9fc4c-196f-4317-b539-06bb67be81f7 2026-04-02 12:29:11,136 - INFO - Validated that VN __public__ is not found in API Server 2026-04-02 12:29:11,136 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-04-02 12:29:11,147 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 12:29:11,153 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2026-04-02 12:29:11,153 - INFO - Validated that VN __public__ is not in any agent 2026-04-02 12:29:11,153 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 12:29:11,160 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-04-02 12:29:11,167 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-04-02 12:29:11,174 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-04-02 12:29:11,175 - INFO - Deleting pod default:ctest-nginx-pod-91665007 2026-04-02 12:29:11,215 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d8d7a64d-73f3-4d24-b213-e9064660056e 2026-04-02 12:29:11,228 - WARNING - Pod uuid d8d7a64d-73f3-4d24-b213-e9064660056e is still seen in agent 10.0.0.50 VM list 2026-04-02 12:29:16,229 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d8d7a64d-73f3-4d24-b213-e9064660056e 2026-04-02 12:29:16,236 - DEBUG - Pod d8d7a64d-73f3-4d24-b213-e9064660056e is not in agent 10.0.0.50 VM list 2026-04-02 12:29:16,236 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:62875182-2e8f-11f1-a935-fa163e672440 2026-04-02 12:29:16,243 - DEBUG - VMI 62875182-2e8f-11f1-a935-fa163e672440 is removed from agent 10.0.0.50 2026-04-02 12:29:16,244 - INFO - Verified that pod ctest-nginx-pod-91665007 is removed in agent 2026-04-02 12:29:16,245 - INFO - Deleting pod default:ctest-nginx-pod-00491038 2026-04-02 12:29:16,275 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=46517275-36a9-4544-9b1e-45ed851337c3 2026-04-02 12:29:16,284 - WARNING - Pod uuid 46517275-36a9-4544-9b1e-45ed851337c3 is still seen in agent 10.0.0.50 VM list 2026-04-02 12:29:21,285 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=46517275-36a9-4544-9b1e-45ed851337c3 2026-04-02 12:29:21,291 - DEBUG - Pod 46517275-36a9-4544-9b1e-45ed851337c3 is not in agent 10.0.0.50 VM list 2026-04-02 12:29:21,291 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:60589b78-2e8f-11f1-a935-fa163e672440 2026-04-02 12:29:21,297 - DEBUG - VMI 60589b78-2e8f-11f1-a935-fa163e672440 is removed from agent 10.0.0.50 2026-04-02 12:29:21,297 - INFO - Verified that pod ctest-nginx-pod-00491038 is removed in agent 2026-04-02 12:29:21,297 - INFO - Deleting service : ctest-nginx-svc-78563007 2026-04-02 12:29:21,912 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-02 12:29:21,919 - DEBUG - No XMPP flaps were noticed during the test
2026-04-02 12:29:21,919 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:36]
2026-04-02 12:29:21,920 - INFO - -------------------------------------------------------------------------------- 2026-04-02 12:29:31,528 - 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-04-02 12:29:31,791 - DEBUG - Output : cluster_project={} 2026-04-02 12:29:31,915 - 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-04-02 12:29:32,327 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-04-02 12:29:32,337 - 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-04-02 12:29:32,572 - DEBUG - Output : cluster_project={} 2026-04-02 12:30:02,748 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:07,814 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:12,868 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:17,945 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:23,020 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:33,108 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:38,171 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:38,227 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-04-02 12:30:38,897 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-02 12:30:50,141 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_ApplicationPolicySetReq? 2026-04-02 12:30:50,150 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-04-02 12:30:50,194 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-04-02 12:30:52,223 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-04-02 12:30:54,259 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-04-02 12:30:56,289 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-04-02 12:30:58,321 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2026-04-02 12:33:59,153 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2026-04-02 12:33:59,256 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a3ca6336-4bd1-40a8-9446-6eef8359c237 2026-04-02 12:33:59,278 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:33:59,285 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:33:59,319 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=6b9fe01e-9b45-4421-912c-e2245286f4f6 2026-04-02 12:33:59,341 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:33:59,361 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c15dcfa3-3ff1-4df1-b8fc-1cd758511d36 2026-04-02 12:33:59,373 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=33d538f0-47c4-48dc-8942-bf0a083698c9 2026-04-02 12:33:59,381 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:04,429 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:04,431 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=a3ca6336-4bd1-40a8-9446-6eef8359c237 2026-04-02 12:34:04,432 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:04,433 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=6b9fe01e-9b45-4421-912c-e2245286f4f6 2026-04-02 12:34:04,436 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:34:04,437 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:04,440 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c15dcfa3-3ff1-4df1-b8fc-1cd758511d36 2026-04-02 12:34:04,446 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=33d538f0-47c4-48dc-8942-bf0a083698c9 2026-04-02 12:34:04,474 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a26cbaf8-2e8f-11f1-a935-fa163e672440 2026-04-02 12:34:09,447 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:09,474 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=33d538f0-47c4-48dc-8942-bf0a083698c9 2026-04-02 12:34:09,477 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c15dcfa3-3ff1-4df1-b8fc-1cd758511d36 2026-04-02 12:34:09,478 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:09,481 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:34:09,482 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=6b9fe01e-9b45-4421-912c-e2245286f4f6 2026-04-02 12:34:09,483 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:09,505 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a5d3045e-2e8f-11f1-a935-fa163e672440 2026-04-02 12:34:09,506 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac257cba-2e8f-11f1-a935-fa163e672440 2026-04-02 12:34:14,463 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:14,506 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:34:14,509 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:14,511 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:14,513 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=6b9fe01e-9b45-4421-912c-e2245286f4f6 2026-04-02 12:34:14,528 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a8ba657c-2e8f-11f1-a935-fa163e672440 2026-04-02 12:34:19,470 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:19,522 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:34:19,524 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:19,528 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:24,479 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:24,533 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:24,537 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:34:24,540 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:29,487 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:29,563 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:29,566 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:34:29,568 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:34,497 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:34,582 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3620c1ce-6a1e-4468-8ea0-42a27ce404b7 2026-04-02 12:34:34,584 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=841c513d-4e1c-4895-83c8-ec178bfffd5a 2026-04-02 12:34:34,586 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:34,599 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b4083cb0-2e8f-11f1-a935-fa163e672440 2026-04-02 12:34:34,602 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b5ab9f94-2e8f-11f1-a935-fa163e672440 2026-04-02 12:34:39,505 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=964c1111-0f9a-4390-8644-80c21abd7713 2026-04-02 12:34:39,512 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b2fd15de-2e8f-11f1-a935-fa163e672440 2026-04-02 12:34:39,605 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:44,613 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8f9763f1-30d6-428f-838e-e7121f3a2b83 2026-04-02 12:34:44,621 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:af97c542-2e8f-11f1-a935-fa163e672440