2026-03-30 13:10:33,721 - DEBUG - [10.0.0.249]: Running cmd : hostname 2026-03-30 13:10:34,033 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-460-1.novalocal 2026-03-30 13:10:34,034 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2026-03-30 13:10:34,176 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-460-1.novalocal 2026-03-30 13:10:34,176 - DEBUG - [10.0.0.249]: 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-30 13:10:34,361 - DEBUG - Output : NAMES contrail_test_gJAZvhtzh vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_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_nodemgr_1 control_dns_1 control_control_1 webui_job_1 webui_web_1 config_devicemgr_1 config_schema_1 config_svcmonitor_1 config_nodemgr_1 config_dnsmasq_1 config_api_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2026-03-30 13:10:34,361 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-30 13:10:34,494 - DEBUG - Output : 127.0.0.1/8 10.0.0.249/24 10.20.0.14/24 172.17.0.1/16 10.20.0.14/24 2026-03-30 13:10:34,495 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2026-03-30 13:10:34,612 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-460-1.novalocal 2026-03-30 13:10:34,612 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-30 13:10:34,748 - DEBUG - Output : 10.20.0.14/24 2026-03-30 13:10:34,748 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.20.0.14 | head -n 1 | awk '{print $2}' 2026-03-30 13:10:34,882 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-460-1.novalocal 2026-03-30 13:10:35,180 - INFO - Using existing project ['default-domain', 'k8s-default'](85bba0e8-a676-4f7e-a1d0-c5ce7b513133) 2026-03-30 13:10:35,302 - INFO - Using existing project ['default-domain', 'k8s-default'](85bba0e8-a676-4f7e-a1d0-c5ce7b513133) 2026-03-30 13:10:35,454 - INFO - ================================================================================ 2026-03-30 13:10:35,454 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-30 13:10:35,455 - 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-30 13:10:35,773 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-30 13:10:35,784 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.14': '0'}} with 2026-03-30 13:10:35,784 - INFO - Initial checks done. Running the testcase now 2026-03-30 13:10:35,784 - INFO - 2026-03-30 13:10:35,789 - INFO - Namespace default already exists 2026-03-30 13:10:35,790 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-30 13:10:35,967 - DEBUG - Output : cluster_project={} 2026-03-30 13:10:36,026 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-30 13:10:36,026 - DEBUG - Project uuid in Contrail is 85bba0e8-a676-4f7e-a1d0-c5ce7b513133 2026-03-30 13:10:36,026 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-30 13:10:36,216 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-30 13:10:36,217 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=e8b712fa-4559-470b-856d-6206c462a062 2026-03-30 13:10:36,224 - INFO - Namespace default with uuid e8b712fa-4559-470b-856d-6206c462a062 found in kube manager 2026-03-30 13:10:36,224 - INFO - Namespace default verification passed 2026-03-30 13:10:36,228 - DEBUG - Service ctest-nginx-svc-48684474 not present 2026-03-30 13:10:36,229 - INFO - Creating service ctest-nginx-svc-48684474 2026-03-30 13:10:36,244 - INFO - Created Service ctest-nginx-svc-48684474 2026-03-30 13:10:36,254 - DEBUG - Pod ctest-nginx-pod-92710138 not present 2026-03-30 13:10:36,255 - INFO - Creating Pod ctest-nginx-pod-92710138 2026-03-30 13:10:36,338 - DEBUG - Pod : ctest-nginx-pod-92710138 UUID is 5d769df9-1496-409b-a6fb-dfa6eec134ce 2026-03-30 13:10:36,345 - DEBUG - Pod ctest-nginx-pod-13109476 not present 2026-03-30 13:10:36,345 - INFO - Creating Pod ctest-nginx-pod-13109476 2026-03-30 13:10:36,384 - DEBUG - Pod : ctest-nginx-pod-13109476 UUID is 21be1752-fe42-44fa-a67d-ca2d855e821a 2026-03-30 13:10:36,601 - INFO - Created VN __public__, UUID :6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:36,757 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2026-03-30 13:10:36,763 - DEBUG - Requesting: http://10.0.0.249:8082/domain/43492f44-be05-4c4f-9214-75e1abc12ab7 2026-03-30 13:10:36,780 - DEBUG - Requesting: http://10.0.0.249:8082/project/85bba0e8-a676-4f7e-a1d0-c5ce7b513133 2026-03-30 13:10:36,830 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:36,841 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:36,855 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:10:36,863 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:10:36,871 - DEBUG - Route Targets: [] 2026-03-30 13:10:36,872 - DEBUG - RT names not yet present for VN __public__ 2026-03-30 13:10:41,872 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2026-03-30 13:10:41,878 - DEBUG - Requesting: http://10.0.0.249:8082/domain/43492f44-be05-4c4f-9214-75e1abc12ab7 2026-03-30 13:10:41,890 - DEBUG - Requesting: http://10.0.0.249:8082/project/85bba0e8-a676-4f7e-a1d0-c5ce7b513133 2026-03-30 13:10:41,951 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:41,962 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:41,971 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:10:41,982 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:10:41,989 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/a4b980c3-07e1-43d3-b543-a7a94815f6d1 2026-03-30 13:10:41,996 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-30 13:10:41,996 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:42,004 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:10:42,022 - INFO - Verified VN network id 16 for VN 6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:42,022 - INFO - Verifications in API Server for VN __public__ passed 2026-03-30 13:10:42,022 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:42,032 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:10:42,040 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:10:42,048 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/a4b980c3-07e1-43d3-b543-a7a94815f6d1 2026-03-30 13:10:42,058 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-30 13:10:42,070 - DEBUG - Control-node 10.0.0.249 : 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': '7844564381965631543', 'uuid-lslong': '12703560434859653989'}, 'enable': 'true', 'created': '2026-03-30T13:10:36', 'last-modified': '2026-03-30T13:10:36', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.386891'} 2026-03-30 13:10:42,070 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-30 13:10:42,080 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-30 13:10:42,080 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-30 13:10:42,080 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-30 13:10:42,081 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2026-03-30 13:10:42,087 - DEBUG - Requesting: http://10.0.0.249:8082/domain/43492f44-be05-4c4f-9214-75e1abc12ab7 2026-03-30 13:10:42,102 - DEBUG - Requesting: http://10.0.0.249:8082/project/85bba0e8-a676-4f7e-a1d0-c5ce7b513133 2026-03-30 13:10:42,145 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:42,154 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-30 13:10:42,154 - DEBUG - Verifying the vn in opserver 2026-03-30 13:10:42,154 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2026-03-30 13:10:42,154 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2026-03-30 13:10:42,160 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-30 13:10:42,160 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-30 13:10:42,160 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-30 13:10:42,165 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-30 13:10:42,170 - DEBUG - Do not have enough data to verify VN in agent 2026-03-30 13:10:42,170 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-30 13:10:42,176 - DEBUG - VRF ids for VN __public__: {} 2026-03-30 13:10:42,242 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-30 13:10:42,329 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2026-03-30 13:10:42,335 - DEBUG - Requesting: http://10.0.0.249:8082/domain/43492f44-be05-4c4f-9214-75e1abc12ab7 2026-03-30 13:10:42,344 - DEBUG - Requesting: http://10.0.0.249:8082/project/85bba0e8-a676-4f7e-a1d0-c5ce7b513133 2026-03-30 13:10:42,388 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:42,403 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/3ce59f95-8ae7-4ba9-871b-7dddd20215c5 2026-03-30 13:10:42,413 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2026-03-30 13:10:42,419 - DEBUG - Requesting: http://10.0.0.249:8082/domain/43492f44-be05-4c4f-9214-75e1abc12ab7 2026-03-30 13:10:42,426 - DEBUG - Requesting: http://10.0.0.249:8082/project/85bba0e8-a676-4f7e-a1d0-c5ce7b513133 2026-03-30 13:10:42,483 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/6cdd7dbe-3cbe-4037-b04c-1ce8be843b65 2026-03-30 13:10:42,497 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-30 13:10:42,497 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-30 13:10:42,511 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-30 13:10:42,518 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-30 13:10:42,518 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-30 13:10:42,522 - DEBUG - Ingress ctest-nginx-ingress-77194294 not present 2026-03-30 13:10:42,522 - INFO - Creating Ingress ctest-nginx-ingress-77194294 2026-03-30 13:10:42,530 - INFO - Created Ingress ctest-nginx-ingress-77194294 2026-03-30 13:10:42,534 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77194294 2026-03-30 13:10:45,541 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77194294 2026-03-30 13:10:48,547 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77194294 2026-03-30 13:10:51,553 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-77194294 2026-03-30 13:10:54,560 - DEBUG - For Ingress ctest-nginx-ingress-77194294, Cluster IP: 10.47.255.246, External IPs ['25.52.63.252'] 2026-03-30 13:10:54,561 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-77194294 2026-03-30 13:10:54,561 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=cb948c36-9384-4267-813e-dc667cb1e63e 2026-03-30 13:10:54,568 - INFO - Ingress ctest-nginx-ingress-77194294 with uuid cb948c36-9384-4267-813e-dc667cb1e63e found in kube manager 2026-03-30 13:10:54,568 - INFO - Ingress ctest-nginx-ingress-77194294 verification passed 2026-03-30 13:10:54,585 - DEBUG - Pod ctest-busybox-pod-80270098 not present 2026-03-30 13:10:54,586 - INFO - Creating Pod ctest-busybox-pod-80270098 2026-03-30 13:10:54,624 - DEBUG - Pod : ctest-busybox-pod-80270098 UUID is b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:10:54,632 - DEBUG - Pod ctest-nginx-pod-92710138 not in running state.Currently in Pending 2026-03-30 13:10:59,641 - DEBUG - Pod ctest-nginx-pod-92710138 not in running state.Currently in Pending 2026-03-30 13:11:04,649 - INFO - Pod ctest-nginx-pod-92710138 is in running state.Got IP 10.47.255.248 2026-03-30 13:11:04,691 - DEBUG - Pod ctest-nginx-pod-92710138 has vmi db924e68-2c39-11f1-a536-fa163e91d376 2026-03-30 13:11:04,691 - INFO - Verified pod ctest-nginx-pod-92710138 in contrail-api 2026-03-30 13:11:04,691 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:11:04,703 - DEBUG - VMI db924e68-2c39-11f1-a536-fa163e91d376 is active in agent 10.0.0.249 2026-03-30 13:11:04,704 - INFO - Verified Pod ctest-nginx-pod-92710138 in agent 10.0.0.249 2026-03-30 13:11:04,705 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=5d769df9-1496-409b-a6fb-dfa6eec134ce 2026-03-30 13:11:04,712 - INFO - Pod ctest-nginx-pod-92710138 with uuid 5d769df9-1496-409b-a6fb-dfa6eec134ce found in kube manager 2026-03-30 13:11:04,712 - INFO - Pod ctest-nginx-pod-92710138 verification passed 2026-03-30 13:11:04,786 - DEBUG - [Pod ctest-nginx-pod-92710138] Cmd: echo ctest-nginx-pod-92710138 > /usr/share/nginx/html/index.html, Output: 2026-03-30 13:11:04,797 - INFO - Pod ctest-nginx-pod-13109476 is in running state.Got IP 10.47.255.247 2026-03-30 13:11:04,813 - DEBUG - Pod ctest-nginx-pod-13109476 has vmi df7a4e5e-2c39-11f1-a536-fa163e91d376 2026-03-30 13:11:04,813 - INFO - Verified pod ctest-nginx-pod-13109476 in contrail-api 2026-03-30 13:11:04,813 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:11:04,821 - DEBUG - VMI df7a4e5e-2c39-11f1-a536-fa163e91d376 is active in agent 10.0.0.249 2026-03-30 13:11:04,821 - INFO - Verified Pod ctest-nginx-pod-13109476 in agent 10.0.0.249 2026-03-30 13:11:04,821 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=21be1752-fe42-44fa-a67d-ca2d855e821a 2026-03-30 13:11:04,826 - INFO - Pod ctest-nginx-pod-13109476 with uuid 21be1752-fe42-44fa-a67d-ca2d855e821a found in kube manager 2026-03-30 13:11:04,826 - INFO - Pod ctest-nginx-pod-13109476 verification passed 2026-03-30 13:11:04,875 - DEBUG - [Pod ctest-nginx-pod-13109476] Cmd: echo ctest-nginx-pod-13109476 > /usr/share/nginx/html/index.html, Output: 2026-03-30 13:11:04,883 - DEBUG - Pod ctest-busybox-pod-80270098 not in running state.Currently in Pending 2026-03-30 13:11:09,892 - DEBUG - Pod ctest-busybox-pod-80270098 not in running state.Currently in Pending 2026-03-30 13:11:14,903 - INFO - Pod ctest-busybox-pod-80270098 is in running state.Got IP 10.47.255.245 2026-03-30 13:11:14,918 - DEBUG - Pod ctest-busybox-pod-80270098 has vmi e6cab388-2c39-11f1-a536-fa163e91d376 2026-03-30 13:11:14,918 - INFO - Verified pod ctest-busybox-pod-80270098 in contrail-api 2026-03-30 13:11:14,918 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:11:14,928 - DEBUG - VMI e6cab388-2c39-11f1-a536-fa163e91d376 is active in agent 10.0.0.249 2026-03-30 13:11:14,928 - INFO - Verified Pod ctest-busybox-pod-80270098 in agent 10.0.0.249 2026-03-30 13:11:14,928 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:14,932 - INFO - Pod ctest-busybox-pod-80270098 with uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 found in kube manager 2026-03-30 13:11:14,933 - INFO - Pod ctest-busybox-pod-80270098 verification passed 2026-03-30 13:11:14,982 - DEBUG - [Pod ctest-busybox-pod-80270098] 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-92710138 2026-03-30 13:11:14,982 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-30 13:11:14,982 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] 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-92710138 2026-03-30 13:11:15,036 - DEBUG - [Pod ctest-busybox-pod-80270098] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92710138 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-03-30 13:11:15,036 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-30 13:11:15,037 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] Cmd output: ctest-nginx-pod-92710138 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-03-30 13:11:15,087 - DEBUG - [Pod ctest-busybox-pod-80270098] 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-92710138 2026-03-30 13:11:15,087 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-30 13:11:15,087 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] 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-92710138 2026-03-30 13:11:15,135 - DEBUG - [Pod ctest-busybox-pod-80270098] 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-13109476 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-30 13:11:15,135 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-30 13:11:15,135 - DEBUG - [Pod Pod ctest-busybox-pod-80270098] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-13109476 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-30 13:11:15,135 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-92710138': 3, 'ctest-nginx-pod-13109476': 1} 2026-03-30 13:11:15,135 - WARNING - Nothing to delete parallely 2026-03-30 13:11:15,136 - INFO - Deleting pod default:ctest-busybox-pod-80270098 2026-03-30 13:11:15,150 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:15,157 - WARNING - Pod uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is still seen in agent 10.0.0.249 VM list 2026-03-30 13:11:20,157 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:20,165 - WARNING - Pod uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is still seen in agent 10.0.0.249 VM list 2026-03-30 13:11:25,167 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:25,197 - WARNING - Pod uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is still seen in agent 10.0.0.249 VM list 2026-03-30 13:11:30,198 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:30,208 - WARNING - Pod uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is still seen in agent 10.0.0.249 VM list 2026-03-30 13:11:35,208 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:35,215 - WARNING - Pod uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is still seen in agent 10.0.0.249 VM list 2026-03-30 13:11:40,216 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:40,223 - WARNING - Pod uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is still seen in agent 10.0.0.249 VM list 2026-03-30 13:11:45,224 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:45,230 - WARNING - Pod uuid b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is still seen in agent 10.0.0.249 VM list 2026-03-30 13:11:50,231 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b112f43d-f9b3-4ab3-9953-4ceea57e86f5 2026-03-30 13:11:50,237 - DEBUG - Pod b112f43d-f9b3-4ab3-9953-4ceea57e86f5 is not in agent 10.0.0.249 VM list 2026-03-30 13:11:50,237 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6cab388-2c39-11f1-a536-fa163e91d376 2026-03-30 13:11:50,242 - DEBUG - VMI e6cab388-2c39-11f1-a536-fa163e91d376 is removed from agent 10.0.0.249 2026-03-30 13:11:50,242 - INFO - Verified that pod ctest-busybox-pod-80270098 is removed in agent 2026-03-30 13:11:50,243 - INFO - Deleting Ingress : ctest-nginx-ingress-77194294 2026-03-30 13:11:50,254 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=cb948c36-9384-4267-813e-dc667cb1e63e 2026-03-30 13:11:50,262 - ERROR - Ingress ctest-nginx-ingress-77194294 with uuid cb948c36-9384-4267-813e-dc667cb1e63e still found in kube manager 2026-03-30 13:11:51,263 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=cb948c36-9384-4267-813e-dc667cb1e63e 2026-03-30 13:11:51,268 - ERROR - Ingress ctest-nginx-ingress-77194294 with uuid cb948c36-9384-4267-813e-dc667cb1e63e still found in kube manager 2026-03-30 13:11:52,269 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=cb948c36-9384-4267-813e-dc667cb1e63e 2026-03-30 13:11:52,273 - ERROR - Ingress ctest-nginx-ingress-77194294 with uuid cb948c36-9384-4267-813e-dc667cb1e63e still found in kube manager 2026-03-30 13:11:53,274 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=cb948c36-9384-4267-813e-dc667cb1e63e 2026-03-30 13:11:53,279 - ERROR - Ingress ctest-nginx-ingress-77194294 with uuid cb948c36-9384-4267-813e-dc667cb1e63e still found in kube manager 2026-03-30 13:11:54,280 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=cb948c36-9384-4267-813e-dc667cb1e63e 2026-03-30 13:11:54,285 - ERROR - Ingress ctest-nginx-ingress-77194294 with uuid cb948c36-9384-4267-813e-dc667cb1e63e still found in kube manager 2026-03-30 13:11:55,286 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=cb948c36-9384-4267-813e-dc667cb1e63e 2026-03-30 13:11:55,290 - INFO - Ingress ctest-nginx-ingress-77194294 with uuid cb948c36-9384-4267-813e-dc667cb1e63e deleted successfully from kube manager 2026-03-30 13:11:55,290 - INFO - Verifications on Ingress %s cleanup passed 2026-03-30 13:11:55,290 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-30 13:11:55,369 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-30 13:11:55,380 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-30 13:11:55,380 - INFO - Deleting VN __public__ 2026-03-30 13:11:55,674 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/7b71e63e-7865-41c7-a859-f7324d5ed8f6 2026-03-30 13:11:55,681 - DEBUG - Response Code: 404 2026-03-30 13:11:55,681 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2026-03-30 13:11:55,689 - DEBUG - Requesting: http://10.0.0.249:8082/domain/43492f44-be05-4c4f-9214-75e1abc12ab7 2026-03-30 13:11:55,698 - DEBUG - Requesting: http://10.0.0.249:8082/project/85bba0e8-a676-4f7e-a1d0-c5ce7b513133 2026-03-30 13:11:55,799 - INFO - Validated that VN __public__ is not found in API Server 2026-03-30 13:11:55,799 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-30 13:11:55,809 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-30 13:11:55,817 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2026-03-30 13:11:55,817 - INFO - Validated that VN __public__ is not in any agent 2026-03-30 13:11:55,817 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-30 13:11:55,823 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-30 13:11:55,828 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-30 13:11:55,834 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-30 13:11:55,835 - INFO - Deleting pod default:ctest-nginx-pod-13109476 2026-03-30 13:11:55,853 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=21be1752-fe42-44fa-a67d-ca2d855e821a 2026-03-30 13:11:55,862 - WARNING - Pod uuid 21be1752-fe42-44fa-a67d-ca2d855e821a is still seen in agent 10.0.0.249 VM list 2026-03-30 13:12:00,864 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=21be1752-fe42-44fa-a67d-ca2d855e821a 2026-03-30 13:12:00,870 - DEBUG - Pod 21be1752-fe42-44fa-a67d-ca2d855e821a is not in agent 10.0.0.249 VM list 2026-03-30 13:12:00,870 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df7a4e5e-2c39-11f1-a536-fa163e91d376 2026-03-30 13:12:00,875 - DEBUG - VMI df7a4e5e-2c39-11f1-a536-fa163e91d376 is removed from agent 10.0.0.249 2026-03-30 13:12:00,875 - INFO - Verified that pod ctest-nginx-pod-13109476 is removed in agent 2026-03-30 13:12:00,876 - INFO - Deleting pod default:ctest-nginx-pod-92710138 2026-03-30 13:12:00,902 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5d769df9-1496-409b-a6fb-dfa6eec134ce 2026-03-30 13:12:00,909 - WARNING - Pod uuid 5d769df9-1496-409b-a6fb-dfa6eec134ce is still seen in agent 10.0.0.249 VM list 2026-03-30 13:12:05,910 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5d769df9-1496-409b-a6fb-dfa6eec134ce 2026-03-30 13:12:05,917 - DEBUG - Pod 5d769df9-1496-409b-a6fb-dfa6eec134ce is not in agent 10.0.0.249 VM list 2026-03-30 13:12:05,918 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:db924e68-2c39-11f1-a536-fa163e91d376 2026-03-30 13:12:05,924 - DEBUG - VMI db924e68-2c39-11f1-a536-fa163e91d376 is removed from agent 10.0.0.249 2026-03-30 13:12:05,924 - INFO - Verified that pod ctest-nginx-pod-92710138 is removed in agent 2026-03-30 13:12:05,925 - INFO - Deleting service : ctest-nginx-svc-48684474 2026-03-30 13:12:06,470 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-30 13:12:06,476 - DEBUG - No XMPP flaps were noticed during the test
2026-03-30 13:12:06,476 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:31]
2026-03-30 13:12:06,476 - INFO - -------------------------------------------------------------------------------- 2026-03-30 13:12:12,942 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-30 13:12:13,131 - DEBUG - Output : cluster_project={} 2026-03-30 13:12:13,177 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-30 13:12:13,385 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-30 13:12:13,391 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-30 13:12:13,589 - DEBUG - Output : cluster_project={} 2026-03-30 13:12:15,597 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-30 13:12:15,861 - DEBUG - Output : cluster_project={} 2026-03-30 13:12:41,012 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:12:41,050 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:12:46,099 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:12:56,158 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:13:11,225 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:13:11,271 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:13:11,316 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:13:11,365 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-30 13:13:11,972 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-30 13:13:18,765 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2026-03-30 13:13:18,771 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-03-30 13:13:18,802 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-03-30 13:13:20,831 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-03-30 13:13:22,855 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-03-30 13:13:24,882 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-03-30 13:13:26,917 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2026-03-30 13:16:27,384 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-30 13:16:27,444 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:16:27,459 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:16:27,477 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=46d137e9-72c9-4926-9e9c-832baab5bb1f 2026-03-30 13:16:27,485 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=226bf61b-c941-4fca-8a8f-c83ca4c13e70 2026-03-30 13:16:27,497 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:16:27,502 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=dde7494b-7b5a-4d09-bd06-0b84a2d0cdff 2026-03-30 13:16:27,510 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8b640023-d9f0-4129-8153-45ab1e128842 2026-03-30 13:16:27,516 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:16:32,555 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8b640023-d9f0-4129-8153-45ab1e128842 2026-03-30 13:16:32,557 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:16:32,558 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=46d137e9-72c9-4926-9e9c-832baab5bb1f 2026-03-30 13:16:32,558 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=226bf61b-c941-4fca-8a8f-c83ca4c13e70 2026-03-30 13:16:32,559 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:16:32,560 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:16:32,570 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=dde7494b-7b5a-4d09-bd06-0b84a2d0cdff 2026-03-30 13:16:32,572 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:16:32,583 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1fb49b0a-2c3a-11f1-a536-fa163e91d376 2026-03-30 13:16:32,586 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1aa3b4c0-2c3a-11f1-a536-fa163e91d376 2026-03-30 13:16:37,583 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:16:37,585 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8b640023-d9f0-4129-8153-45ab1e128842 2026-03-30 13:16:37,587 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:16:37,588 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:16:37,591 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:16:37,592 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=dde7494b-7b5a-4d09-bd06-0b84a2d0cdff 2026-03-30 13:16:37,605 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:17d79da6-2c3a-11f1-a536-fa163e91d376 2026-03-30 13:16:42,591 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:16:42,599 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:16:42,601 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8b640023-d9f0-4129-8153-45ab1e128842 2026-03-30 13:16:42,603 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:16:42,607 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:16:42,611 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1e12af58-2c3a-11f1-a536-fa163e91d376 2026-03-30 13:16:47,599 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:16:47,612 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:16:47,615 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:16:47,619 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:16:52,609 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:16:52,624 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:16:52,627 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:16:52,628 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:16:57,616 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:16:57,642 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:16:57,643 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:16:57,644 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:17:02,624 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=75f0373a-0bec-44f4-9ec7-e2f510a7f24e 2026-03-30 13:17:02,631 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:25419690-2c3a-11f1-a536-fa163e91d376 2026-03-30 13:17:02,654 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:17:02,656 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:17:02,657 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:17:07,673 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=eb4b0726-5dba-4cb8-9ca4-9eb60b669f84 2026-03-30 13:17:07,674 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a60f3315-1558-43ee-8750-0e33e36409fc 2026-03-30 13:17:07,676 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:17:07,686 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2282ad0e-2c3a-11f1-a536-fa163e91d376 2026-03-30 13:17:07,691 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27fc519a-2c3a-11f1-a536-fa163e91d376 2026-03-30 13:17:12,694 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=215a366c-f2d1-4057-b760-8847dbfe2e85 2026-03-30 13:17:12,701 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2be70c46-2c3a-11f1-a536-fa163e91d376