2025-04-24 22:02:19,490 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-04-24 22:02:19,717 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1187-1 2025-04-24 22:02:19,717 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-04-24 22:02:19,750 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1187-1 2025-04-24 22:02:19,750 - DEBUG - [10.0.0.38]: 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-04-24 22:02:19,806 - DEBUG - Output : NAMES contrail_test_p1Nul0jcf contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-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-control-1 control-dns-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-nodemgr-1 2025-04-24 22:02:19,806 - DEBUG - [10.0.0.38]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-24 22:02:19,880 - DEBUG - Output : 10.0.0.38/24 172.17.0.1/16 2025-04-24 22:02:19,881 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-04-24 22:02:19,913 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1187-1 2025-04-24 22:02:19,998 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-04-24 22:02:20,199 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1187-1 2025-04-24 22:02:20,199 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-04-24 22:02:20,222 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1187-1 2025-04-24 22:02:20,222 - DEBUG - [10.0.0.50]: 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-04-24 22:02:20,308 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-24 22:02:20,308 - DEBUG - [10.0.0.50]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-24 22:02:20,331 - DEBUG - Output : 10.0.0.50/24 2025-04-24 22:02:20,331 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-04-24 22:02:20,354 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1187-1 2025-04-24 22:02:20,415 - INFO - Using existing project ['default-domain', 'k8s-default'](d57e06e4-d078-4d6e-9707-a8d2132c4b7a) 2025-04-24 22:02:20,470 - INFO - Using existing project ['default-domain', 'k8s-default'](d57e06e4-d078-4d6e-9707-a8d2132c4b7a) 2025-04-24 22:02:20,602 - INFO - ================================================================================ 2025-04-24 22:02:20,602 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-24 22:02:20,603 - 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-04-24 22:02:20,742 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 22:02:20,749 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.0.0.38': '0'}} with 2025-04-24 22:02:20,749 - INFO - Initial checks done. Running the testcase now 2025-04-24 22:02:20,749 - INFO - 2025-04-24 22:02:20,753 - INFO - Namespace default already exists 2025-04-24 22:02:20,753 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-24 22:02:20,847 - DEBUG - Output : cluster_project={} 2025-04-24 22:02:20,884 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-24 22:02:20,884 - DEBUG - Project uuid in Contrail is d57e06e4-d078-4d6e-9707-a8d2132c4b7a 2025-04-24 22:02:20,885 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-24 22:02:20,991 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-24 22:02:20,991 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=fc3aaa7a-fd75-4f62-9fa5-5c1ddba8edf2 2025-04-24 22:02:20,995 - INFO - Namespace default with uuid fc3aaa7a-fd75-4f62-9fa5-5c1ddba8edf2 found in kube manager 2025-04-24 22:02:20,995 - INFO - Namespace default verification passed 2025-04-24 22:02:20,997 - DEBUG - Service ctest-nginx-svc-58789312 not present 2025-04-24 22:02:20,998 - INFO - Creating service ctest-nginx-svc-58789312 2025-04-24 22:02:21,030 - INFO - Created Service ctest-nginx-svc-58789312 2025-04-24 22:02:21,033 - DEBUG - Pod ctest-nginx-pod-07034172 not present 2025-04-24 22:02:21,033 - INFO - Creating Pod ctest-nginx-pod-07034172 2025-04-24 22:02:21,096 - DEBUG - Pod : ctest-nginx-pod-07034172 UUID is 8cd2b32d-ead3-4c7a-9690-b5013a6c9b92 2025-04-24 22:02:21,099 - DEBUG - Pod ctest-nginx-pod-67798257 not present 2025-04-24 22:02:21,099 - INFO - Creating Pod ctest-nginx-pod-67798257 2025-04-24 22:02:21,118 - DEBUG - Pod : ctest-nginx-pod-67798257 UUID is d9bcfeb2-130a-4413-bccf-3a5d7e1d622a 2025-04-24 22:02:21,301 - INFO - Created VN __public__, UUID :e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:21,499 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-24 22:02:21,504 - DEBUG - Requesting: http://10.0.0.38:8082/domain/8f2cef62-6ba9-4fa7-b34e-025d9f5349d0 2025-04-24 22:02:21,549 - DEBUG - Requesting: http://10.0.0.38:8082/project/d57e06e4-d078-4d6e-9707-a8d2132c4b7a 2025-04-24 22:02:21,579 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:21,602 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:21,611 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:02:21,618 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:02:21,673 - DEBUG - Route Targets: [] 2025-04-24 22:02:21,673 - DEBUG - RT names not yet present for VN __public__ 2025-04-24 22:02:26,674 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-24 22:02:26,679 - DEBUG - Requesting: http://10.0.0.38:8082/domain/8f2cef62-6ba9-4fa7-b34e-025d9f5349d0 2025-04-24 22:02:26,686 - DEBUG - Requesting: http://10.0.0.38:8082/project/d57e06e4-d078-4d6e-9707-a8d2132c4b7a 2025-04-24 22:02:26,726 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:26,734 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:26,741 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:02:26,748 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:02:26,753 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/922ce82c-c044-4232-ae80-f8d03dc7300a 2025-04-24 22:02:26,759 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-24 22:02:26,759 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:26,771 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:02:26,782 - INFO - Verified VN network id 13 for VN e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:26,783 - INFO - Verifications in API Server for VN __public__ passed 2025-04-24 22:02:26,783 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:26,790 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:02:26,796 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:02:26,801 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/922ce82c-c044-4232-ae80-f8d03dc7300a 2025-04-24 22:02:26,808 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-24 22:02:26,815 - DEBUG - Control-node 10.0.0.38 : 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': '16287686989726105670', 'uuid-lslong': '12857324823442913697'}, 'enable': 'true', 'created': '2025-04-24T22:02:21', 'last-modified': '2025-04-24T22:02:21', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.361827'} 2025-04-24 22:02:26,815 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 22:02:26,822 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-24 22:02:26,822 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-24 22:02:26,823 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-24 22:02:26,823 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-24 22:02:26,827 - DEBUG - Requesting: http://10.0.0.38:8082/domain/8f2cef62-6ba9-4fa7-b34e-025d9f5349d0 2025-04-24 22:02:26,837 - DEBUG - Requesting: http://10.0.0.38:8082/project/d57e06e4-d078-4d6e-9707-a8d2132c4b7a 2025-04-24 22:02:26,887 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:26,896 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-24 22:02:26,896 - DEBUG - Verifying the vn in opserver 2025-04-24 22:02:26,896 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-04-24 22:02:26,896 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-04-24 22:02:26,900 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-24 22:02:26,900 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-24 22:02:26,901 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 22:02:26,908 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 22:02:26,913 - DEBUG - Do not have enough data to verify VN in agent 2025-04-24 22:02:26,913 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 22:02:26,918 - DEBUG - VRF ids for VN __public__: {} 2025-04-24 22:02:27,014 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-24 22:02:27,180 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-24 22:02:27,185 - DEBUG - Requesting: http://10.0.0.38:8082/domain/8f2cef62-6ba9-4fa7-b34e-025d9f5349d0 2025-04-24 22:02:27,192 - DEBUG - Requesting: http://10.0.0.38:8082/project/d57e06e4-d078-4d6e-9707-a8d2132c4b7a 2025-04-24 22:02:27,237 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:27,249 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/8a13d3b2-d74a-42a6-bed1-d90b6d34e659 2025-04-24 22:02:27,256 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-24 22:02:27,265 - DEBUG - Requesting: http://10.0.0.38:8082/domain/8f2cef62-6ba9-4fa7-b34e-025d9f5349d0 2025-04-24 22:02:27,275 - DEBUG - Requesting: http://10.0.0.38:8082/project/d57e06e4-d078-4d6e-9707-a8d2132c4b7a 2025-04-24 22:02:27,316 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/e2097d05-7360-4046-b26e-64ce4f2079a1 2025-04-24 22:02:27,327 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-24 22:02:27,327 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-24 22:02:27,334 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-24 22:02:27,346 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-24 22:02:27,346 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-24 22:02:27,349 - DEBUG - Ingress ctest-nginx-ingress-29506144 not present 2025-04-24 22:02:27,349 - INFO - Creating Ingress ctest-nginx-ingress-29506144 2025-04-24 22:02:27,357 - INFO - Created Ingress ctest-nginx-ingress-29506144 2025-04-24 22:02:27,361 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-29506144 2025-04-24 22:02:30,366 - DEBUG - For Ingress ctest-nginx-ingress-29506144, Cluster IP: 10.47.255.249, External IPs ['3.173.34.124'] 2025-04-24 22:02:30,366 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-29506144 2025-04-24 22:02:30,366 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=22073608-ea44-4e5c-8337-b6e9738c7dd2 2025-04-24 22:02:30,376 - INFO - Ingress ctest-nginx-ingress-29506144 with uuid 22073608-ea44-4e5c-8337-b6e9738c7dd2 found in kube manager 2025-04-24 22:02:30,376 - INFO - Ingress ctest-nginx-ingress-29506144 verification passed 2025-04-24 22:02:30,391 - DEBUG - Pod ctest-busybox-pod-50384603 not present 2025-04-24 22:02:30,391 - INFO - Creating Pod ctest-busybox-pod-50384603 2025-04-24 22:02:30,590 - DEBUG - Pod : ctest-busybox-pod-50384603 UUID is b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:02:30,598 - DEBUG - Pod ctest-nginx-pod-07034172 not in running state.Currently in Pending 2025-04-24 22:02:35,602 - DEBUG - Pod ctest-nginx-pod-07034172 not in running state.Currently in Pending 2025-04-24 22:02:40,608 - INFO - Pod ctest-nginx-pod-07034172 is in running state.Got IP 10.47.255.251 2025-04-24 22:02:40,621 - DEBUG - Pod ctest-nginx-pod-07034172 has vmi cc711790-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:02:40,621 - INFO - Verified pod ctest-nginx-pod-07034172 in contrail-api 2025-04-24 22:02:40,621 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:02:40,632 - DEBUG - VMI cc711790-2157-11f0-9ce8-fa163ec0245b is active in agent 10.0.0.50 2025-04-24 22:02:40,633 - INFO - Verified Pod ctest-nginx-pod-07034172 in agent 10.0.0.50 2025-04-24 22:02:40,633 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=8cd2b32d-ead3-4c7a-9690-b5013a6c9b92 2025-04-24 22:02:40,636 - INFO - Pod ctest-nginx-pod-07034172 with uuid 8cd2b32d-ead3-4c7a-9690-b5013a6c9b92 found in kube manager 2025-04-24 22:02:40,636 - INFO - Pod ctest-nginx-pod-07034172 verification passed 2025-04-24 22:02:40,696 - DEBUG - [Pod ctest-nginx-pod-07034172] Cmd: echo ctest-nginx-pod-07034172 > /usr/share/nginx/html/index.html, Output: 2025-04-24 22:02:40,701 - INFO - Pod ctest-nginx-pod-67798257 is in running state.Got IP 10.47.255.250 2025-04-24 22:02:40,712 - DEBUG - Pod ctest-nginx-pod-67798257 has vmi cccc8d64-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:02:40,712 - INFO - Verified pod ctest-nginx-pod-67798257 in contrail-api 2025-04-24 22:02:40,712 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:02:40,724 - DEBUG - VMI cccc8d64-2157-11f0-9ce8-fa163ec0245b is active in agent 10.0.0.50 2025-04-24 22:02:40,724 - INFO - Verified Pod ctest-nginx-pod-67798257 in agent 10.0.0.50 2025-04-24 22:02:40,724 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=d9bcfeb2-130a-4413-bccf-3a5d7e1d622a 2025-04-24 22:02:40,728 - INFO - Pod ctest-nginx-pod-67798257 with uuid d9bcfeb2-130a-4413-bccf-3a5d7e1d622a found in kube manager 2025-04-24 22:02:40,728 - INFO - Pod ctest-nginx-pod-67798257 verification passed 2025-04-24 22:02:40,784 - DEBUG - [Pod ctest-nginx-pod-67798257] Cmd: echo ctest-nginx-pod-67798257 > /usr/share/nginx/html/index.html, Output: 2025-04-24 22:02:40,789 - DEBUG - Pod ctest-busybox-pod-50384603 not in running state.Currently in Pending 2025-04-24 22:02:45,793 - INFO - Pod ctest-busybox-pod-50384603 is in running state.Got IP 10.47.255.248 2025-04-24 22:02:45,848 - DEBUG - Pod ctest-busybox-pod-50384603 has vmi d167831a-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:02:45,848 - INFO - Verified pod ctest-busybox-pod-50384603 in contrail-api 2025-04-24 22:02:45,848 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:02:45,858 - DEBUG - VMI d167831a-2157-11f0-9ce8-fa163ec0245b is active in agent 10.0.0.50 2025-04-24 22:02:45,858 - INFO - Verified Pod ctest-busybox-pod-50384603 in agent 10.0.0.50 2025-04-24 22:02:45,858 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:02:45,862 - INFO - Pod ctest-busybox-pod-50384603 with uuid b1142347-7e19-4e8d-a3d7-d4bba345737f found in kube manager 2025-04-24 22:02:45,862 - INFO - Pod ctest-busybox-pod-50384603 verification passed 2025-04-24 22:02:45,916 - DEBUG - [Pod ctest-busybox-pod-50384603] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-07034172 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-04-24 22:02:45,917 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 22:02:45,917 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] Cmd output: ctest-nginx-pod-07034172 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-04-24 22:02:45,968 - DEBUG - [Pod ctest-busybox-pod-50384603] 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-07034172 2025-04-24 22:02:45,968 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 22:02:45,968 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] 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-07034172 2025-04-24 22:02:46,018 - DEBUG - [Pod ctest-busybox-pod-50384603] 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-07034172 2025-04-24 22:02:46,018 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 22:02:46,018 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] 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-07034172 2025-04-24 22:02:46,049 - DEBUG - [Pod ctest-busybox-pod-50384603] 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-07034172 2025-04-24 22:02:46,049 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 22:02:46,049 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] 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-07034172 2025-04-24 22:02:46,093 - DEBUG - [Pod ctest-busybox-pod-50384603] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-67798257 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-04-24 22:02:46,094 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 22:02:46,094 - DEBUG - [Pod Pod ctest-busybox-pod-50384603] Cmd output: ctest-nginx-pod-67798257 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-04-24 22:02:46,094 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-07034172': 4, 'ctest-nginx-pod-67798257': 1} 2025-04-24 22:02:46,094 - WARNING - Nothing to delete parallely 2025-04-24 22:02:46,094 - INFO - Deleting pod default:ctest-busybox-pod-50384603 2025-04-24 22:02:46,102 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:02:46,107 - WARNING - Pod uuid b1142347-7e19-4e8d-a3d7-d4bba345737f is still seen in agent 10.0.0.50 VM list 2025-04-24 22:02:51,108 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:02:51,115 - WARNING - Pod uuid b1142347-7e19-4e8d-a3d7-d4bba345737f is still seen in agent 10.0.0.50 VM list 2025-04-24 22:02:56,116 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:02:56,123 - WARNING - Pod uuid b1142347-7e19-4e8d-a3d7-d4bba345737f is still seen in agent 10.0.0.50 VM list 2025-04-24 22:03:01,124 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:03:01,132 - WARNING - Pod uuid b1142347-7e19-4e8d-a3d7-d4bba345737f is still seen in agent 10.0.0.50 VM list 2025-04-24 22:03:06,132 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:03:06,141 - WARNING - Pod uuid b1142347-7e19-4e8d-a3d7-d4bba345737f is still seen in agent 10.0.0.50 VM list 2025-04-24 22:03:11,142 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:03:11,148 - WARNING - Pod uuid b1142347-7e19-4e8d-a3d7-d4bba345737f is still seen in agent 10.0.0.50 VM list 2025-04-24 22:03:16,150 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:03:16,156 - WARNING - Pod uuid b1142347-7e19-4e8d-a3d7-d4bba345737f is still seen in agent 10.0.0.50 VM list 2025-04-24 22:03:21,157 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=b1142347-7e19-4e8d-a3d7-d4bba345737f 2025-04-24 22:03:21,164 - DEBUG - Pod b1142347-7e19-4e8d-a3d7-d4bba345737f is not in agent 10.0.0.50 VM list 2025-04-24 22:03:21,164 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d167831a-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:03:21,169 - DEBUG - VMI d167831a-2157-11f0-9ce8-fa163ec0245b is removed from agent 10.0.0.50 2025-04-24 22:03:21,169 - INFO - Verified that pod ctest-busybox-pod-50384603 is removed in agent 2025-04-24 22:03:21,169 - INFO - Deleting Ingress : ctest-nginx-ingress-29506144 2025-04-24 22:03:21,177 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=22073608-ea44-4e5c-8337-b6e9738c7dd2 2025-04-24 22:03:21,183 - ERROR - Ingress ctest-nginx-ingress-29506144 with uuid 22073608-ea44-4e5c-8337-b6e9738c7dd2 still found in kube manager 2025-04-24 22:03:22,184 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=22073608-ea44-4e5c-8337-b6e9738c7dd2 2025-04-24 22:03:22,188 - INFO - Ingress ctest-nginx-ingress-29506144 with uuid 22073608-ea44-4e5c-8337-b6e9738c7dd2 deleted successfully from kube manager 2025-04-24 22:03:22,189 - INFO - Verifications on Ingress %s cleanup passed 2025-04-24 22:03:22,189 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-24 22:03:22,280 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-24 22:03:22,285 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-24 22:03:22,286 - INFO - Deleting VN __public__ 2025-04-24 22:03:22,391 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/ccf8d8b4-27ae-466f-a2bd-6a66e4e4a36c 2025-04-24 22:03:22,396 - DEBUG - Response Code: 404 2025-04-24 22:03:22,396 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-04-24 22:03:22,402 - DEBUG - Requesting: http://10.0.0.38:8082/domain/8f2cef62-6ba9-4fa7-b34e-025d9f5349d0 2025-04-24 22:03:22,414 - DEBUG - Requesting: http://10.0.0.38:8082/project/d57e06e4-d078-4d6e-9707-a8d2132c4b7a 2025-04-24 22:03:22,451 - INFO - Validated that VN __public__ is not found in API Server 2025-04-24 22:03:22,451 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-24 22:03:22,465 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 22:03:22,485 - DEBUG - VN __public__ is not present in Agent 10.0.0.50 2025-04-24 22:03:22,485 - INFO - Validated that VN __public__ is not in any agent 2025-04-24 22:03:22,485 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 22:03:22,493 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 22:03:22,511 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-24 22:03:22,524 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-24 22:03:22,526 - INFO - Deleting pod default:ctest-nginx-pod-67798257 2025-04-24 22:03:22,549 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d9bcfeb2-130a-4413-bccf-3a5d7e1d622a 2025-04-24 22:03:22,562 - WARNING - Pod uuid d9bcfeb2-130a-4413-bccf-3a5d7e1d622a is still seen in agent 10.0.0.50 VM list 2025-04-24 22:03:27,563 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=d9bcfeb2-130a-4413-bccf-3a5d7e1d622a 2025-04-24 22:03:27,569 - DEBUG - Pod d9bcfeb2-130a-4413-bccf-3a5d7e1d622a is not in agent 10.0.0.50 VM list 2025-04-24 22:03:27,569 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cccc8d64-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:03:27,574 - DEBUG - VMI cccc8d64-2157-11f0-9ce8-fa163ec0245b is removed from agent 10.0.0.50 2025-04-24 22:03:27,574 - INFO - Verified that pod ctest-nginx-pod-67798257 is removed in agent 2025-04-24 22:03:27,574 - INFO - Deleting pod default:ctest-nginx-pod-07034172 2025-04-24 22:03:27,582 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8cd2b32d-ead3-4c7a-9690-b5013a6c9b92 2025-04-24 22:03:27,602 - WARNING - Pod uuid 8cd2b32d-ead3-4c7a-9690-b5013a6c9b92 is still seen in agent 10.0.0.50 VM list 2025-04-24 22:03:32,604 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8cd2b32d-ead3-4c7a-9690-b5013a6c9b92 2025-04-24 22:03:32,611 - DEBUG - Pod 8cd2b32d-ead3-4c7a-9690-b5013a6c9b92 is not in agent 10.0.0.50 VM list 2025-04-24 22:03:32,611 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc711790-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:03:32,616 - DEBUG - VMI cc711790-2157-11f0-9ce8-fa163ec0245b is removed from agent 10.0.0.50 2025-04-24 22:03:32,616 - INFO - Verified that pod ctest-nginx-pod-07034172 is removed in agent 2025-04-24 22:03:32,616 - INFO - Deleting service : ctest-nginx-svc-58789312 2025-04-24 22:03:32,843 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 22:03:32,849 - DEBUG - No XMPP flaps were noticed during the test 2025-04-24 22:03:32,850 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-04-24 22:03:32,850 - INFO - -------------------------------------------------------------------------------- 2025-04-24 22:03:39,151 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-24 22:03:39,281 - DEBUG - Output : cluster_project={} 2025-04-24 22:03:39,319 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-24 22:03:39,505 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-24 22:03:39,509 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-24 22:03:39,649 - DEBUG - Output : cluster_project={} 2025-04-24 22:03:54,768 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:03:54,800 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:03:54,874 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:03:54,944 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:03:59,989 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:04:00,068 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:04:00,100 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:04:00,174 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 22:04:00,401 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 22:04:02,327 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_ApplicationPolicySetReq? 2025-04-24 22:04:02,340 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-04-24 22:04:02,379 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-04-24 22:04:04,420 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AclReq? 2025-04-24 22:07:04,162 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 22:07:04,206 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=951030af-901b-4196-8dbe-340c36535ae0 2025-04-24 22:07:04,225 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:04,229 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0767dbdf-6e73-412d-a512-adee7e0fbeaa 2025-04-24 22:07:04,232 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:04,237 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:04,253 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=554de64e-f61e-4688-accb-f793e3e065ab 2025-04-24 22:07:04,260 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:04,264 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:09,327 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=554de64e-f61e-4688-accb-f793e3e065ab 2025-04-24 22:07:09,329 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=0767dbdf-6e73-412d-a512-adee7e0fbeaa 2025-04-24 22:07:09,330 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:09,331 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:09,332 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:09,333 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=951030af-901b-4196-8dbe-340c36535ae0 2025-04-24 22:07:09,335 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:09,337 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:09,362 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fbf5f92c-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:07:09,363 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fc6697ae-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:07:09,366 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:faf7ce10-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:07:14,362 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:14,363 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:14,367 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:14,368 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:14,370 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:19,386 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:19,388 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:19,389 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:19,390 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:19,392 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:24,413 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:24,414 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:24,416 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:24,417 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:24,418 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:29,435 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:29,437 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:29,439 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:29,441 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:29,442 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:34,457 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:34,458 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:34,460 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:34,461 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:34,462 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:39,479 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:39,480 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:39,482 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:39,483 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=3d2131b5-84ca-4643-9474-14f66a207c0a 2025-04-24 22:07:39,484 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:39,501 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fb6b7202-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:07:44,500 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=afbd5c2c-3dc7-4750-9db1-99415aba1e2e 2025-04-24 22:07:44,501 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=8798fd61-8bbe-4630-ba08-bdaec79dd070 2025-04-24 22:07:44,503 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=268980bf-c499-4992-b35b-b2cdae4f5b5f 2025-04-24 22:07:44,504 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_VmListReq?uuid=51bb377d-b527-405e-8cc6-672ee8dbf390 2025-04-24 22:07:44,515 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd3fcdda-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:07:44,518 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fda51ee2-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:07:44,520 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fe0b83c6-2157-11f0-9ce8-fa163ec0245b 2025-04-24 22:07:44,521 - DEBUG - Requesting: http://10.0.0.50:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fcdcd2de-2157-11f0-9ce8-fa163ec0245b