2026-03-27 11:58:01,270 - DEBUG - [10.0.0.130]: Running cmd : hostname 2026-03-27 11:58:01,573 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-458-1.novalocal 2026-03-27 11:58:01,573 - DEBUG - [10.0.0.130]: Running cmd : hostname -f 2026-03-27 11:58:01,695 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-458-1.novalocal 2026-03-27 11:58:01,695 - DEBUG - [10.0.0.130]: 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-27 11:58:01,861 - DEBUG - Output : NAMES contrail_test_yDX16bPah vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 webui_job_1 webui_web_1 config_devicemgr_1 config_dnsmasq_1 config_api_1 config_nodemgr_1 config_svcmonitor_1 config_schema_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-27 11:58:01,862 - DEBUG - [10.0.0.130]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-27 11:58:01,993 - DEBUG - Output : 127.0.0.1/8 10.0.0.130/24 10.20.0.254/24 172.17.0.1/16 10.20.0.254/24 2026-03-27 11:58:01,993 - DEBUG - [10.0.0.130]: Running cmd : getent hosts 10.0.0.130 | head -n 1 | awk '{print $2}' 2026-03-27 11:58:02,123 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-458-1.novalocal 2026-03-27 11:58:02,124 - DEBUG - [10.0.0.130]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-27 11:58:02,254 - DEBUG - Output : 10.20.0.254/24 2026-03-27 11:58:02,254 - DEBUG - [10.0.0.130]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2026-03-27 11:58:02,399 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-458-1.novalocal 2026-03-27 11:58:02,724 - INFO - Using existing project ['default-domain', 'k8s-default'](20bef56c-d8e8-41ae-afba-2d438f3595a9) 2026-03-27 11:58:02,809 - INFO - Using existing project ['default-domain', 'k8s-default'](20bef56c-d8e8-41ae-afba-2d438f3595a9) 2026-03-27 11:58:02,970 - INFO - ================================================================================ 2026-03-27 11:58:02,970 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-27 11:58:02,971 - 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-27 11:58:03,264 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 11:58:03,271 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.20.0.254': '0'}} with 2026-03-27 11:58:03,271 - INFO - Initial checks done. Running the testcase now 2026-03-27 11:58:03,271 - INFO - 2026-03-27 11:58:03,276 - INFO - Namespace default already exists 2026-03-27 11:58:03,277 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 11:58:03,456 - DEBUG - Output : cluster_project={} 2026-03-27 11:58:03,510 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-27 11:58:03,510 - DEBUG - Project uuid in Contrail is 20bef56c-d8e8-41ae-afba-2d438f3595a9 2026-03-27 11:58:03,511 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-27 11:58:03,692 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-27 11:58:03,693 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_NamespaceDatabaseList?namespace_uuid=de7db7cf-982f-47c2-addf-6ac04f295f0b 2026-03-27 11:58:03,697 - INFO - Namespace default with uuid de7db7cf-982f-47c2-addf-6ac04f295f0b found in kube manager 2026-03-27 11:58:03,697 - INFO - Namespace default verification passed 2026-03-27 11:58:03,701 - DEBUG - Service ctest-nginx-svc-15787448 not present 2026-03-27 11:58:03,701 - INFO - Creating service ctest-nginx-svc-15787448 2026-03-27 11:58:03,720 - INFO - Created Service ctest-nginx-svc-15787448 2026-03-27 11:58:03,733 - DEBUG - Pod ctest-nginx-pod-00811798 not present 2026-03-27 11:58:03,734 - INFO - Creating Pod ctest-nginx-pod-00811798 2026-03-27 11:58:03,804 - DEBUG - Pod : ctest-nginx-pod-00811798 UUID is 20cd9d97-2ae3-4ed4-96f0-ca5026cd4f52 2026-03-27 11:58:03,814 - DEBUG - Pod ctest-nginx-pod-76055536 not present 2026-03-27 11:58:03,816 - INFO - Creating Pod ctest-nginx-pod-76055536 2026-03-27 11:58:03,857 - DEBUG - Pod : ctest-nginx-pod-76055536 UUID is 6bb0de61-6bcf-49f3-9c5a-c791d8ddf168 2026-03-27 11:58:04,040 - INFO - Created VN __public__, UUID :3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:04,179 - DEBUG - Requesting: http://10.0.0.130:8082/domains 2026-03-27 11:58:04,185 - DEBUG - Requesting: http://10.0.0.130:8082/domain/99d36ff0-e83a-4a2a-ab0a-1fcff60f7e45 2026-03-27 11:58:04,200 - DEBUG - Requesting: http://10.0.0.130:8082/project/20bef56c-d8e8-41ae-afba-2d438f3595a9 2026-03-27 11:58:04,278 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:04,290 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:04,303 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:58:04,312 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:58:04,319 - DEBUG - Route Targets: [] 2026-03-27 11:58:04,319 - DEBUG - RT names not yet present for VN __public__ 2026-03-27 11:58:09,320 - DEBUG - Requesting: http://10.0.0.130:8082/domains 2026-03-27 11:58:09,327 - DEBUG - Requesting: http://10.0.0.130:8082/domain/99d36ff0-e83a-4a2a-ab0a-1fcff60f7e45 2026-03-27 11:58:09,340 - DEBUG - Requesting: http://10.0.0.130:8082/project/20bef56c-d8e8-41ae-afba-2d438f3595a9 2026-03-27 11:58:09,393 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:09,407 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:09,419 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:58:09,428 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:58:09,434 - DEBUG - Requesting: http://10.0.0.130:8082/route-target/29886edb-e97b-40ca-953b-2fe99501a6bd 2026-03-27 11:58:09,440 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-27 11:58:09,440 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:09,449 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:58:09,467 - INFO - Verified VN network id 15 for VN 3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:09,467 - INFO - Verifications in API Server for VN __public__ passed 2026-03-27 11:58:09,467 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:09,476 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:58:09,484 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:58:09,491 - DEBUG - Requesting: http://10.0.0.130:8082/route-target/29886edb-e97b-40ca-953b-2fe99501a6bd 2026-03-27 11:58:09,498 - DEBUG - Requesting: http://10.0.0.130:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-27 11:58:09,505 - DEBUG - Control-node 10.0.0.130 : 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': '4582398069122942524', 'uuid-lslong': '10467974889607544291'}, 'enable': 'true', 'created': '2026-03-27T11:58:03', 'last-modified': '2026-03-27T11:58:04', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.387314'} 2026-03-27 11:58:09,505 - DEBUG - Requesting: http://10.0.0.130:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 11:58:09,516 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-27 11:58:09,516 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-27 11:58:09,517 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-27 11:58:09,517 - DEBUG - Requesting: http://10.0.0.130:8082/domains 2026-03-27 11:58:09,523 - DEBUG - Requesting: http://10.0.0.130:8082/domain/99d36ff0-e83a-4a2a-ab0a-1fcff60f7e45 2026-03-27 11:58:09,530 - DEBUG - Requesting: http://10.0.0.130:8082/project/20bef56c-d8e8-41ae-afba-2d438f3595a9 2026-03-27 11:58:09,578 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:09,588 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-27 11:58:09,588 - DEBUG - Verifying the vn in opserver 2026-03-27 11:58:09,588 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.130 2026-03-27 11:58:09,588 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/virtual-networks 2026-03-27 11:58:09,593 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.130:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-27 11:58:09,593 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-27 11:58:09,593 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 11:58:09,599 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 11:58:09,605 - DEBUG - Do not have enough data to verify VN in agent 2026-03-27 11:58:09,605 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 11:58:09,610 - DEBUG - VRF ids for VN __public__: {} 2026-03-27 11:58:09,678 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-27 11:58:09,780 - DEBUG - Requesting: http://10.0.0.130:8082/domains 2026-03-27 11:58:09,786 - DEBUG - Requesting: http://10.0.0.130:8082/domain/99d36ff0-e83a-4a2a-ab0a-1fcff60f7e45 2026-03-27 11:58:09,815 - DEBUG - Requesting: http://10.0.0.130:8082/project/20bef56c-d8e8-41ae-afba-2d438f3595a9 2026-03-27 11:58:09,874 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:09,895 - DEBUG - Requesting: http://10.0.0.130:8082/floating-ip-pool/651a11ee-19bb-436a-8caf-cb4dae68de56 2026-03-27 11:58:09,927 - DEBUG - Requesting: http://10.0.0.130:8082/domains 2026-03-27 11:58:09,946 - DEBUG - Requesting: http://10.0.0.130:8082/domain/99d36ff0-e83a-4a2a-ab0a-1fcff60f7e45 2026-03-27 11:58:09,965 - DEBUG - Requesting: http://10.0.0.130:8082/project/20bef56c-d8e8-41ae-afba-2d438f3595a9 2026-03-27 11:58:10,053 - DEBUG - Requesting: http://10.0.0.130:8082/virtual-network/3f97f2c3-e982-463c-9145-b7b34cc43de3 2026-03-27 11:58:10,065 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-27 11:58:10,065 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-27 11:58:10,095 - DEBUG - Requesting: http://10.0.0.130:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-27 11:58:10,101 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-27 11:58:10,101 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-27 11:58:10,104 - DEBUG - Ingress ctest-nginx-ingress-78756995 not present 2026-03-27 11:58:10,105 - INFO - Creating Ingress ctest-nginx-ingress-78756995 2026-03-27 11:58:10,114 - INFO - Created Ingress ctest-nginx-ingress-78756995 2026-03-27 11:58:10,120 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-78756995 2026-03-27 11:58:13,125 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-78756995 2026-03-27 11:58:16,132 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-78756995 2026-03-27 11:58:19,142 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-78756995 2026-03-27 11:58:22,149 - DEBUG - For Ingress ctest-nginx-ingress-78756995, Cluster IP: 10.47.255.246, External IPs ['156.197.174.252'] 2026-03-27 11:58:22,149 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-78756995 2026-03-27 11:58:22,150 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_LoadbalancerDatabaseList?x=0ea2cdbc-c8e1-4701-8580-70c6635b8f5f 2026-03-27 11:58:22,155 - INFO - Ingress ctest-nginx-ingress-78756995 with uuid 0ea2cdbc-c8e1-4701-8580-70c6635b8f5f found in kube manager 2026-03-27 11:58:22,155 - INFO - Ingress ctest-nginx-ingress-78756995 verification passed 2026-03-27 11:58:22,160 - DEBUG - Pod ctest-busybox-pod-76939703 not present 2026-03-27 11:58:22,161 - INFO - Creating Pod ctest-busybox-pod-76939703 2026-03-27 11:58:22,191 - DEBUG - Pod : ctest-busybox-pod-76939703 UUID is e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:58:22,200 - DEBUG - Pod ctest-nginx-pod-00811798 not in running state.Currently in Pending 2026-03-27 11:58:27,212 - INFO - Pod ctest-nginx-pod-00811798 is in running state.Got IP 10.47.255.248 2026-03-27 11:58:27,259 - DEBUG - Pod ctest-nginx-pod-00811798 has vmi 397a44c6-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 11:58:27,259 - INFO - Verified pod ctest-nginx-pod-00811798 in contrail-api 2026-03-27 11:58:27,259 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 11:58:27,282 - DEBUG - VMI 397a44c6-29d4-11f1-a78a-fa163ed1ec3d is active in agent 10.0.0.130 2026-03-27 11:58:27,282 - INFO - Verified Pod ctest-nginx-pod-00811798 in agent 10.0.0.130 2026-03-27 11:58:27,282 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_VirtualMachineDatabaseList?x=20cd9d97-2ae3-4ed4-96f0-ca5026cd4f52 2026-03-27 11:58:27,287 - INFO - Pod ctest-nginx-pod-00811798 with uuid 20cd9d97-2ae3-4ed4-96f0-ca5026cd4f52 found in kube manager 2026-03-27 11:58:27,288 - INFO - Pod ctest-nginx-pod-00811798 verification passed 2026-03-27 11:58:27,443 - DEBUG - [Pod ctest-nginx-pod-00811798] Cmd: echo ctest-nginx-pod-00811798 > /usr/share/nginx/html/index.html, Output: 2026-03-27 11:58:27,453 - DEBUG - Pod ctest-nginx-pod-76055536 not in running state.Currently in Pending 2026-03-27 11:58:32,462 - INFO - Pod ctest-nginx-pod-76055536 is in running state.Got IP 10.47.255.247 2026-03-27 11:58:32,482 - DEBUG - Pod ctest-nginx-pod-76055536 has vmi 3c3037a2-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 11:58:32,482 - INFO - Verified pod ctest-nginx-pod-76055536 in contrail-api 2026-03-27 11:58:32,482 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 11:58:32,491 - DEBUG - VMI 3c3037a2-29d4-11f1-a78a-fa163ed1ec3d is active in agent 10.0.0.130 2026-03-27 11:58:32,492 - INFO - Verified Pod ctest-nginx-pod-76055536 in agent 10.0.0.130 2026-03-27 11:58:32,492 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_VirtualMachineDatabaseList?x=6bb0de61-6bcf-49f3-9c5a-c791d8ddf168 2026-03-27 11:58:32,496 - INFO - Pod ctest-nginx-pod-76055536 with uuid 6bb0de61-6bcf-49f3-9c5a-c791d8ddf168 found in kube manager 2026-03-27 11:58:32,497 - INFO - Pod ctest-nginx-pod-76055536 verification passed 2026-03-27 11:58:32,585 - DEBUG - [Pod ctest-nginx-pod-76055536] Cmd: echo ctest-nginx-pod-76055536 > /usr/share/nginx/html/index.html, Output: 2026-03-27 11:58:32,598 - DEBUG - Pod ctest-busybox-pod-76939703 not in running state.Currently in Pending 2026-03-27 11:58:37,609 - DEBUG - Pod ctest-busybox-pod-76939703 not in running state.Currently in Pending 2026-03-27 11:58:42,617 - INFO - Pod ctest-busybox-pod-76939703 is in running state.Got IP 10.47.255.245 2026-03-27 11:58:42,633 - DEBUG - Pod ctest-busybox-pod-76939703 has vmi 444dd02a-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 11:58:42,633 - INFO - Verified pod ctest-busybox-pod-76939703 in contrail-api 2026-03-27 11:58:42,633 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 11:58:42,642 - DEBUG - VMI 444dd02a-29d4-11f1-a78a-fa163ed1ec3d is active in agent 10.0.0.130 2026-03-27 11:58:42,642 - INFO - Verified Pod ctest-busybox-pod-76939703 in agent 10.0.0.130 2026-03-27 11:58:42,642 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_VirtualMachineDatabaseList?x=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:58:42,646 - INFO - Pod ctest-busybox-pod-76939703 with uuid e0793a76-7f1e-4021-9702-192b2f077e6c found in kube manager 2026-03-27 11:58:42,646 - INFO - Pod ctest-busybox-pod-76939703 verification passed 2026-03-27 11:58:42,695 - DEBUG - [Pod ctest-busybox-pod-76939703] 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-76055536 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-27 11:58:42,695 - DEBUG - [Pod Pod ctest-busybox-pod-76939703] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-27 11:58:42,695 - DEBUG - [Pod Pod ctest-busybox-pod-76939703] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-76055536 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-27 11:58:42,768 - DEBUG - [Pod ctest-busybox-pod-76939703] 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-00811798 2026-03-27 11:58:42,768 - DEBUG - [Pod Pod ctest-busybox-pod-76939703] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-27 11:58:42,768 - DEBUG - [Pod Pod ctest-busybox-pod-76939703] 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-00811798 2026-03-27 11:58:42,769 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-00811798': 1, 'ctest-nginx-pod-76055536': 1} 2026-03-27 11:58:42,769 - WARNING - Nothing to delete parallely 2026-03-27 11:58:42,769 - INFO - Deleting pod default:ctest-busybox-pod-76939703 2026-03-27 11:58:42,781 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:58:42,824 - WARNING - Pod uuid e0793a76-7f1e-4021-9702-192b2f077e6c is still seen in agent 10.0.0.130 VM list 2026-03-27 11:58:47,825 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:58:47,833 - WARNING - Pod uuid e0793a76-7f1e-4021-9702-192b2f077e6c is still seen in agent 10.0.0.130 VM list 2026-03-27 11:58:52,833 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:58:52,839 - WARNING - Pod uuid e0793a76-7f1e-4021-9702-192b2f077e6c is still seen in agent 10.0.0.130 VM list 2026-03-27 11:58:57,841 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:58:57,849 - WARNING - Pod uuid e0793a76-7f1e-4021-9702-192b2f077e6c is still seen in agent 10.0.0.130 VM list 2026-03-27 11:59:02,851 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:59:02,857 - WARNING - Pod uuid e0793a76-7f1e-4021-9702-192b2f077e6c is still seen in agent 10.0.0.130 VM list 2026-03-27 11:59:07,858 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:59:07,863 - WARNING - Pod uuid e0793a76-7f1e-4021-9702-192b2f077e6c is still seen in agent 10.0.0.130 VM list 2026-03-27 11:59:12,864 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:59:12,869 - WARNING - Pod uuid e0793a76-7f1e-4021-9702-192b2f077e6c is still seen in agent 10.0.0.130 VM list 2026-03-27 11:59:17,870 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=e0793a76-7f1e-4021-9702-192b2f077e6c 2026-03-27 11:59:17,878 - DEBUG - Pod e0793a76-7f1e-4021-9702-192b2f077e6c is not in agent 10.0.0.130 VM list 2026-03-27 11:59:17,878 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:444dd02a-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 11:59:17,884 - DEBUG - VMI 444dd02a-29d4-11f1-a78a-fa163ed1ec3d is removed from agent 10.0.0.130 2026-03-27 11:59:17,884 - INFO - Verified that pod ctest-busybox-pod-76939703 is removed in agent 2026-03-27 11:59:17,884 - INFO - Deleting Ingress : ctest-nginx-ingress-78756995 2026-03-27 11:59:17,896 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_LoadbalancerDatabaseList?x=0ea2cdbc-c8e1-4701-8580-70c6635b8f5f 2026-03-27 11:59:17,915 - ERROR - Ingress ctest-nginx-ingress-78756995 with uuid 0ea2cdbc-c8e1-4701-8580-70c6635b8f5f still found in kube manager 2026-03-27 11:59:18,916 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_LoadbalancerDatabaseList?x=0ea2cdbc-c8e1-4701-8580-70c6635b8f5f 2026-03-27 11:59:18,921 - ERROR - Ingress ctest-nginx-ingress-78756995 with uuid 0ea2cdbc-c8e1-4701-8580-70c6635b8f5f still found in kube manager 2026-03-27 11:59:19,922 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_LoadbalancerDatabaseList?x=0ea2cdbc-c8e1-4701-8580-70c6635b8f5f 2026-03-27 11:59:19,927 - ERROR - Ingress ctest-nginx-ingress-78756995 with uuid 0ea2cdbc-c8e1-4701-8580-70c6635b8f5f still found in kube manager 2026-03-27 11:59:20,928 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_LoadbalancerDatabaseList?x=0ea2cdbc-c8e1-4701-8580-70c6635b8f5f 2026-03-27 11:59:20,933 - ERROR - Ingress ctest-nginx-ingress-78756995 with uuid 0ea2cdbc-c8e1-4701-8580-70c6635b8f5f still found in kube manager 2026-03-27 11:59:21,934 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_LoadbalancerDatabaseList?x=0ea2cdbc-c8e1-4701-8580-70c6635b8f5f 2026-03-27 11:59:21,940 - ERROR - Ingress ctest-nginx-ingress-78756995 with uuid 0ea2cdbc-c8e1-4701-8580-70c6635b8f5f still found in kube manager 2026-03-27 11:59:22,941 - DEBUG - Requesting: http://10.0.0.130:8108/Snh_LoadbalancerDatabaseList?x=0ea2cdbc-c8e1-4701-8580-70c6635b8f5f 2026-03-27 11:59:22,949 - INFO - Ingress ctest-nginx-ingress-78756995 with uuid 0ea2cdbc-c8e1-4701-8580-70c6635b8f5f deleted successfully from kube manager 2026-03-27 11:59:22,952 - INFO - Verifications on Ingress %s cleanup passed 2026-03-27 11:59:22,952 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-27 11:59:23,106 - DEBUG - Requesting: http://10.0.0.130:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-27 11:59:23,114 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-27 11:59:23,114 - INFO - Deleting VN __public__ 2026-03-27 11:59:23,588 - DEBUG - Requesting: http://10.0.0.130:8082/routing-instance/5d47456a-8a26-4424-879b-dc4da3b81580 2026-03-27 11:59:23,593 - DEBUG - Response Code: 404 2026-03-27 11:59:23,593 - DEBUG - Requesting: http://10.0.0.130:8082/domains 2026-03-27 11:59:23,599 - DEBUG - Requesting: http://10.0.0.130:8082/domain/99d36ff0-e83a-4a2a-ab0a-1fcff60f7e45 2026-03-27 11:59:23,608 - DEBUG - Requesting: http://10.0.0.130:8082/project/20bef56c-d8e8-41ae-afba-2d438f3595a9 2026-03-27 11:59:23,697 - INFO - Validated that VN __public__ is not found in API Server 2026-03-27 11:59:23,697 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-27 11:59:23,707 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 11:59:23,714 - DEBUG - VN __public__ is not present in Agent 10.0.0.130 2026-03-27 11:59:23,714 - INFO - Validated that VN __public__ is not in any agent 2026-03-27 11:59:23,714 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 11:59:23,722 - DEBUG - Requesting: http://10.0.0.130:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-27 11:59:23,729 - DEBUG - Requesting: http://10.0.0.130:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-27 11:59:23,734 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-27 11:59:23,734 - INFO - Deleting pod default:ctest-nginx-pod-76055536 2026-03-27 11:59:23,758 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6bb0de61-6bcf-49f3-9c5a-c791d8ddf168 2026-03-27 11:59:23,781 - WARNING - Pod uuid 6bb0de61-6bcf-49f3-9c5a-c791d8ddf168 is still seen in agent 10.0.0.130 VM list 2026-03-27 11:59:28,782 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6bb0de61-6bcf-49f3-9c5a-c791d8ddf168 2026-03-27 11:59:28,793 - DEBUG - Pod 6bb0de61-6bcf-49f3-9c5a-c791d8ddf168 is not in agent 10.0.0.130 VM list 2026-03-27 11:59:28,794 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c3037a2-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 11:59:28,799 - DEBUG - VMI 3c3037a2-29d4-11f1-a78a-fa163ed1ec3d is removed from agent 10.0.0.130 2026-03-27 11:59:28,799 - INFO - Verified that pod ctest-nginx-pod-76055536 is removed in agent 2026-03-27 11:59:28,800 - INFO - Deleting pod default:ctest-nginx-pod-00811798 2026-03-27 11:59:28,827 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=20cd9d97-2ae3-4ed4-96f0-ca5026cd4f52 2026-03-27 11:59:28,835 - WARNING - Pod uuid 20cd9d97-2ae3-4ed4-96f0-ca5026cd4f52 is still seen in agent 10.0.0.130 VM list 2026-03-27 11:59:33,836 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=20cd9d97-2ae3-4ed4-96f0-ca5026cd4f52 2026-03-27 11:59:33,844 - DEBUG - Pod 20cd9d97-2ae3-4ed4-96f0-ca5026cd4f52 is not in agent 10.0.0.130 VM list 2026-03-27 11:59:33,845 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:397a44c6-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 11:59:33,853 - DEBUG - VMI 397a44c6-29d4-11f1-a78a-fa163ed1ec3d is removed from agent 10.0.0.130 2026-03-27 11:59:33,853 - INFO - Verified that pod ctest-nginx-pod-00811798 is removed in agent 2026-03-27 11:59:33,853 - INFO - Deleting service : ctest-nginx-svc-15787448 2026-03-27 11:59:34,422 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 11:59:34,427 - DEBUG - No XMPP flaps were noticed during the test
2026-03-27 11:59:34,428 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:32]
2026-03-27 11:59:34,428 - INFO - -------------------------------------------------------------------------------- 2026-03-27 11:59:40,903 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 11:59:41,096 - DEBUG - Output : cluster_project={} 2026-03-27 11:59:41,149 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-27 11:59:41,324 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-27 11:59:41,329 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 11:59:41,510 - DEBUG - Output : cluster_project={} 2026-03-27 11:59:43,517 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 11:59:43,687 - DEBUG - Output : cluster_project={} 2026-03-27 11:59:45,695 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 11:59:45,855 - DEBUG - Output : cluster_project={} 2026-03-27 11:59:47,865 - DEBUG - [10.0.0.130]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-27 11:59:48,069 - DEBUG - Output : cluster_project={} 2026-03-27 12:00:18,224 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:18,265 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:23,311 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:43,389 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:48,439 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:48,485 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:48,524 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:53,589 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-27 12:00:54,190 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 12:01:04,378 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_ApplicationPolicySetReq? 2026-03-27 12:01:04,384 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2026-03-27 12:01:04,422 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2026-03-27 12:01:06,454 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2026-03-27 12:01:08,481 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2026-03-27 12:01:10,507 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2026-03-27 12:04:10,893 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-27 12:04:10,943 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=5c77d364-b878-4c7f-9615-1da85d765f4f 2026-03-27 12:04:10,983 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=13879782-2f12-4c64-8515-8d99eb6fbd5a 2026-03-27 12:04:11,000 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:11,025 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:11,044 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=dc732398-ddef-4c22-bf37-1f39924d50d8 2026-03-27 12:04:11,051 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=874e9fb6-4d3d-43d3-8e37-ef0c2b86e104 2026-03-27 12:04:11,061 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:11,067 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:16,073 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=5c77d364-b878-4c7f-9615-1da85d765f4f 2026-03-27 12:04:16,084 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7fed84ea-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 12:04:16,100 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=13879782-2f12-4c64-8515-8d99eb6fbd5a 2026-03-27 12:04:16,102 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=874e9fb6-4d3d-43d3-8e37-ef0c2b86e104 2026-03-27 12:04:16,106 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=dc732398-ddef-4c22-bf37-1f39924d50d8 2026-03-27 12:04:16,107 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:16,108 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:16,108 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:16,110 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:16,186 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7bef1b4c-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 12:04:21,168 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:21,169 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:21,173 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:21,174 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=dc732398-ddef-4c22-bf37-1f39924d50d8 2026-03-27 12:04:21,175 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:21,176 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=874e9fb6-4d3d-43d3-8e37-ef0c2b86e104 2026-03-27 12:04:21,185 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:858c1c4a-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 12:04:21,188 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:83f9c80a-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 12:04:26,180 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:26,183 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:26,185 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:26,190 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:31,193 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:31,196 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:31,197 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:31,198 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:36,209 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:36,211 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:36,214 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:36,215 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:41,232 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:41,234 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:41,235 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:41,237 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:46,246 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=73e3ae6f-b57f-4a82-a8bb-21e3edd24879 2026-03-27 12:04:46,248 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:46,250 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=9c18fb97-97d2-4e54-a01f-fa1d99ae5fab 2026-03-27 12:04:46,252 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:46,261 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8bb0f56e-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 12:04:46,265 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8fb4f4a8-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 12:04:51,266 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=da3716cd-b294-43e5-9a65-aadec7bfd6fb 2026-03-27 12:04:51,268 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:51,281 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:87bbb548-29d4-11f1-a78a-fa163ed1ec3d 2026-03-27 12:04:56,281 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=528beb78-a0f3-4ba9-bf15-3dc371296329 2026-03-27 12:04:56,286 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:91d8aefa-29d4-11f1-a78a-fa163ed1ec3d