2025-06-24 12:18:38,058 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-06-24 12:18:38,349 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1292-1 2025-06-24 12:18:38,350 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-06-24 12:18:38,383 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1292-1 2025-06-24 12:18:38,383 - DEBUG - [10.0.0.65]: 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-06-24 12:18:38,449 - DEBUG - Output : NAMES contrail_test_KxrPu5wql contrail-kubernetes-master-kubemanager-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-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-schema-1 config_api-api-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-dnsmasq-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 2025-06-24 12:18:38,449 - DEBUG - [10.0.0.65]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 12:18:38,521 - DEBUG - Output : 10.0.0.65/24 172.17.0.1/16 2025-06-24 12:18:38,521 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-06-24 12:18:38,555 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1292-1 2025-06-24 12:18:38,672 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-06-24 12:18:38,902 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1292-1 2025-06-24 12:18:38,902 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-06-24 12:18:38,925 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1292-1 2025-06-24 12:18:38,925 - DEBUG - [10.0.0.27]: 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-06-24 12:18:38,979 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-24 12:18:38,979 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 12:18:39,013 - DEBUG - Output : 10.0.0.27/24 2025-06-24 12:18:39,013 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-06-24 12:18:39,081 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1292-1 2025-06-24 12:18:39,140 - INFO - Using existing project ['default-domain', 'k8s-default'](1dcf389b-1df3-4052-87d5-b71d503e0342) 2025-06-24 12:18:39,236 - INFO - Using existing project ['default-domain', 'k8s-default'](1dcf389b-1df3-4052-87d5-b71d503e0342) 2025-06-24 12:18:39,369 - INFO - ================================================================================ 2025-06-24 12:18:39,369 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-24 12:18:39,370 - 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-06-24 12:18:39,599 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:18:39,607 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.65': '0'}} with 2025-06-24 12:18:39,608 - INFO - Initial checks done. Running the testcase now 2025-06-24 12:18:39,608 - INFO - 2025-06-24 12:18:39,611 - INFO - Namespace default already exists 2025-06-24 12:18:39,611 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-24 12:18:39,716 - DEBUG - Output : cluster_project={} 2025-06-24 12:18:39,754 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-24 12:18:39,754 - DEBUG - Project uuid in Contrail is 1dcf389b-1df3-4052-87d5-b71d503e0342 2025-06-24 12:18:39,754 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-24 12:18:39,877 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 12:18:39,877 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_NamespaceDatabaseList?namespace_uuid=23bf7cde-a3b2-4262-a68d-721b640b83bc 2025-06-24 12:18:39,881 - INFO - Namespace default with uuid 23bf7cde-a3b2-4262-a68d-721b640b83bc found in kube manager 2025-06-24 12:18:39,881 - INFO - Namespace default verification passed 2025-06-24 12:18:39,884 - DEBUG - Service ctest-nginx-svc-25318991 not present 2025-06-24 12:18:39,884 - INFO - Creating service ctest-nginx-svc-25318991 2025-06-24 12:18:39,903 - INFO - Created Service ctest-nginx-svc-25318991 2025-06-24 12:18:39,912 - DEBUG - Pod ctest-nginx-pod-67814323 not present 2025-06-24 12:18:39,912 - INFO - Creating Pod ctest-nginx-pod-67814323 2025-06-24 12:18:39,944 - DEBUG - Pod : ctest-nginx-pod-67814323 UUID is 2bc296e5-e85a-4b28-b16f-25b659ce88fd 2025-06-24 12:18:39,950 - DEBUG - Pod ctest-nginx-pod-60554346 not present 2025-06-24 12:18:39,950 - INFO - Creating Pod ctest-nginx-pod-60554346 2025-06-24 12:18:39,996 - DEBUG - Pod : ctest-nginx-pod-60554346 UUID is af4a9bfc-eb21-43a9-a822-e6858171c9fb 2025-06-24 12:18:40,164 - INFO - Created VN __public__, UUID :921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:40,288 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-24 12:18:40,307 - DEBUG - Requesting: http://10.0.0.65:8082/domain/df36def5-1b1d-4b17-b8e5-bd42ae606240 2025-06-24 12:18:40,344 - DEBUG - Requesting: http://10.0.0.65:8082/project/1dcf389b-1df3-4052-87d5-b71d503e0342 2025-06-24 12:18:40,393 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:40,416 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:40,424 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:18:40,430 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:18:40,436 - DEBUG - Route Targets: [] 2025-06-24 12:18:40,436 - DEBUG - RT names not yet present for VN __public__ 2025-06-24 12:18:45,437 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-24 12:18:45,442 - DEBUG - Requesting: http://10.0.0.65:8082/domain/df36def5-1b1d-4b17-b8e5-bd42ae606240 2025-06-24 12:18:45,449 - DEBUG - Requesting: http://10.0.0.65:8082/project/1dcf389b-1df3-4052-87d5-b71d503e0342 2025-06-24 12:18:45,493 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,501 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,509 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:18:45,515 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:18:45,521 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/d4c84105-09e4-43b3-9e3f-0597d83ea5fb 2025-06-24 12:18:45,525 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 12:18:45,526 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,533 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:18:45,544 - INFO - Verified VN network id 14 for VN 921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,544 - INFO - Verifications in API Server for VN __public__ passed 2025-06-24 12:18:45,544 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,552 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:18:45,558 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:18:45,564 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/d4c84105-09e4-43b3-9e3f-0597d83ea5fb 2025-06-24 12:18:45,570 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 12:18:45,576 - DEBUG - Control-node 10.0.0.65 : 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': '10529111556792143092', 'uuid-lslong': '12148760330047781424'}, 'enable': 'true', 'created': '2025-06-24T12:18:40', 'last-modified': '2025-06-24T12:18:40', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.367763'} 2025-06-24 12:18:45,576 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:18:45,582 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 12:18:45,582 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-24 12:18:45,583 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-24 12:18:45,583 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-24 12:18:45,587 - DEBUG - Requesting: http://10.0.0.65:8082/domain/df36def5-1b1d-4b17-b8e5-bd42ae606240 2025-06-24 12:18:45,594 - DEBUG - Requesting: http://10.0.0.65:8082/project/1dcf389b-1df3-4052-87d5-b71d503e0342 2025-06-24 12:18:45,629 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,637 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-24 12:18:45,637 - DEBUG - Verifying the vn in opserver 2025-06-24 12:18:45,638 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.65 2025-06-24 12:18:45,638 - DEBUG - Requesting: http://10.0.0.65:8081/analytics/uves/virtual-networks 2025-06-24 12:18:45,642 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.65:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-24 12:18:45,642 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-24 12:18:45,642 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:18:45,651 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:18:45,658 - DEBUG - Do not have enough data to verify VN in agent 2025-06-24 12:18:45,658 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:18:45,664 - DEBUG - VRF ids for VN __public__: {} 2025-06-24 12:18:45,756 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-24 12:18:45,854 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-24 12:18:45,859 - DEBUG - Requesting: http://10.0.0.65:8082/domain/df36def5-1b1d-4b17-b8e5-bd42ae606240 2025-06-24 12:18:45,865 - DEBUG - Requesting: http://10.0.0.65:8082/project/1dcf389b-1df3-4052-87d5-b71d503e0342 2025-06-24 12:18:45,901 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,910 - DEBUG - Requesting: http://10.0.0.65:8082/floating-ip-pool/50fa6d76-87e1-4fd3-ad06-a4be4887f757 2025-06-24 12:18:45,915 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-24 12:18:45,919 - DEBUG - Requesting: http://10.0.0.65:8082/domain/df36def5-1b1d-4b17-b8e5-bd42ae606240 2025-06-24 12:18:45,925 - DEBUG - Requesting: http://10.0.0.65:8082/project/1dcf389b-1df3-4052-87d5-b71d503e0342 2025-06-24 12:18:45,963 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/921eeb2c-df0e-4cf4-a899-11273ddafa30 2025-06-24 12:18:45,970 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-24 12:18:45,970 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-24 12:18:45,976 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-24 12:18:45,982 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-24 12:18:45,982 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-24 12:18:45,985 - DEBUG - Ingress ctest-nginx-ingress-90122076 not present 2025-06-24 12:18:45,985 - INFO - Creating Ingress ctest-nginx-ingress-90122076 2025-06-24 12:18:45,991 - INFO - Created Ingress ctest-nginx-ingress-90122076 2025-06-24 12:18:45,997 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90122076 2025-06-24 12:18:49,004 - DEBUG - For Ingress ctest-nginx-ingress-90122076, Cluster IP: 10.47.255.249, External IPs ['170.118.46.60'] 2025-06-24 12:18:49,004 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-90122076 2025-06-24 12:18:49,004 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=3393ded1-fe1a-4a66-bba8-3f2fc434957e 2025-06-24 12:18:49,008 - INFO - Ingress ctest-nginx-ingress-90122076 with uuid 3393ded1-fe1a-4a66-bba8-3f2fc434957e found in kube manager 2025-06-24 12:18:49,009 - INFO - Ingress ctest-nginx-ingress-90122076 verification passed 2025-06-24 12:18:49,012 - DEBUG - Pod ctest-busybox-pod-22367143 not present 2025-06-24 12:18:49,012 - INFO - Creating Pod ctest-busybox-pod-22367143 2025-06-24 12:18:49,031 - DEBUG - Pod : ctest-busybox-pod-22367143 UUID is 9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:18:49,043 - DEBUG - Pod ctest-nginx-pod-67814323 not in running state.Currently in Pending 2025-06-24 12:18:54,048 - INFO - Pod ctest-nginx-pod-67814323 is in running state.Got IP 10.47.255.251 2025-06-24 12:18:54,060 - DEBUG - Pod ctest-nginx-pod-67814323 has vmi 5d6ae9d4-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:18:54,060 - INFO - Verified pod ctest-nginx-pod-67814323 in contrail-api 2025-06-24 12:18:54,060 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:18:54,072 - DEBUG - VMI 5d6ae9d4-50f5-11f0-99ed-fa163ebfb958 is active in agent 10.0.0.27 2025-06-24 12:18:54,072 - INFO - Verified Pod ctest-nginx-pod-67814323 in agent 10.0.0.27 2025-06-24 12:18:54,072 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=2bc296e5-e85a-4b28-b16f-25b659ce88fd 2025-06-24 12:18:54,076 - INFO - Pod ctest-nginx-pod-67814323 with uuid 2bc296e5-e85a-4b28-b16f-25b659ce88fd found in kube manager 2025-06-24 12:18:54,076 - INFO - Pod ctest-nginx-pod-67814323 verification passed 2025-06-24 12:18:54,133 - DEBUG - [Pod ctest-nginx-pod-67814323] Cmd: echo ctest-nginx-pod-67814323 > /usr/share/nginx/html/index.html, Output: 2025-06-24 12:18:54,138 - INFO - Pod ctest-nginx-pod-60554346 is in running state.Got IP 10.47.255.250 2025-06-24 12:18:54,150 - DEBUG - Pod ctest-nginx-pod-60554346 has vmi 5ddb9468-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:18:54,150 - INFO - Verified pod ctest-nginx-pod-60554346 in contrail-api 2025-06-24 12:18:54,150 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:18:54,162 - DEBUG - VMI 5ddb9468-50f5-11f0-99ed-fa163ebfb958 is active in agent 10.0.0.27 2025-06-24 12:18:54,162 - INFO - Verified Pod ctest-nginx-pod-60554346 in agent 10.0.0.27 2025-06-24 12:18:54,162 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=af4a9bfc-eb21-43a9-a822-e6858171c9fb 2025-06-24 12:18:54,166 - INFO - Pod ctest-nginx-pod-60554346 with uuid af4a9bfc-eb21-43a9-a822-e6858171c9fb found in kube manager 2025-06-24 12:18:54,166 - INFO - Pod ctest-nginx-pod-60554346 verification passed 2025-06-24 12:18:54,223 - DEBUG - [Pod ctest-nginx-pod-60554346] Cmd: echo ctest-nginx-pod-60554346 > /usr/share/nginx/html/index.html, Output: 2025-06-24 12:18:54,227 - DEBUG - Pod ctest-busybox-pod-22367143 not in running state.Currently in Pending 2025-06-24 12:18:59,232 - DEBUG - Pod ctest-busybox-pod-22367143 not in running state.Currently in Pending 2025-06-24 12:19:04,237 - INFO - Pod ctest-busybox-pod-22367143 is in running state.Got IP 10.47.255.248 2025-06-24 12:19:04,292 - DEBUG - Pod ctest-busybox-pod-22367143 has vmi 6222d220-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:19:04,292 - INFO - Verified pod ctest-busybox-pod-22367143 in contrail-api 2025-06-24 12:19:04,293 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:19:04,303 - DEBUG - VMI 6222d220-50f5-11f0-99ed-fa163ebfb958 is active in agent 10.0.0.27 2025-06-24 12:19:04,303 - INFO - Verified Pod ctest-busybox-pod-22367143 in agent 10.0.0.27 2025-06-24 12:19:04,303 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:04,307 - INFO - Pod ctest-busybox-pod-22367143 with uuid 9d716126-3699-4fa2-8e52-2854827dbec7 found in kube manager 2025-06-24 12:19:04,307 - INFO - Pod ctest-busybox-pod-22367143 verification passed 2025-06-24 12:19:04,364 - DEBUG - [Pod ctest-busybox-pod-22367143] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60554346 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-06-24 12:19:04,364 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:19:04,364 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd output: ctest-nginx-pod-60554346 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-06-24 12:19:04,413 - DEBUG - [Pod ctest-busybox-pod-22367143] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60554346 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-06-24 12:19:04,413 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:19:04,413 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd output: ctest-nginx-pod-60554346 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-06-24 12:19:04,462 - DEBUG - [Pod ctest-busybox-pod-22367143] 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-60554346 2025-06-24 12:19:04,462 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:19:04,462 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] 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-60554346 2025-06-24 12:19:04,514 - DEBUG - [Pod ctest-busybox-pod-22367143] 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-60554346 2025-06-24 12:19:04,515 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:19:04,515 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] 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-60554346 2025-06-24 12:19:04,571 - DEBUG - [Pod ctest-busybox-pod-22367143] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60554346 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-06-24 12:19:04,571 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:19:04,571 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd output: ctest-nginx-pod-60554346 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-06-24 12:19:04,626 - DEBUG - [Pod ctest-busybox-pod-22367143] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-67814323 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-06-24 12:19:04,627 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:19:04,627 - DEBUG - [Pod Pod ctest-busybox-pod-22367143] Cmd output: ctest-nginx-pod-67814323 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-06-24 12:19:04,627 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-67814323': 1, 'ctest-nginx-pod-60554346': 5} 2025-06-24 12:19:04,627 - WARNING - Nothing to delete parallely 2025-06-24 12:19:04,627 - INFO - Deleting pod default:ctest-busybox-pod-22367143 2025-06-24 12:19:04,638 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:04,644 - WARNING - Pod uuid 9d716126-3699-4fa2-8e52-2854827dbec7 is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:09,646 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:09,666 - WARNING - Pod uuid 9d716126-3699-4fa2-8e52-2854827dbec7 is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:14,666 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:14,673 - WARNING - Pod uuid 9d716126-3699-4fa2-8e52-2854827dbec7 is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:19,674 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:19,681 - WARNING - Pod uuid 9d716126-3699-4fa2-8e52-2854827dbec7 is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:24,682 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:24,695 - WARNING - Pod uuid 9d716126-3699-4fa2-8e52-2854827dbec7 is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:29,696 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:29,705 - WARNING - Pod uuid 9d716126-3699-4fa2-8e52-2854827dbec7 is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:34,706 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:34,712 - WARNING - Pod uuid 9d716126-3699-4fa2-8e52-2854827dbec7 is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:39,713 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9d716126-3699-4fa2-8e52-2854827dbec7 2025-06-24 12:19:39,810 - DEBUG - Pod 9d716126-3699-4fa2-8e52-2854827dbec7 is not in agent 10.0.0.27 VM list 2025-06-24 12:19:39,811 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6222d220-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:19:39,817 - DEBUG - VMI 6222d220-50f5-11f0-99ed-fa163ebfb958 is removed from agent 10.0.0.27 2025-06-24 12:19:39,817 - INFO - Verified that pod ctest-busybox-pod-22367143 is removed in agent 2025-06-24 12:19:39,817 - INFO - Deleting Ingress : ctest-nginx-ingress-90122076 2025-06-24 12:19:39,825 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=3393ded1-fe1a-4a66-bba8-3f2fc434957e 2025-06-24 12:19:39,828 - ERROR - Ingress ctest-nginx-ingress-90122076 with uuid 3393ded1-fe1a-4a66-bba8-3f2fc434957e still found in kube manager 2025-06-24 12:19:40,829 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=3393ded1-fe1a-4a66-bba8-3f2fc434957e 2025-06-24 12:19:40,833 - INFO - Ingress ctest-nginx-ingress-90122076 with uuid 3393ded1-fe1a-4a66-bba8-3f2fc434957e deleted successfully from kube manager 2025-06-24 12:19:40,833 - INFO - Verifications on Ingress %s cleanup passed 2025-06-24 12:19:40,833 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-24 12:19:40,905 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-24 12:19:40,911 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-24 12:19:40,911 - INFO - Deleting VN __public__ 2025-06-24 12:19:41,041 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/8606355f-f178-4259-b753-44cfa3d6e581 2025-06-24 12:19:41,054 - DEBUG - Response Code: 404 2025-06-24 12:19:41,055 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-06-24 12:19:41,060 - DEBUG - Requesting: http://10.0.0.65:8082/domain/df36def5-1b1d-4b17-b8e5-bd42ae606240 2025-06-24 12:19:41,072 - DEBUG - Requesting: http://10.0.0.65:8082/project/1dcf389b-1df3-4052-87d5-b71d503e0342 2025-06-24 12:19:41,129 - INFO - Validated that VN __public__ is not found in API Server 2025-06-24 12:19:41,129 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-24 12:19:41,143 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:19:41,159 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-06-24 12:19:41,159 - INFO - Validated that VN __public__ is not in any agent 2025-06-24 12:19:41,159 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:19:41,173 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:19:41,178 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 12:19:41,183 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-24 12:19:41,184 - INFO - Deleting pod default:ctest-nginx-pod-60554346 2025-06-24 12:19:41,195 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af4a9bfc-eb21-43a9-a822-e6858171c9fb 2025-06-24 12:19:41,235 - WARNING - Pod uuid af4a9bfc-eb21-43a9-a822-e6858171c9fb is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:46,236 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=af4a9bfc-eb21-43a9-a822-e6858171c9fb 2025-06-24 12:19:46,246 - DEBUG - Pod af4a9bfc-eb21-43a9-a822-e6858171c9fb is not in agent 10.0.0.27 VM list 2025-06-24 12:19:46,246 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ddb9468-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:19:46,253 - DEBUG - VMI 5ddb9468-50f5-11f0-99ed-fa163ebfb958 is removed from agent 10.0.0.27 2025-06-24 12:19:46,253 - INFO - Verified that pod ctest-nginx-pod-60554346 is removed in agent 2025-06-24 12:19:46,254 - INFO - Deleting pod default:ctest-nginx-pod-67814323 2025-06-24 12:19:46,261 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2bc296e5-e85a-4b28-b16f-25b659ce88fd 2025-06-24 12:19:46,271 - WARNING - Pod uuid 2bc296e5-e85a-4b28-b16f-25b659ce88fd is still seen in agent 10.0.0.27 VM list 2025-06-24 12:19:51,272 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=2bc296e5-e85a-4b28-b16f-25b659ce88fd 2025-06-24 12:19:51,279 - DEBUG - Pod 2bc296e5-e85a-4b28-b16f-25b659ce88fd is not in agent 10.0.0.27 VM list 2025-06-24 12:19:51,279 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d6ae9d4-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:19:51,286 - DEBUG - VMI 5d6ae9d4-50f5-11f0-99ed-fa163ebfb958 is removed from agent 10.0.0.27 2025-06-24 12:19:51,286 - INFO - Verified that pod ctest-nginx-pod-67814323 is removed in agent 2025-06-24 12:19:51,286 - INFO - Deleting service : ctest-nginx-svc-25318991 2025-06-24 12:19:51,524 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:19:51,530 - DEBUG - No XMPP flaps were noticed during the test
2025-06-24 12:19:51,530 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-06-24 12:19:51,530 - INFO - -------------------------------------------------------------------------------- 2025-06-24 12:19:57,867 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-24 12:19:57,976 - DEBUG - Output : cluster_project={} 2025-06-24 12:19:58,020 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-24 12:19:58,178 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 12:19:58,182 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-24 12:19:58,291 - DEBUG - Output : cluster_project={} 2025-06-24 12:20:13,413 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:13,458 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:13,535 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:13,608 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:13,647 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:13,781 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:18,820 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:18,900 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:20:19,148 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:20:20,911 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-06-24 12:20:20,917 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-06-24 12:20:20,947 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-06-24 12:20:22,975 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-06-24 12:23:32,292 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:23:32,339 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=938799f0-c42f-4009-adb5-be67680e6aeb 2025-06-24 12:23:32,344 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:23:32,348 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:23:32,351 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fb201127-cd66-486e-9d79-835824fd2821 2025-06-24 12:23:32,355 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:23:32,361 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:23:32,365 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=18f34013-0e18-4324-9422-1db7e7c20de1 2025-06-24 12:23:32,378 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cf884b6b-2770-4f7a-9d35-e9852703c651 2025-06-24 12:23:37,451 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:23:37,466 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=cf884b6b-2770-4f7a-9d35-e9852703c651 2025-06-24 12:23:37,467 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:23:37,468 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=18f34013-0e18-4324-9422-1db7e7c20de1 2025-06-24 12:23:37,469 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=938799f0-c42f-4009-adb5-be67680e6aeb 2025-06-24 12:23:37,470 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=fb201127-cd66-486e-9d79-835824fd2821 2025-06-24 12:23:37,471 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:23:37,472 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:23:37,500 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8c4cf1de-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:23:37,503 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8d6843b6-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:23:37,504 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8bd497ca-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:23:37,506 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8ce6ee9c-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:23:42,500 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:23:42,502 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:23:42,503 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:23:42,504 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:23:47,518 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:23:47,520 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:23:47,521 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:23:47,523 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:23:52,546 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:23:52,548 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:23:52,549 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:23:52,550 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:23:57,568 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:23:57,570 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:23:57,571 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:23:57,572 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:24:02,586 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:24:02,587 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:24:02,589 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:24:02,590 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:24:07,605 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=02809e41-e6b6-42ca-95ad-7747e972d6d4 2025-06-24 12:24:07,606 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=922533bb-947b-4f2b-b099-73b84267806f 2025-06-24 12:24:07,608 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b9901fb4-4d9c-4c8f-bf52-438f3f16ddd5 2025-06-24 12:24:07,609 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=26d1cee7-9d3f-4ac0-8c29-fe56e961e62d 2025-06-24 12:24:07,622 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8dee66a8-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:24:07,625 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e57fde8-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:24:07,626 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f2883dc-50f5-11f0-99ed-fa163ebfb958 2025-06-24 12:24:07,627 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8ec05334-50f5-11f0-99ed-fa163ebfb958