2025-04-23 15:21:33,785 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-04-23 15:21:34,055 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1178-1 2025-04-23 15:21:34,056 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-04-23 15:21:34,089 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1178-1 2025-04-23 15:21:34,089 - 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-04-23 15:21:34,154 - DEBUG - Output : NAMES contrail_test_HGOgxet3Y analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 contrail-kubernetes-master-kubemanager-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-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-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-schema-1 2025-04-23 15:21:34,154 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 15:21:34,188 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-04-23 15:21:34,188 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-04-23 15:21:34,233 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1178-1 2025-04-23 15:21:34,341 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-04-23 15:21:34,570 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1178-1 2025-04-23 15:21:34,570 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-04-23 15:21:34,637 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1178-1 2025-04-23 15:21:34,637 - 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-04-23 15:21:34,696 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-23 15:21:34,696 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-23 15:21:34,731 - DEBUG - Output : 10.0.0.49/24 2025-04-23 15:21:34,731 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-04-23 15:21:34,799 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1178-1 2025-04-23 15:21:34,884 - INFO - Using existing project ['default-domain', 'k8s-default'](54fb7218-d757-4dcb-a98d-54cc96c3ffc8) 2025-04-23 15:21:35,016 - INFO - Using existing project ['default-domain', 'k8s-default'](54fb7218-d757-4dcb-a98d-54cc96c3ffc8) 2025-04-23 15:21:35,167 - INFO - ================================================================================ 2025-04-23 15:21:35,167 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-23 15:21:35,167 - 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-04-23 15:21:35,428 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 15:21:35,435 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.50': '0'}} with 2025-04-23 15:21:35,436 - INFO - Initial checks done. Running the testcase now 2025-04-23 15:21:35,436 - INFO - 2025-04-23 15:21:35,448 - INFO - Namespace default already exists 2025-04-23 15:21:35,448 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-23 15:21:35,639 - DEBUG - Output : cluster_project={} 2025-04-23 15:21:35,696 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-23 15:21:35,696 - DEBUG - Project uuid in Contrail is 54fb7218-d757-4dcb-a98d-54cc96c3ffc8 2025-04-23 15:21:35,696 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-23 15:21:35,835 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-23 15:21:35,835 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=301ea78a-bef0-418e-a933-96ef14538d89 2025-04-23 15:21:35,840 - INFO - Namespace default with uuid 301ea78a-bef0-418e-a933-96ef14538d89 found in kube manager 2025-04-23 15:21:35,840 - INFO - Namespace default verification passed 2025-04-23 15:21:35,844 - DEBUG - Service ctest-nginx-svc-35732824 not present 2025-04-23 15:21:35,844 - INFO - Creating service ctest-nginx-svc-35732824 2025-04-23 15:21:35,864 - INFO - Created Service ctest-nginx-svc-35732824 2025-04-23 15:21:35,869 - DEBUG - Pod ctest-nginx-pod-44942707 not present 2025-04-23 15:21:35,869 - INFO - Creating Pod ctest-nginx-pod-44942707 2025-04-23 15:21:35,945 - DEBUG - Pod : ctest-nginx-pod-44942707 UUID is cdf8e632-fe1f-4fa8-a9c2-3ebdf4116617 2025-04-23 15:21:35,948 - DEBUG - Pod ctest-nginx-pod-49813784 not present 2025-04-23 15:21:35,948 - INFO - Creating Pod ctest-nginx-pod-49813784 2025-04-23 15:21:35,981 - DEBUG - Pod : ctest-nginx-pod-49813784 UUID is 96780b2b-4159-4f20-9dfb-48b796e6b5ae 2025-04-23 15:21:36,204 - INFO - Created VN __public__, UUID :10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:36,491 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 15:21:36,497 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6471c226-640d-4658-a75f-1d90c725effd 2025-04-23 15:21:36,531 - DEBUG - Requesting: http://10.0.0.50:8082/project/54fb7218-d757-4dcb-a98d-54cc96c3ffc8 2025-04-23 15:21:36,590 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:36,604 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:36,618 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:21:36,631 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:21:36,644 - DEBUG - Route Targets: [] 2025-04-23 15:21:36,644 - DEBUG - RT names not yet present for VN __public__ 2025-04-23 15:21:41,644 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 15:21:41,651 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6471c226-640d-4658-a75f-1d90c725effd 2025-04-23 15:21:41,659 - DEBUG - Requesting: http://10.0.0.50:8082/project/54fb7218-d757-4dcb-a98d-54cc96c3ffc8 2025-04-23 15:21:41,706 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:41,716 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:41,725 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:21:41,733 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:21:41,739 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/6ae2c423-0710-4332-8812-1b1bdaf4524d 2025-04-23 15:21:41,745 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 15:21:41,745 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:41,754 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:21:41,768 - INFO - Verified VN network id 14 for VN 10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:41,768 - INFO - Verifications in API Server for VN __public__ passed 2025-04-23 15:21:41,768 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:41,777 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:21:41,784 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:21:41,791 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/6ae2c423-0710-4332-8812-1b1bdaf4524d 2025-04-23 15:21:41,797 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 15:21:41,805 - DEBUG - Control-node 10.0.0.50 : 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': '1186838044545336205', 'uuid-lslong': '11083877964895608231'}, 'enable': 'true', 'created': '2025-04-23T15:21:36', 'last-modified': '2025-04-23T15:21:36', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.387433'} 2025-04-23 15:21:41,805 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 15:21:41,812 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-23 15:21:41,812 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-23 15:21:41,813 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-23 15:21:41,813 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 15:21:41,818 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6471c226-640d-4658-a75f-1d90c725effd 2025-04-23 15:21:41,825 - DEBUG - Requesting: http://10.0.0.50:8082/project/54fb7218-d757-4dcb-a98d-54cc96c3ffc8 2025-04-23 15:21:41,882 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:41,892 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-23 15:21:41,892 - DEBUG - Verifying the vn in opserver 2025-04-23 15:21:41,892 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-04-23 15:21:41,892 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-04-23 15:21:41,898 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-23 15:21:41,898 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-23 15:21:41,898 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 15:21:41,907 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 15:21:41,914 - DEBUG - Do not have enough data to verify VN in agent 2025-04-23 15:21:41,914 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 15:21:41,921 - DEBUG - VRF ids for VN __public__: {} 2025-04-23 15:21:42,021 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-23 15:21:42,192 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 15:21:42,198 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6471c226-640d-4658-a75f-1d90c725effd 2025-04-23 15:21:42,206 - DEBUG - Requesting: http://10.0.0.50:8082/project/54fb7218-d757-4dcb-a98d-54cc96c3ffc8 2025-04-23 15:21:42,260 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:42,271 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/ab16b9f0-0926-4054-8da3-0742b6462332 2025-04-23 15:21:42,278 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 15:21:42,283 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6471c226-640d-4658-a75f-1d90c725effd 2025-04-23 15:21:42,291 - DEBUG - Requesting: http://10.0.0.50:8082/project/54fb7218-d757-4dcb-a98d-54cc96c3ffc8 2025-04-23 15:21:42,331 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/10787ee9-d30b-438d-99d1-d848bf61dda7 2025-04-23 15:21:42,348 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-23 15:21:42,348 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-23 15:21:42,356 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-23 15:21:42,363 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-23 15:21:42,363 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-23 15:21:42,366 - DEBUG - Ingress ctest-nginx-ingress-30368573 not present 2025-04-23 15:21:42,366 - INFO - Creating Ingress ctest-nginx-ingress-30368573 2025-04-23 15:21:42,375 - INFO - Created Ingress ctest-nginx-ingress-30368573 2025-04-23 15:21:42,378 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-30368573 2025-04-23 15:21:45,390 - DEBUG - For Ingress ctest-nginx-ingress-30368573, Cluster IP: 10.47.255.249, External IPs ['76.225.28.252'] 2025-04-23 15:21:45,390 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-30368573 2025-04-23 15:21:45,390 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=5addc554-0baa-4cbb-b6d5-dd3b36e480ac 2025-04-23 15:21:45,397 - INFO - Ingress ctest-nginx-ingress-30368573 with uuid 5addc554-0baa-4cbb-b6d5-dd3b36e480ac found in kube manager 2025-04-23 15:21:45,398 - INFO - Ingress ctest-nginx-ingress-30368573 verification passed 2025-04-23 15:21:45,402 - DEBUG - Pod ctest-busybox-pod-69121900 not present 2025-04-23 15:21:45,402 - INFO - Creating Pod ctest-busybox-pod-69121900 2025-04-23 15:21:45,462 - DEBUG - Pod : ctest-busybox-pod-69121900 UUID is bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:21:45,472 - DEBUG - Pod ctest-nginx-pod-44942707 not in running state.Currently in Pending 2025-04-23 15:21:50,478 - INFO - Pod ctest-nginx-pod-44942707 is in running state.Got IP 10.47.255.251 2025-04-23 15:21:50,499 - DEBUG - Pod ctest-nginx-pod-44942707 has vmi a64633a4-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:21:50,499 - INFO - Verified pod ctest-nginx-pod-44942707 in contrail-api 2025-04-23 15:21:50,499 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:21:50,512 - DEBUG - VMI a64633a4-2056-11f0-9ac2-fa163e980c20 is active in agent 10.0.0.49 2025-04-23 15:21:50,512 - INFO - Verified Pod ctest-nginx-pod-44942707 in agent 10.0.0.49 2025-04-23 15:21:50,512 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=cdf8e632-fe1f-4fa8-a9c2-3ebdf4116617 2025-04-23 15:21:50,525 - INFO - Pod ctest-nginx-pod-44942707 with uuid cdf8e632-fe1f-4fa8-a9c2-3ebdf4116617 found in kube manager 2025-04-23 15:21:50,525 - INFO - Pod ctest-nginx-pod-44942707 verification passed 2025-04-23 15:21:50,597 - DEBUG - [Pod ctest-nginx-pod-44942707] Cmd: echo ctest-nginx-pod-44942707 > /usr/share/nginx/html/index.html, Output: 2025-04-23 15:21:50,603 - INFO - Pod ctest-nginx-pod-49813784 is in running state.Got IP 10.47.255.250 2025-04-23 15:21:50,618 - DEBUG - Pod ctest-nginx-pod-49813784 has vmi a6c83cc8-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:21:50,618 - INFO - Verified pod ctest-nginx-pod-49813784 in contrail-api 2025-04-23 15:21:50,619 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:21:50,631 - DEBUG - VMI a6c83cc8-2056-11f0-9ac2-fa163e980c20 is active in agent 10.0.0.49 2025-04-23 15:21:50,632 - INFO - Verified Pod ctest-nginx-pod-49813784 in agent 10.0.0.49 2025-04-23 15:21:50,632 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=96780b2b-4159-4f20-9dfb-48b796e6b5ae 2025-04-23 15:21:50,637 - INFO - Pod ctest-nginx-pod-49813784 with uuid 96780b2b-4159-4f20-9dfb-48b796e6b5ae found in kube manager 2025-04-23 15:21:50,637 - INFO - Pod ctest-nginx-pod-49813784 verification passed 2025-04-23 15:21:50,694 - DEBUG - [Pod ctest-nginx-pod-49813784] Cmd: echo ctest-nginx-pod-49813784 > /usr/share/nginx/html/index.html, Output: 2025-04-23 15:21:50,699 - DEBUG - Pod ctest-busybox-pod-69121900 not in running state.Currently in Pending 2025-04-23 15:21:55,706 - INFO - Pod ctest-busybox-pod-69121900 is in running state.Got IP 10.47.255.248 2025-04-23 15:21:55,764 - DEBUG - Pod ctest-busybox-pod-69121900 has vmi ab066a1c-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:21:55,764 - INFO - Verified pod ctest-busybox-pod-69121900 in contrail-api 2025-04-23 15:21:55,764 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:21:55,775 - DEBUG - VMI ab066a1c-2056-11f0-9ac2-fa163e980c20 is active in agent 10.0.0.49 2025-04-23 15:21:55,775 - INFO - Verified Pod ctest-busybox-pod-69121900 in agent 10.0.0.49 2025-04-23 15:21:55,775 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:21:55,779 - INFO - Pod ctest-busybox-pod-69121900 with uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 found in kube manager 2025-04-23 15:21:55,780 - INFO - Pod ctest-busybox-pod-69121900 verification passed 2025-04-23 15:21:55,834 - DEBUG - [Pod ctest-busybox-pod-69121900] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49813784 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-04-23 15:21:55,834 - DEBUG - [Pod Pod ctest-busybox-pod-69121900] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 15:21:55,834 - DEBUG - [Pod Pod ctest-busybox-pod-69121900] Cmd output: ctest-nginx-pod-49813784 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-04-23 15:21:55,890 - DEBUG - [Pod ctest-busybox-pod-69121900] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-49813784 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-04-23 15:21:55,890 - DEBUG - [Pod Pod ctest-busybox-pod-69121900] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 15:21:55,890 - DEBUG - [Pod Pod ctest-busybox-pod-69121900] Cmd output: ctest-nginx-pod-49813784 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-04-23 15:21:55,939 - DEBUG - [Pod ctest-busybox-pod-69121900] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-44942707 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-04-23 15:21:55,940 - DEBUG - [Pod Pod ctest-busybox-pod-69121900] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-23 15:21:55,940 - DEBUG - [Pod Pod ctest-busybox-pod-69121900] Cmd output: ctest-nginx-pod-44942707 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-04-23 15:21:55,940 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-44942707': 1, 'ctest-nginx-pod-49813784': 2} 2025-04-23 15:21:55,940 - WARNING - Nothing to delete parallely 2025-04-23 15:21:55,940 - INFO - Deleting pod default:ctest-busybox-pod-69121900 2025-04-23 15:21:55,952 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:21:55,958 - WARNING - Pod uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:00,959 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:22:00,968 - WARNING - Pod uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:05,969 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:22:05,976 - WARNING - Pod uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:10,977 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:22:10,984 - WARNING - Pod uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:15,984 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:22:15,991 - WARNING - Pod uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:20,992 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:22:21,000 - WARNING - Pod uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:26,001 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:22:26,008 - WARNING - Pod uuid bb0ef7cb-60e3-4a76-9b43-c250daae9526 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:31,009 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb0ef7cb-60e3-4a76-9b43-c250daae9526 2025-04-23 15:22:31,017 - DEBUG - Pod bb0ef7cb-60e3-4a76-9b43-c250daae9526 is not in agent 10.0.0.49 VM list 2025-04-23 15:22:31,017 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ab066a1c-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:22:31,025 - DEBUG - VMI ab066a1c-2056-11f0-9ac2-fa163e980c20 is removed from agent 10.0.0.49 2025-04-23 15:22:31,025 - INFO - Verified that pod ctest-busybox-pod-69121900 is removed in agent 2025-04-23 15:22:31,026 - INFO - Deleting Ingress : ctest-nginx-ingress-30368573 2025-04-23 15:22:31,034 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=5addc554-0baa-4cbb-b6d5-dd3b36e480ac 2025-04-23 15:22:31,038 - ERROR - Ingress ctest-nginx-ingress-30368573 with uuid 5addc554-0baa-4cbb-b6d5-dd3b36e480ac still found in kube manager 2025-04-23 15:22:32,040 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=5addc554-0baa-4cbb-b6d5-dd3b36e480ac 2025-04-23 15:22:32,046 - INFO - Ingress ctest-nginx-ingress-30368573 with uuid 5addc554-0baa-4cbb-b6d5-dd3b36e480ac deleted successfully from kube manager 2025-04-23 15:22:32,046 - INFO - Verifications on Ingress %s cleanup passed 2025-04-23 15:22:32,046 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-23 15:22:32,187 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-23 15:22:32,201 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-23 15:22:32,201 - INFO - Deleting VN __public__ 2025-04-23 15:22:32,381 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/b404f696-f98d-4a66-91e8-4a567eba28b1 2025-04-23 15:22:32,392 - DEBUG - Response Code: 404 2025-04-23 15:22:32,392 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-23 15:22:32,406 - DEBUG - Requesting: http://10.0.0.50:8082/domain/6471c226-640d-4658-a75f-1d90c725effd 2025-04-23 15:22:32,421 - DEBUG - Requesting: http://10.0.0.50:8082/project/54fb7218-d757-4dcb-a98d-54cc96c3ffc8 2025-04-23 15:22:32,472 - INFO - Validated that VN __public__ is not found in API Server 2025-04-23 15:22:32,472 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-23 15:22:32,481 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 15:22:32,488 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-04-23 15:22:32,488 - INFO - Validated that VN __public__ is not in any agent 2025-04-23 15:22:32,489 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 15:22:32,503 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-23 15:22:32,518 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-23 15:22:32,526 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-23 15:22:32,526 - INFO - Deleting pod default:ctest-nginx-pod-49813784 2025-04-23 15:22:32,538 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=96780b2b-4159-4f20-9dfb-48b796e6b5ae 2025-04-23 15:22:32,551 - WARNING - Pod uuid 96780b2b-4159-4f20-9dfb-48b796e6b5ae is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:37,552 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=96780b2b-4159-4f20-9dfb-48b796e6b5ae 2025-04-23 15:22:37,561 - DEBUG - Pod 96780b2b-4159-4f20-9dfb-48b796e6b5ae is not in agent 10.0.0.49 VM list 2025-04-23 15:22:37,561 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a6c83cc8-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:22:37,569 - DEBUG - VMI a6c83cc8-2056-11f0-9ac2-fa163e980c20 is removed from agent 10.0.0.49 2025-04-23 15:22:37,569 - INFO - Verified that pod ctest-nginx-pod-49813784 is removed in agent 2025-04-23 15:22:37,569 - INFO - Deleting pod default:ctest-nginx-pod-44942707 2025-04-23 15:22:37,591 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=cdf8e632-fe1f-4fa8-a9c2-3ebdf4116617 2025-04-23 15:22:37,620 - WARNING - Pod uuid cdf8e632-fe1f-4fa8-a9c2-3ebdf4116617 is still seen in agent 10.0.0.49 VM list 2025-04-23 15:22:42,621 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=cdf8e632-fe1f-4fa8-a9c2-3ebdf4116617 2025-04-23 15:22:42,630 - DEBUG - Pod cdf8e632-fe1f-4fa8-a9c2-3ebdf4116617 is not in agent 10.0.0.49 VM list 2025-04-23 15:22:42,630 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a64633a4-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:22:42,650 - DEBUG - VMI a64633a4-2056-11f0-9ac2-fa163e980c20 is removed from agent 10.0.0.49 2025-04-23 15:22:42,650 - INFO - Verified that pod ctest-nginx-pod-44942707 is removed in agent 2025-04-23 15:22:42,650 - INFO - Deleting service : ctest-nginx-svc-35732824 2025-04-23 15:22:42,898 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 15:22:42,905 - DEBUG - No XMPP flaps were noticed during the test 2025-04-23 15:22:42,905 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07] 2025-04-23 15:22:42,905 - INFO - -------------------------------------------------------------------------------- 2025-04-23 15:22:49,287 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-23 15:22:49,415 - DEBUG - Output : cluster_project={} 2025-04-23 15:22:49,462 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-23 15:22:49,664 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-23 15:22:49,671 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-23 15:22:49,838 - DEBUG - Output : cluster_project={} 2025-04-23 15:23:00,001 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:05,044 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:05,124 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:05,161 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:10,256 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:10,322 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:10,432 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:10,471 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-23 15:23:10,726 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 15:23:13,480 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-04-23 15:23:13,501 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-04-23 15:23:13,552 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-04-23 15:23:15,587 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-04-23 15:26:25,399 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-23 15:26:25,456 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ff8e00a3-ba96-4b0f-8be6-1b4952ba2931 2025-04-23 15:26:25,480 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71544471-4b1a-4046-b1bf-4caeb3372beb 2025-04-23 15:26:25,485 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:26:25,495 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c05d8a2e-a03b-428f-8b7b-351d2a7f8ce8 2025-04-23 15:26:25,500 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8756f2c0-856b-4786-800e-e4e18cc4fbff 2025-04-23 15:26:25,506 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:26:25,512 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:26:25,520 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:26:30,595 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:26:30,597 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c05d8a2e-a03b-428f-8b7b-351d2a7f8ce8 2025-04-23 15:26:30,599 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ff8e00a3-ba96-4b0f-8be6-1b4952ba2931 2025-04-23 15:26:30,600 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71544471-4b1a-4046-b1bf-4caeb3372beb 2025-04-23 15:26:30,601 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:26:30,604 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:26:30,608 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:26:30,609 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8756f2c0-856b-4786-800e-e4e18cc4fbff 2025-04-23 15:26:30,635 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d37688c4-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:26:30,637 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d2fbc882-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:26:30,640 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d1dcdf4a-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:26:30,644 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d25ec546-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:26:35,638 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:26:35,640 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:26:35,641 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:26:35,644 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:26:40,659 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:26:40,661 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:26:40,663 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:26:40,664 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:26:45,678 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:26:45,680 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:26:45,681 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:26:45,683 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:26:50,698 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:26:50,701 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:26:50,702 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:26:50,703 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:26:55,721 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:26:55,724 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:26:55,726 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:26:55,727 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:27:00,804 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a3043235-41f7-4b6b-a5ec-b44535e138f9 2025-04-23 15:27:00,806 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ee99bc97-ce9a-4d3a-91c7-bc8ad64275bf 2025-04-23 15:27:00,808 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=71842439-3e90-49ce-869b-750b017e855d 2025-04-23 15:27:00,810 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c13c9cf6-218a-4765-a95d-b405f3c396ec 2025-04-23 15:27:00,830 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d411030e-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:27:00,831 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d4972c5e-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:27:00,833 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d50a9e50-2056-11f0-9ac2-fa163e980c20 2025-04-23 15:27:00,837 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d58bee60-2056-11f0-9ac2-fa163e980c20