2025-07-17 11:28:02,497 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-07-17 11:28:02,852 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1328-1 2025-07-17 11:28:02,852 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-07-17 11:28:02,891 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1328-1 2025-07-17 11:28:02,892 - DEBUG - [10.0.0.22]: 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-17 11:28:03,005 - DEBUG - Output : NAMES contrail_test_UcTdzaxIb contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-dnsmasq-1 2025-07-17 11:28:03,005 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-17 11:28:03,061 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-07-17 11:28:03,061 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-07-17 11:28:03,149 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1328-1 2025-07-17 11:28:03,247 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-07-17 11:28:03,439 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1328-30 2025-07-17 11:28:03,439 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-07-17 11:28:03,508 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1328-30 2025-07-17 11:28:03,509 - DEBUG - [10.0.0.27]: 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-17 11:28:03,556 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-17 11:28:03,556 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-17 11:28:03,626 - DEBUG - Output : 10.0.0.27/24 2025-07-17 11:28:03,627 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-07-17 11:28:03,657 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1328-30 2025-07-17 11:28:03,768 - INFO - Using existing project ['default-domain', 'k8s-default'](bf659840-f895-459e-9c77-d190f71914f4) 2025-07-17 11:28:03,951 - INFO - Using existing project ['default-domain', 'k8s-default'](bf659840-f895-459e-9c77-d190f71914f4) 2025-07-17 11:28:04,097 - INFO - ================================================================================ 2025-07-17 11:28:04,097 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-17 11:28:04,098 - 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-17 11:28:04,332 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-17 11:28:04,339 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.22': '0'}} with 2025-07-17 11:28:04,339 - INFO - Initial checks done. Running the testcase now 2025-07-17 11:28:04,339 - INFO - 2025-07-17 11:28:04,343 - INFO - Namespace default already exists 2025-07-17 11:28:04,343 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-17 11:28:04,450 - DEBUG - Output : cluster_project={} 2025-07-17 11:28:04,484 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-17 11:28:04,485 - DEBUG - Project uuid in Contrail is bf659840-f895-459e-9c77-d190f71914f4 2025-07-17 11:28:04,485 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-17 11:28:04,601 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-17 11:28:04,602 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=7b567c1f-68c8-4865-bf78-8621c552300d 2025-07-17 11:28:04,607 - INFO - Namespace default with uuid 7b567c1f-68c8-4865-bf78-8621c552300d found in kube manager 2025-07-17 11:28:04,607 - INFO - Namespace default verification passed 2025-07-17 11:28:04,610 - DEBUG - Service ctest-nginx-svc-48952315 not present 2025-07-17 11:28:04,610 - INFO - Creating service ctest-nginx-svc-48952315 2025-07-17 11:28:04,625 - INFO - Created Service ctest-nginx-svc-48952315 2025-07-17 11:28:04,636 - DEBUG - Pod ctest-nginx-pod-55099531 not present 2025-07-17 11:28:04,636 - INFO - Creating Pod ctest-nginx-pod-55099531 2025-07-17 11:28:04,724 - DEBUG - Node for Pod ctest-nginx-pod-55099531 not yet populated 2025-07-17 11:28:07,733 - DEBUG - Node for Pod ctest-nginx-pod-55099531 not yet populated 2025-07-17 11:28:10,737 - DEBUG - Node for Pod ctest-nginx-pod-55099531 not yet populated 2025-07-17 11:28:13,755 - DEBUG - Pod : ctest-nginx-pod-55099531 UUID is acb16ac4-59e6-4383-b4e7-2845b2ad09a1 2025-07-17 11:28:13,762 - DEBUG - Pod ctest-nginx-pod-07923095 not present 2025-07-17 11:28:13,762 - INFO - Creating Pod ctest-nginx-pod-07923095 2025-07-17 11:28:13,809 - DEBUG - Pod : ctest-nginx-pod-07923095 UUID is f53d1ea9-0866-4c06-8f30-10b480fe7739 2025-07-17 11:28:14,059 - INFO - Created VN __public__, UUID :59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:14,453 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-17 11:28:14,472 - DEBUG - Requesting: http://10.0.0.22:8082/domain/2219570d-6e13-47ae-862b-84fdc6d624bd 2025-07-17 11:28:14,494 - DEBUG - Requesting: http://10.0.0.22:8082/project/bf659840-f895-459e-9c77-d190f71914f4 2025-07-17 11:28:14,615 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:14,645 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:14,662 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6d386d02-a34e-41af-af86-06c3161e30cf 2025-07-17 11:28:14,672 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6d386d02-a34e-41af-af86-06c3161e30cf 2025-07-17 11:28:14,686 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/ae81bcc9-77a0-4a4a-a046-65879c5c8e06 2025-07-17 11:28:14,700 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-17 11:28:14,700 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:14,716 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6d386d02-a34e-41af-af86-06c3161e30cf 2025-07-17 11:28:14,746 - INFO - Verified VN network id 13 for VN 59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:14,746 - INFO - Verifications in API Server for VN __public__ passed 2025-07-17 11:28:14,746 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:14,764 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6d386d02-a34e-41af-af86-06c3161e30cf 2025-07-17 11:28:14,796 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6d386d02-a34e-41af-af86-06c3161e30cf 2025-07-17 11:28:14,808 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/ae81bcc9-77a0-4a4a-a046-65879c5c8e06 2025-07-17 11:28:14,815 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-17 11:28:14,827 - DEBUG - Control-node 10.0.0.22 : 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': '6463384684394267557', 'uuid-lslong': '11847545452756205754'}, 'enable': 'true', 'created': '2025-07-17T11:28:13', 'last-modified': '2025-07-17T11:28:14', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.482863'} 2025-07-17 11:28:14,827 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-17 11:28:14,837 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-17 11:28:14,837 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-17 11:28:14,839 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-17 11:28:14,839 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-17 11:28:14,847 - DEBUG - Requesting: http://10.0.0.22:8082/domain/2219570d-6e13-47ae-862b-84fdc6d624bd 2025-07-17 11:28:14,872 - DEBUG - Requesting: http://10.0.0.22:8082/project/bf659840-f895-459e-9c77-d190f71914f4 2025-07-17 11:28:14,945 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:14,958 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-17 11:28:14,958 - DEBUG - Verifying the vn in opserver 2025-07-17 11:28:14,958 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-07-17 11:28:14,958 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-07-17 11:28:14,964 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-17 11:28:14,965 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-17 11:28:14,965 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-17 11:28:14,979 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-17 11:28:14,986 - DEBUG - Do not have enough data to verify VN in agent 2025-07-17 11:28:14,986 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-17 11:28:14,993 - DEBUG - VRF ids for VN __public__: {} 2025-07-17 11:28:15,133 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-17 11:28:15,330 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-17 11:28:15,344 - DEBUG - Requesting: http://10.0.0.22:8082/domain/2219570d-6e13-47ae-862b-84fdc6d624bd 2025-07-17 11:28:15,357 - DEBUG - Requesting: http://10.0.0.22:8082/project/bf659840-f895-459e-9c77-d190f71914f4 2025-07-17 11:28:15,414 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:15,434 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/c61190e5-5c04-4935-8d0e-bd10cb6aada9 2025-07-17 11:28:15,440 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-17 11:28:15,449 - DEBUG - Requesting: http://10.0.0.22:8082/domain/2219570d-6e13-47ae-862b-84fdc6d624bd 2025-07-17 11:28:15,460 - DEBUG - Requesting: http://10.0.0.22:8082/project/bf659840-f895-459e-9c77-d190f71914f4 2025-07-17 11:28:15,533 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/59b28e20-4005-43a5-a46a-efd17bd400ba 2025-07-17 11:28:15,543 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-17 11:28:15,544 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-17 11:28:15,552 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-17 11:28:15,568 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-17 11:28:15,568 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-17 11:28:15,575 - DEBUG - Ingress ctest-nginx-ingress-72509077 not present 2025-07-17 11:28:15,576 - INFO - Creating Ingress ctest-nginx-ingress-72509077 2025-07-17 11:28:15,584 - INFO - Created Ingress ctest-nginx-ingress-72509077 2025-07-17 11:28:15,587 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-72509077 2025-07-17 11:28:18,593 - DEBUG - For Ingress ctest-nginx-ingress-72509077, Cluster IP: 10.47.255.249, External IPs ['153.151.90.188'] 2025-07-17 11:28:18,598 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-72509077 2025-07-17 11:28:18,599 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=af0ccfea-de8f-43ab-8ab5-e3150d9484d1 2025-07-17 11:28:18,603 - INFO - Ingress ctest-nginx-ingress-72509077 with uuid af0ccfea-de8f-43ab-8ab5-e3150d9484d1 found in kube manager 2025-07-17 11:28:18,603 - INFO - Ingress ctest-nginx-ingress-72509077 verification passed 2025-07-17 11:28:18,611 - DEBUG - Pod ctest-busybox-pod-66711298 not present 2025-07-17 11:28:18,612 - INFO - Creating Pod ctest-busybox-pod-66711298 2025-07-17 11:28:18,645 - DEBUG - Pod : ctest-busybox-pod-66711298 UUID is 89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:18,658 - DEBUG - Pod ctest-nginx-pod-55099531 not in running state.Currently in Pending 2025-07-17 11:28:23,663 - DEBUG - Pod ctest-nginx-pod-55099531 not in running state.Currently in Pending 2025-07-17 11:28:28,671 - DEBUG - Pod ctest-nginx-pod-55099531 not in running state.Currently in Pending 2025-07-17 11:28:33,679 - INFO - Pod ctest-nginx-pod-55099531 is in running state.Got IP 10.47.255.251 2025-07-17 11:28:33,695 - DEBUG - Pod ctest-nginx-pod-55099531 has vmi 1f2d6214-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:28:33,695 - INFO - Verified pod ctest-nginx-pod-55099531 in contrail-api 2025-07-17 11:28:33,696 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:28:33,709 - DEBUG - VMI 1f2d6214-6301-11f0-9829-fa163ed9da0d is active in agent 10.0.0.27 2025-07-17 11:28:33,709 - INFO - Verified Pod ctest-nginx-pod-55099531 in agent 10.0.0.27 2025-07-17 11:28:33,710 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=acb16ac4-59e6-4383-b4e7-2845b2ad09a1 2025-07-17 11:28:33,716 - INFO - Pod ctest-nginx-pod-55099531 with uuid acb16ac4-59e6-4383-b4e7-2845b2ad09a1 found in kube manager 2025-07-17 11:28:33,716 - INFO - Pod ctest-nginx-pod-55099531 verification passed 2025-07-17 11:28:33,777 - DEBUG - [Pod ctest-nginx-pod-55099531] Cmd: echo ctest-nginx-pod-55099531 > /usr/share/nginx/html/index.html, Output: 2025-07-17 11:28:33,783 - INFO - Pod ctest-nginx-pod-07923095 is in running state.Got IP 10.47.255.250 2025-07-17 11:28:33,797 - DEBUG - Pod ctest-nginx-pod-07923095 has vmi 20865382-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:28:33,797 - INFO - Verified pod ctest-nginx-pod-07923095 in contrail-api 2025-07-17 11:28:33,797 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:28:33,810 - DEBUG - VMI 20865382-6301-11f0-9829-fa163ed9da0d is active in agent 10.0.0.27 2025-07-17 11:28:33,811 - INFO - Verified Pod ctest-nginx-pod-07923095 in agent 10.0.0.27 2025-07-17 11:28:33,811 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=f53d1ea9-0866-4c06-8f30-10b480fe7739 2025-07-17 11:28:33,816 - INFO - Pod ctest-nginx-pod-07923095 with uuid f53d1ea9-0866-4c06-8f30-10b480fe7739 found in kube manager 2025-07-17 11:28:33,816 - INFO - Pod ctest-nginx-pod-07923095 verification passed 2025-07-17 11:28:33,877 - DEBUG - [Pod ctest-nginx-pod-07923095] Cmd: echo ctest-nginx-pod-07923095 > /usr/share/nginx/html/index.html, Output: 2025-07-17 11:28:33,882 - INFO - Pod ctest-busybox-pod-66711298 is in running state.Got IP 10.47.255.248 2025-07-17 11:28:33,939 - DEBUG - Pod ctest-busybox-pod-66711298 has vmi 23adfda8-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:28:33,939 - INFO - Verified pod ctest-busybox-pod-66711298 in contrail-api 2025-07-17 11:28:33,939 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:28:33,951 - DEBUG - VMI 23adfda8-6301-11f0-9829-fa163ed9da0d is active in agent 10.0.0.27 2025-07-17 11:28:33,951 - INFO - Verified Pod ctest-busybox-pod-66711298 in agent 10.0.0.27 2025-07-17 11:28:33,951 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:33,957 - INFO - Pod ctest-busybox-pod-66711298 with uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 found in kube manager 2025-07-17 11:28:33,957 - INFO - Pod ctest-busybox-pod-66711298 verification passed 2025-07-17 11:28:34,010 - DEBUG - [Pod ctest-busybox-pod-66711298] 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-07923095 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-17 11:28:34,010 - DEBUG - [Pod Pod ctest-busybox-pod-66711298] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-17 11:28:34,010 - DEBUG - [Pod Pod ctest-busybox-pod-66711298] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-07923095 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-17 11:28:34,071 - DEBUG - [Pod ctest-busybox-pod-66711298] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-55099531 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-17 11:28:34,071 - DEBUG - [Pod Pod ctest-busybox-pod-66711298] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-17 11:28:34,071 - DEBUG - [Pod Pod ctest-busybox-pod-66711298] Cmd output: ctest-nginx-pod-55099531 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-17 11:28:34,071 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-55099531': 1, 'ctest-nginx-pod-07923095': 1} 2025-07-17 11:28:34,072 - WARNING - Nothing to delete parallely 2025-07-17 11:28:34,072 - INFO - Deleting pod default:ctest-busybox-pod-66711298 2025-07-17 11:28:34,084 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:34,091 - WARNING - Pod uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:28:39,092 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:39,100 - WARNING - Pod uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:28:44,100 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:44,107 - WARNING - Pod uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:28:49,108 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:49,117 - WARNING - Pod uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:28:54,118 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:54,125 - WARNING - Pod uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:28:59,125 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:28:59,140 - WARNING - Pod uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:29:04,141 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:29:04,150 - WARNING - Pod uuid 89964ef6-2d25-4754-ab01-e04984ad74b4 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:29:09,151 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=89964ef6-2d25-4754-ab01-e04984ad74b4 2025-07-17 11:29:09,157 - DEBUG - Pod 89964ef6-2d25-4754-ab01-e04984ad74b4 is not in agent 10.0.0.27 VM list 2025-07-17 11:29:09,157 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:23adfda8-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:29:09,163 - DEBUG - VMI 23adfda8-6301-11f0-9829-fa163ed9da0d is removed from agent 10.0.0.27 2025-07-17 11:29:09,163 - INFO - Verified that pod ctest-busybox-pod-66711298 is removed in agent 2025-07-17 11:29:09,163 - INFO - Deleting Ingress : ctest-nginx-ingress-72509077 2025-07-17 11:29:09,170 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=af0ccfea-de8f-43ab-8ab5-e3150d9484d1 2025-07-17 11:29:09,187 - ERROR - Ingress ctest-nginx-ingress-72509077 with uuid af0ccfea-de8f-43ab-8ab5-e3150d9484d1 still found in kube manager 2025-07-17 11:29:10,188 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=af0ccfea-de8f-43ab-8ab5-e3150d9484d1 2025-07-17 11:29:10,193 - INFO - Ingress ctest-nginx-ingress-72509077 with uuid af0ccfea-de8f-43ab-8ab5-e3150d9484d1 deleted successfully from kube manager 2025-07-17 11:29:10,193 - INFO - Verifications on Ingress %s cleanup passed 2025-07-17 11:29:10,193 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-17 11:29:10,345 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-17 11:29:10,363 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-17 11:29:10,363 - INFO - Deleting VN __public__ 2025-07-17 11:29:10,554 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/6d386d02-a34e-41af-af86-06c3161e30cf 2025-07-17 11:29:10,560 - DEBUG - Response Code: 404 2025-07-17 11:29:10,560 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-17 11:29:10,565 - DEBUG - Requesting: http://10.0.0.22:8082/domain/2219570d-6e13-47ae-862b-84fdc6d624bd 2025-07-17 11:29:10,581 - DEBUG - Requesting: http://10.0.0.22:8082/project/bf659840-f895-459e-9c77-d190f71914f4 2025-07-17 11:29:10,661 - INFO - Validated that VN __public__ is not found in API Server 2025-07-17 11:29:10,661 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-17 11:29:10,669 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-17 11:29:10,679 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-07-17 11:29:10,679 - INFO - Validated that VN __public__ is not in any agent 2025-07-17 11:29:10,679 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-17 11:29:10,688 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-17 11:29:10,714 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-17 11:29:10,720 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-17 11:29:10,721 - INFO - Deleting pod default:ctest-nginx-pod-07923095 2025-07-17 11:29:10,735 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f53d1ea9-0866-4c06-8f30-10b480fe7739 2025-07-17 11:29:10,750 - WARNING - Pod uuid f53d1ea9-0866-4c06-8f30-10b480fe7739 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:29:15,751 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f53d1ea9-0866-4c06-8f30-10b480fe7739 2025-07-17 11:29:15,758 - DEBUG - Pod f53d1ea9-0866-4c06-8f30-10b480fe7739 is not in agent 10.0.0.27 VM list 2025-07-17 11:29:15,758 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:20865382-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:29:15,764 - DEBUG - VMI 20865382-6301-11f0-9829-fa163ed9da0d is removed from agent 10.0.0.27 2025-07-17 11:29:15,764 - INFO - Verified that pod ctest-nginx-pod-07923095 is removed in agent 2025-07-17 11:29:15,765 - INFO - Deleting pod default:ctest-nginx-pod-55099531 2025-07-17 11:29:15,777 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=acb16ac4-59e6-4383-b4e7-2845b2ad09a1 2025-07-17 11:29:15,786 - WARNING - Pod uuid acb16ac4-59e6-4383-b4e7-2845b2ad09a1 is still seen in agent 10.0.0.27 VM list 2025-07-17 11:29:20,787 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=acb16ac4-59e6-4383-b4e7-2845b2ad09a1 2025-07-17 11:29:20,794 - DEBUG - Pod acb16ac4-59e6-4383-b4e7-2845b2ad09a1 is not in agent 10.0.0.27 VM list 2025-07-17 11:29:20,794 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1f2d6214-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:29:20,800 - DEBUG - VMI 1f2d6214-6301-11f0-9829-fa163ed9da0d is removed from agent 10.0.0.27 2025-07-17 11:29:20,800 - INFO - Verified that pod ctest-nginx-pod-55099531 is removed in agent 2025-07-17 11:29:20,800 - INFO - Deleting service : ctest-nginx-svc-48952315 2025-07-17 11:29:21,053 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-17 11:29:21,061 - DEBUG - No XMPP flaps were noticed during the test 2025-07-17 11:29:21,061 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:17] 2025-07-17 11:29:21,062 - INFO - -------------------------------------------------------------------------------- 2025-07-17 11:29:27,459 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-17 11:29:27,567 - DEBUG - Output : cluster_project={} 2025-07-17 11:29:27,618 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-17 11:29:27,795 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-17 11:29:27,801 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-17 11:29:27,934 - DEBUG - Output : cluster_project={} 2025-07-17 11:29:38,083 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:43,132 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:43,215 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:43,252 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:43,331 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:48,373 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:48,519 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:48,554 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-17 11:29:48,769 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-17 11:29:51,420 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-07-17 11:29:51,430 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-07-17 11:29:51,460 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-07-17 11:29:53,506 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-07-17 11:32:53,888 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-17 11:32:53,938 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:32:53,976 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:32:53,984 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:32:53,992 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=e1284e1e-d2eb-4484-8d2f-33cd630c76b4 2025-07-17 11:32:53,996 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d5924edb-290f-44fd-ab53-29047774e79e 2025-07-17 11:32:54,012 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:32:54,028 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:32:54,043 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:32:58,955 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:32:59,100 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:32:59,102 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:32:59,104 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:32:59,107 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d5924edb-290f-44fd-ab53-29047774e79e 2025-07-17 11:32:59,109 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:32:59,111 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=e1284e1e-d2eb-4484-8d2f-33cd630c76b4 2025-07-17 11:32:59,112 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:32:59,137 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e3f332a-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:32:59,143 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4eae3a72-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:33:03,963 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:33:04,136 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:33:04,138 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:33:04,139 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:33:04,140 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:33:04,145 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:33:08,978 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:33:09,156 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:33:09,158 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:33:09,160 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:33:09,160 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:33:09,161 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:33:13,987 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:33:14,184 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:33:14,185 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:33:14,187 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:33:14,188 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:33:14,190 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:33:18,996 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:33:19,222 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:33:19,224 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:33:19,225 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:33:19,226 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:33:19,227 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:33:24,003 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:33:24,245 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:33:24,246 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:33:24,247 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:33:24,249 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:33:24,250 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:33:29,011 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=54d64321-6955-41b3-abf8-0b616ef8cd6d 2025-07-17 11:33:29,019 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4d28bf88-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:33:29,268 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1721e9ee-2e93-4d9a-b9a4-bf627afcb135 2025-07-17 11:33:29,269 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=241fec15-a5bf-4392-8ca6-687d355ab7ae 2025-07-17 11:33:29,270 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1215bf7e-5822-4603-a84e-44f5171c0aee 2025-07-17 11:33:29,273 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=3d185ee1-25b7-4957-9100-383a694b96fb 2025-07-17 11:33:29,274 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=19102d28-da6a-4061-a19d-e072722d5490 2025-07-17 11:33:29,289 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4f3a642a-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:33:29,291 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4fc0a4ea-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:33:29,294 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5034bb78-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:33:29,295 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4da26d56-6301-11f0-9829-fa163ed9da0d 2025-07-17 11:33:29,296 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:50aa4884-6301-11f0-9829-fa163ed9da0d