2025-06-08 21:36:53,016 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-06-08 21:36:53,331 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1260-1 2025-06-08 21:36:53,331 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-06-08 21:36:53,376 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1260-1 2025-06-08 21:36:53,376 - 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-08 21:36:53,499 - DEBUG - Output : NAMES contrail_test_GmKWRkz7v 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-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-api-1 config_api-schema-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-svcmonitor-1 2025-06-08 21:36:53,499 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-08 21:36:53,543 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-06-08 21:36:53,544 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-06-08 21:36:53,589 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1260-1 2025-06-08 21:36:53,678 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-06-08 21:36:53,912 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1260-1 2025-06-08 21:36:53,912 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-06-08 21:36:53,936 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1260-1 2025-06-08 21:36:53,936 - 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-06-08 21:36:54,022 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-08 21:36:54,023 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-08 21:36:54,057 - DEBUG - Output : 10.0.0.22/24 2025-06-08 21:36:54,057 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-06-08 21:36:54,098 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1260-1 2025-06-08 21:36:54,185 - INFO - Using existing project ['default-domain', 'k8s-default'](c4943277-e8dc-4a66-a820-e5d152d7dd83) 2025-06-08 21:36:54,305 - INFO - Using existing project ['default-domain', 'k8s-default'](c4943277-e8dc-4a66-a820-e5d152d7dd83) 2025-06-08 21:36:54,463 - INFO - ================================================================================ 2025-06-08 21:36:54,463 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-08 21:36:54,464 - 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-08 21:36:54,671 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-08 21:36:54,679 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.49': '0'}} with 2025-06-08 21:36:54,679 - INFO - Initial checks done. Running the testcase now 2025-06-08 21:36:54,679 - INFO - 2025-06-08 21:36:54,683 - INFO - Namespace default already exists 2025-06-08 21:36:54,684 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-08 21:36:54,801 - DEBUG - Output : cluster_project={} 2025-06-08 21:36:54,850 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-08 21:36:54,851 - DEBUG - Project uuid in Contrail is c4943277-e8dc-4a66-a820-e5d152d7dd83 2025-06-08 21:36:54,851 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-08 21:36:54,970 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-08 21:36:54,970 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=625ee3f5-56b4-4db9-beaf-0d14fce11dba 2025-06-08 21:36:54,975 - INFO - Namespace default with uuid 625ee3f5-56b4-4db9-beaf-0d14fce11dba found in kube manager 2025-06-08 21:36:54,975 - INFO - Namespace default verification passed 2025-06-08 21:36:54,978 - DEBUG - Service ctest-nginx-svc-96675375 not present 2025-06-08 21:36:54,979 - INFO - Creating service ctest-nginx-svc-96675375 2025-06-08 21:36:55,006 - INFO - Created Service ctest-nginx-svc-96675375 2025-06-08 21:36:55,018 - DEBUG - Pod ctest-nginx-pod-53675477 not present 2025-06-08 21:36:55,018 - INFO - Creating Pod ctest-nginx-pod-53675477 2025-06-08 21:36:55,098 - DEBUG - Pod : ctest-nginx-pod-53675477 UUID is 4d1cc246-afa9-497e-a6b0-0de0181819d2 2025-06-08 21:36:55,104 - DEBUG - Pod ctest-nginx-pod-83320580 not present 2025-06-08 21:36:55,104 - INFO - Creating Pod ctest-nginx-pod-83320580 2025-06-08 21:36:55,149 - DEBUG - Pod : ctest-nginx-pod-83320580 UUID is e1fa5254-0515-4bd4-ac93-5d4455586fdd 2025-06-08 21:36:55,343 - INFO - Created VN __public__, UUID :d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:36:55,562 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-08 21:36:55,577 - DEBUG - Requesting: http://10.0.0.49:8082/domain/cd97d11e-5cd8-40ac-ab7b-dfda3abd6da1 2025-06-08 21:36:55,595 - DEBUG - Requesting: http://10.0.0.49:8082/project/c4943277-e8dc-4a66-a820-e5d152d7dd83 2025-06-08 21:36:55,734 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:36:55,783 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:36:55,804 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:36:55,822 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:36:55,840 - DEBUG - Route Targets: [] 2025-06-08 21:36:55,840 - DEBUG - RT names not yet present for VN __public__ 2025-06-08 21:37:00,840 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-08 21:37:00,847 - DEBUG - Requesting: http://10.0.0.49:8082/domain/cd97d11e-5cd8-40ac-ab7b-dfda3abd6da1 2025-06-08 21:37:00,856 - DEBUG - Requesting: http://10.0.0.49:8082/project/c4943277-e8dc-4a66-a820-e5d152d7dd83 2025-06-08 21:37:00,913 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:00,923 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:00,933 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:37:00,942 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:37:00,950 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/c4509deb-9d92-4827-8594-e4903d72e179 2025-06-08 21:37:00,956 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-08 21:37:00,956 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:00,967 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:37:00,981 - INFO - Verified VN network id 13 for VN d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:00,981 - INFO - Verifications in API Server for VN __public__ passed 2025-06-08 21:37:00,981 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:00,991 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:37:01,000 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:37:01,010 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/c4509deb-9d92-4827-8594-e4903d72e179 2025-06-08 21:37:01,017 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-08 21:37:01,024 - DEBUG - Control-node 10.0.0.49 : 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': '15001616560172648755', 'uuid-lslong': '12436944715454182971'}, 'enable': 'true', 'created': '2025-06-08T21:36:55', 'last-modified': '2025-06-08T21:36:55', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.540125'} 2025-06-08 21:37:01,024 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-08 21:37:01,032 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-08 21:37:01,032 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-08 21:37:01,033 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-08 21:37:01,033 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-08 21:37:01,039 - DEBUG - Requesting: http://10.0.0.49:8082/domain/cd97d11e-5cd8-40ac-ab7b-dfda3abd6da1 2025-06-08 21:37:01,047 - DEBUG - Requesting: http://10.0.0.49:8082/project/c4943277-e8dc-4a66-a820-e5d152d7dd83 2025-06-08 21:37:01,106 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:01,119 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-08 21:37:01,119 - DEBUG - Verifying the vn in opserver 2025-06-08 21:37:01,119 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-06-08 21:37:01,119 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-06-08 21:37:01,125 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-08 21:37:01,125 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-08 21:37:01,125 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-08 21:37:01,134 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-08 21:37:01,142 - DEBUG - Do not have enough data to verify VN in agent 2025-06-08 21:37:01,142 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-08 21:37:01,148 - DEBUG - VRF ids for VN __public__: {} 2025-06-08 21:37:01,231 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-08 21:37:01,430 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-08 21:37:01,436 - DEBUG - Requesting: http://10.0.0.49:8082/domain/cd97d11e-5cd8-40ac-ab7b-dfda3abd6da1 2025-06-08 21:37:01,445 - DEBUG - Requesting: http://10.0.0.49:8082/project/c4943277-e8dc-4a66-a820-e5d152d7dd83 2025-06-08 21:37:01,505 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:01,520 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/72f6a6b9-be38-4257-87ea-0b9db489c0a3 2025-06-08 21:37:01,527 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-08 21:37:01,534 - DEBUG - Requesting: http://10.0.0.49:8082/domain/cd97d11e-5cd8-40ac-ab7b-dfda3abd6da1 2025-06-08 21:37:01,544 - DEBUG - Requesting: http://10.0.0.49:8082/project/c4943277-e8dc-4a66-a820-e5d152d7dd83 2025-06-08 21:37:01,604 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/d03072c7-8db5-4933-ac98-e7532fd1763b 2025-06-08 21:37:01,623 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-08 21:37:01,623 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-08 21:37:01,637 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-08 21:37:01,647 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-08 21:37:01,647 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-08 21:37:01,652 - DEBUG - Ingress ctest-nginx-ingress-17749672 not present 2025-06-08 21:37:01,652 - INFO - Creating Ingress ctest-nginx-ingress-17749672 2025-06-08 21:37:01,669 - INFO - Created Ingress ctest-nginx-ingress-17749672 2025-06-08 21:37:01,673 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-17749672 2025-06-08 21:37:04,682 - DEBUG - For Ingress ctest-nginx-ingress-17749672, Cluster IP: 10.47.255.249, External IPs ['181.243.43.252'] 2025-06-08 21:37:04,682 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-17749672 2025-06-08 21:37:04,683 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=5e35225a-3df7-4e73-b08a-4f53d77ccbbe 2025-06-08 21:37:04,692 - INFO - Ingress ctest-nginx-ingress-17749672 with uuid 5e35225a-3df7-4e73-b08a-4f53d77ccbbe found in kube manager 2025-06-08 21:37:04,692 - INFO - Ingress ctest-nginx-ingress-17749672 verification passed 2025-06-08 21:37:04,695 - DEBUG - Pod ctest-busybox-pod-38546539 not present 2025-06-08 21:37:04,695 - INFO - Creating Pod ctest-busybox-pod-38546539 2025-06-08 21:37:04,719 - DEBUG - Pod : ctest-busybox-pod-38546539 UUID is 1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:04,729 - DEBUG - Pod ctest-nginx-pod-53675477 not in running state.Currently in Pending 2025-06-08 21:37:09,735 - DEBUG - Pod ctest-nginx-pod-53675477 not in running state.Currently in Pending 2025-06-08 21:37:14,743 - INFO - Pod ctest-nginx-pod-53675477 is in running state.Got IP 10.47.255.251 2025-06-08 21:37:14,760 - DEBUG - Pod ctest-nginx-pod-53675477 has vmi b3a2967c-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:37:14,760 - INFO - Verified pod ctest-nginx-pod-53675477 in contrail-api 2025-06-08 21:37:14,760 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:37:14,775 - DEBUG - VMI b3a2967c-44b0-11f0-8592-fa163e51b07a is active in agent 10.0.0.22 2025-06-08 21:37:14,776 - INFO - Verified Pod ctest-nginx-pod-53675477 in agent 10.0.0.22 2025-06-08 21:37:14,776 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=4d1cc246-afa9-497e-a6b0-0de0181819d2 2025-06-08 21:37:14,781 - INFO - Pod ctest-nginx-pod-53675477 with uuid 4d1cc246-afa9-497e-a6b0-0de0181819d2 found in kube manager 2025-06-08 21:37:14,781 - INFO - Pod ctest-nginx-pod-53675477 verification passed 2025-06-08 21:37:14,847 - DEBUG - [Pod ctest-nginx-pod-53675477] Cmd: echo ctest-nginx-pod-53675477 > /usr/share/nginx/html/index.html, Output: 2025-06-08 21:37:14,854 - INFO - Pod ctest-nginx-pod-83320580 is in running state.Got IP 10.47.255.250 2025-06-08 21:37:14,870 - DEBUG - Pod ctest-nginx-pod-83320580 has vmi b429f888-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:37:14,870 - INFO - Verified pod ctest-nginx-pod-83320580 in contrail-api 2025-06-08 21:37:14,870 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:37:14,881 - DEBUG - VMI b429f888-44b0-11f0-8592-fa163e51b07a is active in agent 10.0.0.22 2025-06-08 21:37:14,882 - INFO - Verified Pod ctest-nginx-pod-83320580 in agent 10.0.0.22 2025-06-08 21:37:14,882 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=e1fa5254-0515-4bd4-ac93-5d4455586fdd 2025-06-08 21:37:14,887 - INFO - Pod ctest-nginx-pod-83320580 with uuid e1fa5254-0515-4bd4-ac93-5d4455586fdd found in kube manager 2025-06-08 21:37:14,887 - INFO - Pod ctest-nginx-pod-83320580 verification passed 2025-06-08 21:37:14,941 - DEBUG - [Pod ctest-nginx-pod-83320580] Cmd: echo ctest-nginx-pod-83320580 > /usr/share/nginx/html/index.html, Output: 2025-06-08 21:37:14,947 - DEBUG - Pod ctest-busybox-pod-38546539 not in running state.Currently in Pending 2025-06-08 21:37:19,954 - INFO - Pod ctest-busybox-pod-38546539 is in running state.Got IP 10.47.255.248 2025-06-08 21:37:20,010 - DEBUG - Pod ctest-busybox-pod-38546539 has vmi b8d8c1c0-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:37:20,010 - INFO - Verified pod ctest-busybox-pod-38546539 in contrail-api 2025-06-08 21:37:20,010 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:37:20,021 - DEBUG - VMI b8d8c1c0-44b0-11f0-8592-fa163e51b07a is active in agent 10.0.0.22 2025-06-08 21:37:20,021 - INFO - Verified Pod ctest-busybox-pod-38546539 in agent 10.0.0.22 2025-06-08 21:37:20,021 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:20,027 - INFO - Pod ctest-busybox-pod-38546539 with uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba found in kube manager 2025-06-08 21:37:20,027 - INFO - Pod ctest-busybox-pod-38546539 verification passed 2025-06-08 21:37:20,089 - DEBUG - [Pod ctest-busybox-pod-38546539] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-83320580 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-08 21:37:20,089 - DEBUG - [Pod Pod ctest-busybox-pod-38546539] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-08 21:37:20,089 - DEBUG - [Pod Pod ctest-busybox-pod-38546539] Cmd output: ctest-nginx-pod-83320580 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-08 21:37:20,145 - DEBUG - [Pod ctest-busybox-pod-38546539] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-53675477 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-08 21:37:20,145 - DEBUG - [Pod Pod ctest-busybox-pod-38546539] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-08 21:37:20,145 - DEBUG - [Pod Pod ctest-busybox-pod-38546539] Cmd output: ctest-nginx-pod-53675477 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-08 21:37:20,145 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-53675477': 1, 'ctest-nginx-pod-83320580': 1} 2025-06-08 21:37:20,145 - WARNING - Nothing to delete parallely 2025-06-08 21:37:20,146 - INFO - Deleting pod default:ctest-busybox-pod-38546539 2025-06-08 21:37:20,156 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:20,164 - WARNING - Pod uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is still seen in agent 10.0.0.22 VM list 2025-06-08 21:37:25,165 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:25,173 - WARNING - Pod uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is still seen in agent 10.0.0.22 VM list 2025-06-08 21:37:30,174 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:30,182 - WARNING - Pod uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is still seen in agent 10.0.0.22 VM list 2025-06-08 21:37:35,183 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:35,190 - WARNING - Pod uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is still seen in agent 10.0.0.22 VM list 2025-06-08 21:37:40,191 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:40,202 - WARNING - Pod uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is still seen in agent 10.0.0.22 VM list 2025-06-08 21:37:45,202 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:45,216 - WARNING - Pod uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is still seen in agent 10.0.0.22 VM list 2025-06-08 21:37:50,217 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:50,227 - WARNING - Pod uuid 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is still seen in agent 10.0.0.22 VM list 2025-06-08 21:37:55,227 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1940931a-4c7a-4bdc-b8d0-384910a9d4ba 2025-06-08 21:37:55,235 - DEBUG - Pod 1940931a-4c7a-4bdc-b8d0-384910a9d4ba is not in agent 10.0.0.22 VM list 2025-06-08 21:37:55,235 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b8d8c1c0-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:37:55,242 - DEBUG - VMI b8d8c1c0-44b0-11f0-8592-fa163e51b07a is removed from agent 10.0.0.22 2025-06-08 21:37:55,242 - INFO - Verified that pod ctest-busybox-pod-38546539 is removed in agent 2025-06-08 21:37:55,243 - INFO - Deleting Ingress : ctest-nginx-ingress-17749672 2025-06-08 21:37:55,251 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=5e35225a-3df7-4e73-b08a-4f53d77ccbbe 2025-06-08 21:37:55,257 - ERROR - Ingress ctest-nginx-ingress-17749672 with uuid 5e35225a-3df7-4e73-b08a-4f53d77ccbbe still found in kube manager 2025-06-08 21:37:56,258 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=5e35225a-3df7-4e73-b08a-4f53d77ccbbe 2025-06-08 21:37:56,263 - INFO - Ingress ctest-nginx-ingress-17749672 with uuid 5e35225a-3df7-4e73-b08a-4f53d77ccbbe deleted successfully from kube manager 2025-06-08 21:37:56,263 - INFO - Verifications on Ingress %s cleanup passed 2025-06-08 21:37:56,264 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-08 21:37:56,368 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-08 21:37:56,378 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-08 21:37:56,379 - INFO - Deleting VN __public__ 2025-06-08 21:37:56,638 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/0669aca6-13a7-435f-b847-7a4c0072b7fa 2025-06-08 21:37:56,651 - DEBUG - Response Code: 404 2025-06-08 21:37:56,651 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-06-08 21:37:56,664 - DEBUG - Requesting: http://10.0.0.49:8082/domain/cd97d11e-5cd8-40ac-ab7b-dfda3abd6da1 2025-06-08 21:37:56,685 - DEBUG - Requesting: http://10.0.0.49:8082/project/c4943277-e8dc-4a66-a820-e5d152d7dd83 2025-06-08 21:37:56,782 - INFO - Validated that VN __public__ is not found in API Server 2025-06-08 21:37:56,783 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-08 21:37:56,794 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-08 21:37:56,804 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-06-08 21:37:56,804 - INFO - Validated that VN __public__ is not in any agent 2025-06-08 21:37:56,804 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-08 21:37:56,817 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-08 21:37:56,836 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-08 21:37:56,848 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-08 21:37:56,849 - INFO - Deleting pod default:ctest-nginx-pod-83320580 2025-06-08 21:37:56,919 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e1fa5254-0515-4bd4-ac93-5d4455586fdd 2025-06-08 21:37:56,947 - WARNING - Pod uuid e1fa5254-0515-4bd4-ac93-5d4455586fdd is still seen in agent 10.0.0.22 VM list 2025-06-08 21:38:01,949 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e1fa5254-0515-4bd4-ac93-5d4455586fdd 2025-06-08 21:38:01,955 - DEBUG - Pod e1fa5254-0515-4bd4-ac93-5d4455586fdd is not in agent 10.0.0.22 VM list 2025-06-08 21:38:01,955 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b429f888-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:38:01,964 - DEBUG - VMI b429f888-44b0-11f0-8592-fa163e51b07a is removed from agent 10.0.0.22 2025-06-08 21:38:01,964 - INFO - Verified that pod ctest-nginx-pod-83320580 is removed in agent 2025-06-08 21:38:01,965 - INFO - Deleting pod default:ctest-nginx-pod-53675477 2025-06-08 21:38:01,996 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4d1cc246-afa9-497e-a6b0-0de0181819d2 2025-06-08 21:38:02,005 - WARNING - Pod uuid 4d1cc246-afa9-497e-a6b0-0de0181819d2 is still seen in agent 10.0.0.22 VM list 2025-06-08 21:38:07,007 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4d1cc246-afa9-497e-a6b0-0de0181819d2 2025-06-08 21:38:07,014 - DEBUG - Pod 4d1cc246-afa9-497e-a6b0-0de0181819d2 is not in agent 10.0.0.22 VM list 2025-06-08 21:38:07,014 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b3a2967c-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:38:07,022 - DEBUG - VMI b3a2967c-44b0-11f0-8592-fa163e51b07a is removed from agent 10.0.0.22 2025-06-08 21:38:07,022 - INFO - Verified that pod ctest-nginx-pod-53675477 is removed in agent 2025-06-08 21:38:07,022 - INFO - Deleting service : ctest-nginx-svc-96675375 2025-06-08 21:38:07,278 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-08 21:38:07,285 - DEBUG - No XMPP flaps were noticed during the test 2025-06-08 21:38:07,286 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-06-08 21:38:07,286 - INFO - -------------------------------------------------------------------------------- 2025-06-08 21:38:13,744 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-08 21:38:13,899 - DEBUG - Output : cluster_project={} 2025-06-08 21:38:13,950 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-08 21:38:14,176 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-08 21:38:14,184 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-08 21:38:14,350 - DEBUG - Output : cluster_project={} 2025-06-08 21:38:29,518 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:29,579 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:29,702 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:29,793 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:29,863 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:29,978 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:30,032 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:35,092 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-08 21:38:35,379 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-08 21:38:38,716 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-06-08 21:38:38,725 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-08 21:38:38,773 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-08 21:38:40,816 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-08 21:41:41,119 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-08 21:41:41,167 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b4282330-7249-4f2d-aada-d4513cf9d0f0 2025-06-08 21:41:41,189 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:41:41,206 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:41:41,216 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5af13bba-2efd-44e6-9f6d-3e28fedd132b 2025-06-08 21:41:41,228 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1fd4a2c7-f64d-4f69-87f5-68762ba6a999 2025-06-08 21:41:41,234 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:41:41,240 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:41:41,248 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:41:46,257 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b4282330-7249-4f2d-aada-d4513cf9d0f0 2025-06-08 21:41:46,266 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e28c005e-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:41:46,316 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:41:46,319 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1fd4a2c7-f64d-4f69-87f5-68762ba6a999 2025-06-08 21:41:46,320 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5af13bba-2efd-44e6-9f6d-3e28fedd132b 2025-06-08 21:41:46,322 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:41:46,324 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:41:46,326 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:41:46,328 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:41:46,351 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3c9adf4-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:41:46,354 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e450bbfa-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:41:51,351 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:41:51,353 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:41:51,355 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:41:51,356 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:41:51,358 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:41:56,374 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:41:56,377 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:41:56,378 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:41:56,380 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:41:56,381 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:42:01,401 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:42:01,403 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:42:01,404 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:42:01,407 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:42:01,408 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:42:06,431 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:42:06,433 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:42:06,435 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:42:06,437 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:42:06,438 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:42:11,456 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:42:11,459 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:42:11,460 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:42:11,462 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:42:11,464 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:42:16,481 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b136c21c-f7bd-471a-9708-76e94ad936ca 2025-06-08 21:42:16,483 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=cd144a92-ffcc-416d-9f7c-64803a311d41 2025-06-08 21:42:16,485 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=41503a19-7aef-4d89-8e31-53688bf1a403 2025-06-08 21:42:16,487 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c608fc5e-eccc-4cfa-b3d3-97ad5af37277 2025-06-08 21:42:16,488 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4b1d1587-0c2b-4002-9c18-4fa2efe90eef 2025-06-08 21:42:16,511 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e31a6060-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:42:16,515 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e60f5a6e-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:42:16,517 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e69a600a-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:42:16,519 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e59051ce-44b0-11f0-8592-fa163e51b07a 2025-06-08 21:42:16,520 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e5044aa8-44b0-11f0-8592-fa163e51b07a