2025-06-19 14:14:58,044 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-06-19 14:14:58,305 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1285-1 2025-06-19 14:14:58,305 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-06-19 14:14:58,339 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1285-1 2025-06-19 14:14:58,339 - DEBUG - [10.0.0.19]: 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 14:14:58,416 - DEBUG - Output : NAMES contrail_test_8qzf6FoJT contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-schema-1 config_api-api-1 2025-06-19 14:14:58,416 - DEBUG - [10.0.0.19]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 14:14:58,479 - DEBUG - Output : 10.0.0.19/24 172.17.0.1/16 2025-06-19 14:14:58,479 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-06-19 14:14:58,513 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1285-1 2025-06-19 14:14:58,616 - DEBUG - [10.0.0.241]: Running cmd : hostname 2025-06-19 14:14:58,856 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1285-1 2025-06-19 14:14:58,857 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2025-06-19 14:14:58,880 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1285-1 2025-06-19 14:14:58,880 - DEBUG - [10.0.0.241]: 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 14:14:58,936 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-19 14:14:58,937 - DEBUG - [10.0.0.241]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-19 14:14:59,001 - DEBUG - Output : 10.0.0.241/24 2025-06-19 14:14:59,002 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2025-06-19 14:14:59,037 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1285-1 2025-06-19 14:14:59,116 - INFO - Using existing project ['default-domain', 'k8s-default'](6cf2a532-89a6-4e82-9280-4350f5a8a0fa) 2025-06-19 14:14:59,235 - INFO - Using existing project ['default-domain', 'k8s-default'](6cf2a532-89a6-4e82-9280-4350f5a8a0fa) 2025-06-19 14:14:59,395 - INFO - ================================================================================ 2025-06-19 14:14:59,396 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-19 14:14:59,396 - 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 14:14:59,592 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 14:14:59,601 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.0.0.19': '0'}} with 2025-06-19 14:14:59,601 - INFO - Initial checks done. Running the testcase now 2025-06-19 14:14:59,601 - INFO - 2025-06-19 14:14:59,605 - INFO - Namespace default already exists 2025-06-19 14:14:59,606 - DEBUG - [10.0.0.19]: 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 14:14:59,723 - DEBUG - Output : cluster_project={} 2025-06-19 14:14:59,774 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-19 14:14:59,774 - DEBUG - Project uuid in Contrail is 6cf2a532-89a6-4e82-9280-4350f5a8a0fa 2025-06-19 14:14:59,774 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-19 14:14:59,915 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-19 14:14:59,915 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=d427dd53-1217-4c38-a66f-5328e6fb327b 2025-06-19 14:14:59,921 - INFO - Namespace default with uuid d427dd53-1217-4c38-a66f-5328e6fb327b found in kube manager 2025-06-19 14:14:59,921 - INFO - Namespace default verification passed 2025-06-19 14:14:59,925 - DEBUG - Service ctest-nginx-svc-79523902 not present 2025-06-19 14:14:59,925 - INFO - Creating service ctest-nginx-svc-79523902 2025-06-19 14:14:59,948 - INFO - Created Service ctest-nginx-svc-79523902 2025-06-19 14:14:59,955 - DEBUG - Pod ctest-nginx-pod-64631687 not present 2025-06-19 14:14:59,955 - INFO - Creating Pod ctest-nginx-pod-64631687 2025-06-19 14:15:00,047 - DEBUG - Pod : ctest-nginx-pod-64631687 UUID is 04a7dbdb-ad0f-4357-8f5c-5be7d9b1a081 2025-06-19 14:15:00,057 - DEBUG - Pod ctest-nginx-pod-75514490 not present 2025-06-19 14:15:00,058 - INFO - Creating Pod ctest-nginx-pod-75514490 2025-06-19 14:15:00,099 - DEBUG - Pod : ctest-nginx-pod-75514490 UUID is b2907dd1-0f53-42d9-96ed-615b80dd2058 2025-06-19 14:15:00,304 - INFO - Created VN __public__, UUID :f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:00,541 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-06-19 14:15:00,550 - DEBUG - Requesting: http://10.0.0.19:8082/domain/49f78301-6502-4a9d-80c7-7fe98d936ed6 2025-06-19 14:15:00,573 - DEBUG - Requesting: http://10.0.0.19:8082/project/6cf2a532-89a6-4e82-9280-4350f5a8a0fa 2025-06-19 14:15:00,676 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:00,691 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:00,735 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:15:00,757 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:15:00,772 - DEBUG - Route Targets: [] 2025-06-19 14:15:00,772 - DEBUG - RT names not yet present for VN __public__ 2025-06-19 14:15:05,773 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-06-19 14:15:05,780 - DEBUG - Requesting: http://10.0.0.19:8082/domain/49f78301-6502-4a9d-80c7-7fe98d936ed6 2025-06-19 14:15:05,788 - DEBUG - Requesting: http://10.0.0.19:8082/project/6cf2a532-89a6-4e82-9280-4350f5a8a0fa 2025-06-19 14:15:05,832 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:05,842 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:05,851 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:15:05,860 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:15:05,868 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/a76f42eb-3730-4759-b638-58b83df28940 2025-06-19 14:15:05,876 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 14:15:05,876 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:05,888 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:15:05,905 - INFO - Verified VN network id 14 for VN f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:05,905 - INFO - Verifications in API Server for VN __public__ passed 2025-06-19 14:15:05,905 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:05,919 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:15:05,930 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:15:05,940 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/a76f42eb-3730-4759-b638-58b83df28940 2025-06-19 14:15:05,949 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 14:15:05,957 - DEBUG - Control-node 10.0.0.19 : 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': '17667682301928948760', 'uuid-lslong': '13369851193717882270'}, 'enable': 'true', 'created': '2025-06-19T14:15:00', 'last-modified': '2025-06-19T14:15:00', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.460086'} 2025-06-19 14:15:05,957 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 14:15:05,965 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-19 14:15:05,965 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-19 14:15:05,966 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-19 14:15:05,966 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-06-19 14:15:05,972 - DEBUG - Requesting: http://10.0.0.19:8082/domain/49f78301-6502-4a9d-80c7-7fe98d936ed6 2025-06-19 14:15:05,983 - DEBUG - Requesting: http://10.0.0.19:8082/project/6cf2a532-89a6-4e82-9280-4350f5a8a0fa 2025-06-19 14:15:06,040 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:06,052 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-19 14:15:06,052 - DEBUG - Verifying the vn in opserver 2025-06-19 14:15:06,052 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2025-06-19 14:15:06,053 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2025-06-19 14:15:06,059 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-19 14:15:06,059 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-19 14:15:06,059 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 14:15:06,068 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 14:15:06,076 - DEBUG - Do not have enough data to verify VN in agent 2025-06-19 14:15:06,076 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 14:15:06,083 - DEBUG - VRF ids for VN __public__: {} 2025-06-19 14:15:06,185 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-19 14:15:06,370 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-06-19 14:15:06,377 - DEBUG - Requesting: http://10.0.0.19:8082/domain/49f78301-6502-4a9d-80c7-7fe98d936ed6 2025-06-19 14:15:06,388 - DEBUG - Requesting: http://10.0.0.19:8082/project/6cf2a532-89a6-4e82-9280-4350f5a8a0fa 2025-06-19 14:15:06,436 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:06,453 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/03015d8c-175e-4760-8ff8-b5e199a13bd9 2025-06-19 14:15:06,460 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-06-19 14:15:06,467 - DEBUG - Requesting: http://10.0.0.19:8082/domain/49f78301-6502-4a9d-80c7-7fe98d936ed6 2025-06-19 14:15:06,477 - DEBUG - Requesting: http://10.0.0.19:8082/project/6cf2a532-89a6-4e82-9280-4350f5a8a0fa 2025-06-19 14:15:06,525 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/f5303772-3aee-4418-b98b-40d2fd62fd9e 2025-06-19 14:15:06,544 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-19 14:15:06,544 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-19 14:15:06,556 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 14:15:06,562 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-19 14:15:06,563 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-19 14:15:06,568 - DEBUG - Ingress ctest-nginx-ingress-15163059 not present 2025-06-19 14:15:06,568 - INFO - Creating Ingress ctest-nginx-ingress-15163059 2025-06-19 14:15:06,576 - INFO - Created Ingress ctest-nginx-ingress-15163059 2025-06-19 14:15:06,581 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-15163059 2025-06-19 14:15:09,592 - DEBUG - For Ingress ctest-nginx-ingress-15163059, Cluster IP: 10.47.255.249, External IPs ['151.15.250.188'] 2025-06-19 14:15:09,593 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-15163059 2025-06-19 14:15:09,593 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=722c68d0-939a-491a-a56d-94dabd22afa9 2025-06-19 14:15:09,614 - INFO - Ingress ctest-nginx-ingress-15163059 with uuid 722c68d0-939a-491a-a56d-94dabd22afa9 found in kube manager 2025-06-19 14:15:09,614 - INFO - Ingress ctest-nginx-ingress-15163059 verification passed 2025-06-19 14:15:09,619 - DEBUG - Pod ctest-busybox-pod-96598969 not present 2025-06-19 14:15:09,619 - INFO - Creating Pod ctest-busybox-pod-96598969 2025-06-19 14:15:09,803 - DEBUG - Pod : ctest-busybox-pod-96598969 UUID is d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:09,812 - DEBUG - Pod ctest-nginx-pod-64631687 not in running state.Currently in Pending 2025-06-19 14:15:14,818 - DEBUG - Pod ctest-nginx-pod-64631687 not in running state.Currently in Pending 2025-06-19 14:15:19,825 - INFO - Pod ctest-nginx-pod-64631687 is in running state.Got IP 10.47.255.251 2025-06-19 14:15:19,848 - DEBUG - Pod ctest-nginx-pod-64631687 has vmi ca124ca8-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:15:19,848 - INFO - Verified pod ctest-nginx-pod-64631687 in contrail-api 2025-06-19 14:15:19,848 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:15:19,863 - DEBUG - VMI ca124ca8-4d17-11f0-ae96-fa163e10510a is active in agent 10.0.0.241 2025-06-19 14:15:19,863 - INFO - Verified Pod ctest-nginx-pod-64631687 in agent 10.0.0.241 2025-06-19 14:15:19,863 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=04a7dbdb-ad0f-4357-8f5c-5be7d9b1a081 2025-06-19 14:15:19,868 - INFO - Pod ctest-nginx-pod-64631687 with uuid 04a7dbdb-ad0f-4357-8f5c-5be7d9b1a081 found in kube manager 2025-06-19 14:15:19,868 - INFO - Pod ctest-nginx-pod-64631687 verification passed 2025-06-19 14:15:19,935 - DEBUG - [Pod ctest-nginx-pod-64631687] Cmd: echo ctest-nginx-pod-64631687 > /usr/share/nginx/html/index.html, Output: 2025-06-19 14:15:19,941 - INFO - Pod ctest-nginx-pod-75514490 is in running state.Got IP 10.47.255.250 2025-06-19 14:15:19,956 - DEBUG - Pod ctest-nginx-pod-75514490 has vmi ca95178c-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:15:19,956 - INFO - Verified pod ctest-nginx-pod-75514490 in contrail-api 2025-06-19 14:15:19,956 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:15:19,967 - DEBUG - VMI ca95178c-4d17-11f0-ae96-fa163e10510a is active in agent 10.0.0.241 2025-06-19 14:15:19,967 - INFO - Verified Pod ctest-nginx-pod-75514490 in agent 10.0.0.241 2025-06-19 14:15:19,967 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=b2907dd1-0f53-42d9-96ed-615b80dd2058 2025-06-19 14:15:19,972 - INFO - Pod ctest-nginx-pod-75514490 with uuid b2907dd1-0f53-42d9-96ed-615b80dd2058 found in kube manager 2025-06-19 14:15:19,972 - INFO - Pod ctest-nginx-pod-75514490 verification passed 2025-06-19 14:15:20,035 - DEBUG - [Pod ctest-nginx-pod-75514490] Cmd: echo ctest-nginx-pod-75514490 > /usr/share/nginx/html/index.html, Output: 2025-06-19 14:15:20,041 - DEBUG - Pod ctest-busybox-pod-96598969 not in running state.Currently in Pending 2025-06-19 14:15:25,047 - INFO - Pod ctest-busybox-pod-96598969 is in running state.Got IP 10.47.255.248 2025-06-19 14:15:25,106 - DEBUG - Pod ctest-busybox-pod-96598969 has vmi cf2e0c9a-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:15:25,106 - INFO - Verified pod ctest-busybox-pod-96598969 in contrail-api 2025-06-19 14:15:25,106 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:15:25,120 - DEBUG - VMI cf2e0c9a-4d17-11f0-ae96-fa163e10510a is active in agent 10.0.0.241 2025-06-19 14:15:25,120 - INFO - Verified Pod ctest-busybox-pod-96598969 in agent 10.0.0.241 2025-06-19 14:15:25,120 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:25,126 - INFO - Pod ctest-busybox-pod-96598969 with uuid d83a6bf8-0be8-4432-b189-226749e92299 found in kube manager 2025-06-19 14:15:25,126 - INFO - Pod ctest-busybox-pod-96598969 verification passed 2025-06-19 14:15:25,189 - DEBUG - [Pod ctest-busybox-pod-96598969] 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-64631687 2025-06-19 14:15:25,189 - DEBUG - [Pod Pod ctest-busybox-pod-96598969] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 14:15:25,189 - DEBUG - [Pod Pod ctest-busybox-pod-96598969] 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-64631687 2025-06-19 14:15:25,242 - DEBUG - [Pod ctest-busybox-pod-96598969] 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-75514490 2025-06-19 14:15:25,242 - DEBUG - [Pod Pod ctest-busybox-pod-96598969] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-19 14:15:25,242 - DEBUG - [Pod Pod ctest-busybox-pod-96598969] 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-75514490 2025-06-19 14:15:25,242 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-64631687': 1, 'ctest-nginx-pod-75514490': 1} 2025-06-19 14:15:25,242 - WARNING - Nothing to delete parallely 2025-06-19 14:15:25,242 - INFO - Deleting pod default:ctest-busybox-pod-96598969 2025-06-19 14:15:25,255 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:25,264 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:15:30,264 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:30,273 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:15:35,273 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:35,280 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:15:40,281 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:40,290 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:15:45,291 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:45,299 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:15:50,300 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:50,313 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:15:55,314 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:15:55,322 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:16:00,323 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:16:00,330 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:16:05,331 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:16:05,338 - WARNING - Pod uuid d83a6bf8-0be8-4432-b189-226749e92299 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:16:10,340 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d83a6bf8-0be8-4432-b189-226749e92299 2025-06-19 14:16:10,347 - DEBUG - Pod d83a6bf8-0be8-4432-b189-226749e92299 is not in agent 10.0.0.241 VM list 2025-06-19 14:16:10,347 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cf2e0c9a-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:16:10,354 - DEBUG - VMI cf2e0c9a-4d17-11f0-ae96-fa163e10510a is removed from agent 10.0.0.241 2025-06-19 14:16:10,354 - INFO - Verified that pod ctest-busybox-pod-96598969 is removed in agent 2025-06-19 14:16:10,355 - INFO - Deleting Ingress : ctest-nginx-ingress-15163059 2025-06-19 14:16:10,364 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=722c68d0-939a-491a-a56d-94dabd22afa9 2025-06-19 14:16:10,378 - ERROR - Ingress ctest-nginx-ingress-15163059 with uuid 722c68d0-939a-491a-a56d-94dabd22afa9 still found in kube manager 2025-06-19 14:16:11,378 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=722c68d0-939a-491a-a56d-94dabd22afa9 2025-06-19 14:16:11,390 - ERROR - Ingress ctest-nginx-ingress-15163059 with uuid 722c68d0-939a-491a-a56d-94dabd22afa9 still found in kube manager 2025-06-19 14:16:12,391 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=722c68d0-939a-491a-a56d-94dabd22afa9 2025-06-19 14:16:12,396 - INFO - Ingress ctest-nginx-ingress-15163059 with uuid 722c68d0-939a-491a-a56d-94dabd22afa9 deleted successfully from kube manager 2025-06-19 14:16:12,396 - INFO - Verifications on Ingress %s cleanup passed 2025-06-19 14:16:12,396 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-19 14:16:12,458 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-19 14:16:12,465 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-19 14:16:12,465 - INFO - Deleting VN __public__ 2025-06-19 14:16:12,557 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/6b2159b1-b4b5-474f-9e07-95b7213bd799 2025-06-19 14:16:12,567 - DEBUG - Response Code: 404 2025-06-19 14:16:12,567 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-06-19 14:16:12,572 - DEBUG - Requesting: http://10.0.0.19:8082/domain/49f78301-6502-4a9d-80c7-7fe98d936ed6 2025-06-19 14:16:12,585 - DEBUG - Requesting: http://10.0.0.19:8082/project/6cf2a532-89a6-4e82-9280-4350f5a8a0fa 2025-06-19 14:16:12,636 - INFO - Validated that VN __public__ is not found in API Server 2025-06-19 14:16:12,636 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-19 14:16:12,650 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 14:16:12,682 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2025-06-19 14:16:12,682 - INFO - Validated that VN __public__ is not in any agent 2025-06-19 14:16:12,682 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 14:16:12,698 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-19 14:16:12,705 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-19 14:16:12,712 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-19 14:16:12,712 - INFO - Deleting pod default:ctest-nginx-pod-75514490 2025-06-19 14:16:12,731 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b2907dd1-0f53-42d9-96ed-615b80dd2058 2025-06-19 14:16:12,747 - WARNING - Pod uuid b2907dd1-0f53-42d9-96ed-615b80dd2058 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:16:17,748 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b2907dd1-0f53-42d9-96ed-615b80dd2058 2025-06-19 14:16:17,756 - DEBUG - Pod b2907dd1-0f53-42d9-96ed-615b80dd2058 is not in agent 10.0.0.241 VM list 2025-06-19 14:16:17,756 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca95178c-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:16:17,762 - DEBUG - VMI ca95178c-4d17-11f0-ae96-fa163e10510a is removed from agent 10.0.0.241 2025-06-19 14:16:17,762 - INFO - Verified that pod ctest-nginx-pod-75514490 is removed in agent 2025-06-19 14:16:17,763 - INFO - Deleting pod default:ctest-nginx-pod-64631687 2025-06-19 14:16:17,772 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=04a7dbdb-ad0f-4357-8f5c-5be7d9b1a081 2025-06-19 14:16:17,784 - WARNING - Pod uuid 04a7dbdb-ad0f-4357-8f5c-5be7d9b1a081 is still seen in agent 10.0.0.241 VM list 2025-06-19 14:16:22,786 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=04a7dbdb-ad0f-4357-8f5c-5be7d9b1a081 2025-06-19 14:16:22,793 - DEBUG - Pod 04a7dbdb-ad0f-4357-8f5c-5be7d9b1a081 is not in agent 10.0.0.241 VM list 2025-06-19 14:16:22,794 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca124ca8-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:16:22,800 - DEBUG - VMI ca124ca8-4d17-11f0-ae96-fa163e10510a is removed from agent 10.0.0.241 2025-06-19 14:16:22,800 - INFO - Verified that pod ctest-nginx-pod-64631687 is removed in agent 2025-06-19 14:16:22,800 - INFO - Deleting service : ctest-nginx-svc-79523902 2025-06-19 14:16:23,048 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 14:16:23,056 - DEBUG - No XMPP flaps were noticed during the test
2025-06-19 14:16:23,056 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:24]
2025-06-19 14:16:23,056 - INFO - -------------------------------------------------------------------------------- 2025-06-19 14:16:29,567 - DEBUG - [10.0.0.19]: 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 14:16:29,715 - DEBUG - Output : cluster_project={} 2025-06-19 14:16:29,788 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-19 14:16:29,964 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-19 14:16:29,970 - DEBUG - [10.0.0.19]: 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 14:16:30,154 - DEBUG - Output : cluster_project={} 2025-06-19 14:16:40,291 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:45,335 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:45,422 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:45,502 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:50,548 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:50,664 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:50,750 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:50,827 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-19 14:16:51,067 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 14:16:53,771 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_ApplicationPolicySetReq? 2025-06-19 14:16:53,779 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-06-19 14:16:53,814 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-06-19 14:16:55,857 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2025-06-19 14:19:56,036 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-19 14:19:56,081 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=37bbe94e-6a35-41e2-8175-46ca6a7dd56f 2025-06-19 14:19:56,105 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:19:56,131 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:19:56,138 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b947d7ee-082e-450d-bad7-809e00502ddf 2025-06-19 14:19:56,143 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=db4e08a0-e2d7-4906-9008-488ad67ffcd9 2025-06-19 14:19:56,149 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:19:56,154 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6a623baf-0365-4182-aac8-b0d099e98ca2 2025-06-19 14:19:56,159 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:01,112 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=37bbe94e-6a35-41e2-8175-46ca6a7dd56f 2025-06-19 14:20:01,121 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff3d71d2-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:20:01,165 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:20:01,293 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:01,295 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6a623baf-0365-4182-aac8-b0d099e98ca2 2025-06-19 14:20:01,296 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=db4e08a0-e2d7-4906-9008-488ad67ffcd9 2025-06-19 14:20:01,297 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:20:01,298 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=b947d7ee-082e-450d-bad7-809e00502ddf 2025-06-19 14:20:01,307 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:20:01,325 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0072cf20-4d18-11f0-ae96-fa163e10510a 2025-06-19 14:20:01,331 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ffc2ade8-4d17-11f0-ae96-fa163e10510a 2025-06-19 14:20:01,333 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:010a0606-4d18-11f0-ae96-fa163e10510a 2025-06-19 14:20:06,173 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:20:06,330 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:20:06,332 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:20:06,336 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:11,186 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:20:11,348 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:20:11,350 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:20:11,354 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:16,196 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:20:16,372 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:20:16,373 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:16,375 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:20:21,205 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:20:21,389 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:20:21,390 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:21,392 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:20:26,213 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:20:26,407 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:26,414 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:20:26,415 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:20:31,226 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=7e4a6c64-d524-4132-a619-a33cb408ebc7 2025-06-19 14:20:31,235 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0220e1e0-4d18-11f0-ae96-fa163e10510a 2025-06-19 14:20:31,428 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=ea9ee1bf-1291-4e42-a1b9-7887b28ccaf6 2025-06-19 14:20:31,430 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=d7e8101b-ed67-4dba-941a-439f33a9e316 2025-06-19 14:20:31,431 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=aaa300a4-c71f-40d2-bb1a-705593e77533 2025-06-19 14:20:31,444 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0299b6ce-4d18-11f0-ae96-fa163e10510a 2025-06-19 14:20:31,447 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:03168e92-4d18-11f0-ae96-fa163e10510a 2025-06-19 14:20:31,448 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:01a65b3c-4d18-11f0-ae96-fa163e10510a