2026-08-18 07:03:37,709 - DEBUG - [10.0.0.38]: Running cmd : hostname 2026-08-18 07:03:37,987 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-494-1.novalocal 2026-08-18 07:03:37,988 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2026-08-18 07:03:38,136 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-494-1.novalocal 2026-08-18 07:03:38,136 - 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-08-18 07:03:38,323 - DEBUG - Output : NAMES contrail_test_ev7PhsI5G 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_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 webui_web_1 webui_job_1 config_devicemgr_1 config_nodemgr_1 config_svcmonitor_1 config_schema_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-08-18 07:03:38,324 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-08-18 07:03:38,440 - 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-08-18 07:03:38,441 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2026-08-18 07:03:38,576 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-494-1.novalocal 2026-08-18 07:03:38,577 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-08-18 07:03:38,710 - DEBUG - Output : 10.20.0.17/24 2026-08-18 07:03:38,710 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-08-18 07:03:38,838 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-494-1.novalocal 2026-08-18 07:03:39,149 - INFO - Using existing project ['default-domain', 'k8s-default'](f7021346-6761-423c-8bb4-2f9862f0a71a) 2026-08-18 07:03:39,244 - INFO - Using existing project ['default-domain', 'k8s-default'](f7021346-6761-423c-8bb4-2f9862f0a71a) 2026-08-18 07:03:39,389 - INFO - ================================================================================ 2026-08-18 07:03:39,389 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-08-18 07:03:39,389 - 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-08-18 07:03:39,679 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-18 07:03:39,685 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-08-18 07:03:39,685 - INFO - Initial checks done. Running the testcase now 2026-08-18 07:03:39,685 - INFO - 2026-08-18 07:03:39,690 - INFO - Namespace default already exists 2026-08-18 07:03:39,690 - 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-08-18 07:03:39,879 - DEBUG - Output : cluster_project={} 2026-08-18 07:03:39,946 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-08-18 07:03:39,946 - DEBUG - Project uuid in Contrail is f7021346-6761-423c-8bb4-2f9862f0a71a 2026-08-18 07:03:39,946 - 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-08-18 07:03:40,127 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-08-18 07:03:40,127 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=93263f7f-08f8-4151-b52d-5e85d2d91713 2026-08-18 07:03:40,132 - INFO - Namespace default with uuid 93263f7f-08f8-4151-b52d-5e85d2d91713 found in kube manager 2026-08-18 07:03:40,132 - INFO - Namespace default verification passed 2026-08-18 07:03:40,136 - DEBUG - Service ctest-nginx-svc-42528293 not present 2026-08-18 07:03:40,137 - INFO - Creating service ctest-nginx-svc-42528293 2026-08-18 07:03:40,152 - INFO - Created Service ctest-nginx-svc-42528293 2026-08-18 07:03:40,167 - DEBUG - Pod ctest-nginx-pod-96618404 not present 2026-08-18 07:03:40,168 - INFO - Creating Pod ctest-nginx-pod-96618404 2026-08-18 07:03:40,241 - DEBUG - Pod : ctest-nginx-pod-96618404 UUID is fca78aa2-224b-4af0-b931-9542baadea33 2026-08-18 07:03:40,255 - DEBUG - Pod ctest-nginx-pod-97682105 not present 2026-08-18 07:03:40,256 - INFO - Creating Pod ctest-nginx-pod-97682105 2026-08-18 07:03:40,312 - DEBUG - Pod : ctest-nginx-pod-97682105 UUID is 05d25703-b113-485c-92c5-7c83e441855d 2026-08-18 07:03:40,552 - INFO - Created VN __public__, UUID :d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:40,726 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-18 07:03:40,731 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3fe84816-479f-4341-823c-a736ee1f1804 2026-08-18 07:03:40,744 - DEBUG - Requesting: http://10.0.0.38:8082/project/f7021346-6761-423c-8bb4-2f9862f0a71a 2026-08-18 07:03:40,794 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:40,817 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:40,827 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:03:40,836 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:03:40,844 - DEBUG - Route Targets: [] 2026-08-18 07:03:40,845 - DEBUG - RT names not yet present for VN __public__ 2026-08-18 07:03:45,845 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-18 07:03:45,850 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3fe84816-479f-4341-823c-a736ee1f1804 2026-08-18 07:03:45,858 - DEBUG - Requesting: http://10.0.0.38:8082/project/f7021346-6761-423c-8bb4-2f9862f0a71a 2026-08-18 07:03:45,917 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:45,928 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:45,937 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:03:45,946 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:03:45,954 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/4bf3ff31-6f1d-4fb9-80e5-f282e3a82605 2026-08-18 07:03:45,961 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-08-18 07:03:45,961 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:45,970 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:03:45,985 - INFO - Verified VN network id 15 for VN d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:45,985 - INFO - Verifications in API Server for VN __public__ passed 2026-08-18 07:03:45,985 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:45,994 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:03:46,001 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:03:46,008 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/4bf3ff31-6f1d-4fb9-80e5-f282e3a82605 2026-08-18 07:03:46,015 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-08-18 07:03:46,023 - 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': '15334450102385525794', 'uuid-lslong': '9388445366820269404'}, 'enable': 'true', 'created': '2026-08-18T07:03:40', 'last-modified': '2026-08-18T07:03:40', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.366938'} 2026-08-18 07:03:46,023 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-18 07:03:46,033 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-08-18 07:03:46,033 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-08-18 07:03:46,034 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-08-18 07:03:46,034 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-18 07:03:46,040 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3fe84816-479f-4341-823c-a736ee1f1804 2026-08-18 07:03:46,051 - DEBUG - Requesting: http://10.0.0.38:8082/project/f7021346-6761-423c-8bb4-2f9862f0a71a 2026-08-18 07:03:46,117 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:46,126 - DEBUG - =>VN __public__ has no policy to be verified 2026-08-18 07:03:46,126 - DEBUG - Verifying the vn in opserver 2026-08-18 07:03:46,126 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2026-08-18 07:03:46,127 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2026-08-18 07:03:46,133 - 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-08-18 07:03:46,133 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-08-18 07:03:46,133 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-18 07:03:46,138 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-18 07:03:46,143 - DEBUG - Do not have enough data to verify VN in agent 2026-08-18 07:03:46,143 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-18 07:03:46,147 - DEBUG - VRF ids for VN __public__: {} 2026-08-18 07:03:46,215 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-08-18 07:03:46,301 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-18 07:03:46,313 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3fe84816-479f-4341-823c-a736ee1f1804 2026-08-18 07:03:46,323 - DEBUG - Requesting: http://10.0.0.38:8082/project/f7021346-6761-423c-8bb4-2f9862f0a71a 2026-08-18 07:03:46,375 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:46,386 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/069c4f3d-f55b-43c2-a85b-5db9c0e4447f 2026-08-18 07:03:46,393 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-18 07:03:46,398 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3fe84816-479f-4341-823c-a736ee1f1804 2026-08-18 07:03:46,417 - DEBUG - Requesting: http://10.0.0.38:8082/project/f7021346-6761-423c-8bb4-2f9862f0a71a 2026-08-18 07:03:46,525 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/d4cee91f-6aa4-4422-824a-7551aa7bed5c 2026-08-18 07:03:46,559 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-08-18 07:03:46,559 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-08-18 07:03:46,569 - 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-08-18 07:03:46,576 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-08-18 07:03:46,576 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-08-18 07:03:46,580 - DEBUG - Ingress ctest-nginx-ingress-24336974 not present 2026-08-18 07:03:46,581 - INFO - Creating Ingress ctest-nginx-ingress-24336974 2026-08-18 07:03:46,592 - INFO - Created Ingress ctest-nginx-ingress-24336974 2026-08-18 07:03:46,596 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-24336974 2026-08-18 07:03:49,602 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-24336974 2026-08-18 07:03:52,609 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-24336974 2026-08-18 07:03:55,616 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-24336974 2026-08-18 07:03:58,621 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-24336974 2026-08-18 07:04:01,629 - DEBUG - For Ingress ctest-nginx-ingress-24336974, Cluster IP: 10.47.255.246, External IPs ['209.120.186.124'] 2026-08-18 07:04:01,629 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-24336974 2026-08-18 07:04:01,629 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=c9916ae7-6dbd-4507-8889-52b4e73bcf0f 2026-08-18 07:04:01,636 - INFO - Ingress ctest-nginx-ingress-24336974 with uuid c9916ae7-6dbd-4507-8889-52b4e73bcf0f found in kube manager 2026-08-18 07:04:01,637 - INFO - Ingress ctest-nginx-ingress-24336974 verification passed 2026-08-18 07:04:01,642 - DEBUG - Pod ctest-busybox-pod-62395646 not present 2026-08-18 07:04:01,642 - INFO - Creating Pod ctest-busybox-pod-62395646 2026-08-18 07:04:01,685 - DEBUG - Pod : ctest-busybox-pod-62395646 UUID is 4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:01,695 - DEBUG - Pod ctest-nginx-pod-96618404 not in running state.Currently in Pending 2026-08-18 07:04:06,704 - INFO - Pod ctest-nginx-pod-96618404 is in running state.Got IP 10.47.255.248 2026-08-18 07:04:06,719 - DEBUG - Pod ctest-nginx-pod-96618404 has vmi f4c24f3e-9ad2-11f1-a888-fa163ea1f707 2026-08-18 07:04:06,720 - INFO - Verified pod ctest-nginx-pod-96618404 in contrail-api 2026-08-18 07:04:06,720 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:04:06,733 - DEBUG - VMI f4c24f3e-9ad2-11f1-a888-fa163ea1f707 is active in agent 10.0.0.38 2026-08-18 07:04:06,733 - INFO - Verified Pod ctest-nginx-pod-96618404 in agent 10.0.0.38 2026-08-18 07:04:06,733 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=fca78aa2-224b-4af0-b931-9542baadea33 2026-08-18 07:04:06,737 - INFO - Pod ctest-nginx-pod-96618404 with uuid fca78aa2-224b-4af0-b931-9542baadea33 found in kube manager 2026-08-18 07:04:06,737 - INFO - Pod ctest-nginx-pod-96618404 verification passed 2026-08-18 07:04:06,797 - DEBUG - [Pod ctest-nginx-pod-96618404] Cmd: echo ctest-nginx-pod-96618404 > /usr/share/nginx/html/index.html, Output: 2026-08-18 07:04:06,806 - INFO - Pod ctest-nginx-pod-97682105 is in running state.Got IP 10.47.255.247 2026-08-18 07:04:06,821 - DEBUG - Pod ctest-nginx-pod-97682105 has vmi f6e76c86-9ad2-11f1-a888-fa163ea1f707 2026-08-18 07:04:06,821 - INFO - Verified pod ctest-nginx-pod-97682105 in contrail-api 2026-08-18 07:04:06,821 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:04:06,832 - DEBUG - VMI f6e76c86-9ad2-11f1-a888-fa163ea1f707 is active in agent 10.0.0.38 2026-08-18 07:04:06,832 - INFO - Verified Pod ctest-nginx-pod-97682105 in agent 10.0.0.38 2026-08-18 07:04:06,832 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=05d25703-b113-485c-92c5-7c83e441855d 2026-08-18 07:04:06,836 - INFO - Pod ctest-nginx-pod-97682105 with uuid 05d25703-b113-485c-92c5-7c83e441855d found in kube manager 2026-08-18 07:04:06,836 - INFO - Pod ctest-nginx-pod-97682105 verification passed 2026-08-18 07:04:06,892 - DEBUG - [Pod ctest-nginx-pod-97682105] Cmd: echo ctest-nginx-pod-97682105 > /usr/share/nginx/html/index.html, Output: 2026-08-18 07:04:06,900 - DEBUG - Pod ctest-busybox-pod-62395646 not in running state.Currently in Pending 2026-08-18 07:04:11,908 - DEBUG - Pod ctest-busybox-pod-62395646 not in running state.Currently in Pending 2026-08-18 07:04:16,918 - DEBUG - Pod ctest-busybox-pod-62395646 not in running state.Currently in Pending 2026-08-18 07:04:21,929 - INFO - Pod ctest-busybox-pod-62395646 is in running state.Got IP 10.47.255.245 2026-08-18 07:04:21,946 - DEBUG - Pod ctest-busybox-pod-62395646 has vmi 00f3c8fa-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:04:21,946 - INFO - Verified pod ctest-busybox-pod-62395646 in contrail-api 2026-08-18 07:04:21,946 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:04:21,965 - DEBUG - VMI 00f3c8fa-9ad3-11f1-a888-fa163ea1f707 is active in agent 10.0.0.38 2026-08-18 07:04:21,965 - INFO - Verified Pod ctest-busybox-pod-62395646 in agent 10.0.0.38 2026-08-18 07:04:21,965 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:21,971 - INFO - Pod ctest-busybox-pod-62395646 with uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 found in kube manager 2026-08-18 07:04:21,971 - INFO - Pod ctest-busybox-pod-62395646 verification passed 2026-08-18 07:04:22,028 - DEBUG - [Pod ctest-busybox-pod-62395646] 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-96618404 2026-08-18 07:04:22,028 - DEBUG - [Pod Pod ctest-busybox-pod-62395646] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-08-18 07:04:22,028 - DEBUG - [Pod Pod ctest-busybox-pod-62395646] 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-96618404 2026-08-18 07:04:22,081 - DEBUG - [Pod ctest-busybox-pod-62395646] 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-97682105 2026-08-18 07:04:22,081 - DEBUG - [Pod Pod ctest-busybox-pod-62395646] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-08-18 07:04:22,081 - DEBUG - [Pod Pod ctest-busybox-pod-62395646] 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-97682105 2026-08-18 07:04:22,081 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-96618404': 1, 'ctest-nginx-pod-97682105': 1} 2026-08-18 07:04:22,081 - WARNING - Nothing to delete parallely 2026-08-18 07:04:22,082 - INFO - Deleting pod default:ctest-busybox-pod-62395646 2026-08-18 07:04:22,096 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:22,104 - WARNING - Pod uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:04:27,105 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:27,111 - WARNING - Pod uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:04:32,112 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:32,119 - WARNING - Pod uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:04:37,121 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:37,132 - WARNING - Pod uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:04:42,133 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:42,140 - WARNING - Pod uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:04:47,140 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:47,147 - WARNING - Pod uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:04:52,148 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:52,154 - WARNING - Pod uuid 4de33b4e-d7f7-4903-aefb-e76e9897be71 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:04:57,155 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=4de33b4e-d7f7-4903-aefb-e76e9897be71 2026-08-18 07:04:57,162 - DEBUG - Pod 4de33b4e-d7f7-4903-aefb-e76e9897be71 is not in agent 10.0.0.38 VM list 2026-08-18 07:04:57,162 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:00f3c8fa-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:04:57,167 - DEBUG - VMI 00f3c8fa-9ad3-11f1-a888-fa163ea1f707 is removed from agent 10.0.0.38 2026-08-18 07:04:57,167 - INFO - Verified that pod ctest-busybox-pod-62395646 is removed in agent 2026-08-18 07:04:57,168 - INFO - Deleting Ingress : ctest-nginx-ingress-24336974 2026-08-18 07:04:57,181 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=c9916ae7-6dbd-4507-8889-52b4e73bcf0f 2026-08-18 07:04:57,189 - ERROR - Ingress ctest-nginx-ingress-24336974 with uuid c9916ae7-6dbd-4507-8889-52b4e73bcf0f still found in kube manager 2026-08-18 07:04:58,190 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=c9916ae7-6dbd-4507-8889-52b4e73bcf0f 2026-08-18 07:04:58,195 - ERROR - Ingress ctest-nginx-ingress-24336974 with uuid c9916ae7-6dbd-4507-8889-52b4e73bcf0f still found in kube manager 2026-08-18 07:04:59,196 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=c9916ae7-6dbd-4507-8889-52b4e73bcf0f 2026-08-18 07:04:59,200 - INFO - Ingress ctest-nginx-ingress-24336974 with uuid c9916ae7-6dbd-4507-8889-52b4e73bcf0f deleted successfully from kube manager 2026-08-18 07:04:59,200 - INFO - Verifications on Ingress %s cleanup passed 2026-08-18 07:04:59,200 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-08-18 07:04:59,328 - 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-08-18 07:04:59,336 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-08-18 07:04:59,336 - INFO - Deleting VN __public__ 2026-08-18 07:04:59,570 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/573bcc46-a31c-443c-bacf-5a0639ec0cc1 2026-08-18 07:04:59,577 - DEBUG - Response Code: 404 2026-08-18 07:04:59,578 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2026-08-18 07:04:59,599 - DEBUG - Requesting: http://10.0.0.38:8082/domain/3fe84816-479f-4341-823c-a736ee1f1804 2026-08-18 07:04:59,609 - DEBUG - Requesting: http://10.0.0.38:8082/project/f7021346-6761-423c-8bb4-2f9862f0a71a 2026-08-18 07:04:59,692 - INFO - Validated that VN __public__ is not found in API Server 2026-08-18 07:04:59,692 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-08-18 07:04:59,703 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-18 07:04:59,728 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2026-08-18 07:04:59,728 - INFO - Validated that VN __public__ is not in any agent 2026-08-18 07:04:59,729 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-18 07:04:59,745 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-08-18 07:04:59,753 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-08-18 07:04:59,758 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-08-18 07:04:59,758 - INFO - Deleting pod default:ctest-nginx-pod-97682105 2026-08-18 07:04:59,797 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d25703-b113-485c-92c5-7c83e441855d 2026-08-18 07:04:59,809 - WARNING - Pod uuid 05d25703-b113-485c-92c5-7c83e441855d is still seen in agent 10.0.0.38 VM list 2026-08-18 07:05:04,809 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=05d25703-b113-485c-92c5-7c83e441855d 2026-08-18 07:05:04,816 - DEBUG - Pod 05d25703-b113-485c-92c5-7c83e441855d is not in agent 10.0.0.38 VM list 2026-08-18 07:05:04,816 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f6e76c86-9ad2-11f1-a888-fa163ea1f707 2026-08-18 07:05:04,825 - DEBUG - VMI f6e76c86-9ad2-11f1-a888-fa163ea1f707 is removed from agent 10.0.0.38 2026-08-18 07:05:04,825 - INFO - Verified that pod ctest-nginx-pod-97682105 is removed in agent 2026-08-18 07:05:04,828 - INFO - Deleting pod default:ctest-nginx-pod-96618404 2026-08-18 07:05:04,842 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=fca78aa2-224b-4af0-b931-9542baadea33 2026-08-18 07:05:04,856 - WARNING - Pod uuid fca78aa2-224b-4af0-b931-9542baadea33 is still seen in agent 10.0.0.38 VM list 2026-08-18 07:05:09,857 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=fca78aa2-224b-4af0-b931-9542baadea33 2026-08-18 07:05:09,864 - DEBUG - Pod fca78aa2-224b-4af0-b931-9542baadea33 is not in agent 10.0.0.38 VM list 2026-08-18 07:05:09,864 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4c24f3e-9ad2-11f1-a888-fa163ea1f707 2026-08-18 07:05:09,872 - DEBUG - VMI f4c24f3e-9ad2-11f1-a888-fa163ea1f707 is removed from agent 10.0.0.38 2026-08-18 07:05:09,872 - INFO - Verified that pod ctest-nginx-pod-96618404 is removed in agent 2026-08-18 07:05:09,873 - INFO - Deleting service : ctest-nginx-svc-42528293 2026-08-18 07:05:10,482 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-18 07:05:10,488 - DEBUG - No XMPP flaps were noticed during the test 2026-08-18 07:05:10,489 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:31] 2026-08-18 07:05:10,489 - INFO - -------------------------------------------------------------------------------- 2026-08-18 07:05:16,982 - 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-08-18 07:05:17,186 - DEBUG - Output : cluster_project={} 2026-08-18 07:05:17,243 - 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-08-18 07:05:17,446 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-08-18 07:05:17,452 - 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-08-18 07:05:17,652 - DEBUG - Output : cluster_project={} 2026-08-18 07:05:19,660 - 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-08-18 07:05:19,839 - DEBUG - Output : cluster_project={} 2026-08-18 07:05:21,847 - 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-08-18 07:05:22,018 - DEBUG - Output : cluster_project={} 2026-08-18 07:05:47,182 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:05:52,228 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:05:57,296 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:05:57,351 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:06:12,412 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:06:12,450 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:06:12,492 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:06:12,530 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-08-18 07:06:13,177 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-18 07:06:21,921 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_ApplicationPolicySetReq? 2026-08-18 07:06:21,927 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-08-18 07:06:21,952 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-08-18 07:06:23,979 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-08-18 07:06:26,010 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2026-08-18 07:09:26,093 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2026-08-18 07:09:26,194 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:09:26,203 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c8e64f33-91e9-486e-96e2-1a6e71c6f01a 2026-08-18 07:09:26,210 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:09:26,247 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:09:26,264 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:09:26,277 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=5656911c-f1bb-49fb-b42d-c78821b00f95 2026-08-18 07:09:26,283 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ecbd3e3f-bad1-4111-ae77-8254789fa567 2026-08-18 07:09:26,293 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c3260d54-144f-4050-8934-e73a117da2be 2026-08-18 07:09:31,301 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:09:31,302 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c8e64f33-91e9-486e-96e2-1a6e71c6f01a 2026-08-18 07:09:31,304 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:09:31,367 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:09:31,368 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:09:31,370 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=5656911c-f1bb-49fb-b42d-c78821b00f95 2026-08-18 07:09:31,371 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c3260d54-144f-4050-8934-e73a117da2be 2026-08-18 07:09:31,373 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ecbd3e3f-bad1-4111-ae77-8254789fa567 2026-08-18 07:09:31,388 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:35c9efa0-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:09:36,314 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:09:36,316 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:09:36,319 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c8e64f33-91e9-486e-96e2-1a6e71c6f01a 2026-08-18 07:09:36,365 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:338e0ce4-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:09:36,387 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ecbd3e3f-bad1-4111-ae77-8254789fa567 2026-08-18 07:09:36,389 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c3260d54-144f-4050-8934-e73a117da2be 2026-08-18 07:09:36,390 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:09:36,391 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:09:41,358 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:09:41,365 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:09:41,413 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ecbd3e3f-bad1-4111-ae77-8254789fa567 2026-08-18 07:09:41,415 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:09:41,416 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:09:41,417 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=c3260d54-144f-4050-8934-e73a117da2be 2026-08-18 07:09:41,430 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:393b9dc8-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:09:46,364 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:09:46,372 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:09:46,428 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=ecbd3e3f-bad1-4111-ae77-8254789fa567 2026-08-18 07:09:46,431 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:09:46,433 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:09:46,441 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ace0bee-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:09:51,372 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:09:51,378 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:09:51,445 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:09:51,447 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:09:56,379 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:09:56,385 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:09:56,455 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:09:56,457 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:10:01,391 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a7bdac33-9a56-4c98-bc69-06356eb4aec6 2026-08-18 07:10:01,397 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:440c3d98-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:10:01,398 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3d26cfa4-b3ee-42dd-b93a-c90c729da116 2026-08-18 07:10:01,411 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c64a652-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:10:01,468 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:10:01,472 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:10:06,477 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=cc5e04bc-453a-4a82-95d5-94c85853457b 2026-08-18 07:10:06,481 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:10:06,484 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f308e00-9ad3-11f1-a888-fa163ea1f707 2026-08-18 07:10:11,494 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=f897db47-8d66-4d85-8b93-c5f40f1ffad3 2026-08-18 07:10:11,500 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41ebda8c-9ad3-11f1-a888-fa163ea1f707