2025-09-15 01:51:09,044 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-09-15 01:51:09,295 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1477-1 2025-09-15 01:51:09,295 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-09-15 01:51:09,329 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1477-1 2025-09-15 01:51:09,329 - 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}' 2025-09-15 01:51:09,393 - DEBUG - Output : NAMES contrail_test_Cyhtsumvr contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 2025-09-15 01:51:09,393 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-15 01:51:09,467 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.236.53.1/24 172.17.0.1/16 2025-09-15 01:51:09,467 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-09-15 01:51:09,500 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1477-1 2025-09-15 01:51:09,592 - DEBUG - [10.0.0.241]: Running cmd : hostname 2025-09-15 01:51:09,812 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1477-1 2025-09-15 01:51:09,813 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2025-09-15 01:51:09,836 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1477-1 2025-09-15 01:51:09,836 - DEBUG - [10.0.0.241]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-09-15 01:51:09,880 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-15 01:51:09,881 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-15 01:51:09,953 - DEBUG - Output : 10.0.0.241/24 2025-09-15 01:51:09,953 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2025-09-15 01:51:09,987 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1477-1 2025-09-15 01:51:10,062 - INFO - Using existing project ['default-domain', 'k8s-default'](5e080702-fe61-4589-9d8a-12bed7c59da5) 2025-09-15 01:51:10,185 - INFO - Using existing project ['default-domain', 'k8s-default'](5e080702-fe61-4589-9d8a-12bed7c59da5) 2025-09-15 01:51:10,301 - INFO - ================================================================================ 2025-09-15 01:51:10,301 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-15 01:51:10,302 - 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 2025-09-15 01:51:10,503 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-15 01:51:10,511 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.33': '0'}} with 2025-09-15 01:51:10,511 - INFO - Initial checks done. Running the testcase now 2025-09-15 01:51:10,511 - INFO - 2025-09-15 01:51:10,515 - INFO - Namespace default already exists 2025-09-15 01:51:10,515 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-15 01:51:10,631 - DEBUG - Output : cluster_project={} 2025-09-15 01:51:10,668 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-15 01:51:10,668 - DEBUG - Project uuid in Contrail is 5e080702-fe61-4589-9d8a-12bed7c59da5 2025-09-15 01:51:10,668 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-15 01:51:10,817 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-15 01:51:10,817 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=38ec3f33-1f14-45ef-a954-d5e659eb3e80 2025-09-15 01:51:10,828 - INFO - Namespace default with uuid 38ec3f33-1f14-45ef-a954-d5e659eb3e80 found in kube manager 2025-09-15 01:51:10,828 - INFO - Namespace default verification passed 2025-09-15 01:51:10,831 - DEBUG - Service ctest-nginx-svc-28688232 not present 2025-09-15 01:51:10,831 - INFO - Creating service ctest-nginx-svc-28688232 2025-09-15 01:51:10,858 - INFO - Created Service ctest-nginx-svc-28688232 2025-09-15 01:51:10,869 - DEBUG - Pod ctest-nginx-pod-51976268 not present 2025-09-15 01:51:10,870 - INFO - Creating Pod ctest-nginx-pod-51976268 2025-09-15 01:51:10,950 - DEBUG - Pod : ctest-nginx-pod-51976268 UUID is 7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb 2025-09-15 01:51:10,955 - DEBUG - Pod ctest-nginx-pod-96859292 not present 2025-09-15 01:51:10,956 - INFO - Creating Pod ctest-nginx-pod-96859292 2025-09-15 01:51:10,998 - DEBUG - Pod : ctest-nginx-pod-96859292 UUID is 30b4412b-e3fb-497f-8ea6-291ee0fd5f97 2025-09-15 01:51:11,181 - INFO - Created VN __public__, UUID :98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:11,377 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-09-15 01:51:11,386 - DEBUG - Requesting: http://10.0.0.33:8082/domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 2025-09-15 01:51:11,407 - DEBUG - Requesting: http://10.0.0.33:8082/project/5e080702-fe61-4589-9d8a-12bed7c59da5 2025-09-15 01:51:11,465 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:11,474 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:11,498 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:51:11,505 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:51:11,512 - DEBUG - Route Targets: [] 2025-09-15 01:51:11,512 - DEBUG - RT names not yet present for VN __public__ 2025-09-15 01:51:16,513 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-09-15 01:51:16,519 - DEBUG - Requesting: http://10.0.0.33:8082/domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 2025-09-15 01:51:16,528 - DEBUG - Requesting: http://10.0.0.33:8082/project/5e080702-fe61-4589-9d8a-12bed7c59da5 2025-09-15 01:51:16,568 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:16,577 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:16,585 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:51:16,601 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:51:16,607 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/7b084849-711f-4a29-b2a7-0b4707b913c9 2025-09-15 01:51:16,613 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-15 01:51:16,613 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:16,620 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:51:16,633 - INFO - Verified VN network id 13 for VN 98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:16,633 - INFO - Verifications in API Server for VN __public__ passed 2025-09-15 01:51:16,633 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:16,642 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:51:16,648 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:51:16,654 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/7b084849-711f-4a29-b2a7-0b4707b913c9 2025-09-15 01:51:16,660 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-15 01:51:16,665 - 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': '11022283747027600619', 'uuid-lslong': '9236857504591097811'}, 'enable': 'true', 'created': '2025-09-15T01:51:11', 'last-modified': '2025-09-15T01:51:11', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.394465'} 2025-09-15 01:51:16,665 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 01:51:16,672 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-15 01:51:16,672 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-15 01:51:16,673 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-15 01:51:16,673 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-09-15 01:51:16,677 - DEBUG - Requesting: http://10.0.0.33:8082/domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 2025-09-15 01:51:16,685 - DEBUG - Requesting: http://10.0.0.33:8082/project/5e080702-fe61-4589-9d8a-12bed7c59da5 2025-09-15 01:51:16,742 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:16,755 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-15 01:51:16,755 - DEBUG - Verifying the vn in opserver 2025-09-15 01:51:16,755 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-09-15 01:51:16,755 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-09-15 01:51:16,759 - 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'} 2025-09-15 01:51:16,760 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-15 01:51:16,760 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 01:51:16,767 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 01:51:16,785 - DEBUG - Do not have enough data to verify VN in agent 2025-09-15 01:51:16,785 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 01:51:16,790 - DEBUG - VRF ids for VN __public__: {} 2025-09-15 01:51:16,901 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-15 01:51:17,056 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-09-15 01:51:17,061 - DEBUG - Requesting: http://10.0.0.33:8082/domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 2025-09-15 01:51:17,070 - DEBUG - Requesting: http://10.0.0.33:8082/project/5e080702-fe61-4589-9d8a-12bed7c59da5 2025-09-15 01:51:17,110 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:17,120 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/e1698999-0a11-4256-8b6b-7337d4a10f6b 2025-09-15 01:51:17,129 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-09-15 01:51:17,133 - DEBUG - Requesting: http://10.0.0.33:8082/domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 2025-09-15 01:51:17,139 - DEBUG - Requesting: http://10.0.0.33:8082/project/5e080702-fe61-4589-9d8a-12bed7c59da5 2025-09-15 01:51:17,177 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 2025-09-15 01:51:17,185 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-15 01:51:17,185 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-15 01:51:17,208 - 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__ 2025-09-15 01:51:17,212 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-15 01:51:17,213 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-15 01:51:17,221 - DEBUG - Ingress ctest-nginx-ingress-62642033 not present 2025-09-15 01:51:17,221 - INFO - Creating Ingress ctest-nginx-ingress-62642033 2025-09-15 01:51:17,229 - INFO - Created Ingress ctest-nginx-ingress-62642033 2025-09-15 01:51:17,232 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62642033 2025-09-15 01:51:20,244 - DEBUG - For Ingress ctest-nginx-ingress-62642033, Cluster IP: 10.47.255.249, External IPs ['162.234.185.124'] 2025-09-15 01:51:20,244 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-62642033 2025-09-15 01:51:20,244 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=7a3dcf96-a171-4f6d-9107-afff21ff21e4 2025-09-15 01:51:20,248 - INFO - Ingress ctest-nginx-ingress-62642033 with uuid 7a3dcf96-a171-4f6d-9107-afff21ff21e4 found in kube manager 2025-09-15 01:51:20,249 - INFO - Ingress ctest-nginx-ingress-62642033 verification passed 2025-09-15 01:51:20,252 - DEBUG - Pod ctest-busybox-pod-46801564 not present 2025-09-15 01:51:20,252 - INFO - Creating Pod ctest-busybox-pod-46801564 2025-09-15 01:51:20,298 - DEBUG - Pod : ctest-busybox-pod-46801564 UUID is e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:51:20,309 - DEBUG - Pod ctest-nginx-pod-51976268 not in running state.Currently in Pending 2025-09-15 01:51:25,316 - DEBUG - Pod ctest-nginx-pod-51976268 not in running state.Currently in Pending 2025-09-15 01:51:30,323 - INFO - Pod ctest-nginx-pod-51976268 is in running state.Got IP 10.47.255.251 2025-09-15 01:51:30,334 - DEBUG - Pod ctest-nginx-pod-51976268 has vmi 7540309c-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:51:30,334 - INFO - Verified pod ctest-nginx-pod-51976268 in contrail-api 2025-09-15 01:51:30,335 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:51:30,345 - DEBUG - VMI 7540309c-91d6-11f0-96a8-fa163ecd4331 is active in agent 10.0.0.241 2025-09-15 01:51:30,345 - INFO - Verified Pod ctest-nginx-pod-51976268 in agent 10.0.0.241 2025-09-15 01:51:30,346 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb 2025-09-15 01:51:30,349 - INFO - Pod ctest-nginx-pod-51976268 with uuid 7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb found in kube manager 2025-09-15 01:51:30,350 - INFO - Pod ctest-nginx-pod-51976268 verification passed 2025-09-15 01:51:30,422 - DEBUG - [Pod ctest-nginx-pod-51976268] Cmd: echo ctest-nginx-pod-51976268 > /usr/share/nginx/html/index.html, Output: 2025-09-15 01:51:30,429 - INFO - Pod ctest-nginx-pod-96859292 is in running state.Got IP 10.47.255.250 2025-09-15 01:51:30,481 - DEBUG - Pod ctest-nginx-pod-96859292 has vmi 75ab857c-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:51:30,481 - INFO - Verified pod ctest-nginx-pod-96859292 in contrail-api 2025-09-15 01:51:30,481 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:51:30,490 - DEBUG - VMI 75ab857c-91d6-11f0-96a8-fa163ecd4331 is active in agent 10.0.0.241 2025-09-15 01:51:30,491 - INFO - Verified Pod ctest-nginx-pod-96859292 in agent 10.0.0.241 2025-09-15 01:51:30,491 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=30b4412b-e3fb-497f-8ea6-291ee0fd5f97 2025-09-15 01:51:30,495 - INFO - Pod ctest-nginx-pod-96859292 with uuid 30b4412b-e3fb-497f-8ea6-291ee0fd5f97 found in kube manager 2025-09-15 01:51:30,495 - INFO - Pod ctest-nginx-pod-96859292 verification passed 2025-09-15 01:51:30,540 - DEBUG - [Pod ctest-nginx-pod-96859292] Cmd: echo ctest-nginx-pod-96859292 > /usr/share/nginx/html/index.html, Output: 2025-09-15 01:51:30,547 - DEBUG - Pod ctest-busybox-pod-46801564 not in running state.Currently in Pending 2025-09-15 01:51:35,553 - DEBUG - Pod ctest-busybox-pod-46801564 not in running state.Currently in Pending 2025-09-15 01:51:40,561 - INFO - Pod ctest-busybox-pod-46801564 is in running state.Got IP 10.47.255.248 2025-09-15 01:51:40,573 - DEBUG - Pod ctest-busybox-pod-46801564 has vmi 79ff8ca4-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:51:40,573 - INFO - Verified pod ctest-busybox-pod-46801564 in contrail-api 2025-09-15 01:51:40,573 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:51:40,582 - DEBUG - VMI 79ff8ca4-91d6-11f0-96a8-fa163ecd4331 is active in agent 10.0.0.241 2025-09-15 01:51:40,582 - INFO - Verified Pod ctest-busybox-pod-46801564 in agent 10.0.0.241 2025-09-15 01:51:40,583 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:51:40,586 - INFO - Pod ctest-busybox-pod-46801564 with uuid e81a5802-65af-47b0-8e85-671d3f590b50 found in kube manager 2025-09-15 01:51:40,586 - INFO - Pod ctest-busybox-pod-46801564 verification passed 2025-09-15 01:51:40,636 - DEBUG - [Pod ctest-busybox-pod-46801564] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-51976268 2025-09-15 01:51:40,636 - DEBUG - [Pod Pod ctest-busybox-pod-46801564] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-15 01:51:40,637 - DEBUG - [Pod Pod ctest-busybox-pod-46801564] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-51976268 2025-09-15 01:51:40,689 - DEBUG - [Pod ctest-busybox-pod-46801564] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-96859292 2025-09-15 01:51:40,689 - DEBUG - [Pod Pod ctest-busybox-pod-46801564] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-15 01:51:40,689 - DEBUG - [Pod Pod ctest-busybox-pod-46801564] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-96859292 2025-09-15 01:51:40,689 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-51976268': 1, 'ctest-nginx-pod-96859292': 1} 2025-09-15 01:51:40,689 - WARNING - Nothing to delete parallely 2025-09-15 01:51:40,690 - INFO - Deleting pod default:ctest-busybox-pod-46801564 2025-09-15 01:51:40,703 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:51:40,710 - WARNING - Pod uuid e81a5802-65af-47b0-8e85-671d3f590b50 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:51:45,711 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:51:45,717 - WARNING - Pod uuid e81a5802-65af-47b0-8e85-671d3f590b50 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:51:50,718 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:51:50,725 - WARNING - Pod uuid e81a5802-65af-47b0-8e85-671d3f590b50 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:51:55,725 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:51:55,731 - WARNING - Pod uuid e81a5802-65af-47b0-8e85-671d3f590b50 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:52:00,733 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:52:00,739 - WARNING - Pod uuid e81a5802-65af-47b0-8e85-671d3f590b50 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:52:05,740 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:52:05,745 - WARNING - Pod uuid e81a5802-65af-47b0-8e85-671d3f590b50 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:52:10,746 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:52:10,752 - WARNING - Pod uuid e81a5802-65af-47b0-8e85-671d3f590b50 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:52:15,753 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e81a5802-65af-47b0-8e85-671d3f590b50 2025-09-15 01:52:15,760 - DEBUG - Pod e81a5802-65af-47b0-8e85-671d3f590b50 is not in agent 10.0.0.241 VM list 2025-09-15 01:52:15,760 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:79ff8ca4-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:52:15,765 - DEBUG - VMI 79ff8ca4-91d6-11f0-96a8-fa163ecd4331 is removed from agent 10.0.0.241 2025-09-15 01:52:15,765 - INFO - Verified that pod ctest-busybox-pod-46801564 is removed in agent 2025-09-15 01:52:15,765 - INFO - Deleting Ingress : ctest-nginx-ingress-62642033 2025-09-15 01:52:15,776 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=7a3dcf96-a171-4f6d-9107-afff21ff21e4 2025-09-15 01:52:15,780 - ERROR - Ingress ctest-nginx-ingress-62642033 with uuid 7a3dcf96-a171-4f6d-9107-afff21ff21e4 still found in kube manager 2025-09-15 01:52:16,781 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=7a3dcf96-a171-4f6d-9107-afff21ff21e4 2025-09-15 01:52:16,784 - INFO - Ingress ctest-nginx-ingress-62642033 with uuid 7a3dcf96-a171-4f6d-9107-afff21ff21e4 deleted successfully from kube manager 2025-09-15 01:52:16,785 - INFO - Verifications on Ingress %s cleanup passed 2025-09-15 01:52:16,785 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-15 01:52:16,945 - 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__ 2025-09-15 01:52:16,969 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-15 01:52:16,969 - INFO - Deleting VN __public__ 2025-09-15 01:52:17,151 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 2025-09-15 01:52:17,170 - DEBUG - Response Code: 404 2025-09-15 01:52:17,170 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-09-15 01:52:17,176 - DEBUG - Requesting: http://10.0.0.33:8082/domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 2025-09-15 01:52:17,186 - DEBUG - Requesting: http://10.0.0.33:8082/project/5e080702-fe61-4589-9d8a-12bed7c59da5 2025-09-15 01:52:17,283 - INFO - Validated that VN __public__ is not found in API Server 2025-09-15 01:52:17,283 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-15 01:52:17,291 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 01:52:17,303 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2025-09-15 01:52:17,303 - INFO - Validated that VN __public__ is not in any agent 2025-09-15 01:52:17,303 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 01:52:17,311 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-15 01:52:17,315 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-15 01:52:17,324 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-15 01:52:17,324 - INFO - Deleting pod default:ctest-nginx-pod-96859292 2025-09-15 01:52:17,344 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=30b4412b-e3fb-497f-8ea6-291ee0fd5f97 2025-09-15 01:52:17,357 - WARNING - Pod uuid 30b4412b-e3fb-497f-8ea6-291ee0fd5f97 is still seen in agent 10.0.0.241 VM list 2025-09-15 01:52:22,357 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=30b4412b-e3fb-497f-8ea6-291ee0fd5f97 2025-09-15 01:52:22,363 - DEBUG - Pod 30b4412b-e3fb-497f-8ea6-291ee0fd5f97 is not in agent 10.0.0.241 VM list 2025-09-15 01:52:22,363 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75ab857c-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:52:22,369 - DEBUG - VMI 75ab857c-91d6-11f0-96a8-fa163ecd4331 is removed from agent 10.0.0.241 2025-09-15 01:52:22,369 - INFO - Verified that pod ctest-nginx-pod-96859292 is removed in agent 2025-09-15 01:52:22,369 - INFO - Deleting pod default:ctest-nginx-pod-51976268 2025-09-15 01:52:22,381 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb 2025-09-15 01:52:22,388 - WARNING - Pod uuid 7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb is still seen in agent 10.0.0.241 VM list 2025-09-15 01:52:27,389 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb 2025-09-15 01:52:27,395 - DEBUG - Pod 7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb is not in agent 10.0.0.241 VM list 2025-09-15 01:52:27,395 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7540309c-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:52:27,400 - DEBUG - VMI 7540309c-91d6-11f0-96a8-fa163ecd4331 is removed from agent 10.0.0.241 2025-09-15 01:52:27,400 - INFO - Verified that pod ctest-nginx-pod-51976268 is removed in agent 2025-09-15 01:52:27,400 - INFO - Deleting service : ctest-nginx-svc-28688232 2025-09-15 01:52:27,594 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-15 01:52:27,600 - DEBUG - No XMPP flaps were noticed during the test 2025-09-15 01:52:27,600 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:17] 2025-09-15 01:52:27,600 - INFO - -------------------------------------------------------------------------------- 2025-09-15 01:52:34,002 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-15 01:52:34,142 - DEBUG - Output : cluster_project={} 2025-09-15 01:52:34,242 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-15 01:52:34,404 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-15 01:52:34,410 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-15 01:52:34,553 - DEBUG - Output : cluster_project={} 2025-09-15 01:52:44,701 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:44,733 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:49,814 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:49,849 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:49,924 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:54,968 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:55,048 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:55,082 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-15 01:52:55,296 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-15 01:52:57,883 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_ApplicationPolicySetReq? 2025-09-15 01:52:57,892 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-09-15 01:52:57,914 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-09-15 01:52:59,936 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-09-15 01:56:06,047 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-15 01:56:06,099 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a12dd869-27c1-4ebe-a5d1-248ab57ddb14 2025-09-15 01:56:06,109 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:06,120 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6e178b5d-837d-4d31-abe8-a3f733706601 2025-09-15 01:56:06,130 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:06,137 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:06,144 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=05f899aa-0b1a-48e2-acfe-e32136d29fe9 2025-09-15 01:56:06,148 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=181c2c1a-0af8-41f5-b4a7-2255c62de0ac 2025-09-15 01:56:06,152 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:11,159 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=a12dd869-27c1-4ebe-a5d1-248ab57ddb14 2025-09-15 01:56:11,161 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6e178b5d-837d-4d31-abe8-a3f733706601 2025-09-15 01:56:11,162 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:11,170 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a6b23936-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:56:11,172 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a82e441c-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:56:11,174 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=05f899aa-0b1a-48e2-acfe-e32136d29fe9 2025-09-15 01:56:11,175 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:11,176 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:11,177 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=181c2c1a-0af8-41f5-b4a7-2255c62de0ac 2025-09-15 01:56:11,177 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:11,194 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a72b30ca-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:56:11,195 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a7bfd90a-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:56:16,174 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:16,193 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:16,195 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:16,196 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:21,182 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:21,204 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:21,205 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:21,206 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:26,190 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:26,216 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:26,220 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:26,222 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:31,198 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:31,224 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:31,232 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:31,233 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:36,204 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:36,230 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:36,240 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:36,242 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:41,212 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ae23390b-746d-4fa4-b7dd-34e96a97ae42 2025-09-15 01:56:41,219 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a9157706-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:56:41,245 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d3b0c6a2-1c82-4792-9ad4-367c98414ad3 2025-09-15 01:56:41,249 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=c8661a1d-d039-45b0-909d-b601414737e5 2025-09-15 01:56:41,251 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a8aedc62-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:56:41,252 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ed7c5d33-2291-4be9-a537-ed6fe283cbc5 2025-09-15 01:56:41,260 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a98258f8-91d6-11f0-96a8-fa163ecd4331 2025-09-15 01:56:41,263 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a9e8f8d8-91d6-11f0-96a8-fa163ecd4331