2025-06-24 12:12:49,138 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-06-24 12:12:49,394 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1293-1 2025-06-24 12:12:49,394 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-06-24 12:12:49,427 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1293-1 2025-06-24 12:12:49,428 - DEBUG - [10.0.0.249]: 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-24 12:12:49,481 - DEBUG - Output : NAMES contrail_test_lRilznRfJ contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-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-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 2025-06-24 12:12:49,482 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 12:12:49,551 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-06-24 12:12:49,551 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-06-24 12:12:49,584 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1293-1 2025-06-24 12:12:49,669 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-06-24 12:12:49,916 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1293-1 2025-06-24 12:12:49,916 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-06-24 12:12:49,950 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1293-1 2025-06-24 12:12:49,950 - 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-24 12:12:50,036 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-24 12:12:50,037 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 12:12:50,070 - DEBUG - Output : 10.0.0.49/24 2025-06-24 12:12:50,070 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-06-24 12:12:50,104 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1293-1 2025-06-24 12:12:50,175 - INFO - Using existing project ['default-domain', 'k8s-default'](5affe73f-14c1-40f9-a15e-32ccf2394a22) 2025-06-24 12:12:50,275 - INFO - Using existing project ['default-domain', 'k8s-default'](5affe73f-14c1-40f9-a15e-32ccf2394a22) 2025-06-24 12:12:50,401 - INFO - ================================================================================ 2025-06-24 12:12:50,401 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-24 12:12:50,402 - 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-24 12:12:50,585 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:12:50,594 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.249': '0'}} with 2025-06-24 12:12:50,594 - INFO - Initial checks done. Running the testcase now 2025-06-24 12:12:50,594 - INFO - 2025-06-24 12:12:50,598 - INFO - Namespace default already exists 2025-06-24 12:12:50,598 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-24 12:12:50,706 - DEBUG - Output : cluster_project={} 2025-06-24 12:12:50,753 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-24 12:12:50,753 - DEBUG - Project uuid in Contrail is 5affe73f-14c1-40f9-a15e-32ccf2394a22 2025-06-24 12:12:50,753 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-24 12:12:50,859 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 12:12:50,859 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=27314bca-0103-4d35-bced-391034ce10b2 2025-06-24 12:12:50,864 - INFO - Namespace default with uuid 27314bca-0103-4d35-bced-391034ce10b2 found in kube manager 2025-06-24 12:12:50,864 - INFO - Namespace default verification passed 2025-06-24 12:12:50,866 - DEBUG - Service ctest-nginx-svc-24148758 not present 2025-06-24 12:12:50,867 - INFO - Creating service ctest-nginx-svc-24148758 2025-06-24 12:12:50,887 - INFO - Created Service ctest-nginx-svc-24148758 2025-06-24 12:12:50,897 - DEBUG - Pod ctest-nginx-pod-43774813 not present 2025-06-24 12:12:50,897 - INFO - Creating Pod ctest-nginx-pod-43774813 2025-06-24 12:12:50,961 - DEBUG - Pod : ctest-nginx-pod-43774813 UUID is 21f06230-a1e6-4e7d-b26a-2505065b07e6 2025-06-24 12:12:50,965 - DEBUG - Pod ctest-nginx-pod-48612154 not present 2025-06-24 12:12:50,968 - INFO - Creating Pod ctest-nginx-pod-48612154 2025-06-24 12:12:51,022 - DEBUG - Pod : ctest-nginx-pod-48612154 UUID is d222a149-ed61-4095-892b-284b50b354f3 2025-06-24 12:12:51,184 - INFO - Created VN __public__, UUID :39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:51,426 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-24 12:12:51,432 - DEBUG - Requesting: http://10.0.0.249:8082/domain/27f69b8b-d5ae-4f07-972f-ad44f8a62e7c 2025-06-24 12:12:51,447 - DEBUG - Requesting: http://10.0.0.249:8082/project/5affe73f-14c1-40f9-a15e-32ccf2394a22 2025-06-24 12:12:51,554 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:51,594 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:51,602 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:12:51,612 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:12:51,622 - DEBUG - Route Targets: [] 2025-06-24 12:12:51,622 - DEBUG - RT names not yet present for VN __public__ 2025-06-24 12:12:56,623 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-24 12:12:56,629 - DEBUG - Requesting: http://10.0.0.249:8082/domain/27f69b8b-d5ae-4f07-972f-ad44f8a62e7c 2025-06-24 12:12:56,636 - DEBUG - Requesting: http://10.0.0.249:8082/project/5affe73f-14c1-40f9-a15e-32ccf2394a22 2025-06-24 12:12:56,674 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:56,683 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:56,692 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:12:56,699 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:12:56,706 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/3c1a142b-bb26-440a-a398-879d5ad892cf 2025-06-24 12:12:56,712 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 12:12:56,712 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:56,720 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:12:56,733 - INFO - Verified VN network id 14 for VN 39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:56,733 - INFO - Verifications in API Server for VN __public__ passed 2025-06-24 12:12:56,733 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:56,742 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:12:56,748 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:12:56,754 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/3c1a142b-bb26-440a-a398-879d5ad892cf 2025-06-24 12:12:56,759 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 12:12:56,765 - DEBUG - Control-node 10.0.0.249 : 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': '4126317548453187510', 'uuid-lslong': '11485906041485787465'}, 'enable': 'true', 'created': '2025-06-24T12:12:51', 'last-modified': '2025-06-24T12:12:51', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.416190'} 2025-06-24 12:12:56,765 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:12:56,771 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 12:12:56,771 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-24 12:12:56,772 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-24 12:12:56,772 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-24 12:12:56,777 - DEBUG - Requesting: http://10.0.0.249:8082/domain/27f69b8b-d5ae-4f07-972f-ad44f8a62e7c 2025-06-24 12:12:56,783 - DEBUG - Requesting: http://10.0.0.249:8082/project/5affe73f-14c1-40f9-a15e-32ccf2394a22 2025-06-24 12:12:56,829 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:56,837 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-24 12:12:56,837 - DEBUG - Verifying the vn in opserver 2025-06-24 12:12:56,837 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-06-24 12:12:56,837 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-06-24 12:12:56,842 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-24 12:12:56,842 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-24 12:12:56,842 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:12:56,851 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:12:56,858 - DEBUG - Do not have enough data to verify VN in agent 2025-06-24 12:12:56,858 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:12:56,866 - DEBUG - VRF ids for VN __public__: {} 2025-06-24 12:12:56,957 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-24 12:12:57,065 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-24 12:12:57,070 - DEBUG - Requesting: http://10.0.0.249:8082/domain/27f69b8b-d5ae-4f07-972f-ad44f8a62e7c 2025-06-24 12:12:57,079 - DEBUG - Requesting: http://10.0.0.249:8082/project/5affe73f-14c1-40f9-a15e-32ccf2394a22 2025-06-24 12:12:57,124 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:57,135 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/7fa8a777-3fa3-4032-9594-1b6b7d9aeadd 2025-06-24 12:12:57,141 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-24 12:12:57,146 - DEBUG - Requesting: http://10.0.0.249:8082/domain/27f69b8b-d5ae-4f07-972f-ad44f8a62e7c 2025-06-24 12:12:57,153 - DEBUG - Requesting: http://10.0.0.249:8082/project/5affe73f-14c1-40f9-a15e-32ccf2394a22 2025-06-24 12:12:57,190 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/39439ff2-ba03-4fb6-9f66-22b096460149 2025-06-24 12:12:57,203 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-24 12:12:57,203 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-24 12:12:57,211 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-24 12:12:57,217 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-24 12:12:57,217 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-24 12:12:57,220 - DEBUG - Ingress ctest-nginx-ingress-86107656 not present 2025-06-24 12:12:57,220 - INFO - Creating Ingress ctest-nginx-ingress-86107656 2025-06-24 12:12:57,230 - INFO - Created Ingress ctest-nginx-ingress-86107656 2025-06-24 12:12:57,234 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-86107656 2025-06-24 12:13:00,238 - DEBUG - For Ingress ctest-nginx-ingress-86107656, Cluster IP: 10.47.255.249, External IPs ['77.79.230.188'] 2025-06-24 12:13:00,239 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-86107656 2025-06-24 12:13:00,239 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=2db31be6-fa62-470a-86c3-6c6a78b011a3 2025-06-24 12:13:00,243 - INFO - Ingress ctest-nginx-ingress-86107656 with uuid 2db31be6-fa62-470a-86c3-6c6a78b011a3 found in kube manager 2025-06-24 12:13:00,243 - INFO - Ingress ctest-nginx-ingress-86107656 verification passed 2025-06-24 12:13:00,246 - DEBUG - Pod ctest-busybox-pod-41469822 not present 2025-06-24 12:13:00,246 - INFO - Creating Pod ctest-busybox-pod-41469822 2025-06-24 12:13:00,286 - DEBUG - Pod : ctest-busybox-pod-41469822 UUID is fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:00,293 - DEBUG - Pod ctest-nginx-pod-43774813 not in running state.Currently in Pending 2025-06-24 12:13:05,303 - INFO - Pod ctest-nginx-pod-43774813 is in running state.Got IP 10.47.255.251 2025-06-24 12:13:05,319 - DEBUG - Pod ctest-nginx-pod-43774813 has vmi 8d7620f4-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:13:05,319 - INFO - Verified pod ctest-nginx-pod-43774813 in contrail-api 2025-06-24 12:13:05,320 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:13:05,333 - DEBUG - VMI 8d7620f4-50f4-11f0-b799-fa163e5d700a is active in agent 10.0.0.49 2025-06-24 12:13:05,333 - INFO - Verified Pod ctest-nginx-pod-43774813 in agent 10.0.0.49 2025-06-24 12:13:05,333 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=21f06230-a1e6-4e7d-b26a-2505065b07e6 2025-06-24 12:13:05,339 - INFO - Pod ctest-nginx-pod-43774813 with uuid 21f06230-a1e6-4e7d-b26a-2505065b07e6 found in kube manager 2025-06-24 12:13:05,339 - INFO - Pod ctest-nginx-pod-43774813 verification passed 2025-06-24 12:13:05,395 - DEBUG - [Pod ctest-nginx-pod-43774813] Cmd: echo ctest-nginx-pod-43774813 > /usr/share/nginx/html/index.html, Output: 2025-06-24 12:13:05,400 - INFO - Pod ctest-nginx-pod-48612154 is in running state.Got IP 10.47.255.250 2025-06-24 12:13:05,462 - DEBUG - Pod ctest-nginx-pod-48612154 has vmi 8ded9378-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:13:05,462 - INFO - Verified pod ctest-nginx-pod-48612154 in contrail-api 2025-06-24 12:13:05,462 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:13:05,473 - DEBUG - VMI 8ded9378-50f4-11f0-b799-fa163e5d700a is active in agent 10.0.0.49 2025-06-24 12:13:05,473 - INFO - Verified Pod ctest-nginx-pod-48612154 in agent 10.0.0.49 2025-06-24 12:13:05,473 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=d222a149-ed61-4095-892b-284b50b354f3 2025-06-24 12:13:05,479 - INFO - Pod ctest-nginx-pod-48612154 with uuid d222a149-ed61-4095-892b-284b50b354f3 found in kube manager 2025-06-24 12:13:05,479 - INFO - Pod ctest-nginx-pod-48612154 verification passed 2025-06-24 12:13:05,540 - DEBUG - [Pod ctest-nginx-pod-48612154] Cmd: echo ctest-nginx-pod-48612154 > /usr/share/nginx/html/index.html, Output: 2025-06-24 12:13:05,546 - DEBUG - Pod ctest-busybox-pod-41469822 not in running state.Currently in Pending 2025-06-24 12:13:10,553 - DEBUG - Pod ctest-busybox-pod-41469822 not in running state.Currently in Pending 2025-06-24 12:13:15,579 - INFO - Pod ctest-busybox-pod-41469822 is in running state.Got IP 10.47.255.248 2025-06-24 12:13:15,599 - DEBUG - Pod ctest-busybox-pod-41469822 has vmi 92485bf6-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:13:15,599 - INFO - Verified pod ctest-busybox-pod-41469822 in contrail-api 2025-06-24 12:13:15,599 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:13:15,613 - DEBUG - VMI 92485bf6-50f4-11f0-b799-fa163e5d700a is active in agent 10.0.0.49 2025-06-24 12:13:15,613 - INFO - Verified Pod ctest-busybox-pod-41469822 in agent 10.0.0.49 2025-06-24 12:13:15,613 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:15,617 - INFO - Pod ctest-busybox-pod-41469822 with uuid fab58c9b-f6a5-455c-9069-eff717b19a60 found in kube manager 2025-06-24 12:13:15,617 - INFO - Pod ctest-busybox-pod-41469822 verification passed 2025-06-24 12:13:15,682 - DEBUG - [Pod ctest-busybox-pod-41469822] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48612154 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-24 12:13:15,682 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:13:15,682 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd output: ctest-nginx-pod-48612154 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-24 12:13:15,742 - DEBUG - [Pod ctest-busybox-pod-41469822] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48612154 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-24 12:13:15,742 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:13:15,742 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd output: ctest-nginx-pod-48612154 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-24 12:13:15,820 - DEBUG - [Pod ctest-busybox-pod-41469822] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48612154 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-24 12:13:15,821 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:13:15,821 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd output: ctest-nginx-pod-48612154 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-24 12:13:15,886 - DEBUG - [Pod ctest-busybox-pod-41469822] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-43774813 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-24 12:13:15,886 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 12:13:15,887 - DEBUG - [Pod Pod ctest-busybox-pod-41469822] Cmd output: ctest-nginx-pod-43774813 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-24 12:13:15,887 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-43774813': 1, 'ctest-nginx-pod-48612154': 3} 2025-06-24 12:13:15,887 - WARNING - Nothing to delete parallely 2025-06-24 12:13:15,887 - INFO - Deleting pod default:ctest-busybox-pod-41469822 2025-06-24 12:13:15,906 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:15,918 - WARNING - Pod uuid fab58c9b-f6a5-455c-9069-eff717b19a60 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:20,919 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:20,928 - WARNING - Pod uuid fab58c9b-f6a5-455c-9069-eff717b19a60 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:25,930 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:25,937 - WARNING - Pod uuid fab58c9b-f6a5-455c-9069-eff717b19a60 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:30,938 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:30,947 - WARNING - Pod uuid fab58c9b-f6a5-455c-9069-eff717b19a60 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:35,948 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:35,962 - WARNING - Pod uuid fab58c9b-f6a5-455c-9069-eff717b19a60 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:40,962 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:40,970 - WARNING - Pod uuid fab58c9b-f6a5-455c-9069-eff717b19a60 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:45,971 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:45,980 - WARNING - Pod uuid fab58c9b-f6a5-455c-9069-eff717b19a60 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:50,980 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=fab58c9b-f6a5-455c-9069-eff717b19a60 2025-06-24 12:13:50,988 - DEBUG - Pod fab58c9b-f6a5-455c-9069-eff717b19a60 is not in agent 10.0.0.49 VM list 2025-06-24 12:13:50,988 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:92485bf6-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:13:50,995 - DEBUG - VMI 92485bf6-50f4-11f0-b799-fa163e5d700a is removed from agent 10.0.0.49 2025-06-24 12:13:50,995 - INFO - Verified that pod ctest-busybox-pod-41469822 is removed in agent 2025-06-24 12:13:50,995 - INFO - Deleting Ingress : ctest-nginx-ingress-86107656 2025-06-24 12:13:51,008 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=2db31be6-fa62-470a-86c3-6c6a78b011a3 2025-06-24 12:13:51,015 - ERROR - Ingress ctest-nginx-ingress-86107656 with uuid 2db31be6-fa62-470a-86c3-6c6a78b011a3 still found in kube manager 2025-06-24 12:13:52,016 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=2db31be6-fa62-470a-86c3-6c6a78b011a3 2025-06-24 12:13:52,020 - INFO - Ingress ctest-nginx-ingress-86107656 with uuid 2db31be6-fa62-470a-86c3-6c6a78b011a3 deleted successfully from kube manager 2025-06-24 12:13:52,020 - INFO - Verifications on Ingress %s cleanup passed 2025-06-24 12:13:52,020 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-24 12:13:52,115 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-24 12:13:52,122 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-24 12:13:52,122 - INFO - Deleting VN __public__ 2025-06-24 12:13:52,262 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/91435bcf-f609-4142-8376-3374e86f0988 2025-06-24 12:13:52,268 - DEBUG - Response Code: 404 2025-06-24 12:13:52,268 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-06-24 12:13:52,274 - DEBUG - Requesting: http://10.0.0.249:8082/domain/27f69b8b-d5ae-4f07-972f-ad44f8a62e7c 2025-06-24 12:13:52,287 - DEBUG - Requesting: http://10.0.0.249:8082/project/5affe73f-14c1-40f9-a15e-32ccf2394a22 2025-06-24 12:13:52,366 - INFO - Validated that VN __public__ is not found in API Server 2025-06-24 12:13:52,366 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-24 12:13:52,376 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:13:52,386 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-06-24 12:13:52,386 - INFO - Validated that VN __public__ is not in any agent 2025-06-24 12:13:52,386 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:13:52,398 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 12:13:52,404 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 12:13:52,409 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-24 12:13:52,410 - INFO - Deleting pod default:ctest-nginx-pod-48612154 2025-06-24 12:13:52,417 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d222a149-ed61-4095-892b-284b50b354f3 2025-06-24 12:13:52,432 - WARNING - Pod uuid d222a149-ed61-4095-892b-284b50b354f3 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:13:57,433 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d222a149-ed61-4095-892b-284b50b354f3 2025-06-24 12:13:57,440 - DEBUG - Pod d222a149-ed61-4095-892b-284b50b354f3 is not in agent 10.0.0.49 VM list 2025-06-24 12:13:57,441 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8ded9378-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:13:57,447 - DEBUG - VMI 8ded9378-50f4-11f0-b799-fa163e5d700a is removed from agent 10.0.0.49 2025-06-24 12:13:57,447 - INFO - Verified that pod ctest-nginx-pod-48612154 is removed in agent 2025-06-24 12:13:57,447 - INFO - Deleting pod default:ctest-nginx-pod-43774813 2025-06-24 12:13:57,459 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=21f06230-a1e6-4e7d-b26a-2505065b07e6 2025-06-24 12:13:57,470 - WARNING - Pod uuid 21f06230-a1e6-4e7d-b26a-2505065b07e6 is still seen in agent 10.0.0.49 VM list 2025-06-24 12:14:02,471 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=21f06230-a1e6-4e7d-b26a-2505065b07e6 2025-06-24 12:14:02,478 - DEBUG - Pod 21f06230-a1e6-4e7d-b26a-2505065b07e6 is not in agent 10.0.0.49 VM list 2025-06-24 12:14:02,478 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8d7620f4-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:14:02,484 - DEBUG - VMI 8d7620f4-50f4-11f0-b799-fa163e5d700a is removed from agent 10.0.0.49 2025-06-24 12:14:02,484 - INFO - Verified that pod ctest-nginx-pod-43774813 is removed in agent 2025-06-24 12:14:02,485 - INFO - Deleting service : ctest-nginx-svc-24148758 2025-06-24 12:14:02,628 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:14:02,636 - DEBUG - No XMPP flaps were noticed during the test 2025-06-24 12:14:02,636 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-06-24 12:14:02,636 - INFO - -------------------------------------------------------------------------------- 2025-06-24 12:14:09,003 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-24 12:14:09,148 - DEBUG - Output : cluster_project={} 2025-06-24 12:14:09,206 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-24 12:14:09,376 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 12:14:09,386 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-24 12:14:09,524 - DEBUG - Output : cluster_project={} 2025-06-24 12:14:24,622 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:24,701 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:24,778 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:24,813 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:29,898 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:29,938 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:30,086 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:30,127 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 12:14:30,349 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:14:33,113 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-06-24 12:14:33,121 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-06-24 12:14:33,150 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-06-24 12:14:35,178 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-06-24 12:17:42,921 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 12:17:42,956 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c990ad20-f77d-4802-a122-f10e457ea183 2025-06-24 12:17:42,973 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:17:42,977 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=58d2f33c-07c0-470a-92bb-e35eb05b6afb 2025-06-24 12:17:42,981 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=f918e65e-f38a-4446-bc27-2d44420b5a43 2025-06-24 12:17:42,985 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:17:42,994 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:17:42,998 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1e529616-fd15-45ff-9079-7562928974d1 2025-06-24 12:17:43,005 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:17:48,086 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1e529616-fd15-45ff-9079-7562928974d1 2025-06-24 12:17:48,088 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c990ad20-f77d-4802-a122-f10e457ea183 2025-06-24 12:17:48,089 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=58d2f33c-07c0-470a-92bb-e35eb05b6afb 2025-06-24 12:17:48,091 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:17:48,092 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:17:48,094 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:17:48,095 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:17:48,096 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=f918e65e-f38a-4446-bc27-2d44420b5a43 2025-06-24 12:17:48,101 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc807db8-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:17:48,120 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc086fc6-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:17:48,124 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bd9e6ef8-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:17:48,126 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bd1f4eac-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:17:53,124 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:17:53,126 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:17:53,128 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:17:53,129 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:17:58,143 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:17:58,145 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:17:58,146 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:17:58,147 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:18:03,162 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:18:03,163 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:18:03,165 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:18:03,166 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:18:08,182 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:18:08,183 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:18:08,185 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:18:08,186 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:18:13,201 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:18:13,204 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:18:13,205 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:18:13,206 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:18:18,237 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=74c7db40-df9f-4b46-bf5b-2430f3acaa27 2025-06-24 12:18:18,239 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88820773-ba2a-4cf8-a771-e172f8c3ecb0 2025-06-24 12:18:18,241 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=7bb813f4-4325-4121-9c89-e58c3712a40e 2025-06-24 12:18:18,242 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=60aae571-49b6-4d43-b927-53a2ddddc6e4 2025-06-24 12:18:18,259 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf0cf8a4-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:18:18,260 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf9938aa-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:18:18,264 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be1b88b6-50f4-11f0-b799-fa163e5d700a 2025-06-24 12:18:18,265 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be950a10-50f4-11f0-b799-fa163e5d700a