2025-06-10 19:24:52,515 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-06-10 19:24:53,141 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1267-1 2025-06-10 19:24:53,141 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-06-10 19:24:53,177 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1267-1 2025-06-10 19:24:53,177 - DEBUG - [10.0.0.38]: 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-10 19:24:53,291 - DEBUG - Output : NAMES contrail_test_4pTxklPHG contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 2025-06-10 19:24:53,292 - DEBUG - [10.0.0.38]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-10 19:24:53,327 - DEBUG - Output : 10.0.0.38/24 172.17.0.1/16 2025-06-10 19:24:53,327 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-06-10 19:24:53,371 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1267-1 2025-06-10 19:24:53,468 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-06-10 19:24:53,663 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1267-1 2025-06-10 19:24:53,663 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-06-10 19:24:53,687 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1267-1 2025-06-10 19:24:53,687 - 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-10 19:24:53,733 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-10 19:24:53,734 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-10 19:24:53,768 - DEBUG - Output : 10.0.0.129/24 2025-06-10 19:24:53,769 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-06-10 19:24:53,839 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1267-1 2025-06-10 19:24:53,926 - INFO - Using existing project ['default-domain', 'k8s-default'](54576b51-0eda-4cd0-bb15-0238e2e38e8f) 2025-06-10 19:24:54,055 - INFO - Using existing project ['default-domain', 'k8s-default'](54576b51-0eda-4cd0-bb15-0238e2e38e8f) 2025-06-10 19:24:54,190 - INFO - ================================================================================ 2025-06-10 19:24:54,190 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-10 19:24:54,190 - 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-10 19:24:54,442 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 19:24:54,450 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.38': '0'}} with 2025-06-10 19:24:54,451 - INFO - Initial checks done. Running the testcase now 2025-06-10 19:24:54,451 - INFO - 2025-06-10 19:24:54,456 - INFO - Namespace default already exists 2025-06-10 19:24:54,457 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-10 19:24:54,564 - DEBUG - Output : cluster_project={} 2025-06-10 19:24:54,614 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-10 19:24:54,615 - DEBUG - Project uuid in Contrail is 54576b51-0eda-4cd0-bb15-0238e2e38e8f 2025-06-10 19:24:54,615 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-10 19:24:54,733 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-10 19:24:54,733 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=b0866b89-1a4e-4a4c-94bf-d2d4a43bc9b0 2025-06-10 19:24:54,738 - INFO - Namespace default with uuid b0866b89-1a4e-4a4c-94bf-d2d4a43bc9b0 found in kube manager 2025-06-10 19:24:54,738 - INFO - Namespace default verification passed 2025-06-10 19:24:54,742 - DEBUG - Service ctest-nginx-svc-20512673 not present 2025-06-10 19:24:54,742 - INFO - Creating service ctest-nginx-svc-20512673 2025-06-10 19:24:54,769 - INFO - Created Service ctest-nginx-svc-20512673 2025-06-10 19:24:54,775 - DEBUG - Pod ctest-nginx-pod-78408162 not present 2025-06-10 19:24:54,775 - INFO - Creating Pod ctest-nginx-pod-78408162 2025-06-10 19:24:54,802 - DEBUG - Node for Pod ctest-nginx-pod-78408162 not yet populated 2025-06-10 19:24:57,809 - DEBUG - Pod : ctest-nginx-pod-78408162 UUID is 0c22eb20-216d-442b-b1ea-3bd66142d05f 2025-06-10 19:24:57,812 - DEBUG - Pod ctest-nginx-pod-59257953 not present 2025-06-10 19:24:57,812 - INFO - Creating Pod ctest-nginx-pod-59257953 2025-06-10 19:24:57,850 - DEBUG - Pod : ctest-nginx-pod-59257953 UUID is b0ded55c-7482-49df-bf65-1be718c94844 2025-06-10 19:24:58,128 - INFO - Created VN __public__, UUID :1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:58,408 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-10 19:24:58,415 - DEBUG - Requesting: http://10.0.0.38:8082/domain/855d775b-1d8a-4c28-ba20-5bb04629c494 2025-06-10 19:24:58,457 - DEBUG - Requesting: http://10.0.0.38:8082/project/54576b51-0eda-4cd0-bb15-0238e2e38e8f 2025-06-10 19:24:58,491 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:58,517 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:58,530 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c585809e-8321-47bf-98a1-9457e424f8bb 2025-06-10 19:24:58,540 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c585809e-8321-47bf-98a1-9457e424f8bb 2025-06-10 19:24:58,548 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/64f8dfd5-4091-495c-ada7-b693099b627f 2025-06-10 19:24:58,560 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-10 19:24:58,561 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:58,590 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c585809e-8321-47bf-98a1-9457e424f8bb 2025-06-10 19:24:58,606 - INFO - Verified VN network id 14 for VN 1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:58,606 - INFO - Verifications in API Server for VN __public__ passed 2025-06-10 19:24:58,606 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:58,615 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c585809e-8321-47bf-98a1-9457e424f8bb 2025-06-10 19:24:58,622 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c585809e-8321-47bf-98a1-9457e424f8bb 2025-06-10 19:24:58,628 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/64f8dfd5-4091-495c-ada7-b693099b627f 2025-06-10 19:24:58,634 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-10 19:24:58,654 - DEBUG - Control-node 10.0.0.38 : 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': '1830921862025857472', 'uuid-lslong': '9930373040489995567'}, 'enable': 'true', 'created': '2025-06-10T19:24:57', 'last-modified': '2025-06-10T19:24:58', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.375633'} 2025-06-10 19:24:58,654 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 19:24:58,665 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-10 19:24:58,665 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-10 19:24:58,666 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-10 19:24:58,666 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-10 19:24:58,673 - DEBUG - Requesting: http://10.0.0.38:8082/domain/855d775b-1d8a-4c28-ba20-5bb04629c494 2025-06-10 19:24:58,682 - DEBUG - Requesting: http://10.0.0.38:8082/project/54576b51-0eda-4cd0-bb15-0238e2e38e8f 2025-06-10 19:24:58,720 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:58,744 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-10 19:24:58,744 - DEBUG - Verifying the vn in opserver 2025-06-10 19:24:58,744 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-06-10 19:24:58,744 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-06-10 19:24:58,750 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-10 19:24:58,750 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-10 19:24:58,750 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 19:24:58,762 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 19:24:58,769 - DEBUG - Do not have enough data to verify VN in agent 2025-06-10 19:24:58,769 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 19:24:58,785 - DEBUG - VRF ids for VN __public__: {} 2025-06-10 19:24:58,885 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-10 19:24:59,001 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-10 19:24:59,020 - DEBUG - Requesting: http://10.0.0.38:8082/domain/855d775b-1d8a-4c28-ba20-5bb04629c494 2025-06-10 19:24:59,029 - DEBUG - Requesting: http://10.0.0.38:8082/project/54576b51-0eda-4cd0-bb15-0238e2e38e8f 2025-06-10 19:24:59,076 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:59,088 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/58d43735-20ee-4168-aee0-c93f39fc8889 2025-06-10 19:24:59,096 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-10 19:24:59,101 - DEBUG - Requesting: http://10.0.0.38:8082/domain/855d775b-1d8a-4c28-ba20-5bb04629c494 2025-06-10 19:24:59,110 - DEBUG - Requesting: http://10.0.0.38:8082/project/54576b51-0eda-4cd0-bb15-0238e2e38e8f 2025-06-10 19:24:59,156 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/1968bdbb-9d8c-49c0-89cf-c5aabd859d2f 2025-06-10 19:24:59,172 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-10 19:24:59,172 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-10 19:24:59,180 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-10 19:24:59,186 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-10 19:24:59,187 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-10 19:24:59,190 - DEBUG - Ingress ctest-nginx-ingress-29770493 not present 2025-06-10 19:24:59,190 - INFO - Creating Ingress ctest-nginx-ingress-29770493 2025-06-10 19:24:59,198 - INFO - Created Ingress ctest-nginx-ingress-29770493 2025-06-10 19:24:59,201 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-29770493 2025-06-10 19:25:02,207 - DEBUG - For Ingress ctest-nginx-ingress-29770493, Cluster IP: 10.47.255.249, External IPs ['81.91.25.252'] 2025-06-10 19:25:02,207 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-29770493 2025-06-10 19:25:02,207 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=74195032-4b05-4766-b2fd-ff95c31feac0 2025-06-10 19:25:02,220 - INFO - Ingress ctest-nginx-ingress-29770493 with uuid 74195032-4b05-4766-b2fd-ff95c31feac0 found in kube manager 2025-06-10 19:25:02,220 - INFO - Ingress ctest-nginx-ingress-29770493 verification passed 2025-06-10 19:25:02,230 - DEBUG - Pod ctest-busybox-pod-39269261 not present 2025-06-10 19:25:02,230 - INFO - Creating Pod ctest-busybox-pod-39269261 2025-06-10 19:25:02,291 - DEBUG - Pod : ctest-busybox-pod-39269261 UUID is 5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:02,298 - DEBUG - Pod ctest-nginx-pod-78408162 not in running state.Currently in Pending 2025-06-10 19:25:07,305 - DEBUG - Pod ctest-nginx-pod-78408162 not in running state.Currently in Pending 2025-06-10 19:25:12,314 - INFO - Pod ctest-nginx-pod-78408162 is in running state.Got IP 10.47.255.251 2025-06-10 19:25:12,391 - DEBUG - Pod ctest-nginx-pod-78408162 has vmi 97788160-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:25:12,391 - INFO - Verified pod ctest-nginx-pod-78408162 in contrail-api 2025-06-10 19:25:12,392 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:25:12,413 - DEBUG - VMI 97788160-4630-11f0-b39b-fa163ec8cd46 is active in agent 10.0.0.129 2025-06-10 19:25:12,413 - INFO - Verified Pod ctest-nginx-pod-78408162 in agent 10.0.0.129 2025-06-10 19:25:12,413 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=0c22eb20-216d-442b-b1ea-3bd66142d05f 2025-06-10 19:25:12,419 - INFO - Pod ctest-nginx-pod-78408162 with uuid 0c22eb20-216d-442b-b1ea-3bd66142d05f found in kube manager 2025-06-10 19:25:12,419 - INFO - Pod ctest-nginx-pod-78408162 verification passed 2025-06-10 19:25:12,495 - DEBUG - [Pod ctest-nginx-pod-78408162] Cmd: echo ctest-nginx-pod-78408162 > /usr/share/nginx/html/index.html, Output: 2025-06-10 19:25:12,503 - DEBUG - Pod ctest-nginx-pod-59257953 not in running state.Currently in Pending 2025-06-10 19:25:17,509 - INFO - Pod ctest-nginx-pod-59257953 is in running state.Got IP 10.47.255.250 2025-06-10 19:25:17,525 - DEBUG - Pod ctest-nginx-pod-59257953 has vmi 988fda30-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:25:17,525 - INFO - Verified pod ctest-nginx-pod-59257953 in contrail-api 2025-06-10 19:25:17,526 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:25:17,537 - DEBUG - VMI 988fda30-4630-11f0-b39b-fa163ec8cd46 is active in agent 10.0.0.129 2025-06-10 19:25:17,537 - INFO - Verified Pod ctest-nginx-pod-59257953 in agent 10.0.0.129 2025-06-10 19:25:17,538 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=b0ded55c-7482-49df-bf65-1be718c94844 2025-06-10 19:25:17,543 - INFO - Pod ctest-nginx-pod-59257953 with uuid b0ded55c-7482-49df-bf65-1be718c94844 found in kube manager 2025-06-10 19:25:17,544 - INFO - Pod ctest-nginx-pod-59257953 verification passed 2025-06-10 19:25:17,594 - DEBUG - [Pod ctest-nginx-pod-59257953] Cmd: echo ctest-nginx-pod-59257953 > /usr/share/nginx/html/index.html, Output: 2025-06-10 19:25:17,602 - INFO - Pod ctest-busybox-pod-39269261 is in running state.Got IP 10.47.255.248 2025-06-10 19:25:17,617 - DEBUG - Pod ctest-busybox-pod-39269261 has vmi 9b69277a-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:25:17,618 - INFO - Verified pod ctest-busybox-pod-39269261 in contrail-api 2025-06-10 19:25:17,618 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:25:17,636 - DEBUG - VMI 9b69277a-4630-11f0-b39b-fa163ec8cd46 is active in agent 10.0.0.129 2025-06-10 19:25:17,636 - INFO - Verified Pod ctest-busybox-pod-39269261 in agent 10.0.0.129 2025-06-10 19:25:17,636 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:17,641 - INFO - Pod ctest-busybox-pod-39269261 with uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 found in kube manager 2025-06-10 19:25:17,641 - INFO - Pod ctest-busybox-pod-39269261 verification passed 2025-06-10 19:25:17,696 - DEBUG - [Pod ctest-busybox-pod-39269261] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78408162 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-10 19:25:17,696 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:17,696 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd output: ctest-nginx-pod-78408162 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-10 19:25:17,751 - DEBUG - [Pod ctest-busybox-pod-39269261] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78408162 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-10 19:25:17,751 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:17,751 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd output: ctest-nginx-pod-78408162 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-10 19:25:17,808 - DEBUG - [Pod ctest-busybox-pod-39269261] 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-78408162 2025-06-10 19:25:17,808 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:17,808 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] 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-78408162 2025-06-10 19:25:17,854 - DEBUG - [Pod ctest-busybox-pod-39269261] 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-78408162 2025-06-10 19:25:17,854 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:17,854 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] 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-78408162 2025-06-10 19:25:17,891 - DEBUG - [Pod ctest-busybox-pod-39269261] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78408162 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-10 19:25:17,891 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:17,891 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd output: ctest-nginx-pod-78408162 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-10 19:25:17,947 - DEBUG - [Pod ctest-busybox-pod-39269261] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78408162 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-10 19:25:17,947 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:17,947 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd output: ctest-nginx-pod-78408162 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-10 19:25:17,993 - DEBUG - [Pod ctest-busybox-pod-39269261] 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-78408162 2025-06-10 19:25:17,993 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:17,993 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] 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-78408162 2025-06-10 19:25:18,050 - DEBUG - [Pod ctest-busybox-pod-39269261] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-59257953 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-10 19:25:18,050 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-10 19:25:18,051 - DEBUG - [Pod Pod ctest-busybox-pod-39269261] Cmd output: ctest-nginx-pod-59257953 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-10 19:25:18,051 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-78408162': 7, 'ctest-nginx-pod-59257953': 1} 2025-06-10 19:25:18,051 - WARNING - Nothing to delete parallely 2025-06-10 19:25:18,051 - INFO - Deleting pod default:ctest-busybox-pod-39269261 2025-06-10 19:25:18,071 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:18,080 - WARNING - Pod uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:23,080 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:23,089 - WARNING - Pod uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:28,096 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:28,105 - WARNING - Pod uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:33,106 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:33,113 - WARNING - Pod uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:38,114 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:38,122 - WARNING - Pod uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:43,122 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:43,133 - WARNING - Pod uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:48,133 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:48,141 - WARNING - Pod uuid 5d98e2bd-c2c6-474a-844f-46374f35d902 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:53,142 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5d98e2bd-c2c6-474a-844f-46374f35d902 2025-06-10 19:25:53,150 - DEBUG - Pod 5d98e2bd-c2c6-474a-844f-46374f35d902 is not in agent 10.0.0.129 VM list 2025-06-10 19:25:53,150 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9b69277a-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:25:53,156 - DEBUG - VMI 9b69277a-4630-11f0-b39b-fa163ec8cd46 is removed from agent 10.0.0.129 2025-06-10 19:25:53,156 - INFO - Verified that pod ctest-busybox-pod-39269261 is removed in agent 2025-06-10 19:25:53,156 - INFO - Deleting Ingress : ctest-nginx-ingress-29770493 2025-06-10 19:25:53,163 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=74195032-4b05-4766-b2fd-ff95c31feac0 2025-06-10 19:25:53,169 - ERROR - Ingress ctest-nginx-ingress-29770493 with uuid 74195032-4b05-4766-b2fd-ff95c31feac0 still found in kube manager 2025-06-10 19:25:54,170 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=74195032-4b05-4766-b2fd-ff95c31feac0 2025-06-10 19:25:54,175 - INFO - Ingress ctest-nginx-ingress-29770493 with uuid 74195032-4b05-4766-b2fd-ff95c31feac0 deleted successfully from kube manager 2025-06-10 19:25:54,175 - INFO - Verifications on Ingress %s cleanup passed 2025-06-10 19:25:54,175 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-10 19:25:54,328 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-10 19:25:54,338 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-10 19:25:54,338 - INFO - Deleting VN __public__ 2025-06-10 19:25:54,654 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/c585809e-8321-47bf-98a1-9457e424f8bb 2025-06-10 19:25:54,689 - DEBUG - Response Code: 404 2025-06-10 19:25:54,689 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-06-10 19:25:54,697 - DEBUG - Requesting: http://10.0.0.38:8082/domain/855d775b-1d8a-4c28-ba20-5bb04629c494 2025-06-10 19:25:54,708 - DEBUG - Requesting: http://10.0.0.38:8082/project/54576b51-0eda-4cd0-bb15-0238e2e38e8f 2025-06-10 19:25:54,786 - INFO - Validated that VN __public__ is not found in API Server 2025-06-10 19:25:54,786 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-10 19:25:54,794 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 19:25:54,801 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-06-10 19:25:54,801 - INFO - Validated that VN __public__ is not in any agent 2025-06-10 19:25:54,801 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 19:25:54,808 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-10 19:25:54,814 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-10 19:25:54,838 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-10 19:25:54,839 - INFO - Deleting pod default:ctest-nginx-pod-59257953 2025-06-10 19:25:54,862 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b0ded55c-7482-49df-bf65-1be718c94844 2025-06-10 19:25:54,882 - WARNING - Pod uuid b0ded55c-7482-49df-bf65-1be718c94844 is still seen in agent 10.0.0.129 VM list 2025-06-10 19:25:59,883 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b0ded55c-7482-49df-bf65-1be718c94844 2025-06-10 19:25:59,892 - DEBUG - Pod b0ded55c-7482-49df-bf65-1be718c94844 is not in agent 10.0.0.129 VM list 2025-06-10 19:25:59,892 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:988fda30-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:25:59,908 - DEBUG - VMI 988fda30-4630-11f0-b39b-fa163ec8cd46 is removed from agent 10.0.0.129 2025-06-10 19:25:59,908 - INFO - Verified that pod ctest-nginx-pod-59257953 is removed in agent 2025-06-10 19:25:59,909 - INFO - Deleting pod default:ctest-nginx-pod-78408162 2025-06-10 19:25:59,928 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0c22eb20-216d-442b-b1ea-3bd66142d05f 2025-06-10 19:25:59,940 - WARNING - Pod uuid 0c22eb20-216d-442b-b1ea-3bd66142d05f is still seen in agent 10.0.0.129 VM list 2025-06-10 19:26:04,941 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0c22eb20-216d-442b-b1ea-3bd66142d05f 2025-06-10 19:26:04,949 - DEBUG - Pod 0c22eb20-216d-442b-b1ea-3bd66142d05f is not in agent 10.0.0.129 VM list 2025-06-10 19:26:04,949 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:97788160-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:26:04,958 - DEBUG - VMI 97788160-4630-11f0-b39b-fa163ec8cd46 is removed from agent 10.0.0.129 2025-06-10 19:26:04,958 - INFO - Verified that pod ctest-nginx-pod-78408162 is removed in agent 2025-06-10 19:26:04,958 - INFO - Deleting service : ctest-nginx-svc-20512673 2025-06-10 19:26:05,209 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 19:26:05,257 - DEBUG - No XMPP flaps were noticed during the test
2025-06-10 19:26:05,257 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11]
2025-06-10 19:26:05,257 - INFO - -------------------------------------------------------------------------------- 2025-06-10 19:26:11,898 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-10 19:26:12,043 - DEBUG - Output : cluster_project={} 2025-06-10 19:26:12,136 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-10 19:26:12,293 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-10 19:26:12,319 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-10 19:26:12,489 - DEBUG - Output : cluster_project={} 2025-06-10 19:26:22,727 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:22,772 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:27,859 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:27,908 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:33,023 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:33,083 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:33,179 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:33,271 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-10 19:26:33,589 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 19:26:36,357 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_ApplicationPolicySetReq? 2025-06-10 19:26:36,364 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-06-10 19:26:36,393 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-06-10 19:26:38,424 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-06-10 19:29:46,490 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-10 19:29:46,562 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c2417f6e-dcc5-4082-82f1-583c71e86901 2025-06-10 19:29:46,568 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=d0b3f216-7f70-4dd8-90ab-8ee7ef8e9ea8 2025-06-10 19:29:46,585 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:29:46,619 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:29:46,625 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:29:46,637 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:29:46,645 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=a217a550-9896-49f8-89a6-071f25a52726 2025-06-10 19:29:46,649 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cb9296ab-c249-4a29-a026-3b3ede83ea5a 2025-06-10 19:29:51,610 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c2417f6e-dcc5-4082-82f1-583c71e86901 2025-06-10 19:29:51,614 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=d0b3f216-7f70-4dd8-90ab-8ee7ef8e9ea8 2025-06-10 19:29:51,617 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c60fd42e-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:29:51,624 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c595c2ec-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:29:51,630 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:29:51,675 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:29:51,677 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=a217a550-9896-49f8-89a6-071f25a52726 2025-06-10 19:29:51,678 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:29:51,679 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cb9296ab-c249-4a29-a026-3b3ede83ea5a 2025-06-10 19:29:51,680 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:29:51,696 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c73cefbc-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:29:51,698 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c6ba5e76-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:29:56,639 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:29:56,694 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:29:56,696 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:29:56,699 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:30:01,648 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:30:01,718 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:30:01,720 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:30:01,722 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:30:06,656 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:30:06,735 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:30:06,737 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:30:06,738 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:30:11,664 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:30:11,750 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:30:11,752 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:30:11,754 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:30:16,673 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:30:16,767 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:30:16,768 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:30:16,770 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:30:21,685 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=8a05aa4e-ce02-49ab-b5c3-22940ede662c 2025-06-10 19:30:21,692 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c8cd1776-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:30:21,785 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=79196a25-90ce-4895-a026-79c3d273d12c 2025-06-10 19:30:21,787 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb67d7ca-b558-483d-a140-85a2eb1d8fcf 2025-06-10 19:30:21,788 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=7f454714-b573-4cb2-a6cc-0e15a318d6e5 2025-06-10 19:30:21,799 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c855a25e-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:30:21,802 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c96dc680-4630-11f0-b39b-fa163ec8cd46 2025-06-10 19:30:21,803 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c7d69054-4630-11f0-b39b-fa163ec8cd46