2025-06-24 13:25:21,348 - DEBUG - [10.0.0.73]: Running cmd : hostname 2025-06-24 13:25:21,592 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1294-1 2025-06-24 13:25:21,593 - DEBUG - [10.0.0.73]: Running cmd : hostname -f 2025-06-24 13:25:21,638 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1294-1 2025-06-24 13:25:21,638 - DEBUG - [10.0.0.73]: 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 13:25:21,707 - DEBUG - Output : NAMES contrail_test_In0HoaGs9 contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 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-collector-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-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-api-1 config_api-dnsmasq-1 config_api-schema-1 2025-06-24 13:25:21,707 - DEBUG - [10.0.0.73]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 13:25:21,771 - DEBUG - Output : 10.0.0.73/24 172.17.0.1/16 2025-06-24 13:25:21,772 - DEBUG - [10.0.0.73]: Running cmd : getent hosts 10.0.0.73 | head -n 1 | awk '{print $2}' 2025-06-24 13:25:21,815 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1294-1 2025-06-24 13:25:21,909 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-06-24 13:25:22,125 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1294-1 2025-06-24 13:25:22,125 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-06-24 13:25:22,148 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1294-1 2025-06-24 13:25:22,149 - DEBUG - [10.0.0.129]: 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 13:25:22,192 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-24 13:25:22,193 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 13:25:22,227 - DEBUG - Output : 10.0.0.129/24 2025-06-24 13:25:22,227 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-06-24 13:25:22,294 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1294-1 2025-06-24 13:25:22,385 - INFO - Using existing project ['default-domain', 'k8s-default'](4e796150-8cc3-473c-97b1-581a3154c8a0) 2025-06-24 13:25:22,523 - INFO - Using existing project ['default-domain', 'k8s-default'](4e796150-8cc3-473c-97b1-581a3154c8a0) 2025-06-24 13:25:22,652 - INFO - ================================================================================ 2025-06-24 13:25:22,652 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-24 13:25:22,653 - 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 13:25:22,901 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 13:25:22,910 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.73': '0'}} with 2025-06-24 13:25:22,910 - INFO - Initial checks done. Running the testcase now 2025-06-24 13:25:22,910 - INFO - 2025-06-24 13:25:22,914 - INFO - Namespace default already exists 2025-06-24 13:25:22,914 - DEBUG - [10.0.0.73]: 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 13:25:23,042 - DEBUG - Output : cluster_project={} 2025-06-24 13:25:23,084 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-24 13:25:23,084 - DEBUG - Project uuid in Contrail is 4e796150-8cc3-473c-97b1-581a3154c8a0 2025-06-24 13:25:23,084 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-24 13:25:23,203 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 13:25:23,203 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_NamespaceDatabaseList?namespace_uuid=15fac9df-6800-4377-8a14-f0e8e465fde5 2025-06-24 13:25:23,207 - INFO - Namespace default with uuid 15fac9df-6800-4377-8a14-f0e8e465fde5 found in kube manager 2025-06-24 13:25:23,208 - INFO - Namespace default verification passed 2025-06-24 13:25:23,210 - DEBUG - Service ctest-nginx-svc-11603379 not present 2025-06-24 13:25:23,210 - INFO - Creating service ctest-nginx-svc-11603379 2025-06-24 13:25:23,228 - INFO - Created Service ctest-nginx-svc-11603379 2025-06-24 13:25:23,231 - DEBUG - Pod ctest-nginx-pod-79918268 not present 2025-06-24 13:25:23,232 - INFO - Creating Pod ctest-nginx-pod-79918268 2025-06-24 13:25:23,290 - DEBUG - Pod : ctest-nginx-pod-79918268 UUID is 887c1a48-1ed1-44ab-a19c-87de1acc8d84 2025-06-24 13:25:23,301 - DEBUG - Pod ctest-nginx-pod-73265908 not present 2025-06-24 13:25:23,303 - INFO - Creating Pod ctest-nginx-pod-73265908 2025-06-24 13:25:23,333 - DEBUG - Pod : ctest-nginx-pod-73265908 UUID is f748c25f-3d05-444e-8706-8d09ad8e2067 2025-06-24 13:25:23,502 - INFO - Created VN __public__, UUID :dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:23,823 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-24 13:25:23,839 - DEBUG - Requesting: http://10.0.0.73:8082/domain/925cb241-4548-4fe5-ae85-0c482b756948 2025-06-24 13:25:23,859 - DEBUG - Requesting: http://10.0.0.73:8082/project/4e796150-8cc3-473c-97b1-581a3154c8a0 2025-06-24 13:25:23,955 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:23,971 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:24,031 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/2da29156-ddd0-438d-989f-7a507f4e4706 2025-06-24 13:25:24,056 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/2da29156-ddd0-438d-989f-7a507f4e4706 2025-06-24 13:25:24,072 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/ef218153-40c6-4ce5-a673-15bba2092d9b 2025-06-24 13:25:24,112 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 13:25:24,112 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:24,137 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/2da29156-ddd0-438d-989f-7a507f4e4706 2025-06-24 13:25:24,154 - INFO - Verified VN network id 14 for VN dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:24,154 - INFO - Verifications in API Server for VN __public__ passed 2025-06-24 13:25:24,154 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:24,164 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/2da29156-ddd0-438d-989f-7a507f4e4706 2025-06-24 13:25:24,175 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/2da29156-ddd0-438d-989f-7a507f4e4706 2025-06-24 13:25:24,207 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/ef218153-40c6-4ce5-a673-15bba2092d9b 2025-06-24 13:25:24,231 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 13:25:24,244 - DEBUG - Control-node 10.0.0.73 : 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': '15885110261739506033', 'uuid-lslong': '11884059269319249985'}, 'enable': 'true', 'created': '2025-06-24T13:25:23', 'last-modified': '2025-06-24T13:25:23', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.630221'} 2025-06-24 13:25:24,244 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 13:25:24,261 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 13:25:24,261 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-24 13:25:24,263 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-24 13:25:24,263 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-24 13:25:24,275 - DEBUG - Requesting: http://10.0.0.73:8082/domain/925cb241-4548-4fe5-ae85-0c482b756948 2025-06-24 13:25:24,304 - DEBUG - Requesting: http://10.0.0.73:8082/project/4e796150-8cc3-473c-97b1-581a3154c8a0 2025-06-24 13:25:24,378 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:24,396 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-24 13:25:24,396 - DEBUG - Verifying the vn in opserver 2025-06-24 13:25:24,396 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.73 2025-06-24 13:25:24,397 - DEBUG - Requesting: http://10.0.0.73:8081/analytics/uves/virtual-networks 2025-06-24 13:25:24,402 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.73:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-24 13:25:24,402 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-24 13:25:24,403 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 13:25:24,415 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 13:25:24,434 - DEBUG - Do not have enough data to verify VN in agent 2025-06-24 13:25:24,434 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 13:25:24,440 - DEBUG - VRF ids for VN __public__: {} 2025-06-24 13:25:24,507 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-24 13:25:24,742 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-24 13:25:24,751 - DEBUG - Requesting: http://10.0.0.73:8082/domain/925cb241-4548-4fe5-ae85-0c482b756948 2025-06-24 13:25:24,763 - DEBUG - Requesting: http://10.0.0.73:8082/project/4e796150-8cc3-473c-97b1-581a3154c8a0 2025-06-24 13:25:24,828 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:24,851 - DEBUG - Requesting: http://10.0.0.73:8082/floating-ip-pool/5f4dcb29-61e5-41bd-962f-7eb826832df9 2025-06-24 13:25:24,870 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-24 13:25:24,876 - DEBUG - Requesting: http://10.0.0.73:8082/domain/925cb241-4548-4fe5-ae85-0c482b756948 2025-06-24 13:25:24,884 - DEBUG - Requesting: http://10.0.0.73:8082/project/4e796150-8cc3-473c-97b1-581a3154c8a0 2025-06-24 13:25:24,974 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/dc733f9e-c0e5-4971-a4ec-a8f0e5765041 2025-06-24 13:25:24,987 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-24 13:25:24,987 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-24 13:25:25,001 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-24 13:25:25,013 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-24 13:25:25,013 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-24 13:25:25,015 - DEBUG - Ingress ctest-nginx-ingress-69422173 not present 2025-06-24 13:25:25,015 - INFO - Creating Ingress ctest-nginx-ingress-69422173 2025-06-24 13:25:25,021 - INFO - Created Ingress ctest-nginx-ingress-69422173 2025-06-24 13:25:25,026 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-69422173 2025-06-24 13:25:28,031 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-69422173 2025-06-24 13:25:31,037 - DEBUG - For Ingress ctest-nginx-ingress-69422173, Cluster IP: 10.47.255.249, External IPs ['99.31.211.188'] 2025-06-24 13:25:31,037 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-69422173 2025-06-24 13:25:31,037 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=19c7d227-b8b2-4048-aa1f-f0c4088deb93 2025-06-24 13:25:31,048 - INFO - Ingress ctest-nginx-ingress-69422173 with uuid 19c7d227-b8b2-4048-aa1f-f0c4088deb93 found in kube manager 2025-06-24 13:25:31,048 - INFO - Ingress ctest-nginx-ingress-69422173 verification passed 2025-06-24 13:25:31,051 - DEBUG - Pod ctest-busybox-pod-22114444 not present 2025-06-24 13:25:31,051 - INFO - Creating Pod ctest-busybox-pod-22114444 2025-06-24 13:25:31,067 - DEBUG - Node for Pod ctest-busybox-pod-22114444 not yet populated 2025-06-24 13:25:34,076 - DEBUG - Pod : ctest-busybox-pod-22114444 UUID is c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:25:34,081 - DEBUG - Pod ctest-nginx-pod-79918268 not in running state.Currently in Pending 2025-06-24 13:25:39,087 - DEBUG - Pod ctest-nginx-pod-79918268 not in running state.Currently in Pending 2025-06-24 13:25:44,101 - INFO - Pod ctest-nginx-pod-79918268 is in running state.Got IP 10.47.255.251 2025-06-24 13:25:44,115 - DEBUG - Pod ctest-nginx-pod-79918268 has vmi afe5eeda-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:25:44,115 - INFO - Verified pod ctest-nginx-pod-79918268 in contrail-api 2025-06-24 13:25:44,115 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:25:44,127 - DEBUG - VMI afe5eeda-50fe-11f0-81d4-fa163e49113b is active in agent 10.0.0.129 2025-06-24 13:25:44,128 - INFO - Verified Pod ctest-nginx-pod-79918268 in agent 10.0.0.129 2025-06-24 13:25:44,128 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=887c1a48-1ed1-44ab-a19c-87de1acc8d84 2025-06-24 13:25:44,132 - INFO - Pod ctest-nginx-pod-79918268 with uuid 887c1a48-1ed1-44ab-a19c-87de1acc8d84 found in kube manager 2025-06-24 13:25:44,132 - INFO - Pod ctest-nginx-pod-79918268 verification passed 2025-06-24 13:25:44,199 - DEBUG - [Pod ctest-nginx-pod-79918268] Cmd: echo ctest-nginx-pod-79918268 > /usr/share/nginx/html/index.html, Output: 2025-06-24 13:25:44,206 - INFO - Pod ctest-nginx-pod-73265908 is in running state.Got IP 10.47.255.250 2025-06-24 13:25:44,221 - DEBUG - Pod ctest-nginx-pod-73265908 has vmi b0534c0a-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:25:44,221 - INFO - Verified pod ctest-nginx-pod-73265908 in contrail-api 2025-06-24 13:25:44,221 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:25:44,232 - DEBUG - VMI b0534c0a-50fe-11f0-81d4-fa163e49113b is active in agent 10.0.0.129 2025-06-24 13:25:44,232 - INFO - Verified Pod ctest-nginx-pod-73265908 in agent 10.0.0.129 2025-06-24 13:25:44,232 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=f748c25f-3d05-444e-8706-8d09ad8e2067 2025-06-24 13:25:44,236 - INFO - Pod ctest-nginx-pod-73265908 with uuid f748c25f-3d05-444e-8706-8d09ad8e2067 found in kube manager 2025-06-24 13:25:44,236 - INFO - Pod ctest-nginx-pod-73265908 verification passed 2025-06-24 13:25:44,293 - DEBUG - [Pod ctest-nginx-pod-73265908] Cmd: echo ctest-nginx-pod-73265908 > /usr/share/nginx/html/index.html, Output: 2025-06-24 13:25:44,298 - DEBUG - Pod ctest-busybox-pod-22114444 not in running state.Currently in Pending 2025-06-24 13:25:49,306 - INFO - Pod ctest-busybox-pod-22114444 is in running state.Got IP 10.47.255.248 2025-06-24 13:25:49,366 - DEBUG - Pod ctest-busybox-pod-22114444 has vmi b39047d8-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:25:49,366 - INFO - Verified pod ctest-busybox-pod-22114444 in contrail-api 2025-06-24 13:25:49,366 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:25:49,379 - DEBUG - VMI b39047d8-50fe-11f0-81d4-fa163e49113b is active in agent 10.0.0.129 2025-06-24 13:25:49,379 - INFO - Verified Pod ctest-busybox-pod-22114444 in agent 10.0.0.129 2025-06-24 13:25:49,379 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:25:49,385 - INFO - Pod ctest-busybox-pod-22114444 with uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 found in kube manager 2025-06-24 13:25:49,385 - INFO - Pod ctest-busybox-pod-22114444 verification passed 2025-06-24 13:25:49,445 - DEBUG - [Pod ctest-busybox-pod-22114444] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73265908 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 13:25:49,446 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 13:25:49,446 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd output: ctest-nginx-pod-73265908 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 13:25:49,497 - DEBUG - [Pod ctest-busybox-pod-22114444] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73265908 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 13:25:49,497 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 13:25:49,497 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd output: ctest-nginx-pod-73265908 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 13:25:49,548 - DEBUG - [Pod ctest-busybox-pod-22114444] 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-73265908 2025-06-24 13:25:49,548 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 13:25:49,548 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] 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-73265908 2025-06-24 13:25:49,601 - DEBUG - [Pod ctest-busybox-pod-22114444] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73265908 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 13:25:49,601 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 13:25:49,601 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd output: ctest-nginx-pod-73265908 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 13:25:49,641 - DEBUG - [Pod ctest-busybox-pod-22114444] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-79918268 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 13:25:49,641 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 13:25:49,641 - DEBUG - [Pod Pod ctest-busybox-pod-22114444] Cmd output: ctest-nginx-pod-79918268 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 13:25:49,641 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-79918268': 1, 'ctest-nginx-pod-73265908': 4} 2025-06-24 13:25:49,641 - WARNING - Nothing to delete parallely 2025-06-24 13:25:49,642 - INFO - Deleting pod default:ctest-busybox-pod-22114444 2025-06-24 13:25:49,653 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:25:49,662 - WARNING - Pod uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:25:54,662 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:25:54,668 - WARNING - Pod uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:25:59,669 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:25:59,682 - WARNING - Pod uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:26:04,684 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:26:04,690 - WARNING - Pod uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:26:09,691 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:26:09,699 - WARNING - Pod uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:26:14,699 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:26:14,706 - WARNING - Pod uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:26:19,707 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:26:19,713 - WARNING - Pod uuid c7a2810a-dfef-4c03-8303-710b8bbce7a1 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:26:24,715 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c7a2810a-dfef-4c03-8303-710b8bbce7a1 2025-06-24 13:26:24,721 - DEBUG - Pod c7a2810a-dfef-4c03-8303-710b8bbce7a1 is not in agent 10.0.0.129 VM list 2025-06-24 13:26:24,721 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b39047d8-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:26:24,727 - DEBUG - VMI b39047d8-50fe-11f0-81d4-fa163e49113b is removed from agent 10.0.0.129 2025-06-24 13:26:24,727 - INFO - Verified that pod ctest-busybox-pod-22114444 is removed in agent 2025-06-24 13:26:24,727 - INFO - Deleting Ingress : ctest-nginx-ingress-69422173 2025-06-24 13:26:24,742 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=19c7d227-b8b2-4048-aa1f-f0c4088deb93 2025-06-24 13:26:24,750 - ERROR - Ingress ctest-nginx-ingress-69422173 with uuid 19c7d227-b8b2-4048-aa1f-f0c4088deb93 still found in kube manager 2025-06-24 13:26:25,757 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=19c7d227-b8b2-4048-aa1f-f0c4088deb93 2025-06-24 13:26:25,764 - INFO - Ingress ctest-nginx-ingress-69422173 with uuid 19c7d227-b8b2-4048-aa1f-f0c4088deb93 deleted successfully from kube manager 2025-06-24 13:26:25,764 - INFO - Verifications on Ingress %s cleanup passed 2025-06-24 13:26:25,765 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-24 13:26:25,900 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-24 13:26:25,906 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-24 13:26:25,906 - INFO - Deleting VN __public__ 2025-06-24 13:26:26,152 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/2da29156-ddd0-438d-989f-7a507f4e4706 2025-06-24 13:26:26,164 - DEBUG - Response Code: 404 2025-06-24 13:26:26,165 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-24 13:26:26,174 - DEBUG - Requesting: http://10.0.0.73:8082/domain/925cb241-4548-4fe5-ae85-0c482b756948 2025-06-24 13:26:26,189 - DEBUG - Requesting: http://10.0.0.73:8082/project/4e796150-8cc3-473c-97b1-581a3154c8a0 2025-06-24 13:26:26,238 - INFO - Validated that VN __public__ is not found in API Server 2025-06-24 13:26:26,238 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-24 13:26:26,246 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 13:26:26,254 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-06-24 13:26:26,254 - INFO - Validated that VN __public__ is not in any agent 2025-06-24 13:26:26,254 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 13:26:26,262 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 13:26:26,271 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 13:26:26,281 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-24 13:26:26,282 - INFO - Deleting pod default:ctest-nginx-pod-73265908 2025-06-24 13:26:26,295 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f748c25f-3d05-444e-8706-8d09ad8e2067 2025-06-24 13:26:26,307 - WARNING - Pod uuid f748c25f-3d05-444e-8706-8d09ad8e2067 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:26:31,307 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f748c25f-3d05-444e-8706-8d09ad8e2067 2025-06-24 13:26:31,314 - DEBUG - Pod f748c25f-3d05-444e-8706-8d09ad8e2067 is not in agent 10.0.0.129 VM list 2025-06-24 13:26:31,314 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0534c0a-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:26:31,322 - DEBUG - VMI b0534c0a-50fe-11f0-81d4-fa163e49113b is removed from agent 10.0.0.129 2025-06-24 13:26:31,322 - INFO - Verified that pod ctest-nginx-pod-73265908 is removed in agent 2025-06-24 13:26:31,323 - INFO - Deleting pod default:ctest-nginx-pod-79918268 2025-06-24 13:26:31,343 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=887c1a48-1ed1-44ab-a19c-87de1acc8d84 2025-06-24 13:26:31,357 - WARNING - Pod uuid 887c1a48-1ed1-44ab-a19c-87de1acc8d84 is still seen in agent 10.0.0.129 VM list 2025-06-24 13:26:36,358 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=887c1a48-1ed1-44ab-a19c-87de1acc8d84 2025-06-24 13:26:36,371 - DEBUG - Pod 887c1a48-1ed1-44ab-a19c-87de1acc8d84 is not in agent 10.0.0.129 VM list 2025-06-24 13:26:36,371 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:afe5eeda-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:26:36,378 - DEBUG - VMI afe5eeda-50fe-11f0-81d4-fa163e49113b is removed from agent 10.0.0.129 2025-06-24 13:26:36,378 - INFO - Verified that pod ctest-nginx-pod-79918268 is removed in agent 2025-06-24 13:26:36,378 - INFO - Deleting service : ctest-nginx-svc-11603379 2025-06-24 13:26:36,594 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 13:26:36,600 - DEBUG - No XMPP flaps were noticed during the test
2025-06-24 13:26:36,601 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14]
2025-06-24 13:26:36,601 - INFO - -------------------------------------------------------------------------------- 2025-06-24 13:26:42,966 - DEBUG - [10.0.0.73]: 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 13:26:43,110 - DEBUG - Output : cluster_project={} 2025-06-24 13:26:43,157 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-24 13:26:43,350 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 13:26:43,357 - DEBUG - [10.0.0.73]: 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 13:26:43,463 - DEBUG - Output : cluster_project={} 2025-06-24 13:26:53,602 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:26:58,649 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:26:58,729 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:26:58,814 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:27:03,858 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:27:03,934 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:27:03,974 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:27:04,050 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 13:27:04,251 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 13:27:06,879 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_ApplicationPolicySetReq? 2025-06-24 13:27:06,888 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-06-24 13:27:06,915 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-06-24 13:27:08,944 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-06-24 13:30:16,971 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 13:30:17,034 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:17,086 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:17,100 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:17,119 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:17,123 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fac0c886-a12b-4b51-927c-7757eeda69db 2025-06-24 13:30:17,133 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8cf430af-48b2-4026-9b78-d516d16a9165 2025-06-24 13:30:17,141 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=771d0f55-68e2-4183-b62e-de3cddcb2955 2025-06-24 13:30:17,147 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:22,151 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:22,153 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:22,177 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8cf430af-48b2-4026-9b78-d516d16a9165 2025-06-24 13:30:22,179 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:22,180 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fac0c886-a12b-4b51-927c-7757eeda69db 2025-06-24 13:30:22,181 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:22,182 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:22,185 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=771d0f55-68e2-4183-b62e-de3cddcb2955 2025-06-24 13:30:22,204 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dfa4459a-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:30:22,206 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e0c5adec-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:30:22,208 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e049ffda-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:30:27,161 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:27,163 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:27,202 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:27,206 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:27,214 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:32,174 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:32,177 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:32,218 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:32,233 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:32,236 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:37,188 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:37,191 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:37,227 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:37,245 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:37,247 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:42,200 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:42,202 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:42,235 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:42,257 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:42,258 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:47,213 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:47,214 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:47,244 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:47,269 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:47,271 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:52,264 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=89a5b4ac-b9cb-4342-bea0-305dfa5231ed 2025-06-24 13:30:52,266 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=276e1991-96a1-4026-b62f-c568fe21f19a 2025-06-24 13:30:52,267 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63f5a693-20d3-4020-a008-375459119a1d 2025-06-24 13:30:52,277 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df2a7b5c-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:30:52,280 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e161a300-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:30:52,281 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2642b88-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:30:52,284 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=63c76465-3438-4134-a3f4-0f6a2178d1ea 2025-06-24 13:30:52,286 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18f1dc65-b07a-418c-a054-83ad6f265a59 2025-06-24 13:30:52,297 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2e69b86-50fe-11f0-81d4-fa163e49113b 2025-06-24 13:30:52,298 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e1e5c31a-50fe-11f0-81d4-fa163e49113b