2025-06-19 09:58:29,043 - DEBUG - [10.0.0.254]: Running cmd : hostname 2025-06-19 09:58:29,304 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1281-1 2025-06-19 09:58:29,304 - DEBUG - [10.0.0.254]: Running cmd : hostname -f 2025-06-19 09:58:29,338 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1281-1 2025-06-19 09:58:29,338 - DEBUG - [10.0.0.254]: 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-19 09:58:29,425 - DEBUG - Output : NAMES contrail_test_LONB776F5 contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-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-kafka-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 2025-06-19 09:58:29,425 - DEBUG - [10.0.0.254]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 09:58:29,491 - DEBUG - Output : 10.0.0.254/24 172.17.0.1/16 2025-06-19 09:58:29,492 - DEBUG - [10.0.0.254]: Running cmd : getent hosts 10.0.0.254 | head -n 1 | awk '{print $2}' 2025-06-19 09:58:29,527 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1281-1 2025-06-19 09:58:29,623 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-06-19 09:58:29,845 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1281-1 2025-06-19 09:58:29,845 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-06-19 09:58:29,880 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1281-1 2025-06-19 09:58:29,880 - DEBUG - [10.0.0.49]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-19 09:58:29,930 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-19 09:58:29,930 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 09:58:30,004 - DEBUG - Output : 10.0.0.49/24 2025-06-19 09:58:30,004 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-06-19 09:58:30,038 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1281-1 2025-06-19 09:58:30,115 - INFO - Using existing project ['default-domain', 'k8s-default'](190a25f8-ff20-4b99-b582-5e70dda01d2e) 2025-06-19 09:58:30,223 - INFO - Using existing project ['default-domain', 'k8s-default'](190a25f8-ff20-4b99-b582-5e70dda01d2e) 2025-06-19 09:58:30,353 - INFO - ================================================================================ 2025-06-19 09:58:30,353 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-19 09:58:30,354 - 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-19 09:58:30,589 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 09:58:30,601 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.254': '0'}} with 2025-06-19 09:58:30,601 - INFO - Initial checks done. Running the testcase now 2025-06-19 09:58:30,601 - INFO - 2025-06-19 09:58:30,604 - INFO - Namespace default already exists 2025-06-19 09:58:30,604 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-19 09:58:30,710 - DEBUG - Output : cluster_project={} 2025-06-19 09:58:30,753 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-19 09:58:30,754 - DEBUG - Project uuid in Contrail is 190a25f8-ff20-4b99-b582-5e70dda01d2e 2025-06-19 09:58:30,754 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-19 09:58:30,867 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-19 09:58:30,867 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_NamespaceDatabaseList?namespace_uuid=49714461-57a2-4e9c-9901-a3502be69ecc 2025-06-19 09:58:30,871 - INFO - Namespace default with uuid 49714461-57a2-4e9c-9901-a3502be69ecc found in kube manager 2025-06-19 09:58:30,871 - INFO - Namespace default verification passed 2025-06-19 09:58:30,874 - DEBUG - Service ctest-nginx-svc-08891285 not present 2025-06-19 09:58:30,874 - INFO - Creating service ctest-nginx-svc-08891285 2025-06-19 09:58:30,896 - INFO - Created Service ctest-nginx-svc-08891285 2025-06-19 09:58:30,914 - DEBUG - Pod ctest-nginx-pod-70374536 not present 2025-06-19 09:58:30,915 - INFO - Creating Pod ctest-nginx-pod-70374536 2025-06-19 09:58:30,975 - DEBUG - Pod : ctest-nginx-pod-70374536 UUID is 42e5daf4-a778-43c3-8b3d-2d9e7818df9f 2025-06-19 09:58:30,982 - DEBUG - Pod ctest-nginx-pod-10723997 not present 2025-06-19 09:58:30,982 - INFO - Creating Pod ctest-nginx-pod-10723997 2025-06-19 09:58:31,015 - DEBUG - Pod : ctest-nginx-pod-10723997 UUID is c8004351-8e30-46ee-b080-a7ac4de37871 2025-06-19 09:58:31,261 - INFO - Created VN __public__, UUID :fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:31,452 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-06-19 09:58:31,458 - DEBUG - Requesting: http://10.0.0.254:8082/domain/e930e9c6-413a-49ed-a212-cf7591acc956 2025-06-19 09:58:31,496 - DEBUG - Requesting: http://10.0.0.254:8082/project/190a25f8-ff20-4b99-b582-5e70dda01d2e 2025-06-19 09:58:31,533 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:31,546 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:31,554 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:58:31,562 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:58:31,581 - DEBUG - Route Targets: [] 2025-06-19 09:58:31,581 - DEBUG - RT names not yet present for VN __public__ 2025-06-19 09:58:36,583 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-06-19 09:58:36,588 - DEBUG - Requesting: http://10.0.0.254:8082/domain/e930e9c6-413a-49ed-a212-cf7591acc956 2025-06-19 09:58:36,596 - DEBUG - Requesting: http://10.0.0.254:8082/project/190a25f8-ff20-4b99-b582-5e70dda01d2e 2025-06-19 09:58:36,630 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:36,638 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:36,646 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:58:36,653 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:58:36,659 - DEBUG - Requesting: http://10.0.0.254:8082/route-target/c864e6f3-3fc9-46f4-8329-6b25b8aa26b9 2025-06-19 09:58:36,665 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 09:58:36,665 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:36,673 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:58:36,685 - INFO - Verified VN network id 14 for VN fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:36,686 - INFO - Verifications in API Server for VN __public__ passed 2025-06-19 09:58:36,686 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:36,695 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:58:36,702 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:58:36,711 - DEBUG - Requesting: http://10.0.0.254:8082/route-target/c864e6f3-3fc9-46f4-8329-6b25b8aa26b9 2025-06-19 09:58:36,719 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 09:58:36,725 - DEBUG - Control-node 10.0.0.254 : 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': '18129587436055642785', 'uuid-lslong': '12057920899520879471'}, 'enable': 'true', 'created': '2025-06-19T09:58:31', 'last-modified': '2025-06-19T09:58:31', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.320349'} 2025-06-19 09:58:36,725 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 09:58:36,732 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 09:58:36,732 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-19 09:58:36,732 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-19 09:58:36,732 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-06-19 09:58:36,738 - DEBUG - Requesting: http://10.0.0.254:8082/domain/e930e9c6-413a-49ed-a212-cf7591acc956 2025-06-19 09:58:36,745 - DEBUG - Requesting: http://10.0.0.254:8082/project/190a25f8-ff20-4b99-b582-5e70dda01d2e 2025-06-19 09:58:36,788 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:36,797 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-19 09:58:36,797 - DEBUG - Verifying the vn in opserver 2025-06-19 09:58:36,797 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.254 2025-06-19 09:58:36,798 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/virtual-networks 2025-06-19 09:58:36,803 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.254:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-19 09:58:36,803 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-19 09:58:36,803 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 09:58:36,812 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 09:58:36,820 - DEBUG - Do not have enough data to verify VN in agent 2025-06-19 09:58:36,820 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 09:58:36,825 - DEBUG - VRF ids for VN __public__: {} 2025-06-19 09:58:36,915 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-19 09:58:37,012 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-06-19 09:58:37,017 - DEBUG - Requesting: http://10.0.0.254:8082/domain/e930e9c6-413a-49ed-a212-cf7591acc956 2025-06-19 09:58:37,024 - DEBUG - Requesting: http://10.0.0.254:8082/project/190a25f8-ff20-4b99-b582-5e70dda01d2e 2025-06-19 09:58:37,065 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:37,076 - DEBUG - Requesting: http://10.0.0.254:8082/floating-ip-pool/f1376844-0f65-4080-a255-637a40c88ec2 2025-06-19 09:58:37,091 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-06-19 09:58:37,099 - DEBUG - Requesting: http://10.0.0.254:8082/domain/e930e9c6-413a-49ed-a212-cf7591acc956 2025-06-19 09:58:37,107 - DEBUG - Requesting: http://10.0.0.254:8082/project/190a25f8-ff20-4b99-b582-5e70dda01d2e 2025-06-19 09:58:37,149 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/fb993bb7-ea7b-42a1-a756-572c29b35b6f 2025-06-19 09:58:37,160 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-19 09:58:37,160 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-19 09:58:37,169 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 09:58:37,174 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-19 09:58:37,175 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-19 09:58:37,178 - DEBUG - Ingress ctest-nginx-ingress-16147184 not present 2025-06-19 09:58:37,178 - INFO - Creating Ingress ctest-nginx-ingress-16147184 2025-06-19 09:58:37,185 - INFO - Created Ingress ctest-nginx-ingress-16147184 2025-06-19 09:58:37,190 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-16147184 2025-06-19 09:58:40,201 - DEBUG - For Ingress ctest-nginx-ingress-16147184, Cluster IP: 10.47.255.249, External IPs ['160.209.61.188'] 2025-06-19 09:58:40,201 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-16147184 2025-06-19 09:58:40,202 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=a870b0e8-b041-42c0-9aaa-ea87a99ff4ed 2025-06-19 09:58:40,207 - INFO - Ingress ctest-nginx-ingress-16147184 with uuid a870b0e8-b041-42c0-9aaa-ea87a99ff4ed found in kube manager 2025-06-19 09:58:40,208 - INFO - Ingress ctest-nginx-ingress-16147184 verification passed 2025-06-19 09:58:40,210 - DEBUG - Pod ctest-busybox-pod-60000115 not present 2025-06-19 09:58:40,210 - INFO - Creating Pod ctest-busybox-pod-60000115 2025-06-19 09:58:40,241 - DEBUG - Pod : ctest-busybox-pod-60000115 UUID is 5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:58:40,246 - DEBUG - Pod ctest-nginx-pod-70374536 not in running state.Currently in Pending 2025-06-19 09:58:45,252 - DEBUG - Pod ctest-nginx-pod-70374536 not in running state.Currently in Pending 2025-06-19 09:58:50,259 - INFO - Pod ctest-nginx-pod-70374536 is in running state.Got IP 10.47.255.251 2025-06-19 09:58:50,314 - DEBUG - Pod ctest-nginx-pod-70374536 has vmi f54dc6fa-4cf3-11f0-a315-fa163e41f9e6 2025-06-19 09:58:50,315 - INFO - Verified pod ctest-nginx-pod-70374536 in contrail-api 2025-06-19 09:58:50,315 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 09:58:50,329 - DEBUG - VMI f54dc6fa-4cf3-11f0-a315-fa163e41f9e6 is active in agent 10.0.0.49 2025-06-19 09:58:50,329 - INFO - Verified Pod ctest-nginx-pod-70374536 in agent 10.0.0.49 2025-06-19 09:58:50,329 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_VirtualMachineDatabaseList?x=42e5daf4-a778-43c3-8b3d-2d9e7818df9f 2025-06-19 09:58:50,333 - INFO - Pod ctest-nginx-pod-70374536 with uuid 42e5daf4-a778-43c3-8b3d-2d9e7818df9f found in kube manager 2025-06-19 09:58:50,333 - INFO - Pod ctest-nginx-pod-70374536 verification passed 2025-06-19 09:58:50,402 - DEBUG - [Pod ctest-nginx-pod-70374536] Cmd: echo ctest-nginx-pod-70374536 > /usr/share/nginx/html/index.html, Output: 2025-06-19 09:58:50,408 - INFO - Pod ctest-nginx-pod-10723997 is in running state.Got IP 10.47.255.250 2025-06-19 09:58:50,422 - DEBUG - Pod ctest-nginx-pod-10723997 has vmi f5ba26f6-4cf3-11f0-a315-fa163e41f9e6 2025-06-19 09:58:50,422 - INFO - Verified pod ctest-nginx-pod-10723997 in contrail-api 2025-06-19 09:58:50,422 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 09:58:50,432 - DEBUG - VMI f5ba26f6-4cf3-11f0-a315-fa163e41f9e6 is active in agent 10.0.0.49 2025-06-19 09:58:50,432 - INFO - Verified Pod ctest-nginx-pod-10723997 in agent 10.0.0.49 2025-06-19 09:58:50,432 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_VirtualMachineDatabaseList?x=c8004351-8e30-46ee-b080-a7ac4de37871 2025-06-19 09:58:50,437 - INFO - Pod ctest-nginx-pod-10723997 with uuid c8004351-8e30-46ee-b080-a7ac4de37871 found in kube manager 2025-06-19 09:58:50,437 - INFO - Pod ctest-nginx-pod-10723997 verification passed 2025-06-19 09:58:50,492 - DEBUG - [Pod ctest-nginx-pod-10723997] Cmd: echo ctest-nginx-pod-10723997 > /usr/share/nginx/html/index.html, Output: 2025-06-19 09:58:50,497 - DEBUG - Pod ctest-busybox-pod-60000115 not in running state.Currently in Pending 2025-06-19 09:58:55,503 - INFO - Pod ctest-busybox-pod-60000115 is in running state.Got IP 10.47.255.248 2025-06-19 09:58:55,515 - DEBUG - Pod ctest-busybox-pod-60000115 has vmi fa071e6c-4cf3-11f0-a315-fa163e41f9e6 2025-06-19 09:58:55,515 - INFO - Verified pod ctest-busybox-pod-60000115 in contrail-api 2025-06-19 09:58:55,515 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 09:58:55,526 - DEBUG - VMI fa071e6c-4cf3-11f0-a315-fa163e41f9e6 is active in agent 10.0.0.49 2025-06-19 09:58:55,526 - INFO - Verified Pod ctest-busybox-pod-60000115 in agent 10.0.0.49 2025-06-19 09:58:55,526 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_VirtualMachineDatabaseList?x=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:58:55,531 - INFO - Pod ctest-busybox-pod-60000115 with uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 found in kube manager 2025-06-19 09:58:55,531 - INFO - Pod ctest-busybox-pod-60000115 verification passed 2025-06-19 09:58:55,585 - DEBUG - [Pod ctest-busybox-pod-60000115] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-70374536 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-19 09:58:55,585 - DEBUG - [Pod Pod ctest-busybox-pod-60000115] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 09:58:55,585 - DEBUG - [Pod Pod ctest-busybox-pod-60000115] Cmd output: ctest-nginx-pod-70374536 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-19 09:58:55,640 - DEBUG - [Pod ctest-busybox-pod-60000115] 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-70374536 2025-06-19 09:58:55,640 - DEBUG - [Pod Pod ctest-busybox-pod-60000115] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 09:58:55,640 - DEBUG - [Pod Pod ctest-busybox-pod-60000115] 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-70374536 2025-06-19 09:58:55,697 - DEBUG - [Pod ctest-busybox-pod-60000115] 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) ctest-nginx-pod-10723997 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-19 09:58:55,697 - DEBUG - [Pod Pod ctest-busybox-pod-60000115] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 09:58:55,697 - DEBUG - [Pod Pod ctest-busybox-pod-60000115] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-10723997 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-19 09:58:55,697 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-70374536': 2, 'ctest-nginx-pod-10723997': 1} 2025-06-19 09:58:55,697 - WARNING - Nothing to delete parallely 2025-06-19 09:58:55,697 - INFO - Deleting pod default:ctest-busybox-pod-60000115 2025-06-19 09:58:55,709 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:58:55,717 - WARNING - Pod uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:00,717 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:59:00,725 - WARNING - Pod uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:05,726 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:59:05,733 - WARNING - Pod uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:10,735 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:59:10,743 - WARNING - Pod uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:15,744 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:59:15,751 - WARNING - Pod uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:20,752 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:59:20,759 - WARNING - Pod uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:25,759 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:59:25,767 - WARNING - Pod uuid 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:30,768 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5ae820c3-7500-41a4-ac95-3d96eaf8e275 2025-06-19 09:59:30,778 - DEBUG - Pod 5ae820c3-7500-41a4-ac95-3d96eaf8e275 is not in agent 10.0.0.49 VM list 2025-06-19 09:59:30,778 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fa071e6c-4cf3-11f0-a315-fa163e41f9e6 2025-06-19 09:59:30,783 - DEBUG - VMI fa071e6c-4cf3-11f0-a315-fa163e41f9e6 is removed from agent 10.0.0.49 2025-06-19 09:59:30,784 - INFO - Verified that pod ctest-busybox-pod-60000115 is removed in agent 2025-06-19 09:59:30,784 - INFO - Deleting Ingress : ctest-nginx-ingress-16147184 2025-06-19 09:59:30,795 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=a870b0e8-b041-42c0-9aaa-ea87a99ff4ed 2025-06-19 09:59:30,800 - ERROR - Ingress ctest-nginx-ingress-16147184 with uuid a870b0e8-b041-42c0-9aaa-ea87a99ff4ed still found in kube manager 2025-06-19 09:59:31,801 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=a870b0e8-b041-42c0-9aaa-ea87a99ff4ed 2025-06-19 09:59:31,806 - INFO - Ingress ctest-nginx-ingress-16147184 with uuid a870b0e8-b041-42c0-9aaa-ea87a99ff4ed deleted successfully from kube manager 2025-06-19 09:59:31,806 - INFO - Verifications on Ingress %s cleanup passed 2025-06-19 09:59:31,806 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-19 09:59:31,928 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 09:59:31,934 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-19 09:59:31,934 - INFO - Deleting VN __public__ 2025-06-19 09:59:32,191 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/53abc30e-8122-49ad-99f1-f5f8df45cd3a 2025-06-19 09:59:32,202 - DEBUG - Response Code: 404 2025-06-19 09:59:32,202 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-06-19 09:59:32,211 - DEBUG - Requesting: http://10.0.0.254:8082/domain/e930e9c6-413a-49ed-a212-cf7591acc956 2025-06-19 09:59:32,225 - DEBUG - Requesting: http://10.0.0.254:8082/project/190a25f8-ff20-4b99-b582-5e70dda01d2e 2025-06-19 09:59:32,287 - INFO - Validated that VN __public__ is not found in API Server 2025-06-19 09:59:32,288 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-19 09:59:32,304 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 09:59:32,314 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-06-19 09:59:32,314 - INFO - Validated that VN __public__ is not in any agent 2025-06-19 09:59:32,314 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 09:59:32,325 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 09:59:32,336 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 09:59:32,354 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-19 09:59:32,356 - INFO - Deleting pod default:ctest-nginx-pod-10723997 2025-06-19 09:59:32,402 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c8004351-8e30-46ee-b080-a7ac4de37871 2025-06-19 09:59:32,430 - WARNING - Pod uuid c8004351-8e30-46ee-b080-a7ac4de37871 is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:37,433 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c8004351-8e30-46ee-b080-a7ac4de37871 2025-06-19 09:59:37,442 - DEBUG - Pod c8004351-8e30-46ee-b080-a7ac4de37871 is not in agent 10.0.0.49 VM list 2025-06-19 09:59:37,442 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5ba26f6-4cf3-11f0-a315-fa163e41f9e6 2025-06-19 09:59:37,449 - DEBUG - VMI f5ba26f6-4cf3-11f0-a315-fa163e41f9e6 is removed from agent 10.0.0.49 2025-06-19 09:59:37,449 - INFO - Verified that pod ctest-nginx-pod-10723997 is removed in agent 2025-06-19 09:59:37,449 - INFO - Deleting pod default:ctest-nginx-pod-70374536 2025-06-19 09:59:37,462 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=42e5daf4-a778-43c3-8b3d-2d9e7818df9f 2025-06-19 09:59:37,472 - WARNING - Pod uuid 42e5daf4-a778-43c3-8b3d-2d9e7818df9f is still seen in agent 10.0.0.49 VM list 2025-06-19 09:59:42,473 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=42e5daf4-a778-43c3-8b3d-2d9e7818df9f 2025-06-19 09:59:42,480 - DEBUG - Pod 42e5daf4-a778-43c3-8b3d-2d9e7818df9f is not in agent 10.0.0.49 VM list 2025-06-19 09:59:42,480 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f54dc6fa-4cf3-11f0-a315-fa163e41f9e6 2025-06-19 09:59:42,486 - DEBUG - VMI f54dc6fa-4cf3-11f0-a315-fa163e41f9e6 is removed from agent 10.0.0.49 2025-06-19 09:59:42,486 - INFO - Verified that pod ctest-nginx-pod-70374536 is removed in agent 2025-06-19 09:59:42,486 - INFO - Deleting service : ctest-nginx-svc-08891285 2025-06-19 09:59:42,717 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 09:59:42,725 - DEBUG - No XMPP flaps were noticed during the test
2025-06-19 09:59:42,726 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-06-19 09:59:42,726 - INFO - -------------------------------------------------------------------------------- 2025-06-19 09:59:49,129 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-19 09:59:49,240 - DEBUG - Output : cluster_project={} 2025-06-19 09:59:49,285 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-19 09:59:49,464 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-19 09:59:49,470 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-19 09:59:49,592 - DEBUG - Output : cluster_project={} 2025-06-19 10:00:04,685 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:04,733 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:04,812 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:04,899 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:04,945 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:10,031 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:10,133 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:10,223 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 10:00:10,428 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 10:00:13,235 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-06-19 10:00:13,245 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-06-19 10:00:13,274 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-06-19 10:00:15,304 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-06-19 10:03:25,046 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 10:03:25,087 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=86296e49-f3ba-4fb7-84c1-4528180cd69a 2025-06-19 10:03:25,100 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:03:25,120 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a5f1105f-f92e-4fd2-b38e-952fe1e9f72f 2025-06-19 10:03:25,128 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=650c51cd-bb9b-4e09-a9b1-e0ef250fb1f6 2025-06-19 10:03:25,140 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:03:25,145 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:03:25,150 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:03:25,157 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:03:30,163 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=86296e49-f3ba-4fb7-84c1-4528180cd69a 2025-06-19 10:03:30,171 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:24f3eaa6-4cf4-11f0-a315-fa163e41f9e6 2025-06-19 10:03:30,172 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:03:30,211 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a5f1105f-f92e-4fd2-b38e-952fe1e9f72f 2025-06-19 10:03:30,213 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:03:30,214 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:03:30,215 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:03:30,217 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:03:30,218 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=650c51cd-bb9b-4e09-a9b1-e0ef250fb1f6 2025-06-19 10:03:30,221 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:256f16ea-4cf4-11f0-a315-fa163e41f9e6 2025-06-19 10:03:30,241 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:244f2fac-4cf4-11f0-a315-fa163e41f9e6 2025-06-19 10:03:35,184 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:03:35,226 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:03:35,241 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:03:35,242 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:03:35,244 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:03:40,192 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:03:40,234 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:03:40,254 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:03:40,258 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:03:40,260 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:03:45,203 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:03:45,243 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:03:45,271 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:03:45,273 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:03:45,274 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:03:50,212 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:03:50,252 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:03:50,290 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:03:50,292 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:03:50,293 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:03:55,221 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:03:55,260 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:03:55,305 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:03:55,309 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:03:55,310 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:04:00,233 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fd7f0789-b879-4643-b970-c0cd83265d7c 2025-06-19 10:04:00,240 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:23d4774e-4cf4-11f0-a315-fa163e41f9e6 2025-06-19 10:04:00,269 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=44d54b66-b8db-47b1-b709-5ba72cba45ae 2025-06-19 10:04:00,276 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:26729788-4cf4-11f0-a315-fa163e41f9e6 2025-06-19 10:04:00,372 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b842f7e2-615d-4cc5-bb5a-2b0b61e2b88e 2025-06-19 10:04:00,374 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=18971dfe-16d1-4c4d-b508-6fe0200ec5c7 2025-06-19 10:04:00,376 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7f7b079d-c90e-4148-bb3c-742848de3079 2025-06-19 10:04:00,390 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:26e4cd30-4cf4-11f0-a315-fa163e41f9e6 2025-06-19 10:04:00,393 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27588112-4cf4-11f0-a315-fa163e41f9e6 2025-06-19 10:04:00,394 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:25fc9f9c-4cf4-11f0-a315-fa163e41f9e6