2026-06-09 18:51:17,401 - DEBUG - [10.0.0.33]: Running cmd : hostname 2026-06-09 18:51:17,640 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2014-1 2026-06-09 18:51:17,640 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2026-06-09 18:51:17,685 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2014-1 2026-06-09 18:51:17,686 - DEBUG - [10.0.0.33]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-06-09 18:51:17,751 - DEBUG - Output : NAMES contrail_test_MBq5U0Qve contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 config_api-schema-1 config_api-nodemgr-1 2026-06-09 18:51:17,751 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-06-09 18:51:17,834 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.165.209.1/24 172.17.0.1/16 2026-06-09 18:51:17,835 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2026-06-09 18:51:17,869 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-2014-1 2026-06-09 18:51:17,926 - DEBUG - [10.0.0.22]: Running cmd : hostname 2026-06-09 18:51:18,165 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2014-1 2026-06-09 18:51:18,165 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2026-06-09 18:51:18,189 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2014-1 2026-06-09 18:51:18,189 - 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}' 2026-06-09 18:51:18,276 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2026-06-09 18:51:18,276 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-06-09 18:51:18,310 - DEBUG - Output : 10.0.0.22/24 2026-06-09 18:51:18,310 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2026-06-09 18:51:18,345 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-2014-1 2026-06-09 18:51:18,420 - INFO - Using existing project ['default-domain', 'k8s-default'](076b37ec-ef75-40ff-b4be-c3aa45e33623) 2026-06-09 18:51:18,490 - INFO - Using existing project ['default-domain', 'k8s-default'](076b37ec-ef75-40ff-b4be-c3aa45e33623) 2026-06-09 18:51:18,607 - INFO - ================================================================================ 2026-06-09 18:51:18,607 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-06-09 18:51:18,607 - 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 2026-06-09 18:51:18,816 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 18:51:18,828 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.33': '0'}} with 2026-06-09 18:51:18,828 - INFO - Initial checks done. Running the testcase now 2026-06-09 18:51:18,828 - INFO - 2026-06-09 18:51:18,834 - INFO - Namespace default already exists 2026-06-09 18:51:18,835 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-09 18:51:18,964 - DEBUG - Output : cluster_project={} 2026-06-09 18:51:19,007 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-06-09 18:51:19,008 - DEBUG - Project uuid in Contrail is 076b37ec-ef75-40ff-b4be-c3aa45e33623 2026-06-09 18:51:19,008 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-09 18:51:19,135 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-09 18:51:19,135 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=3ee7e9b3-e56e-4b3c-8f7d-1d85330fce4b 2026-06-09 18:51:19,139 - INFO - Namespace default with uuid 3ee7e9b3-e56e-4b3c-8f7d-1d85330fce4b found in kube manager 2026-06-09 18:51:19,140 - INFO - Namespace default verification passed 2026-06-09 18:51:19,142 - DEBUG - Service ctest-nginx-svc-36785771 not present 2026-06-09 18:51:19,143 - INFO - Creating service ctest-nginx-svc-36785771 2026-06-09 18:51:19,161 - INFO - Created Service ctest-nginx-svc-36785771 2026-06-09 18:51:19,165 - DEBUG - Pod ctest-nginx-pod-11160926 not present 2026-06-09 18:51:19,166 - INFO - Creating Pod ctest-nginx-pod-11160926 2026-06-09 18:51:19,234 - DEBUG - Pod : ctest-nginx-pod-11160926 UUID is c824faad-d304-47d1-bfe3-0e8ba77947a7 2026-06-09 18:51:19,246 - DEBUG - Pod ctest-nginx-pod-05990966 not present 2026-06-09 18:51:19,248 - INFO - Creating Pod ctest-nginx-pod-05990966 2026-06-09 18:51:19,287 - DEBUG - Pod : ctest-nginx-pod-05990966 UUID is ffbed78d-3a5f-44f1-9915-38e9e33d98bf 2026-06-09 18:51:19,462 - INFO - Created VN __public__, UUID :7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:19,715 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-09 18:51:19,721 - DEBUG - Requesting: http://10.0.0.33:8082/domain/26104d81-6bb5-48f9-a20f-67be95aa2004 2026-06-09 18:51:19,737 - DEBUG - Requesting: http://10.0.0.33:8082/project/076b37ec-ef75-40ff-b4be-c3aa45e33623 2026-06-09 18:51:19,797 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:19,814 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:19,824 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:51:19,845 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:51:19,855 - DEBUG - Route Targets: [] 2026-06-09 18:51:19,855 - DEBUG - RT names not yet present for VN __public__ 2026-06-09 18:51:24,856 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-09 18:51:24,862 - DEBUG - Requesting: http://10.0.0.33:8082/domain/26104d81-6bb5-48f9-a20f-67be95aa2004 2026-06-09 18:51:24,870 - DEBUG - Requesting: http://10.0.0.33:8082/project/076b37ec-ef75-40ff-b4be-c3aa45e33623 2026-06-09 18:51:24,920 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:24,928 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:24,937 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:51:24,945 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:51:24,952 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/7b61a85b-bebe-493d-b789-f276468012a5 2026-06-09 18:51:24,962 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-09 18:51:24,962 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:24,971 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:51:24,985 - INFO - Verified VN network id 13 for VN 7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:24,986 - INFO - Verifications in API Server for VN __public__ passed 2026-06-09 18:51:24,986 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:24,994 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:51:25,001 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:51:25,008 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/7b61a85b-bebe-493d-b789-f276468012a5 2026-06-09 18:51:25,015 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-09 18:51:25,023 - DEBUG - Control-node 10.0.0.33 : 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': '9172548112811314404', 'uuid-lslong': '11213962084136833132'}, 'enable': 'true', 'created': '2026-06-09T18:51:19', 'last-modified': '2026-06-09T18:51:19', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.396463'} 2026-06-09 18:51:25,023 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 18:51:25,034 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-06-09 18:51:25,034 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-06-09 18:51:25,034 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-06-09 18:51:25,034 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-09 18:51:25,039 - DEBUG - Requesting: http://10.0.0.33:8082/domain/26104d81-6bb5-48f9-a20f-67be95aa2004 2026-06-09 18:51:25,046 - DEBUG - Requesting: http://10.0.0.33:8082/project/076b37ec-ef75-40ff-b4be-c3aa45e33623 2026-06-09 18:51:25,083 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:25,092 - DEBUG - =>VN __public__ has no policy to be verified 2026-06-09 18:51:25,093 - DEBUG - Verifying the vn in opserver 2026-06-09 18:51:25,093 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2026-06-09 18:51:25,093 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2026-06-09 18:51:25,097 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-06-09 18:51:25,097 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-06-09 18:51:25,098 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 18:51:25,106 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 18:51:25,111 - DEBUG - Do not have enough data to verify VN in agent 2026-06-09 18:51:25,111 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 18:51:25,116 - DEBUG - VRF ids for VN __public__: {} 2026-06-09 18:51:25,211 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-06-09 18:51:25,332 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-09 18:51:25,338 - DEBUG - Requesting: http://10.0.0.33:8082/domain/26104d81-6bb5-48f9-a20f-67be95aa2004 2026-06-09 18:51:25,345 - DEBUG - Requesting: http://10.0.0.33:8082/project/076b37ec-ef75-40ff-b4be-c3aa45e33623 2026-06-09 18:51:25,386 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:25,400 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/80aeeb11-8954-4414-890e-97429b2a0d59 2026-06-09 18:51:25,416 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-09 18:51:25,421 - DEBUG - Requesting: http://10.0.0.33:8082/domain/26104d81-6bb5-48f9-a20f-67be95aa2004 2026-06-09 18:51:25,427 - DEBUG - Requesting: http://10.0.0.33:8082/project/076b37ec-ef75-40ff-b4be-c3aa45e33623 2026-06-09 18:51:25,467 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/7f4b6fe9-0d4c-4ce4-9b9f-ff19f5acd06c 2026-06-09 18:51:25,476 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-06-09 18:51:25,476 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-06-09 18:51:25,484 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-09 18:51:25,490 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-06-09 18:51:25,490 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-06-09 18:51:25,493 - DEBUG - Ingress ctest-nginx-ingress-58896088 not present 2026-06-09 18:51:25,494 - INFO - Creating Ingress ctest-nginx-ingress-58896088 2026-06-09 18:51:25,502 - INFO - Created Ingress ctest-nginx-ingress-58896088 2026-06-09 18:51:25,506 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-58896088 2026-06-09 18:51:28,519 - DEBUG - For Ingress ctest-nginx-ingress-58896088, Cluster IP: 10.47.255.249, External IPs ['159.82.230.188'] 2026-06-09 18:51:28,520 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-58896088 2026-06-09 18:51:28,520 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=f3c9db85-ea3b-4ca2-9043-713e2b5ccde3 2026-06-09 18:51:28,528 - INFO - Ingress ctest-nginx-ingress-58896088 with uuid f3c9db85-ea3b-4ca2-9043-713e2b5ccde3 found in kube manager 2026-06-09 18:51:28,532 - INFO - Ingress ctest-nginx-ingress-58896088 verification passed 2026-06-09 18:51:28,538 - DEBUG - Pod ctest-busybox-pod-13478840 not present 2026-06-09 18:51:28,541 - INFO - Creating Pod ctest-busybox-pod-13478840 2026-06-09 18:51:28,573 - DEBUG - Pod : ctest-busybox-pod-13478840 UUID is f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:51:28,589 - DEBUG - Pod ctest-nginx-pod-11160926 not in running state.Currently in Pending 2026-06-09 18:51:33,597 - DEBUG - Pod ctest-nginx-pod-11160926 not in running state.Currently in Pending 2026-06-09 18:51:38,606 - INFO - Pod ctest-nginx-pod-11160926 is in running state.Got IP 10.47.255.251 2026-06-09 18:51:38,621 - DEBUG - Pod ctest-nginx-pod-11160926 has vmi 34a094c4-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:51:38,621 - INFO - Verified pod ctest-nginx-pod-11160926 in contrail-api 2026-06-09 18:51:38,621 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:51:38,632 - DEBUG - VMI 34a094c4-6434-11f1-a4b1-fa163e48b02e is active in agent 10.0.0.22 2026-06-09 18:51:38,632 - INFO - Verified Pod ctest-nginx-pod-11160926 in agent 10.0.0.22 2026-06-09 18:51:38,632 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=c824faad-d304-47d1-bfe3-0e8ba77947a7 2026-06-09 18:51:38,637 - INFO - Pod ctest-nginx-pod-11160926 with uuid c824faad-d304-47d1-bfe3-0e8ba77947a7 found in kube manager 2026-06-09 18:51:38,637 - INFO - Pod ctest-nginx-pod-11160926 verification passed 2026-06-09 18:51:38,711 - DEBUG - [Pod ctest-nginx-pod-11160926] Cmd: echo ctest-nginx-pod-11160926 > /usr/share/nginx/html/index.html, Output: 2026-06-09 18:51:38,718 - INFO - Pod ctest-nginx-pod-05990966 is in running state.Got IP 10.47.255.250 2026-06-09 18:51:38,775 - DEBUG - Pod ctest-nginx-pod-05990966 has vmi 35447e0e-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:51:38,775 - INFO - Verified pod ctest-nginx-pod-05990966 in contrail-api 2026-06-09 18:51:38,775 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:51:38,785 - DEBUG - VMI 35447e0e-6434-11f1-a4b1-fa163e48b02e is active in agent 10.0.0.22 2026-06-09 18:51:38,785 - INFO - Verified Pod ctest-nginx-pod-05990966 in agent 10.0.0.22 2026-06-09 18:51:38,785 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=ffbed78d-3a5f-44f1-9915-38e9e33d98bf 2026-06-09 18:51:38,789 - INFO - Pod ctest-nginx-pod-05990966 with uuid ffbed78d-3a5f-44f1-9915-38e9e33d98bf found in kube manager 2026-06-09 18:51:38,789 - INFO - Pod ctest-nginx-pod-05990966 verification passed 2026-06-09 18:51:38,845 - DEBUG - [Pod ctest-nginx-pod-05990966] Cmd: echo ctest-nginx-pod-05990966 > /usr/share/nginx/html/index.html, Output: 2026-06-09 18:51:38,853 - DEBUG - Pod ctest-busybox-pod-13478840 not in running state.Currently in Pending 2026-06-09 18:51:43,862 - INFO - Pod ctest-busybox-pod-13478840 is in running state.Got IP 10.47.255.248 2026-06-09 18:51:43,876 - DEBUG - Pod ctest-busybox-pod-13478840 has vmi 395086e6-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:51:43,876 - INFO - Verified pod ctest-busybox-pod-13478840 in contrail-api 2026-06-09 18:51:43,876 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:51:43,886 - DEBUG - VMI 395086e6-6434-11f1-a4b1-fa163e48b02e is active in agent 10.0.0.22 2026-06-09 18:51:43,886 - INFO - Verified Pod ctest-busybox-pod-13478840 in agent 10.0.0.22 2026-06-09 18:51:43,886 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:51:43,890 - INFO - Pod ctest-busybox-pod-13478840 with uuid f58f3b43-8004-4e11-9e9f-36edc4130fad found in kube manager 2026-06-09 18:51:43,890 - INFO - Pod ctest-busybox-pod-13478840 verification passed 2026-06-09 18:51:43,954 - DEBUG - [Pod ctest-busybox-pod-13478840] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-11160926 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 18:51:43,955 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 18:51:43,955 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd output: ctest-nginx-pod-11160926 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 18:51:44,009 - DEBUG - [Pod ctest-busybox-pod-13478840] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-11160926 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 18:51:44,010 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 18:51:44,010 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd output: ctest-nginx-pod-11160926 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-06-09 18:51:44,064 - DEBUG - [Pod ctest-busybox-pod-13478840] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-11160926 2026-06-09 18:51:44,064 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 18:51:44,064 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-11160926 2026-06-09 18:51:44,120 - DEBUG - [Pod ctest-busybox-pod-13478840] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-05990966 2026-06-09 18:51:44,121 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2026-06-09 18:51:44,121 - DEBUG - [Pod Pod ctest-busybox-pod-13478840] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-05990966 2026-06-09 18:51:44,121 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-11160926': 3, 'ctest-nginx-pod-05990966': 1} 2026-06-09 18:51:44,121 - WARNING - Nothing to delete parallely 2026-06-09 18:51:44,121 - INFO - Deleting pod default:ctest-busybox-pod-13478840 2026-06-09 18:51:44,134 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:51:44,141 - WARNING - Pod uuid f58f3b43-8004-4e11-9e9f-36edc4130fad is still seen in agent 10.0.0.22 VM list 2026-06-09 18:51:49,141 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:51:49,148 - WARNING - Pod uuid f58f3b43-8004-4e11-9e9f-36edc4130fad is still seen in agent 10.0.0.22 VM list 2026-06-09 18:51:54,149 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:51:54,157 - WARNING - Pod uuid f58f3b43-8004-4e11-9e9f-36edc4130fad is still seen in agent 10.0.0.22 VM list 2026-06-09 18:51:59,158 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:51:59,168 - WARNING - Pod uuid f58f3b43-8004-4e11-9e9f-36edc4130fad is still seen in agent 10.0.0.22 VM list 2026-06-09 18:52:04,169 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:52:04,176 - WARNING - Pod uuid f58f3b43-8004-4e11-9e9f-36edc4130fad is still seen in agent 10.0.0.22 VM list 2026-06-09 18:52:09,177 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:52:09,184 - WARNING - Pod uuid f58f3b43-8004-4e11-9e9f-36edc4130fad is still seen in agent 10.0.0.22 VM list 2026-06-09 18:52:14,186 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:52:14,194 - WARNING - Pod uuid f58f3b43-8004-4e11-9e9f-36edc4130fad is still seen in agent 10.0.0.22 VM list 2026-06-09 18:52:19,195 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f58f3b43-8004-4e11-9e9f-36edc4130fad 2026-06-09 18:52:19,201 - DEBUG - Pod f58f3b43-8004-4e11-9e9f-36edc4130fad is not in agent 10.0.0.22 VM list 2026-06-09 18:52:19,201 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:395086e6-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:52:19,207 - DEBUG - VMI 395086e6-6434-11f1-a4b1-fa163e48b02e is removed from agent 10.0.0.22 2026-06-09 18:52:19,207 - INFO - Verified that pod ctest-busybox-pod-13478840 is removed in agent 2026-06-09 18:52:19,207 - INFO - Deleting Ingress : ctest-nginx-ingress-58896088 2026-06-09 18:52:19,218 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=f3c9db85-ea3b-4ca2-9043-713e2b5ccde3 2026-06-09 18:52:19,222 - ERROR - Ingress ctest-nginx-ingress-58896088 with uuid f3c9db85-ea3b-4ca2-9043-713e2b5ccde3 still found in kube manager 2026-06-09 18:52:20,223 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=f3c9db85-ea3b-4ca2-9043-713e2b5ccde3 2026-06-09 18:52:20,227 - INFO - Ingress ctest-nginx-ingress-58896088 with uuid f3c9db85-ea3b-4ca2-9043-713e2b5ccde3 deleted successfully from kube manager 2026-06-09 18:52:20,227 - INFO - Verifications on Ingress %s cleanup passed 2026-06-09 18:52:20,227 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-06-09 18:52:20,369 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-06-09 18:52:20,378 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-06-09 18:52:20,378 - INFO - Deleting VN __public__ 2026-06-09 18:52:20,510 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/c0d99ee1-3992-49d2-9bd3-6a1bd1c7fffa 2026-06-09 18:52:20,516 - DEBUG - Response Code: 404 2026-06-09 18:52:20,516 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2026-06-09 18:52:20,521 - DEBUG - Requesting: http://10.0.0.33:8082/domain/26104d81-6bb5-48f9-a20f-67be95aa2004 2026-06-09 18:52:20,528 - DEBUG - Requesting: http://10.0.0.33:8082/project/076b37ec-ef75-40ff-b4be-c3aa45e33623 2026-06-09 18:52:20,600 - INFO - Validated that VN __public__ is not found in API Server 2026-06-09 18:52:20,600 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-06-09 18:52:20,616 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 18:52:20,643 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2026-06-09 18:52:20,643 - INFO - Validated that VN __public__ is not in any agent 2026-06-09 18:52:20,643 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 18:52:20,651 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-06-09 18:52:20,659 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-06-09 18:52:20,667 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-06-09 18:52:20,667 - INFO - Deleting pod default:ctest-nginx-pod-05990966 2026-06-09 18:52:20,696 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffbed78d-3a5f-44f1-9915-38e9e33d98bf 2026-06-09 18:52:20,708 - WARNING - Pod uuid ffbed78d-3a5f-44f1-9915-38e9e33d98bf is still seen in agent 10.0.0.22 VM list 2026-06-09 18:52:25,709 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ffbed78d-3a5f-44f1-9915-38e9e33d98bf 2026-06-09 18:52:25,715 - DEBUG - Pod ffbed78d-3a5f-44f1-9915-38e9e33d98bf is not in agent 10.0.0.22 VM list 2026-06-09 18:52:25,715 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:35447e0e-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:52:25,720 - DEBUG - VMI 35447e0e-6434-11f1-a4b1-fa163e48b02e is removed from agent 10.0.0.22 2026-06-09 18:52:25,720 - INFO - Verified that pod ctest-nginx-pod-05990966 is removed in agent 2026-06-09 18:52:25,721 - INFO - Deleting pod default:ctest-nginx-pod-11160926 2026-06-09 18:52:25,743 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c824faad-d304-47d1-bfe3-0e8ba77947a7 2026-06-09 18:52:25,753 - WARNING - Pod uuid c824faad-d304-47d1-bfe3-0e8ba77947a7 is still seen in agent 10.0.0.22 VM list 2026-06-09 18:52:30,753 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c824faad-d304-47d1-bfe3-0e8ba77947a7 2026-06-09 18:52:30,759 - DEBUG - Pod c824faad-d304-47d1-bfe3-0e8ba77947a7 is not in agent 10.0.0.22 VM list 2026-06-09 18:52:30,759 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:34a094c4-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:52:30,764 - DEBUG - VMI 34a094c4-6434-11f1-a4b1-fa163e48b02e is removed from agent 10.0.0.22 2026-06-09 18:52:30,764 - INFO - Verified that pod ctest-nginx-pod-11160926 is removed in agent 2026-06-09 18:52:30,764 - INFO - Deleting service : ctest-nginx-svc-36785771 2026-06-09 18:52:31,033 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 18:52:31,041 - DEBUG - No XMPP flaps were noticed during the test 2026-06-09 18:52:31,041 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2026-06-09 18:52:31,041 - INFO - -------------------------------------------------------------------------------- 2026-06-09 18:52:37,506 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-09 18:52:37,683 - DEBUG - Output : cluster_project={} 2026-06-09 18:52:37,756 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-06-09 18:52:37,948 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-06-09 18:52:37,956 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-06-09 18:52:38,102 - DEBUG - Output : cluster_project={} 2026-06-09 18:52:53,251 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:53,288 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:53,368 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:58,415 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:58,497 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:58,579 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:58,619 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:58,699 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-06-09 18:52:58,907 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 18:53:01,666 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2026-06-09 18:53:01,673 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-06-09 18:53:01,698 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-06-09 18:53:03,726 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2026-06-09 18:56:04,064 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2026-06-09 18:56:04,143 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:04,148 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:04,156 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0fd9114b-3d6b-4b3b-89ef-b1b40b835269 2026-06-09 18:56:04,162 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524ecac8-306d-4ec1-acd3-d6ed67459a09 2026-06-09 18:56:04,168 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:04,173 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:04,181 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=006a22e2-761d-49f5-95be-9d5345310298 2026-06-09 18:56:04,195 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9bf7e52f-8ace-4e09-948b-cc2d97b4154a 2026-06-09 18:56:09,209 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:09,232 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=006a22e2-761d-49f5-95be-9d5345310298 2026-06-09 18:56:09,233 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=9bf7e52f-8ace-4e09-948b-cc2d97b4154a 2026-06-09 18:56:09,235 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=524ecac8-306d-4ec1-acd3-d6ed67459a09 2026-06-09 18:56:09,236 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:09,236 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0fd9114b-3d6b-4b3b-89ef-b1b40b835269 2026-06-09 18:56:09,237 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:09,238 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:09,259 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:64361542-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:56:09,262 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6394ab6c-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:56:09,265 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:63204f38-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:56:09,267 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:64b2cf88-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:56:14,221 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:14,257 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:14,262 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:14,273 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:19,228 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:19,266 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:19,269 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:19,279 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:24,237 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:24,275 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:24,277 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:24,287 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:29,244 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:29,287 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:29,288 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:29,292 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:34,251 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:34,297 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:34,299 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:34,300 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:39,279 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a799a75-478c-42ed-b77a-2477b042d029 2026-06-09 18:56:39,286 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6528eb78-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:56:39,313 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c2f80f3-9e0f-49dd-a0cb-7f85d28a5637 2026-06-09 18:56:39,314 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=5c649b78-55a4-476a-af4c-1fa0291be714 2026-06-09 18:56:39,315 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0d4d1e96-58e0-46fd-bb3b-876d5f96e95d 2026-06-09 18:56:39,327 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:668c8c5e-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:56:39,330 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:659ede6e-6434-11f1-a4b1-fa163e48b02e 2026-06-09 18:56:39,331 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:660a54f0-6434-11f1-a4b1-fa163e48b02e