2025-07-11 13:08:08,829 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-07-11 13:08:09,054 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1325-1 2025-07-11 13:08:09,054 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-07-11 13:08:09,088 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1325-1 2025-07-11 13:08:09,088 - DEBUG - [10.0.0.57]: 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-07-11 13:08:09,185 - DEBUG - Output : NAMES contrail_test_eyebnMqT2 contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 2025-07-11 13:08:09,185 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-11 13:08:09,218 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-07-11 13:08:09,219 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-07-11 13:08:09,252 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1325-1 2025-07-11 13:08:09,334 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-07-11 13:08:09,567 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1325-1 2025-07-11 13:08:09,567 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-07-11 13:08:09,602 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1325-1 2025-07-11 13:08:09,602 - 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-07-11 13:08:09,689 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-11 13:08:09,690 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-11 13:08:09,724 - DEBUG - Output : 10.0.0.129/24 2025-07-11 13:08:09,725 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-07-11 13:08:09,759 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1325-1 2025-07-11 13:08:09,835 - INFO - Using existing project ['default-domain', 'k8s-default'](ae8a3ce7-f87a-4490-92b5-f11e1bee0398) 2025-07-11 13:08:09,953 - INFO - Using existing project ['default-domain', 'k8s-default'](ae8a3ce7-f87a-4490-92b5-f11e1bee0398) 2025-07-11 13:08:10,087 - INFO - ================================================================================ 2025-07-11 13:08:10,087 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-11 13:08:10,087 - 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-07-11 13:08:10,278 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-11 13:08:10,286 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.57': '0'}} with 2025-07-11 13:08:10,286 - INFO - Initial checks done. Running the testcase now 2025-07-11 13:08:10,287 - INFO - 2025-07-11 13:08:10,290 - INFO - Namespace default already exists 2025-07-11 13:08:10,290 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-11 13:08:10,396 - DEBUG - Output : cluster_project={} 2025-07-11 13:08:10,438 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-11 13:08:10,439 - DEBUG - Project uuid in Contrail is ae8a3ce7-f87a-4490-92b5-f11e1bee0398 2025-07-11 13:08:10,439 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-11 13:08:10,556 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-11 13:08:10,556 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=62205253-9ac7-4ed7-8eda-a6f31beaf972 2025-07-11 13:08:10,561 - INFO - Namespace default with uuid 62205253-9ac7-4ed7-8eda-a6f31beaf972 found in kube manager 2025-07-11 13:08:10,561 - INFO - Namespace default verification passed 2025-07-11 13:08:10,563 - DEBUG - Service ctest-nginx-svc-98027893 not present 2025-07-11 13:08:10,564 - INFO - Creating service ctest-nginx-svc-98027893 2025-07-11 13:08:10,577 - INFO - Created Service ctest-nginx-svc-98027893 2025-07-11 13:08:10,580 - DEBUG - Pod ctest-nginx-pod-71363733 not present 2025-07-11 13:08:10,580 - INFO - Creating Pod ctest-nginx-pod-71363733 2025-07-11 13:08:10,639 - DEBUG - Pod : ctest-nginx-pod-71363733 UUID is 25b22e82-b3c4-4a18-ae84-8e9ce4469d4e 2025-07-11 13:08:10,644 - DEBUG - Pod ctest-nginx-pod-69605872 not present 2025-07-11 13:08:10,644 - INFO - Creating Pod ctest-nginx-pod-69605872 2025-07-11 13:08:10,671 - DEBUG - Pod : ctest-nginx-pod-69605872 UUID is 9d33e5fe-cfdd-4088-b39c-62f36ecbe481 2025-07-11 13:08:10,835 - INFO - Created VN __public__, UUID :807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:11,048 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 13:08:11,054 - DEBUG - Requesting: http://10.0.0.57:8082/domain/99676422-f40a-40b4-8897-298a9557af73 2025-07-11 13:08:11,070 - DEBUG - Requesting: http://10.0.0.57:8082/project/ae8a3ce7-f87a-4490-92b5-f11e1bee0398 2025-07-11 13:08:11,134 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:11,144 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:11,153 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:08:11,192 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:08:11,212 - DEBUG - Route Targets: [] 2025-07-11 13:08:11,212 - DEBUG - RT names not yet present for VN __public__ 2025-07-11 13:08:16,213 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 13:08:16,220 - DEBUG - Requesting: http://10.0.0.57:8082/domain/99676422-f40a-40b4-8897-298a9557af73 2025-07-11 13:08:16,229 - DEBUG - Requesting: http://10.0.0.57:8082/project/ae8a3ce7-f87a-4490-92b5-f11e1bee0398 2025-07-11 13:08:16,289 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,299 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,308 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:08:16,316 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:08:16,324 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/6c9037b0-9cef-4c91-9dbd-47f6c76aed04 2025-07-11 13:08:16,331 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-11 13:08:16,331 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,341 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:08:16,353 - INFO - Verified VN network id 13 for VN 807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,354 - INFO - Verifications in API Server for VN __public__ passed 2025-07-11 13:08:16,354 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,363 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:08:16,370 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:08:16,377 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/6c9037b0-9cef-4c91-9dbd-47f6c76aed04 2025-07-11 13:08:16,384 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-11 13:08:16,392 - DEBUG - Control-node 10.0.0.57 : 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': '9256325248134826481', 'uuid-lslong': '10221460212613553981'}, 'enable': 'true', 'created': '2025-07-11T13:08:10', 'last-modified': '2025-07-11T13:08:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.385047'} 2025-07-11 13:08:16,392 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 13:08:16,400 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-11 13:08:16,400 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-11 13:08:16,400 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-11 13:08:16,401 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 13:08:16,412 - DEBUG - Requesting: http://10.0.0.57:8082/domain/99676422-f40a-40b4-8897-298a9557af73 2025-07-11 13:08:16,436 - DEBUG - Requesting: http://10.0.0.57:8082/project/ae8a3ce7-f87a-4490-92b5-f11e1bee0398 2025-07-11 13:08:16,500 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,516 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-11 13:08:16,516 - DEBUG - Verifying the vn in opserver 2025-07-11 13:08:16,516 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-07-11 13:08:16,516 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-07-11 13:08:16,538 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-11 13:08:16,538 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-11 13:08:16,538 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 13:08:16,546 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 13:08:16,554 - DEBUG - Do not have enough data to verify VN in agent 2025-07-11 13:08:16,554 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 13:08:16,563 - DEBUG - VRF ids for VN __public__: {} 2025-07-11 13:08:16,657 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-11 13:08:16,760 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 13:08:16,766 - DEBUG - Requesting: http://10.0.0.57:8082/domain/99676422-f40a-40b4-8897-298a9557af73 2025-07-11 13:08:16,775 - DEBUG - Requesting: http://10.0.0.57:8082/project/ae8a3ce7-f87a-4490-92b5-f11e1bee0398 2025-07-11 13:08:16,816 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,826 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/a5627460-1cbf-49ec-ad14-849e9e11f296 2025-07-11 13:08:16,833 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 13:08:16,851 - DEBUG - Requesting: http://10.0.0.57:8082/domain/99676422-f40a-40b4-8897-298a9557af73 2025-07-11 13:08:16,867 - DEBUG - Requesting: http://10.0.0.57:8082/project/ae8a3ce7-f87a-4490-92b5-f11e1bee0398 2025-07-11 13:08:16,906 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/807512c5-648e-49f1-8dd9-ebe8629e9f3d 2025-07-11 13:08:16,914 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-11 13:08:16,914 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-11 13:08:16,924 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-11 13:08:16,930 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-11 13:08:16,930 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-11 13:08:16,933 - DEBUG - Ingress ctest-nginx-ingress-88253645 not present 2025-07-11 13:08:16,933 - INFO - Creating Ingress ctest-nginx-ingress-88253645 2025-07-11 13:08:16,940 - INFO - Created Ingress ctest-nginx-ingress-88253645 2025-07-11 13:08:16,942 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-88253645 2025-07-11 13:08:19,948 - DEBUG - For Ingress ctest-nginx-ingress-88253645, Cluster IP: 10.47.255.249, External IPs ['55.187.170.188'] 2025-07-11 13:08:19,948 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-88253645 2025-07-11 13:08:19,948 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=4da54337-43d4-428a-ba40-660442563843 2025-07-11 13:08:19,953 - INFO - Ingress ctest-nginx-ingress-88253645 with uuid 4da54337-43d4-428a-ba40-660442563843 found in kube manager 2025-07-11 13:08:19,954 - INFO - Ingress ctest-nginx-ingress-88253645 verification passed 2025-07-11 13:08:19,957 - DEBUG - Pod ctest-busybox-pod-52687238 not present 2025-07-11 13:08:19,957 - INFO - Creating Pod ctest-busybox-pod-52687238 2025-07-11 13:08:19,998 - DEBUG - Pod : ctest-busybox-pod-52687238 UUID is ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:08:20,005 - DEBUG - Pod ctest-nginx-pod-71363733 not in running state.Currently in Pending 2025-07-11 13:08:25,012 - DEBUG - Pod ctest-nginx-pod-71363733 not in running state.Currently in Pending 2025-07-11 13:08:30,018 - INFO - Pod ctest-nginx-pod-71363733 is in running state.Got IP 10.47.255.251 2025-07-11 13:08:30,077 - DEBUG - Pod ctest-nginx-pod-71363733 has vmi 192b5d1a-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:08:30,077 - INFO - Verified pod ctest-nginx-pod-71363733 in contrail-api 2025-07-11 13:08:30,077 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:08:30,091 - DEBUG - VMI 192b5d1a-5e58-11f0-9093-fa163ebe5119 is active in agent 10.0.0.129 2025-07-11 13:08:30,091 - INFO - Verified Pod ctest-nginx-pod-71363733 in agent 10.0.0.129 2025-07-11 13:08:30,091 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=25b22e82-b3c4-4a18-ae84-8e9ce4469d4e 2025-07-11 13:08:30,096 - INFO - Pod ctest-nginx-pod-71363733 with uuid 25b22e82-b3c4-4a18-ae84-8e9ce4469d4e found in kube manager 2025-07-11 13:08:30,096 - INFO - Pod ctest-nginx-pod-71363733 verification passed 2025-07-11 13:08:30,158 - DEBUG - [Pod ctest-nginx-pod-71363733] Cmd: echo ctest-nginx-pod-71363733 > /usr/share/nginx/html/index.html, Output: 2025-07-11 13:08:30,163 - INFO - Pod ctest-nginx-pod-69605872 is in running state.Got IP 10.47.255.250 2025-07-11 13:08:30,179 - DEBUG - Pod ctest-nginx-pod-69605872 has vmi 19a35978-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:08:30,179 - INFO - Verified pod ctest-nginx-pod-69605872 in contrail-api 2025-07-11 13:08:30,179 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:08:30,191 - DEBUG - VMI 19a35978-5e58-11f0-9093-fa163ebe5119 is active in agent 10.0.0.129 2025-07-11 13:08:30,192 - INFO - Verified Pod ctest-nginx-pod-69605872 in agent 10.0.0.129 2025-07-11 13:08:30,192 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=9d33e5fe-cfdd-4088-b39c-62f36ecbe481 2025-07-11 13:08:30,196 - INFO - Pod ctest-nginx-pod-69605872 with uuid 9d33e5fe-cfdd-4088-b39c-62f36ecbe481 found in kube manager 2025-07-11 13:08:30,196 - INFO - Pod ctest-nginx-pod-69605872 verification passed 2025-07-11 13:08:30,250 - DEBUG - [Pod ctest-nginx-pod-69605872] Cmd: echo ctest-nginx-pod-69605872 > /usr/share/nginx/html/index.html, Output: 2025-07-11 13:08:30,256 - DEBUG - Pod ctest-busybox-pod-52687238 not in running state.Currently in Pending 2025-07-11 13:08:35,264 - INFO - Pod ctest-busybox-pod-52687238 is in running state.Got IP 10.47.255.248 2025-07-11 13:08:35,284 - DEBUG - Pod ctest-busybox-pod-52687238 has vmi 1dfd8f20-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:08:35,284 - INFO - Verified pod ctest-busybox-pod-52687238 in contrail-api 2025-07-11 13:08:35,284 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:08:35,295 - DEBUG - VMI 1dfd8f20-5e58-11f0-9093-fa163ebe5119 is active in agent 10.0.0.129 2025-07-11 13:08:35,295 - INFO - Verified Pod ctest-busybox-pod-52687238 in agent 10.0.0.129 2025-07-11 13:08:35,295 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:08:35,299 - INFO - Pod ctest-busybox-pod-52687238 with uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 found in kube manager 2025-07-11 13:08:35,299 - INFO - Pod ctest-busybox-pod-52687238 verification passed 2025-07-11 13:08:35,353 - DEBUG - [Pod ctest-busybox-pod-52687238] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-69605872 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-07-11 13:08:35,353 - DEBUG - [Pod Pod ctest-busybox-pod-52687238] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-11 13:08:35,353 - DEBUG - [Pod Pod ctest-busybox-pod-52687238] Cmd output: ctest-nginx-pod-69605872 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-07-11 13:08:35,414 - DEBUG - [Pod ctest-busybox-pod-52687238] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-69605872 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-07-11 13:08:35,414 - DEBUG - [Pod Pod ctest-busybox-pod-52687238] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-11 13:08:35,414 - DEBUG - [Pod Pod ctest-busybox-pod-52687238] Cmd output: ctest-nginx-pod-69605872 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-07-11 13:08:35,470 - DEBUG - [Pod ctest-busybox-pod-52687238] 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 ctest-nginx-pod-71363733 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-11 13:08:35,470 - DEBUG - [Pod Pod ctest-busybox-pod-52687238] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-11 13:08:35,470 - DEBUG - [Pod Pod ctest-busybox-pod-52687238] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout ctest-nginx-pod-71363733 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-11 13:08:35,470 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-71363733': 1, 'ctest-nginx-pod-69605872': 2} 2025-07-11 13:08:35,470 - WARNING - Nothing to delete parallely 2025-07-11 13:08:35,470 - INFO - Deleting pod default:ctest-busybox-pod-52687238 2025-07-11 13:08:35,485 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:08:35,493 - WARNING - Pod uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:08:40,494 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:08:40,501 - WARNING - Pod uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:08:45,502 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:08:45,510 - WARNING - Pod uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:08:50,511 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:08:50,519 - WARNING - Pod uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:08:55,521 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:08:55,529 - WARNING - Pod uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:09:00,530 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:09:00,538 - WARNING - Pod uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:09:05,539 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:09:05,551 - WARNING - Pod uuid ee456f9e-33c1-461e-ad8b-09eae1512ee2 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:09:10,551 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ee456f9e-33c1-461e-ad8b-09eae1512ee2 2025-07-11 13:09:10,559 - DEBUG - Pod ee456f9e-33c1-461e-ad8b-09eae1512ee2 is not in agent 10.0.0.129 VM list 2025-07-11 13:09:10,559 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1dfd8f20-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:09:10,566 - DEBUG - VMI 1dfd8f20-5e58-11f0-9093-fa163ebe5119 is removed from agent 10.0.0.129 2025-07-11 13:09:10,566 - INFO - Verified that pod ctest-busybox-pod-52687238 is removed in agent 2025-07-11 13:09:10,566 - INFO - Deleting Ingress : ctest-nginx-ingress-88253645 2025-07-11 13:09:10,572 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=4da54337-43d4-428a-ba40-660442563843 2025-07-11 13:09:10,577 - ERROR - Ingress ctest-nginx-ingress-88253645 with uuid 4da54337-43d4-428a-ba40-660442563843 still found in kube manager 2025-07-11 13:09:11,578 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=4da54337-43d4-428a-ba40-660442563843 2025-07-11 13:09:11,582 - INFO - Ingress ctest-nginx-ingress-88253645 with uuid 4da54337-43d4-428a-ba40-660442563843 deleted successfully from kube manager 2025-07-11 13:09:11,582 - INFO - Verifications on Ingress %s cleanup passed 2025-07-11 13:09:11,583 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-11 13:09:11,683 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-11 13:09:11,689 - WARNING - Control-node ifmap object for FIP pool __fip_pool_public__ , VN __public__ is found! 2025-07-11 13:09:16,691 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-11 13:09:16,696 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-11 13:09:16,696 - INFO - Deleting VN __public__ 2025-07-11 13:09:16,795 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/29d3f435-f5e8-4d83-8dc3-726cb99ff3b2 2025-07-11 13:09:16,802 - DEBUG - Response Code: 404 2025-07-11 13:09:16,802 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-07-11 13:09:16,808 - DEBUG - Requesting: http://10.0.0.57:8082/domain/99676422-f40a-40b4-8897-298a9557af73 2025-07-11 13:09:16,818 - DEBUG - Requesting: http://10.0.0.57:8082/project/ae8a3ce7-f87a-4490-92b5-f11e1bee0398 2025-07-11 13:09:16,880 - INFO - Validated that VN __public__ is not found in API Server 2025-07-11 13:09:16,880 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-11 13:09:16,897 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 13:09:16,905 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-07-11 13:09:16,905 - INFO - Validated that VN __public__ is not in any agent 2025-07-11 13:09:16,905 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 13:09:16,912 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-11 13:09:16,918 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-11 13:09:16,924 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-11 13:09:16,924 - INFO - Deleting pod default:ctest-nginx-pod-69605872 2025-07-11 13:09:16,941 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=9d33e5fe-cfdd-4088-b39c-62f36ecbe481 2025-07-11 13:09:16,953 - WARNING - Pod uuid 9d33e5fe-cfdd-4088-b39c-62f36ecbe481 is still seen in agent 10.0.0.129 VM list 2025-07-11 13:09:21,955 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=9d33e5fe-cfdd-4088-b39c-62f36ecbe481 2025-07-11 13:09:21,963 - DEBUG - Pod 9d33e5fe-cfdd-4088-b39c-62f36ecbe481 is not in agent 10.0.0.129 VM list 2025-07-11 13:09:21,963 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:19a35978-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:09:21,969 - DEBUG - VMI 19a35978-5e58-11f0-9093-fa163ebe5119 is removed from agent 10.0.0.129 2025-07-11 13:09:21,969 - INFO - Verified that pod ctest-nginx-pod-69605872 is removed in agent 2025-07-11 13:09:21,970 - INFO - Deleting pod default:ctest-nginx-pod-71363733 2025-07-11 13:09:21,981 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=25b22e82-b3c4-4a18-ae84-8e9ce4469d4e 2025-07-11 13:09:21,991 - WARNING - Pod uuid 25b22e82-b3c4-4a18-ae84-8e9ce4469d4e is still seen in agent 10.0.0.129 VM list 2025-07-11 13:09:26,992 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=25b22e82-b3c4-4a18-ae84-8e9ce4469d4e 2025-07-11 13:09:26,999 - DEBUG - Pod 25b22e82-b3c4-4a18-ae84-8e9ce4469d4e is not in agent 10.0.0.129 VM list 2025-07-11 13:09:26,999 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:192b5d1a-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:09:27,005 - DEBUG - VMI 192b5d1a-5e58-11f0-9093-fa163ebe5119 is removed from agent 10.0.0.129 2025-07-11 13:09:27,005 - INFO - Verified that pod ctest-nginx-pod-71363733 is removed in agent 2025-07-11 13:09:27,005 - INFO - Deleting service : ctest-nginx-svc-98027893 2025-07-11 13:09:27,199 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-11 13:09:27,206 - DEBUG - No XMPP flaps were noticed during the test
2025-07-11 13:09:27,206 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:17]
2025-07-11 13:09:27,207 - INFO - -------------------------------------------------------------------------------- 2025-07-11 13:09:33,593 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-11 13:09:33,700 - DEBUG - Output : cluster_project={} 2025-07-11 13:09:33,751 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-11 13:09:33,890 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-11 13:09:33,895 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-11 13:09:34,024 - DEBUG - Output : cluster_project={} 2025-07-11 13:09:49,161 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:49,207 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:49,306 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:49,380 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:49,473 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:49,634 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:54,745 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:54,784 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-11 13:09:55,015 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-11 13:09:57,627 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_ApplicationPolicySetReq? 2025-07-11 13:09:57,638 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-07-11 13:09:57,667 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-07-11 13:09:59,711 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-07-11 13:12:59,963 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-11 13:13:00,039 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c3450ac9-c649-49bb-8d15-c728c3fd3512 2025-07-11 13:13:00,053 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=11e09493-f5f0-480d-b798-5326481faaff 2025-07-11 13:13:00,058 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:00,063 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:00,068 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=43f40cac-19d0-4668-85db-517c34b58338 2025-07-11 13:13:00,073 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:00,077 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:00,082 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:05,168 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c3450ac9-c649-49bb-8d15-c728c3fd3512 2025-07-11 13:13:05,170 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=43f40cac-19d0-4668-85db-517c34b58338 2025-07-11 13:13:05,171 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:05,172 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:05,173 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:05,174 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:05,176 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:05,177 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=11e09493-f5f0-480d-b798-5326481faaff 2025-07-11 13:13:05,207 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4a9129de-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:13:05,210 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4c31f944-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:13:05,211 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4bb9fae8-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:13:10,210 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:10,212 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:10,213 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:10,215 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:10,217 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:15,237 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:15,239 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:15,240 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:15,241 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:15,242 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:20,261 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:20,264 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:20,265 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:20,267 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:20,268 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:25,272 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:25,285 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:25,286 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:25,288 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:25,290 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:30,280 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:30,306 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:30,309 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:30,311 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:30,312 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:35,310 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=957d127a-0e7a-460c-8ffc-f48b80b65f68 2025-07-11 13:13:35,319 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4d9db660-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:13:35,329 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3868d184-93c4-4895-b20c-23e15fbb027a 2025-07-11 13:13:35,331 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=edeb52b1-c464-4ce7-9049-ed7682da50d5 2025-07-11 13:13:35,334 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=e22db561-f5f9-4203-a250-dfc8fddd15f7 2025-07-11 13:13:35,336 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=5c49e9c2-c56f-423d-9844-25aea826e1fa 2025-07-11 13:13:35,355 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4d341192-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:13:35,356 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e0bb066-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:13:35,358 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4cbdee2c-5e58-11f0-9093-fa163ebe5119 2025-07-11 13:13:35,359 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4b11664e-5e58-11f0-9093-fa163ebe5119