2026-03-13 16:36:04,273 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-03-13 16:36:04,561 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-445-1.novalocal 2026-03-13 16:36:04,561 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-03-13 16:36:04,682 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-445-1.novalocal 2026-03-13 16:36:04,682 - DEBUG - [10.0.0.22]: 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-13 16:36:04,846 - DEBUG - Output : NAMES contrail_test_K506xE8Pg 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_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 webui_web_1 webui_job_1 config_devicemgr_1 config_nodemgr_1 config_api_1 config_dnsmasq_1 config_svcmonitor_1 config_schema_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-13 16:36:04,846 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-13 16:36:04,995 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-03-13 16:36:04,995 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-03-13 16:36:05,125 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-445-1.novalocal 2026-03-13 16:36:05,125 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-13 16:36:05,254 - DEBUG - Output : 10.20.0.17/24 2026-03-13 16:36:05,255 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-03-13 16:36:05,370 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-445-1.novalocal 2026-03-13 16:36:05,691 - INFO - Using existing project ['default-domain', 'k8s-default'](287916b3-7ee3-46dd-84ec-9769c8d00831) 2026-03-13 16:36:05,793 - INFO - Using existing project ['default-domain', 'k8s-default'](287916b3-7ee3-46dd-84ec-9769c8d00831) 2026-03-13 16:36:05,932 - INFO - ================================================================================ 2026-03-13 16:36:05,932 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-13 16:36:05,932 - 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-13 16:36:06,255 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:36:06,261 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.17': '0'}} with 2026-03-13 16:36:06,262 - INFO - Initial checks done. Running the testcase now 2026-03-13 16:36:06,262 - INFO - 2026-03-13 16:36:06,266 - INFO - Namespace default already exists 2026-03-13 16:36:06,266 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 16:36:06,491 - DEBUG - Output : cluster_project={} 2026-03-13 16:36:06,550 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-13 16:36:06,550 - DEBUG - Project uuid in Contrail is 287916b3-7ee3-46dd-84ec-9769c8d00831 2026-03-13 16:36:06,551 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-13 16:36:06,723 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-13 16:36:06,723 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=fc69adb2-6253-4f90-a3a2-51077929f0d5 2026-03-13 16:36:06,730 - INFO - Namespace default with uuid fc69adb2-6253-4f90-a3a2-51077929f0d5 found in kube manager 2026-03-13 16:36:06,730 - INFO - Namespace default verification passed 2026-03-13 16:36:06,734 - DEBUG - Service ctest-nginx-svc-29272955 not present 2026-03-13 16:36:06,734 - INFO - Creating service ctest-nginx-svc-29272955 2026-03-13 16:36:06,760 - INFO - Created Service ctest-nginx-svc-29272955 2026-03-13 16:36:06,764 - DEBUG - Pod ctest-nginx-pod-54920566 not present 2026-03-13 16:36:06,764 - INFO - Creating Pod ctest-nginx-pod-54920566 2026-03-13 16:36:06,798 - DEBUG - Pod : ctest-nginx-pod-54920566 UUID is 93cbeb5f-df7e-41cc-9493-c1677791b5e8 2026-03-13 16:36:06,804 - DEBUG - Pod ctest-nginx-pod-99547349 not present 2026-03-13 16:36:06,806 - INFO - Creating Pod ctest-nginx-pod-99547349 2026-03-13 16:36:06,876 - DEBUG - Pod : ctest-nginx-pod-99547349 UUID is 9b75279f-a438-4c4d-95e8-23c38bb83dba 2026-03-13 16:36:07,008 - INFO - Created VN __public__, UUID :bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,208 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-13 16:36:07,214 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d5e32a60-2320-4eae-9b98-2e32555d117b 2026-03-13 16:36:07,227 - DEBUG - Requesting: http://10.0.0.22:8082/project/287916b3-7ee3-46dd-84ec-9769c8d00831 2026-03-13 16:36:07,284 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,294 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,304 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/086bb7be-f3a1-44c2-bc78-2b407206d265 2026-03-13 16:36:07,311 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/086bb7be-f3a1-44c2-bc78-2b407206d265 2026-03-13 16:36:07,318 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/a2bc8726-d4d7-431c-a416-c8b65e115c33 2026-03-13 16:36:07,324 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-13 16:36:07,324 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,333 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/086bb7be-f3a1-44c2-bc78-2b407206d265 2026-03-13 16:36:07,346 - INFO - Verified VN network id 15 for VN bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,347 - INFO - Verifications in API Server for VN __public__ passed 2026-03-13 16:36:07,347 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,356 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/086bb7be-f3a1-44c2-bc78-2b407206d265 2026-03-13 16:36:07,364 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/086bb7be-f3a1-44c2-bc78-2b407206d265 2026-03-13 16:36:07,372 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/a2bc8726-d4d7-431c-a416-c8b65e115c33 2026-03-13 16:36:07,378 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-13 16:36:07,385 - DEBUG - Control-node 10.0.0.22 : 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': '13605011898588743526', 'uuid-lslong': '11937594660449657536'}, 'enable': 'true', 'created': '2026-03-13T16:36:06', 'last-modified': '2026-03-13T16:36:07', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.247432'} 2026-03-13 16:36:07,385 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:36:07,395 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-13 16:36:07,395 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-13 16:36:07,395 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-13 16:36:07,395 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-13 16:36:07,400 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d5e32a60-2320-4eae-9b98-2e32555d117b 2026-03-13 16:36:07,413 - DEBUG - Requesting: http://10.0.0.22:8082/project/287916b3-7ee3-46dd-84ec-9769c8d00831 2026-03-13 16:36:07,471 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,481 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-13 16:36:07,481 - DEBUG - Verifying the vn in opserver 2026-03-13 16:36:07,482 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2026-03-13 16:36:07,482 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2026-03-13 16:36:07,488 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-13 16:36:07,488 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-13 16:36:07,488 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:36:07,495 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:36:07,502 - DEBUG - Do not have enough data to verify VN in agent 2026-03-13 16:36:07,502 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:36:07,508 - DEBUG - VRF ids for VN __public__: {} 2026-03-13 16:36:07,576 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-13 16:36:07,656 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-13 16:36:07,662 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d5e32a60-2320-4eae-9b98-2e32555d117b 2026-03-13 16:36:07,671 - DEBUG - Requesting: http://10.0.0.22:8082/project/287916b3-7ee3-46dd-84ec-9769c8d00831 2026-03-13 16:36:07,726 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,738 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/307c1dba-e10b-4245-9183-640c6cccae00 2026-03-13 16:36:07,744 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-13 16:36:07,749 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d5e32a60-2320-4eae-9b98-2e32555d117b 2026-03-13 16:36:07,762 - DEBUG - Requesting: http://10.0.0.22:8082/project/287916b3-7ee3-46dd-84ec-9769c8d00831 2026-03-13 16:36:07,819 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/bcceb63d-4458-4766-a5aa-db1878b3a2c0 2026-03-13 16:36:07,833 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-13 16:36:07,833 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-13 16:36:07,842 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-13 16:36:07,848 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-13 16:36:07,848 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-13 16:36:07,852 - DEBUG - Ingress ctest-nginx-ingress-27255864 not present 2026-03-13 16:36:07,853 - INFO - Creating Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:07,862 - INFO - Created Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:07,868 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:10,874 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:13,895 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:16,901 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:19,908 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:22,916 - DEBUG - For Ingress ctest-nginx-ingress-27255864, Cluster IP: 10.47.255.246, External IPs ['18.98.239.188'] 2026-03-13 16:36:22,916 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-27255864 2026-03-13 16:36:22,918 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=9f063886-62fb-4cb2-96f8-dc987ab31932 2026-03-13 16:36:22,925 - INFO - Ingress ctest-nginx-ingress-27255864 with uuid 9f063886-62fb-4cb2-96f8-dc987ab31932 found in kube manager 2026-03-13 16:36:22,926 - INFO - Ingress ctest-nginx-ingress-27255864 verification passed 2026-03-13 16:36:22,930 - DEBUG - Pod ctest-busybox-pod-60092540 not present 2026-03-13 16:36:22,931 - INFO - Creating Pod ctest-busybox-pod-60092540 2026-03-13 16:36:22,959 - DEBUG - Pod : ctest-busybox-pod-60092540 UUID is 0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:36:22,977 - DEBUG - Pod ctest-nginx-pod-54920566 not in running state.Currently in Pending 2026-03-13 16:36:27,985 - INFO - Pod ctest-nginx-pod-54920566 is in running state.Got IP 10.47.255.248 2026-03-13 16:36:28,001 - DEBUG - Pod ctest-nginx-pod-54920566 has vmi bdb4b79c-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:36:28,001 - INFO - Verified pod ctest-nginx-pod-54920566 in contrail-api 2026-03-13 16:36:28,002 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:36:28,014 - DEBUG - VMI bdb4b79c-1efa-11f1-a79c-fa163e8d9f3f is active in agent 10.0.0.22 2026-03-13 16:36:28,014 - INFO - Verified Pod ctest-nginx-pod-54920566 in agent 10.0.0.22 2026-03-13 16:36:28,014 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=93cbeb5f-df7e-41cc-9493-c1677791b5e8 2026-03-13 16:36:28,019 - INFO - Pod ctest-nginx-pod-54920566 with uuid 93cbeb5f-df7e-41cc-9493-c1677791b5e8 found in kube manager 2026-03-13 16:36:28,020 - INFO - Pod ctest-nginx-pod-54920566 verification passed 2026-03-13 16:36:28,098 - DEBUG - [Pod ctest-nginx-pod-54920566] Cmd: echo ctest-nginx-pod-54920566 > /usr/share/nginx/html/index.html, Output: 2026-03-13 16:36:28,107 - INFO - Pod ctest-nginx-pod-99547349 is in running state.Got IP 10.47.255.247 2026-03-13 16:36:28,121 - DEBUG - Pod ctest-nginx-pod-99547349 has vmi bf437ea4-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:36:28,121 - INFO - Verified pod ctest-nginx-pod-99547349 in contrail-api 2026-03-13 16:36:28,121 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:36:28,131 - DEBUG - VMI bf437ea4-1efa-11f1-a79c-fa163e8d9f3f is active in agent 10.0.0.22 2026-03-13 16:36:28,132 - INFO - Verified Pod ctest-nginx-pod-99547349 in agent 10.0.0.22 2026-03-13 16:36:28,132 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=9b75279f-a438-4c4d-95e8-23c38bb83dba 2026-03-13 16:36:28,137 - INFO - Pod ctest-nginx-pod-99547349 with uuid 9b75279f-a438-4c4d-95e8-23c38bb83dba found in kube manager 2026-03-13 16:36:28,137 - INFO - Pod ctest-nginx-pod-99547349 verification passed 2026-03-13 16:36:28,187 - DEBUG - [Pod ctest-nginx-pod-99547349] Cmd: echo ctest-nginx-pod-99547349 > /usr/share/nginx/html/index.html, Output: 2026-03-13 16:36:28,195 - DEBUG - Pod ctest-busybox-pod-60092540 not in running state.Currently in Pending 2026-03-13 16:36:33,205 - DEBUG - Pod ctest-busybox-pod-60092540 not in running state.Currently in Pending 2026-03-13 16:36:38,217 - DEBUG - Pod ctest-busybox-pod-60092540 not in running state.Currently in Pending 2026-03-13 16:36:43,227 - DEBUG - Pod ctest-busybox-pod-60092540 not in running state.Currently in Pending 2026-03-13 16:36:48,237 - INFO - Pod ctest-busybox-pod-60092540 is in running state.Got IP 10.47.255.245 2026-03-13 16:36:48,255 - DEBUG - Pod ctest-busybox-pod-60092540 has vmi ca576a3a-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:36:48,255 - INFO - Verified pod ctest-busybox-pod-60092540 in contrail-api 2026-03-13 16:36:48,255 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:36:48,268 - DEBUG - VMI ca576a3a-1efa-11f1-a79c-fa163e8d9f3f is active in agent 10.0.0.22 2026-03-13 16:36:48,268 - INFO - Verified Pod ctest-busybox-pod-60092540 in agent 10.0.0.22 2026-03-13 16:36:48,268 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:36:48,274 - INFO - Pod ctest-busybox-pod-60092540 with uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 found in kube manager 2026-03-13 16:36:48,274 - INFO - Pod ctest-busybox-pod-60092540 verification passed 2026-03-13 16:36:48,333 - DEBUG - [Pod ctest-busybox-pod-60092540] 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-99547349 2026-03-13 16:36:48,333 - DEBUG - [Pod Pod ctest-busybox-pod-60092540] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 16:36:48,333 - DEBUG - [Pod Pod ctest-busybox-pod-60092540] 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-99547349 2026-03-13 16:36:48,385 - DEBUG - [Pod ctest-busybox-pod-60092540] 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-99547349 2026-03-13 16:36:48,386 - DEBUG - [Pod Pod ctest-busybox-pod-60092540] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 16:36:48,386 - DEBUG - [Pod Pod ctest-busybox-pod-60092540] 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-99547349 2026-03-13 16:36:48,437 - DEBUG - [Pod ctest-busybox-pod-60092540] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54920566 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-13 16:36:48,437 - DEBUG - [Pod Pod ctest-busybox-pod-60092540] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 16:36:48,437 - DEBUG - [Pod Pod ctest-busybox-pod-60092540] Cmd output: ctest-nginx-pod-54920566 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-13 16:36:48,437 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-54920566': 1, 'ctest-nginx-pod-99547349': 2} 2026-03-13 16:36:48,438 - WARNING - Nothing to delete parallely 2026-03-13 16:36:48,438 - INFO - Deleting pod default:ctest-busybox-pod-60092540 2026-03-13 16:36:48,455 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:36:48,463 - WARNING - Pod uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:36:53,464 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:36:53,472 - WARNING - Pod uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:36:58,473 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:36:58,479 - WARNING - Pod uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:37:03,480 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:37:03,486 - WARNING - Pod uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:37:08,487 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:37:08,493 - WARNING - Pod uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:37:13,495 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:37:13,503 - WARNING - Pod uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:37:18,504 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:37:18,509 - WARNING - Pod uuid 0695ccd7-9305-4989-958f-0d060b31e0c0 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:37:23,510 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0695ccd7-9305-4989-958f-0d060b31e0c0 2026-03-13 16:37:23,516 - DEBUG - Pod 0695ccd7-9305-4989-958f-0d060b31e0c0 is not in agent 10.0.0.22 VM list 2026-03-13 16:37:23,516 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca576a3a-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:37:23,522 - DEBUG - VMI ca576a3a-1efa-11f1-a79c-fa163e8d9f3f is removed from agent 10.0.0.22 2026-03-13 16:37:23,522 - INFO - Verified that pod ctest-busybox-pod-60092540 is removed in agent 2026-03-13 16:37:23,522 - INFO - Deleting Ingress : ctest-nginx-ingress-27255864 2026-03-13 16:37:23,532 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=9f063886-62fb-4cb2-96f8-dc987ab31932 2026-03-13 16:37:23,537 - ERROR - Ingress ctest-nginx-ingress-27255864 with uuid 9f063886-62fb-4cb2-96f8-dc987ab31932 still found in kube manager 2026-03-13 16:37:24,538 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=9f063886-62fb-4cb2-96f8-dc987ab31932 2026-03-13 16:37:24,543 - ERROR - Ingress ctest-nginx-ingress-27255864 with uuid 9f063886-62fb-4cb2-96f8-dc987ab31932 still found in kube manager 2026-03-13 16:37:25,544 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=9f063886-62fb-4cb2-96f8-dc987ab31932 2026-03-13 16:37:25,551 - ERROR - Ingress ctest-nginx-ingress-27255864 with uuid 9f063886-62fb-4cb2-96f8-dc987ab31932 still found in kube manager 2026-03-13 16:37:26,552 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=9f063886-62fb-4cb2-96f8-dc987ab31932 2026-03-13 16:37:26,559 - ERROR - Ingress ctest-nginx-ingress-27255864 with uuid 9f063886-62fb-4cb2-96f8-dc987ab31932 still found in kube manager 2026-03-13 16:37:27,562 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=9f063886-62fb-4cb2-96f8-dc987ab31932 2026-03-13 16:37:27,567 - INFO - Ingress ctest-nginx-ingress-27255864 with uuid 9f063886-62fb-4cb2-96f8-dc987ab31932 deleted successfully from kube manager 2026-03-13 16:37:27,567 - INFO - Verifications on Ingress %s cleanup passed 2026-03-13 16:37:27,567 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-13 16:37:27,697 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-13 16:37:27,703 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-13 16:37:27,703 - INFO - Deleting VN __public__ 2026-03-13 16:37:27,963 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/086bb7be-f3a1-44c2-bc78-2b407206d265 2026-03-13 16:37:27,970 - DEBUG - Response Code: 404 2026-03-13 16:37:27,971 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2026-03-13 16:37:27,977 - DEBUG - Requesting: http://10.0.0.22:8082/domain/d5e32a60-2320-4eae-9b98-2e32555d117b 2026-03-13 16:37:27,989 - DEBUG - Requesting: http://10.0.0.22:8082/project/287916b3-7ee3-46dd-84ec-9769c8d00831 2026-03-13 16:37:28,090 - INFO - Validated that VN __public__ is not found in API Server 2026-03-13 16:37:28,091 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-13 16:37:28,105 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:37:28,120 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2026-03-13 16:37:28,120 - INFO - Validated that VN __public__ is not in any agent 2026-03-13 16:37:28,120 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:37:28,130 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 16:37:28,134 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-13 16:37:28,139 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-13 16:37:28,140 - INFO - Deleting pod default:ctest-nginx-pod-99547349 2026-03-13 16:37:28,168 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9b75279f-a438-4c4d-95e8-23c38bb83dba 2026-03-13 16:37:28,197 - WARNING - Pod uuid 9b75279f-a438-4c4d-95e8-23c38bb83dba is still seen in agent 10.0.0.22 VM list 2026-03-13 16:37:33,198 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9b75279f-a438-4c4d-95e8-23c38bb83dba 2026-03-13 16:37:33,206 - DEBUG - Pod 9b75279f-a438-4c4d-95e8-23c38bb83dba is not in agent 10.0.0.22 VM list 2026-03-13 16:37:33,206 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf437ea4-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:37:33,216 - DEBUG - VMI bf437ea4-1efa-11f1-a79c-fa163e8d9f3f is removed from agent 10.0.0.22 2026-03-13 16:37:33,216 - INFO - Verified that pod ctest-nginx-pod-99547349 is removed in agent 2026-03-13 16:37:33,216 - INFO - Deleting pod default:ctest-nginx-pod-54920566 2026-03-13 16:37:33,257 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=93cbeb5f-df7e-41cc-9493-c1677791b5e8 2026-03-13 16:37:33,279 - WARNING - Pod uuid 93cbeb5f-df7e-41cc-9493-c1677791b5e8 is still seen in agent 10.0.0.22 VM list 2026-03-13 16:37:38,281 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=93cbeb5f-df7e-41cc-9493-c1677791b5e8 2026-03-13 16:37:38,293 - DEBUG - Pod 93cbeb5f-df7e-41cc-9493-c1677791b5e8 is not in agent 10.0.0.22 VM list 2026-03-13 16:37:38,293 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bdb4b79c-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:37:38,305 - DEBUG - VMI bdb4b79c-1efa-11f1-a79c-fa163e8d9f3f is removed from agent 10.0.0.22 2026-03-13 16:37:38,306 - INFO - Verified that pod ctest-nginx-pod-54920566 is removed in agent 2026-03-13 16:37:38,306 - INFO - Deleting service : ctest-nginx-svc-29272955 2026-03-13 16:37:38,860 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:37:38,865 - DEBUG - No XMPP flaps were noticed during the test 2026-03-13 16:37:38,865 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:33] 2026-03-13 16:37:38,865 - INFO - -------------------------------------------------------------------------------- 2026-03-13 16:37:45,303 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 16:37:45,515 - DEBUG - Output : cluster_project={} 2026-03-13 16:37:45,561 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-13 16:37:45,736 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-13 16:37:45,742 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 16:37:46,018 - DEBUG - Output : cluster_project={} 2026-03-13 16:38:11,174 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:16,254 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:16,306 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:16,347 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:36,429 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:36,473 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:36,511 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:36,556 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 16:38:37,183 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:38:45,427 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2026-03-13 16:38:45,431 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-03-13 16:38:45,469 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-03-13 16:38:47,498 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-03-13 16:38:49,531 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-03-13 16:38:51,566 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-03-13 16:41:52,257 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 16:41:52,346 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15e75dfe-1056-4244-a91c-7b6254d632f8 2026-03-13 16:41:52,351 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe4a0856-43fc-49a2-aee7-4789e66016b0 2026-03-13 16:41:52,381 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:41:52,387 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:41:52,394 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:41:52,399 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:41:52,404 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3d4ea212-3327-4a8c-a8e3-3b63753e4964 2026-03-13 16:41:52,412 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=42c32745-4e7b-421e-8e56-4b0b56e51c98 2026-03-13 16:41:57,423 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe4a0856-43fc-49a2-aee7-4789e66016b0 2026-03-13 16:41:57,426 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15e75dfe-1056-4244-a91c-7b6254d632f8 2026-03-13 16:41:57,443 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:41:57,456 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3d4ea212-3327-4a8c-a8e3-3b63753e4964 2026-03-13 16:41:57,458 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=42c32745-4e7b-421e-8e56-4b0b56e51c98 2026-03-13 16:41:57,460 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:41:57,461 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:41:57,462 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:02,437 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=fe4a0856-43fc-49a2-aee7-4789e66016b0 2026-03-13 16:42:02,439 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15e75dfe-1056-4244-a91c-7b6254d632f8 2026-03-13 16:42:02,447 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ffb7a406-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:42:02,451 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:42:02,467 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=3d4ea212-3327-4a8c-a8e3-3b63753e4964 2026-03-13 16:42:02,473 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:026be1ee-1efb-11f1-a79c-fa163e8d9f3f 2026-03-13 16:42:02,475 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=42c32745-4e7b-421e-8e56-4b0b56e51c98 2026-03-13 16:42:02,479 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:42:02,480 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:02,486 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:02,496 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:01ff5d44-1efb-11f1-a79c-fa163e8d9f3f 2026-03-13 16:42:07,447 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=15e75dfe-1056-4244-a91c-7b6254d632f8 2026-03-13 16:42:07,454 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fcf5fec0-1efa-11f1-a79c-fa163e8d9f3f 2026-03-13 16:42:07,459 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:42:07,519 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:07,521 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:07,523 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:42:12,466 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:42:12,532 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:12,536 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:12,537 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:42:17,474 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:42:17,540 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:17,545 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:17,548 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:42:22,480 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:42:22,551 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:22,575 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:22,577 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:42:27,488 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c72003d-17d5-44b8-85ed-85681539f1f2 2026-03-13 16:42:27,497 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0cf8d126-1efb-11f1-a79c-fa163e8d9f3f 2026-03-13 16:42:27,588 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=654b1149-2f58-42f4-b96f-b4d962e254de 2026-03-13 16:42:27,589 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:27,591 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:27,608 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:09a0f422-1efb-11f1-a79c-fa163e8d9f3f 2026-03-13 16:42:32,602 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=822a36fb-a063-4a71-af81-9c7e3613e953 2026-03-13 16:42:32,605 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:32,608 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:04bcd7b4-1efb-11f1-a79c-fa163e8d9f3f 2026-03-13 16:42:37,615 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=00ddc321-7a37-4f19-b41e-8be9012a934c 2026-03-13 16:42:37,621 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:051acef0-1efb-11f1-a79c-fa163e8d9f3f