2026-03-03 16:43:31,240 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-03-03 16:43:31,506 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-438-1.novalocal 2026-03-03 16:43:31,507 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-03-03 16:43:31,629 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-438-1.novalocal 2026-03-03 16:43:31,630 - DEBUG - [10.0.0.33]: 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-03 16:43:31,809 - DEBUG - Output : NAMES contrail_test_Ry0ryxi8w 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_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_schema_1 config_nodemgr_1 config_api_1 config_dnsmasq_1 config_svcmonitor_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2026-03-03 16:43:31,810 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-03 16:43:31,928 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 10.20.0.14/24 172.17.0.1/16 10.20.0.14/24 2026-03-03 16:43:31,928 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-03-03 16:43:32,063 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-438-1.novalocal 2026-03-03 16:43:32,063 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-03 16:43:32,196 - DEBUG - Output : 10.20.0.14/24 2026-03-03 16:43:32,196 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.20.0.14 | head -n 1 | awk '{print $2}' 2026-03-03 16:43:32,315 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-438-1.novalocal 2026-03-03 16:43:32,619 - INFO - Using existing project ['default-domain', 'k8s-default'](fddac347-7eca-4e48-bec8-2ca003c3e548) 2026-03-03 16:43:32,708 - INFO - Using existing project ['default-domain', 'k8s-default'](fddac347-7eca-4e48-bec8-2ca003c3e548) 2026-03-03 16:43:32,858 - INFO - ================================================================================ 2026-03-03 16:43:32,858 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-03 16:43:32,859 - 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-03 16:43:33,149 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-03 16:43:33,157 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.14': '0'}} with 2026-03-03 16:43:33,157 - INFO - Initial checks done. Running the testcase now 2026-03-03 16:43:33,157 - INFO - 2026-03-03 16:43:33,164 - INFO - Namespace default already exists 2026-03-03 16:43:33,165 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-03 16:43:33,352 - DEBUG - Output : cluster_project={} 2026-03-03 16:43:33,431 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-03 16:43:33,431 - DEBUG - Project uuid in Contrail is fddac347-7eca-4e48-bec8-2ca003c3e548 2026-03-03 16:43:33,431 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-03 16:43:33,628 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-03 16:43:33,629 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=f16b173e-b332-4bf1-be56-a176c43cdcdb 2026-03-03 16:43:33,633 - INFO - Namespace default with uuid f16b173e-b332-4bf1-be56-a176c43cdcdb found in kube manager 2026-03-03 16:43:33,633 - INFO - Namespace default verification passed 2026-03-03 16:43:33,638 - DEBUG - Service ctest-nginx-svc-06738013 not present 2026-03-03 16:43:33,638 - INFO - Creating service ctest-nginx-svc-06738013 2026-03-03 16:43:33,658 - INFO - Created Service ctest-nginx-svc-06738013 2026-03-03 16:43:33,667 - DEBUG - Pod ctest-nginx-pod-22385280 not present 2026-03-03 16:43:33,668 - INFO - Creating Pod ctest-nginx-pod-22385280 2026-03-03 16:43:33,729 - DEBUG - Pod : ctest-nginx-pod-22385280 UUID is 54a81d07-8b44-45c8-9aa1-8c50ac16f296 2026-03-03 16:43:33,733 - DEBUG - Pod ctest-nginx-pod-50619644 not present 2026-03-03 16:43:33,734 - INFO - Creating Pod ctest-nginx-pod-50619644 2026-03-03 16:43:33,769 - DEBUG - Pod : ctest-nginx-pod-50619644 UUID is 8e6aa755-efe2-4c7c-8592-d8159c41ae00 2026-03-03 16:43:33,975 - INFO - Created VN __public__, UUID :05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:34,142 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-03-03 16:43:34,153 - DEBUG - Requesting: http://10.0.0.33:8082/domain/bf6615a4-26c2-40a8-a03b-1c388fc57211 2026-03-03 16:43:34,165 - DEBUG - Requesting: http://10.0.0.33:8082/project/fddac347-7eca-4e48-bec8-2ca003c3e548 2026-03-03 16:43:34,232 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:34,250 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:34,262 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:43:34,271 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:43:34,279 - DEBUG - Route Targets: [] 2026-03-03 16:43:34,279 - DEBUG - RT names not yet present for VN __public__ 2026-03-03 16:43:39,280 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-03-03 16:43:39,286 - DEBUG - Requesting: http://10.0.0.33:8082/domain/bf6615a4-26c2-40a8-a03b-1c388fc57211 2026-03-03 16:43:39,298 - DEBUG - Requesting: http://10.0.0.33:8082/project/fddac347-7eca-4e48-bec8-2ca003c3e548 2026-03-03 16:43:39,380 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,393 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,402 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:43:39,409 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:43:39,415 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/d3ff59db-033f-4a86-8fa6-834be93cb931 2026-03-03 16:43:39,422 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-03 16:43:39,422 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,431 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:43:39,447 - INFO - Verified VN network id 15 for VN 05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,447 - INFO - Verifications in API Server for VN __public__ passed 2026-03-03 16:43:39,447 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,456 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:43:39,463 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:43:39,475 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/d3ff59db-033f-4a86-8fa6-834be93cb931 2026-03-03 16:43:39,483 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-03 16:43:39,491 - DEBUG - Control-node 10.0.0.33 : 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': '409572953175379219', 'uuid-lslong': '9560017691199406554'}, 'enable': 'true', 'created': '2026-03-03T16:43:33', 'last-modified': '2026-03-03T16:43:34', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.421708'} 2026-03-03 16:43:39,491 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-03 16:43:39,503 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-03 16:43:39,503 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-03 16:43:39,504 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-03 16:43:39,504 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-03-03 16:43:39,509 - DEBUG - Requesting: http://10.0.0.33:8082/domain/bf6615a4-26c2-40a8-a03b-1c388fc57211 2026-03-03 16:43:39,524 - DEBUG - Requesting: http://10.0.0.33:8082/project/fddac347-7eca-4e48-bec8-2ca003c3e548 2026-03-03 16:43:39,581 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,589 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-03 16:43:39,589 - DEBUG - Verifying the vn in opserver 2026-03-03 16:43:39,589 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2026-03-03 16:43:39,589 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2026-03-03 16:43:39,594 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-03 16:43:39,594 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-03 16:43:39,594 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-03 16:43:39,600 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-03 16:43:39,606 - DEBUG - Do not have enough data to verify VN in agent 2026-03-03 16:43:39,606 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-03 16:43:39,611 - DEBUG - VRF ids for VN __public__: {} 2026-03-03 16:43:39,663 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-03 16:43:39,737 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-03-03 16:43:39,744 - DEBUG - Requesting: http://10.0.0.33:8082/domain/bf6615a4-26c2-40a8-a03b-1c388fc57211 2026-03-03 16:43:39,754 - DEBUG - Requesting: http://10.0.0.33:8082/project/fddac347-7eca-4e48-bec8-2ca003c3e548 2026-03-03 16:43:39,798 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,807 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/9b9a2e0e-1005-4823-b147-36b7f5190415 2026-03-03 16:43:39,813 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-03-03 16:43:39,817 - DEBUG - Requesting: http://10.0.0.33:8082/domain/bf6615a4-26c2-40a8-a03b-1c388fc57211 2026-03-03 16:43:39,823 - DEBUG - Requesting: http://10.0.0.33:8082/project/fddac347-7eca-4e48-bec8-2ca003c3e548 2026-03-03 16:43:39,870 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/05af186e-4fa0-4d13-84ac-0170626401da 2026-03-03 16:43:39,880 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-03 16:43:39,880 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-03 16:43:39,889 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-03 16:43:39,894 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-03 16:43:39,894 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-03 16:43:39,897 - DEBUG - Ingress ctest-nginx-ingress-37624708 not present 2026-03-03 16:43:39,898 - INFO - Creating Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:39,906 - INFO - Created Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:39,910 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:42,916 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:45,923 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:48,930 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:51,936 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:54,944 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:57,950 - DEBUG - For Ingress ctest-nginx-ingress-37624708, Cluster IP: 10.47.255.246, External IPs ['153.203.111.188'] 2026-03-03 16:43:57,950 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-37624708 2026-03-03 16:43:57,950 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=6484d37f-10ee-4283-81a6-6d43e92c743f 2026-03-03 16:43:57,957 - INFO - Ingress ctest-nginx-ingress-37624708 with uuid 6484d37f-10ee-4283-81a6-6d43e92c743f found in kube manager 2026-03-03 16:43:57,957 - INFO - Ingress ctest-nginx-ingress-37624708 verification passed 2026-03-03 16:43:57,966 - DEBUG - Pod ctest-busybox-pod-41704282 not present 2026-03-03 16:43:57,967 - INFO - Creating Pod ctest-busybox-pod-41704282 2026-03-03 16:43:58,031 - DEBUG - Pod : ctest-busybox-pod-41704282 UUID is 59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:43:58,049 - INFO - Pod ctest-nginx-pod-22385280 is in running state.Got IP 10.47.255.248 2026-03-03 16:43:58,070 - DEBUG - Pod ctest-nginx-pod-22385280 has vmi 21430332-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:43:58,070 - INFO - Verified pod ctest-nginx-pod-22385280 in contrail-api 2026-03-03 16:43:58,070 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:43:58,083 - DEBUG - VMI 21430332-1720-11f1-be00-fa163e69c4a5 is active in agent 10.0.0.33 2026-03-03 16:43:58,083 - INFO - Verified Pod ctest-nginx-pod-22385280 in agent 10.0.0.33 2026-03-03 16:43:58,083 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=54a81d07-8b44-45c8-9aa1-8c50ac16f296 2026-03-03 16:43:58,089 - INFO - Pod ctest-nginx-pod-22385280 with uuid 54a81d07-8b44-45c8-9aa1-8c50ac16f296 found in kube manager 2026-03-03 16:43:58,089 - INFO - Pod ctest-nginx-pod-22385280 verification passed 2026-03-03 16:43:58,165 - DEBUG - [Pod ctest-nginx-pod-22385280] Cmd: echo ctest-nginx-pod-22385280 > /usr/share/nginx/html/index.html, Output: 2026-03-03 16:43:58,174 - INFO - Pod ctest-nginx-pod-50619644 is in running state.Got IP 10.47.255.247 2026-03-03 16:43:58,187 - DEBUG - Pod ctest-nginx-pod-50619644 has vmi 25249a24-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:43:58,187 - INFO - Verified pod ctest-nginx-pod-50619644 in contrail-api 2026-03-03 16:43:58,188 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:43:58,203 - DEBUG - VMI 25249a24-1720-11f1-be00-fa163e69c4a5 is active in agent 10.0.0.33 2026-03-03 16:43:58,203 - INFO - Verified Pod ctest-nginx-pod-50619644 in agent 10.0.0.33 2026-03-03 16:43:58,203 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=8e6aa755-efe2-4c7c-8592-d8159c41ae00 2026-03-03 16:43:58,208 - INFO - Pod ctest-nginx-pod-50619644 with uuid 8e6aa755-efe2-4c7c-8592-d8159c41ae00 found in kube manager 2026-03-03 16:43:58,209 - INFO - Pod ctest-nginx-pod-50619644 verification passed 2026-03-03 16:43:58,268 - DEBUG - [Pod ctest-nginx-pod-50619644] Cmd: echo ctest-nginx-pod-50619644 > /usr/share/nginx/html/index.html, Output: 2026-03-03 16:43:58,275 - DEBUG - Pod ctest-busybox-pod-41704282 not in running state.Currently in Pending 2026-03-03 16:44:03,288 - DEBUG - Pod ctest-busybox-pod-41704282 not in running state.Currently in Pending 2026-03-03 16:44:08,295 - DEBUG - Pod ctest-busybox-pod-41704282 not in running state.Currently in Pending 2026-03-03 16:44:13,303 - DEBUG - Pod ctest-busybox-pod-41704282 not in running state.Currently in Pending 2026-03-03 16:44:18,311 - INFO - Pod ctest-busybox-pod-41704282 is in running state.Got IP 10.47.255.245 2026-03-03 16:44:18,326 - DEBUG - Pod ctest-busybox-pod-41704282 has vmi 31a90384-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:44:18,326 - INFO - Verified pod ctest-busybox-pod-41704282 in contrail-api 2026-03-03 16:44:18,326 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:44:18,334 - DEBUG - VMI 31a90384-1720-11f1-be00-fa163e69c4a5 is active in agent 10.0.0.33 2026-03-03 16:44:18,334 - INFO - Verified Pod ctest-busybox-pod-41704282 in agent 10.0.0.33 2026-03-03 16:44:18,334 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:18,338 - INFO - Pod ctest-busybox-pod-41704282 with uuid 59c764ce-772b-4e48-a8c7-347eb595937d found in kube manager 2026-03-03 16:44:18,339 - INFO - Pod ctest-busybox-pod-41704282 verification passed 2026-03-03 16:44:18,387 - DEBUG - [Pod ctest-busybox-pod-41704282] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50619644 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-03 16:44:18,388 - DEBUG - [Pod Pod ctest-busybox-pod-41704282] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-03 16:44:18,388 - DEBUG - [Pod Pod ctest-busybox-pod-41704282] Cmd output: ctest-nginx-pod-50619644 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-03 16:44:18,446 - DEBUG - [Pod ctest-busybox-pod-41704282] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-22385280 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-03 16:44:18,446 - DEBUG - [Pod Pod ctest-busybox-pod-41704282] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-03 16:44:18,446 - DEBUG - [Pod Pod ctest-busybox-pod-41704282] Cmd output: ctest-nginx-pod-22385280 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-03 16:44:18,446 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-22385280': 1, 'ctest-nginx-pod-50619644': 1} 2026-03-03 16:44:18,447 - WARNING - Nothing to delete parallely 2026-03-03 16:44:18,447 - INFO - Deleting pod default:ctest-busybox-pod-41704282 2026-03-03 16:44:18,463 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:18,469 - WARNING - Pod uuid 59c764ce-772b-4e48-a8c7-347eb595937d is still seen in agent 10.0.0.33 VM list 2026-03-03 16:44:23,470 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:23,480 - WARNING - Pod uuid 59c764ce-772b-4e48-a8c7-347eb595937d is still seen in agent 10.0.0.33 VM list 2026-03-03 16:44:28,482 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:28,488 - WARNING - Pod uuid 59c764ce-772b-4e48-a8c7-347eb595937d is still seen in agent 10.0.0.33 VM list 2026-03-03 16:44:33,490 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:33,496 - WARNING - Pod uuid 59c764ce-772b-4e48-a8c7-347eb595937d is still seen in agent 10.0.0.33 VM list 2026-03-03 16:44:38,498 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:38,505 - WARNING - Pod uuid 59c764ce-772b-4e48-a8c7-347eb595937d is still seen in agent 10.0.0.33 VM list 2026-03-03 16:44:43,506 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:43,514 - WARNING - Pod uuid 59c764ce-772b-4e48-a8c7-347eb595937d is still seen in agent 10.0.0.33 VM list 2026-03-03 16:44:48,515 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:48,522 - WARNING - Pod uuid 59c764ce-772b-4e48-a8c7-347eb595937d is still seen in agent 10.0.0.33 VM list 2026-03-03 16:44:53,524 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=59c764ce-772b-4e48-a8c7-347eb595937d 2026-03-03 16:44:53,530 - DEBUG - Pod 59c764ce-772b-4e48-a8c7-347eb595937d is not in agent 10.0.0.33 VM list 2026-03-03 16:44:53,530 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31a90384-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:44:53,536 - DEBUG - VMI 31a90384-1720-11f1-be00-fa163e69c4a5 is removed from agent 10.0.0.33 2026-03-03 16:44:53,536 - INFO - Verified that pod ctest-busybox-pod-41704282 is removed in agent 2026-03-03 16:44:53,536 - INFO - Deleting Ingress : ctest-nginx-ingress-37624708 2026-03-03 16:44:53,544 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=6484d37f-10ee-4283-81a6-6d43e92c743f 2026-03-03 16:44:53,550 - ERROR - Ingress ctest-nginx-ingress-37624708 with uuid 6484d37f-10ee-4283-81a6-6d43e92c743f still found in kube manager 2026-03-03 16:44:54,551 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=6484d37f-10ee-4283-81a6-6d43e92c743f 2026-03-03 16:44:54,556 - ERROR - Ingress ctest-nginx-ingress-37624708 with uuid 6484d37f-10ee-4283-81a6-6d43e92c743f still found in kube manager 2026-03-03 16:44:55,557 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=6484d37f-10ee-4283-81a6-6d43e92c743f 2026-03-03 16:44:55,561 - ERROR - Ingress ctest-nginx-ingress-37624708 with uuid 6484d37f-10ee-4283-81a6-6d43e92c743f still found in kube manager 2026-03-03 16:44:56,562 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=6484d37f-10ee-4283-81a6-6d43e92c743f 2026-03-03 16:44:56,566 - ERROR - Ingress ctest-nginx-ingress-37624708 with uuid 6484d37f-10ee-4283-81a6-6d43e92c743f still found in kube manager 2026-03-03 16:44:57,566 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=6484d37f-10ee-4283-81a6-6d43e92c743f 2026-03-03 16:44:57,578 - ERROR - Ingress ctest-nginx-ingress-37624708 with uuid 6484d37f-10ee-4283-81a6-6d43e92c743f still found in kube manager 2026-03-03 16:44:58,579 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=6484d37f-10ee-4283-81a6-6d43e92c743f 2026-03-03 16:44:58,583 - INFO - Ingress ctest-nginx-ingress-37624708 with uuid 6484d37f-10ee-4283-81a6-6d43e92c743f deleted successfully from kube manager 2026-03-03 16:44:58,583 - INFO - Verifications on Ingress %s cleanup passed 2026-03-03 16:44:58,584 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-03 16:44:58,726 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-03 16:44:58,731 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-03 16:44:58,731 - INFO - Deleting VN __public__ 2026-03-03 16:44:58,976 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a8da93a8-25fe-4abb-92b2-64275b139201 2026-03-03 16:44:58,985 - DEBUG - Response Code: 404 2026-03-03 16:44:58,986 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-03-03 16:44:58,991 - DEBUG - Requesting: http://10.0.0.33:8082/domain/bf6615a4-26c2-40a8-a03b-1c388fc57211 2026-03-03 16:44:59,000 - DEBUG - Requesting: http://10.0.0.33:8082/project/fddac347-7eca-4e48-bec8-2ca003c3e548 2026-03-03 16:44:59,074 - INFO - Validated that VN __public__ is not found in API Server 2026-03-03 16:44:59,074 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-03 16:44:59,082 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-03 16:44:59,091 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2026-03-03 16:44:59,091 - INFO - Validated that VN __public__ is not in any agent 2026-03-03 16:44:59,091 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-03 16:44:59,105 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-03 16:44:59,111 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-03 16:44:59,119 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-03 16:44:59,119 - INFO - Deleting pod default:ctest-nginx-pod-50619644 2026-03-03 16:44:59,143 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8e6aa755-efe2-4c7c-8592-d8159c41ae00 2026-03-03 16:44:59,157 - WARNING - Pod uuid 8e6aa755-efe2-4c7c-8592-d8159c41ae00 is still seen in agent 10.0.0.33 VM list 2026-03-03 16:45:04,165 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8e6aa755-efe2-4c7c-8592-d8159c41ae00 2026-03-03 16:45:04,175 - DEBUG - Pod 8e6aa755-efe2-4c7c-8592-d8159c41ae00 is not in agent 10.0.0.33 VM list 2026-03-03 16:45:04,176 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:25249a24-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:45:04,196 - DEBUG - VMI 25249a24-1720-11f1-be00-fa163e69c4a5 is removed from agent 10.0.0.33 2026-03-03 16:45:04,196 - INFO - Verified that pod ctest-nginx-pod-50619644 is removed in agent 2026-03-03 16:45:04,196 - INFO - Deleting pod default:ctest-nginx-pod-22385280 2026-03-03 16:45:04,218 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=54a81d07-8b44-45c8-9aa1-8c50ac16f296 2026-03-03 16:45:04,231 - WARNING - Pod uuid 54a81d07-8b44-45c8-9aa1-8c50ac16f296 is still seen in agent 10.0.0.33 VM list 2026-03-03 16:45:09,232 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=54a81d07-8b44-45c8-9aa1-8c50ac16f296 2026-03-03 16:45:09,240 - DEBUG - Pod 54a81d07-8b44-45c8-9aa1-8c50ac16f296 is not in agent 10.0.0.33 VM list 2026-03-03 16:45:09,240 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:21430332-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:45:09,247 - WARNING - VMI 21430332-1720-11f1-be00-fa163e69c4a5 of Pod ctest-nginx-pod-22385280 is still seen in agent 10.0.0.33 2026-03-03 16:45:09,247 - DEBUG - [{'index': '3', 'name': 'tapeth0-54a81d', 'uuid': '21430332-1720-11f1-be00-fa163e69c4a5', 'vrf_name': '--ERROR--', 'active': 'Inactive < vn-null vrf-null os-state-down ipv4_inactive ipv6_inactive l2_inactive >', 'ipv4_active': 'Ipv4 Inactive < vn-null vrf-null os-state-down l3-disabled >', 'l2_active': 'L2 Inactive < vn-null vrf-null os-state-down l2-disabled >', 'ip6_active': 'Ipv6 Inactive < vn-null vrf-null os-state-down l3-disabled no-ipv6-addr >', 'health_check_active': 'Active', 'dhcp_service': 'Enable', 'dhcp_service_v6': 'Disable', 'dns_service': 'Enable', 'type': 'vport', 'label': '-1', 'l2_label': '-1', 'vxlan_id': '0', 'vn_name': None, 'vm_uuid': None, 'vm_name': None, 'ip_addr': '10.47.255.248', 'mac_addr': '02:21:43:03:32:17', 'policy': 'Disable', 'fip_list': [], 'mdata_ip_addr': '169.254.0.3', 'service_vlan_list': None, 'os_ifindex': '11', 'fabric_port': 'FabricPort', 'alloc_linklocal_ip': 'LL-Disable', 'analyzer_name': None, 'config_name': None, 'sg_uuid_list': [], 'static_route_list': None, 'vm_project_uuid': '00000000-0000-0000-0000-000000000000', 'admin_state': 'Enabled', 'flow_key_idx': '0', 'allowed_address_pair_list': None, 'ip6_addr': '::', 'local_preference': '0', 'tx_vlan_id': '-1', 'rx_vlan_id': '-1', 'parent_interface': None, 'subnet': '--NA--', 'sub_type': 'Tap', 'vrf_assign_acl_uuid': '--NA--', 'vmi_type': 'Invalid', 'transport': 'Ethernet', 'logical_interface_uuid': '00000000-0000-0000-0000-000000000000', 'flood_unknown_unicast': 'false', 'physical_device': None, 'physical_interface': None, 'fixed_ip4_list': None, 'fixed_ip6_list': None, 'fat_flow_list': None, 'metadata_ip_active': 'Inactive', 'service_health_check_ip': '0.0.0.0', 'alias_ip_list': None, 'drop_new_flows': 'false', 'bridge_domain_list': [], 'vmi_tag_list': None, 'policy_set_acl_list': None, 'slo_list': None, 'vhostuser_mode': '0', 'si_other_end_vmi': '00000000-0000-0000-0000-000000000000', 'cfg_igmp_enable': 'false', 'igmp_enabled': 'false', 'max_flows': '0', 'policy_set_fwaas_list': None, 'bond_interface_list': None, 'mac_ip_learning_enable': 'false', 'mac_ip_list': []}] 2026-03-03 16:45:14,248 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=54a81d07-8b44-45c8-9aa1-8c50ac16f296 2026-03-03 16:45:14,254 - DEBUG - Pod 54a81d07-8b44-45c8-9aa1-8c50ac16f296 is not in agent 10.0.0.33 VM list 2026-03-03 16:45:14,254 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:21430332-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:45:14,262 - DEBUG - VMI 21430332-1720-11f1-be00-fa163e69c4a5 is removed from agent 10.0.0.33 2026-03-03 16:45:14,262 - INFO - Verified that pod ctest-nginx-pod-22385280 is removed in agent 2026-03-03 16:45:14,262 - INFO - Deleting service : ctest-nginx-svc-06738013 2026-03-03 16:45:14,817 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-03 16:45:14,825 - DEBUG - No XMPP flaps were noticed during the test
2026-03-03 16:45:14,825 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:42]
2026-03-03 16:45:14,825 - INFO - -------------------------------------------------------------------------------- 2026-03-03 16:45:21,265 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-03 16:45:21,423 - DEBUG - Output : cluster_project={} 2026-03-03 16:45:21,476 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-03 16:45:21,638 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-03 16:45:21,644 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-03 16:45:21,823 - DEBUG - Output : cluster_project={} 2026-03-03 16:45:23,832 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-03 16:45:24,024 - DEBUG - Output : cluster_project={} 2026-03-03 16:45:49,179 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:45:49,219 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:45:54,269 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:45:59,334 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:46:19,417 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:46:19,473 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:46:19,515 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:46:19,564 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-03 16:46:20,191 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-03 16:46:26,863 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2026-03-03 16:46:26,869 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-03-03 16:46:26,902 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-03-03 16:46:28,931 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-03-03 16:46:30,957 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-03-03 16:46:32,981 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2026-03-03 16:49:33,240 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-03 16:49:33,321 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c018d03e-f83d-454e-bd4c-a456ba3da899 2026-03-03 16:49:33,327 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=64704697-ee5b-4e05-ac0f-8be19298e8d5 2026-03-03 16:49:33,341 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f1771b89-4621-4def-9892-cf1083fe2fce 2026-03-03 16:49:33,351 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:49:33,375 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:49:33,391 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:49:33,405 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:49:33,413 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0293aede-e974-4935-8524-5389e56f959d 2026-03-03 16:49:38,467 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=64704697-ee5b-4e05-ac0f-8be19298e8d5 2026-03-03 16:49:38,469 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c018d03e-f83d-454e-bd4c-a456ba3da899 2026-03-03 16:49:38,478 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:68d8838e-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:49:38,514 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f1771b89-4621-4def-9892-cf1083fe2fce 2026-03-03 16:49:38,515 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:49:38,516 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:49:38,518 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0293aede-e974-4935-8524-5389e56f959d 2026-03-03 16:49:38,519 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:49:38,520 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:49:43,480 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c018d03e-f83d-454e-bd4c-a456ba3da899 2026-03-03 16:49:43,485 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6619fbf0-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:49:43,542 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:49:43,544 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:49:43,560 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f1771b89-4621-4def-9892-cf1083fe2fce 2026-03-03 16:49:43,565 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:49:43,567 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0293aede-e974-4935-8524-5389e56f959d 2026-03-03 16:49:43,570 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:49:43,582 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6a81f184-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:49:48,553 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:49:48,554 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:49:48,571 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f1771b89-4621-4def-9892-cf1083fe2fce 2026-03-03 16:49:48,575 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6dddc2a4-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:49:48,581 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:49:48,584 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:49:53,562 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:49:53,563 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:49:53,587 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:49:53,590 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:49:58,571 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:49:58,573 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:49:58,594 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:49:58,597 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:50:03,582 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:50:03,584 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:50:03,604 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:50:03,606 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:50:08,593 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=cc307117-d5ed-4612-b2c9-d1bd8821b724 2026-03-03 16:50:08,594 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:50:08,610 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:783c03e6-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:50:08,615 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=aeb2e682-d053-417e-afe3-0408df87a4c3 2026-03-03 16:50:08,616 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=003e4585-1cb4-4cad-8c8e-c060f43a40bc 2026-03-03 16:50:08,656 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7361f268-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:50:08,659 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:744ffac6-1720-11f1-be00-fa163e69c4a5 2026-03-03 16:50:13,610 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=efde58a1-3368-4aba-8d4e-19481aacdfa3 2026-03-03 16:50:13,617 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:70ac29ee-1720-11f1-be00-fa163e69c4a5