2025-05-06 10:22:39,208 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-05-06 10:22:39,453 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1216-1 2025-05-06 10:22:39,453 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-05-06 10:22:39,486 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1216-1 2025-05-06 10:22:39,487 - DEBUG - [10.0.0.49]: 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-05-06 10:22:39,576 - DEBUG - Output : NAMES contrail_test_ol2HIkdmi contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 2025-05-06 10:22:39,577 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-06 10:22:39,610 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-05-06 10:22:39,610 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-05-06 10:22:39,644 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1216-1 2025-05-06 10:22:39,728 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-05-06 10:22:39,923 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1216-1 2025-05-06 10:22:39,923 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-05-06 10:22:39,946 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1216-1 2025-05-06 10:22:39,946 - DEBUG - [10.0.0.50]: 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-05-06 10:22:39,990 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-06 10:22:39,991 - DEBUG - [10.0.0.50]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-06 10:22:40,049 - DEBUG - Output : 10.0.0.50/24 2025-05-06 10:22:40,049 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-05-06 10:22:40,072 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1216-1 2025-05-06 10:22:40,145 - INFO - Using existing project ['default-domain', 'k8s-default'](209508b4-4695-4595-8c45-cd35de9a287b) 2025-05-06 10:22:40,247 - INFO - Using existing project ['default-domain', 'k8s-default'](209508b4-4695-4595-8c45-cd35de9a287b) 2025-05-06 10:22:40,372 - INFO - ================================================================================ 2025-05-06 10:22:40,373 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-06 10:22:40,373 - 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-05-06 10:22:40,600 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-06 10:22:40,607 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.49': '0'}} with 2025-05-06 10:22:40,607 - INFO - Initial checks done. Running the testcase now 2025-05-06 10:22:40,607 - INFO - 2025-05-06 10:22:40,610 - INFO - Namespace default already exists 2025-05-06 10:22:40,611 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-06 10:22:40,716 - DEBUG - Output : cluster_project={} 2025-05-06 10:22:40,757 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-06 10:22:40,757 - DEBUG - Project uuid in Contrail is 209508b4-4695-4595-8c45-cd35de9a287b 2025-05-06 10:22:40,757 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-06 10:22:40,864 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-06 10:22:40,864 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=51483490-d12f-42d0-975d-39d3ba078a8b 2025-05-06 10:22:40,868 - INFO - Namespace default with uuid 51483490-d12f-42d0-975d-39d3ba078a8b found in kube manager 2025-05-06 10:22:40,868 - INFO - Namespace default verification passed 2025-05-06 10:22:40,871 - DEBUG - Service ctest-nginx-svc-41120879 not present 2025-05-06 10:22:40,871 - INFO - Creating service ctest-nginx-svc-41120879 2025-05-06 10:22:40,894 - INFO - Created Service ctest-nginx-svc-41120879 2025-05-06 10:22:40,899 - DEBUG - Pod ctest-nginx-pod-43992811 not present 2025-05-06 10:22:40,900 - INFO - Creating Pod ctest-nginx-pod-43992811 2025-05-06 10:22:40,973 - DEBUG - Pod : ctest-nginx-pod-43992811 UUID is 67d0b58f-3bca-43fd-a308-9c3438c548b2 2025-05-06 10:22:40,987 - DEBUG - Pod ctest-nginx-pod-54352743 not present 2025-05-06 10:22:40,988 - INFO - Creating Pod ctest-nginx-pod-54352743 2025-05-06 10:22:41,013 - DEBUG - Pod : ctest-nginx-pod-54352743 UUID is 3a0ea134-4472-4d5c-a4fc-b2cdf922687e 2025-05-06 10:22:41,169 - INFO - Created VN __public__, UUID :4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:41,397 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-05-06 10:22:41,402 - DEBUG - Requesting: http://10.0.0.49:8082/domain/2e457650-983b-4b5f-95fc-e1b9cc7b94c5 2025-05-06 10:22:41,422 - DEBUG - Requesting: http://10.0.0.49:8082/project/209508b4-4695-4595-8c45-cd35de9a287b 2025-05-06 10:22:41,488 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:41,501 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:41,509 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:22:41,515 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:22:41,563 - DEBUG - Route Targets: [] 2025-05-06 10:22:41,563 - DEBUG - RT names not yet present for VN __public__ 2025-05-06 10:22:46,563 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-05-06 10:22:46,569 - DEBUG - Requesting: http://10.0.0.49:8082/domain/2e457650-983b-4b5f-95fc-e1b9cc7b94c5 2025-05-06 10:22:46,578 - DEBUG - Requesting: http://10.0.0.49:8082/project/209508b4-4695-4595-8c45-cd35de9a287b 2025-05-06 10:22:46,626 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:46,636 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:46,645 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:22:46,651 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:22:46,658 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/c194eb85-934a-4936-a455-d0396c5bdd28 2025-05-06 10:22:46,663 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-06 10:22:46,663 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:46,670 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:22:46,681 - INFO - Verified VN network id 13 for VN 4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:46,681 - INFO - Verifications in API Server for VN __public__ passed 2025-05-06 10:22:46,681 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:46,689 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:22:46,694 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:22:46,699 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/c194eb85-934a-4936-a455-d0396c5bdd28 2025-05-06 10:22:46,704 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-06 10:22:46,709 - DEBUG - Control-node 10.0.0.49 : 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': '4938220143423340984', 'uuid-lslong': '10802473852518434971'}, 'enable': 'true', 'created': '2025-05-06T10:22:41', 'last-modified': '2025-05-06T10:22:41', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.368110'} 2025-05-06 10:22:46,709 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 10:22:46,715 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-06 10:22:46,715 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-06 10:22:46,716 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-06 10:22:46,716 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-05-06 10:22:46,721 - DEBUG - Requesting: http://10.0.0.49:8082/domain/2e457650-983b-4b5f-95fc-e1b9cc7b94c5 2025-05-06 10:22:46,728 - DEBUG - Requesting: http://10.0.0.49:8082/project/209508b4-4695-4595-8c45-cd35de9a287b 2025-05-06 10:22:46,769 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:46,778 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-06 10:22:46,778 - DEBUG - Verifying the vn in opserver 2025-05-06 10:22:46,778 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-05-06 10:22:46,778 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-05-06 10:22:46,783 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-06 10:22:46,783 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-06 10:22:46,783 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 10:22:46,790 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 10:22:46,796 - DEBUG - Do not have enough data to verify VN in agent 2025-05-06 10:22:46,796 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 10:22:46,801 - DEBUG - VRF ids for VN __public__: {} 2025-05-06 10:22:46,894 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-06 10:22:46,999 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-05-06 10:22:47,005 - DEBUG - Requesting: http://10.0.0.49:8082/domain/2e457650-983b-4b5f-95fc-e1b9cc7b94c5 2025-05-06 10:22:47,013 - DEBUG - Requesting: http://10.0.0.49:8082/project/209508b4-4695-4595-8c45-cd35de9a287b 2025-05-06 10:22:47,051 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:47,061 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/544559f6-4d9c-4826-98e6-0342c51e4433 2025-05-06 10:22:47,068 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-05-06 10:22:47,073 - DEBUG - Requesting: http://10.0.0.49:8082/domain/2e457650-983b-4b5f-95fc-e1b9cc7b94c5 2025-05-06 10:22:47,081 - DEBUG - Requesting: http://10.0.0.49:8082/project/209508b4-4695-4595-8c45-cd35de9a287b 2025-05-06 10:22:47,118 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/4488150e-7f6d-41b8-95ea-18bc22ce889b 2025-05-06 10:22:47,126 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-06 10:22:47,126 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-06 10:22:47,132 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-06 10:22:47,138 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-06 10:22:47,138 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-06 10:22:47,140 - DEBUG - Ingress ctest-nginx-ingress-16427808 not present 2025-05-06 10:22:47,140 - INFO - Creating Ingress ctest-nginx-ingress-16427808 2025-05-06 10:22:47,149 - INFO - Created Ingress ctest-nginx-ingress-16427808 2025-05-06 10:22:47,152 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-16427808 2025-05-06 10:22:50,157 - DEBUG - For Ingress ctest-nginx-ingress-16427808, Cluster IP: 10.47.255.249, External IPs ['28.33.129.252'] 2025-05-06 10:22:50,157 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-16427808 2025-05-06 10:22:50,158 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=ab64d61e-0b47-46d0-aa47-5b99eb7cd64e 2025-05-06 10:22:50,166 - INFO - Ingress ctest-nginx-ingress-16427808 with uuid ab64d61e-0b47-46d0-aa47-5b99eb7cd64e found in kube manager 2025-05-06 10:22:50,166 - INFO - Ingress ctest-nginx-ingress-16427808 verification passed 2025-05-06 10:22:50,168 - DEBUG - Pod ctest-busybox-pod-71539732 not present 2025-05-06 10:22:50,168 - INFO - Creating Pod ctest-busybox-pod-71539732 2025-05-06 10:22:50,185 - DEBUG - Node for Pod ctest-busybox-pod-71539732 not yet populated 2025-05-06 10:22:53,191 - DEBUG - Pod : ctest-busybox-pod-71539732 UUID is 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:22:53,195 - DEBUG - Pod ctest-nginx-pod-43992811 not in running state.Currently in Pending 2025-05-06 10:22:58,202 - INFO - Pod ctest-nginx-pod-43992811 is in running state.Got IP 10.47.255.251 2025-05-06 10:22:58,259 - DEBUG - Pod ctest-nginx-pod-43992811 has vmi 0b587510-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:22:58,259 - INFO - Verified pod ctest-nginx-pod-43992811 in contrail-api 2025-05-06 10:22:58,259 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:22:58,271 - DEBUG - VMI 0b587510-2a64-11f0-ba98-fa163eb3a76c is active in agent 10.0.0.50 2025-05-06 10:22:58,272 - INFO - Verified Pod ctest-nginx-pod-43992811 in agent 10.0.0.50 2025-05-06 10:22:58,272 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=67d0b58f-3bca-43fd-a308-9c3438c548b2 2025-05-06 10:22:58,276 - INFO - Pod ctest-nginx-pod-43992811 with uuid 67d0b58f-3bca-43fd-a308-9c3438c548b2 found in kube manager 2025-05-06 10:22:58,276 - INFO - Pod ctest-nginx-pod-43992811 verification passed 2025-05-06 10:22:58,338 - DEBUG - [Pod ctest-nginx-pod-43992811] Cmd: echo ctest-nginx-pod-43992811 > /usr/share/nginx/html/index.html, Output: 2025-05-06 10:22:58,343 - INFO - Pod ctest-nginx-pod-54352743 is in running state.Got IP 10.47.255.250 2025-05-06 10:22:58,356 - DEBUG - Pod ctest-nginx-pod-54352743 has vmi 0bb2eacc-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:22:58,356 - INFO - Verified pod ctest-nginx-pod-54352743 in contrail-api 2025-05-06 10:22:58,356 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:22:58,366 - DEBUG - VMI 0bb2eacc-2a64-11f0-ba98-fa163eb3a76c is active in agent 10.0.0.50 2025-05-06 10:22:58,367 - INFO - Verified Pod ctest-nginx-pod-54352743 in agent 10.0.0.50 2025-05-06 10:22:58,367 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=3a0ea134-4472-4d5c-a4fc-b2cdf922687e 2025-05-06 10:22:58,371 - INFO - Pod ctest-nginx-pod-54352743 with uuid 3a0ea134-4472-4d5c-a4fc-b2cdf922687e found in kube manager 2025-05-06 10:22:58,371 - INFO - Pod ctest-nginx-pod-54352743 verification passed 2025-05-06 10:22:58,419 - DEBUG - [Pod ctest-nginx-pod-54352743] Cmd: echo ctest-nginx-pod-54352743 > /usr/share/nginx/html/index.html, Output: 2025-05-06 10:22:58,425 - DEBUG - Pod ctest-busybox-pod-71539732 not in running state.Currently in Pending 2025-05-06 10:23:03,438 - DEBUG - Pod ctest-busybox-pod-71539732 not in running state.Currently in Pending 2025-05-06 10:23:08,446 - INFO - Pod ctest-busybox-pod-71539732 is in running state.Got IP 10.47.255.248 2025-05-06 10:23:08,460 - DEBUG - Pod ctest-busybox-pod-71539732 has vmi 1013f610-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:23:08,460 - INFO - Verified pod ctest-busybox-pod-71539732 in contrail-api 2025-05-06 10:23:08,460 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:23:08,470 - DEBUG - VMI 1013f610-2a64-11f0-ba98-fa163eb3a76c is active in agent 10.0.0.50 2025-05-06 10:23:08,470 - INFO - Verified Pod ctest-busybox-pod-71539732 in agent 10.0.0.50 2025-05-06 10:23:08,470 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:08,475 - INFO - Pod ctest-busybox-pod-71539732 with uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 found in kube manager 2025-05-06 10:23:08,475 - INFO - Pod ctest-busybox-pod-71539732 verification passed 2025-05-06 10:23:08,530 - DEBUG - [Pod ctest-busybox-pod-71539732] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-43992811 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-06 10:23:08,531 - DEBUG - [Pod Pod ctest-busybox-pod-71539732] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-06 10:23:08,531 - DEBUG - [Pod Pod ctest-busybox-pod-71539732] Cmd output: ctest-nginx-pod-43992811 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-06 10:23:08,574 - DEBUG - [Pod ctest-busybox-pod-71539732] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-43992811 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-06 10:23:08,574 - DEBUG - [Pod Pod ctest-busybox-pod-71539732] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-06 10:23:08,574 - DEBUG - [Pod Pod ctest-busybox-pod-71539732] Cmd output: ctest-nginx-pod-43992811 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-06 10:23:08,626 - DEBUG - [Pod ctest-busybox-pod-71539732] 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-54352743 2025-05-06 10:23:08,626 - DEBUG - [Pod Pod ctest-busybox-pod-71539732] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-06 10:23:08,626 - DEBUG - [Pod Pod ctest-busybox-pod-71539732] 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-54352743 2025-05-06 10:23:08,627 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-43992811': 2, 'ctest-nginx-pod-54352743': 1} 2025-05-06 10:23:08,627 - WARNING - Nothing to delete parallely 2025-05-06 10:23:08,627 - INFO - Deleting pod default:ctest-busybox-pod-71539732 2025-05-06 10:23:08,637 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:08,646 - WARNING - Pod uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:13,647 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:13,654 - WARNING - Pod uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:18,655 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:18,660 - WARNING - Pod uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:23,661 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:23,668 - WARNING - Pod uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:28,669 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:28,676 - WARNING - Pod uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:33,677 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:33,684 - WARNING - Pod uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:38,684 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:38,699 - WARNING - Pod uuid 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:43,700 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 2025-05-06 10:23:43,707 - DEBUG - Pod 0bb1a47c-cfbf-4025-8584-fd4e0a33a9d0 is not in agent 10.0.0.50 VM list 2025-05-06 10:23:43,707 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1013f610-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:23:43,715 - DEBUG - VMI 1013f610-2a64-11f0-ba98-fa163eb3a76c is removed from agent 10.0.0.50 2025-05-06 10:23:43,715 - INFO - Verified that pod ctest-busybox-pod-71539732 is removed in agent 2025-05-06 10:23:43,715 - INFO - Deleting Ingress : ctest-nginx-ingress-16427808 2025-05-06 10:23:43,721 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=ab64d61e-0b47-46d0-aa47-5b99eb7cd64e 2025-05-06 10:23:43,727 - ERROR - Ingress ctest-nginx-ingress-16427808 with uuid ab64d61e-0b47-46d0-aa47-5b99eb7cd64e still found in kube manager 2025-05-06 10:23:44,728 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=ab64d61e-0b47-46d0-aa47-5b99eb7cd64e 2025-05-06 10:23:44,733 - INFO - Ingress ctest-nginx-ingress-16427808 with uuid ab64d61e-0b47-46d0-aa47-5b99eb7cd64e deleted successfully from kube manager 2025-05-06 10:23:44,733 - INFO - Verifications on Ingress %s cleanup passed 2025-05-06 10:23:44,733 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-06 10:23:44,854 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-06 10:23:44,860 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-06 10:23:44,860 - INFO - Deleting VN __public__ 2025-05-06 10:23:45,008 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/2c5b325d-6a1b-4c72-bdea-a4e5b0149ce9 2025-05-06 10:23:45,019 - DEBUG - Response Code: 404 2025-05-06 10:23:45,020 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-05-06 10:23:45,030 - DEBUG - Requesting: http://10.0.0.49:8082/domain/2e457650-983b-4b5f-95fc-e1b9cc7b94c5 2025-05-06 10:23:45,039 - DEBUG - Requesting: http://10.0.0.49:8082/project/209508b4-4695-4595-8c45-cd35de9a287b 2025-05-06 10:23:45,150 - INFO - Validated that VN __public__ is not found in API Server 2025-05-06 10:23:45,150 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-06 10:23:45,158 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 10:23:45,170 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-05-06 10:23:45,170 - INFO - Validated that VN __public__ is not in any agent 2025-05-06 10:23:45,170 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 10:23:45,183 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-06 10:23:45,191 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-06 10:23:45,197 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-06 10:23:45,197 - INFO - Deleting pod default:ctest-nginx-pod-54352743 2025-05-06 10:23:45,211 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3a0ea134-4472-4d5c-a4fc-b2cdf922687e 2025-05-06 10:23:45,236 - WARNING - Pod uuid 3a0ea134-4472-4d5c-a4fc-b2cdf922687e is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:50,236 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3a0ea134-4472-4d5c-a4fc-b2cdf922687e 2025-05-06 10:23:50,243 - DEBUG - Pod 3a0ea134-4472-4d5c-a4fc-b2cdf922687e is not in agent 10.0.0.50 VM list 2025-05-06 10:23:50,243 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0bb2eacc-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:23:50,249 - DEBUG - VMI 0bb2eacc-2a64-11f0-ba98-fa163eb3a76c is removed from agent 10.0.0.50 2025-05-06 10:23:50,250 - INFO - Verified that pod ctest-nginx-pod-54352743 is removed in agent 2025-05-06 10:23:50,250 - INFO - Deleting pod default:ctest-nginx-pod-43992811 2025-05-06 10:23:50,262 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=67d0b58f-3bca-43fd-a308-9c3438c548b2 2025-05-06 10:23:50,271 - WARNING - Pod uuid 67d0b58f-3bca-43fd-a308-9c3438c548b2 is still seen in agent 10.0.0.50 VM list 2025-05-06 10:23:55,272 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=67d0b58f-3bca-43fd-a308-9c3438c548b2 2025-05-06 10:23:55,280 - DEBUG - Pod 67d0b58f-3bca-43fd-a308-9c3438c548b2 is not in agent 10.0.0.50 VM list 2025-05-06 10:23:55,280 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0b587510-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:23:55,285 - DEBUG - VMI 0b587510-2a64-11f0-ba98-fa163eb3a76c is removed from agent 10.0.0.50 2025-05-06 10:23:55,285 - INFO - Verified that pod ctest-nginx-pod-43992811 is removed in agent 2025-05-06 10:23:55,285 - INFO - Deleting service : ctest-nginx-svc-41120879 2025-05-06 10:23:55,591 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-06 10:23:55,597 - DEBUG - No XMPP flaps were noticed during the test 2025-05-06 10:23:55,598 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:15] 2025-05-06 10:23:55,598 - INFO - -------------------------------------------------------------------------------- 2025-05-06 10:24:05,075 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-06 10:24:05,295 - DEBUG - Output : cluster_project={} 2025-05-06 10:24:05,375 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-06 10:24:05,514 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-06 10:24:05,527 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-06 10:24:05,636 - DEBUG - Output : cluster_project={} 2025-05-06 10:24:15,716 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:15,795 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:15,879 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:15,921 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:21,011 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:21,044 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:21,203 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:21,249 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-06 10:24:21,451 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-06 10:24:23,998 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_ApplicationPolicySetReq? 2025-05-06 10:24:24,012 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-05-06 10:24:24,043 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-05-06 10:24:26,074 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-05-06 10:27:26,254 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-06 10:27:26,309 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c47bca61-8595-4b69-a67b-ccd469aaea51 2025-05-06 10:27:26,316 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:27:26,338 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:27:26,358 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=88d45fd2-57e8-4fd2-84a0-1c680e0e6cb1 2025-05-06 10:27:26,362 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:27:26,370 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b3fab0cf-920a-4abe-9913-6cef0e686995 2025-05-06 10:27:26,375 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:27:26,381 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=de278b1c-4b44-4cb1-bfd5-94a6b8ed628c 2025-05-06 10:27:31,430 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:27:31,432 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:27:31,433 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=88d45fd2-57e8-4fd2-84a0-1c680e0e6cb1 2025-05-06 10:27:31,435 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b3fab0cf-920a-4abe-9913-6cef0e686995 2025-05-06 10:27:31,436 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:27:31,437 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c47bca61-8595-4b69-a67b-ccd469aaea51 2025-05-06 10:27:31,440 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=de278b1c-4b44-4cb1-bfd5-94a6b8ed628c 2025-05-06 10:27:31,441 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:27:31,459 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3b933788-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:27:31,460 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3d501abe-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:27:31,464 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ca494fa-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:27:31,465 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3dc9aad2-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:27:36,459 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:27:36,461 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:27:36,463 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:27:36,465 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:27:41,478 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:27:41,480 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:27:41,481 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:27:41,482 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:27:46,499 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:27:46,501 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:27:46,503 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:27:46,504 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:27:51,516 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:27:51,518 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:27:51,519 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:27:51,520 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:27:56,536 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:27:56,538 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:27:56,541 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:27:56,543 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:28:01,560 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24108d31-fd9b-4952-bc07-f856680c12fb 2025-05-06 10:28:01,562 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d785608e-8146-4b38-95b9-62525ec6aa10 2025-05-06 10:28:01,563 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=24ec5a87-db6a-4ce5-8f9b-3636aac1d34a 2025-05-06 10:28:01,564 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=c3f0373f-16ac-42f3-bd02-dc95250ffd93 2025-05-06 10:28:01,577 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ed61c44-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:28:01,579 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3e505956-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:28:01,582 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3fb5437e-2a64-11f0-ba98-fa163eb3a76c 2025-05-06 10:28:01,584 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f44e75a-2a64-11f0-ba98-fa163eb3a76c