2025-04-30 17:38:07,505 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-04-30 17:38:07,735 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1206-1 2025-04-30 17:38:07,735 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-04-30 17:38:07,768 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1206-1 2025-04-30 17:38:07,768 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-04-30 17:38:07,833 - DEBUG - Output : NAMES contrail_test_yO8PUM1eN contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-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 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-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-schema-1 2025-04-30 17:38:07,833 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-30 17:38:07,906 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-04-30 17:38:07,906 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-04-30 17:38:07,939 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1206-1 2025-04-30 17:38:08,025 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-04-30 17:38:08,232 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1206-1 2025-04-30 17:38:08,233 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-04-30 17:38:08,256 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1206-1 2025-04-30 17:38:08,256 - 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-04-30 17:38:08,338 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-30 17:38:08,338 - DEBUG - [10.0.0.249]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-30 17:38:08,361 - DEBUG - Output : 10.0.0.249/24 2025-04-30 17:38:08,362 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-04-30 17:38:08,385 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1206-1 2025-04-30 17:38:08,458 - INFO - Using existing project ['default-domain', 'k8s-default'](43165d93-eff9-4ca2-a7d2-e2d9b3d9deea) 2025-04-30 17:38:08,561 - INFO - Using existing project ['default-domain', 'k8s-default'](43165d93-eff9-4ca2-a7d2-e2d9b3d9deea) 2025-04-30 17:38:08,715 - INFO - ================================================================================ 2025-04-30 17:38:08,715 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-30 17:38:08,715 - 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-30 17:38:08,946 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-30 17:38:08,954 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.22': '0'}} with 2025-04-30 17:38:08,954 - INFO - Initial checks done. Running the testcase now 2025-04-30 17:38:08,954 - INFO - 2025-04-30 17:38:08,957 - INFO - Namespace default already exists 2025-04-30 17:38:08,957 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-30 17:38:09,072 - DEBUG - Output : cluster_project={} 2025-04-30 17:38:09,107 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-30 17:38:09,107 - DEBUG - Project uuid in Contrail is 43165d93-eff9-4ca2-a7d2-e2d9b3d9deea 2025-04-30 17:38:09,108 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-30 17:38:09,213 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-30 17:38:09,213 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=c6c0996c-aeb2-4f5e-9924-7e4f27d9a434 2025-04-30 17:38:09,218 - INFO - Namespace default with uuid c6c0996c-aeb2-4f5e-9924-7e4f27d9a434 found in kube manager 2025-04-30 17:38:09,218 - INFO - Namespace default verification passed 2025-04-30 17:38:09,220 - DEBUG - Service ctest-nginx-svc-05151643 not present 2025-04-30 17:38:09,220 - INFO - Creating service ctest-nginx-svc-05151643 2025-04-30 17:38:09,240 - INFO - Created Service ctest-nginx-svc-05151643 2025-04-30 17:38:09,248 - DEBUG - Pod ctest-nginx-pod-97476359 not present 2025-04-30 17:38:09,249 - INFO - Creating Pod ctest-nginx-pod-97476359 2025-04-30 17:38:09,308 - DEBUG - Pod : ctest-nginx-pod-97476359 UUID is 0dd7ca4f-707f-4e94-9d5b-2b125b18dad3 2025-04-30 17:38:09,310 - DEBUG - Pod ctest-nginx-pod-19930578 not present 2025-04-30 17:38:09,311 - INFO - Creating Pod ctest-nginx-pod-19930578 2025-04-30 17:38:09,343 - DEBUG - Pod : ctest-nginx-pod-19930578 UUID is d4f9d12d-89eb-442c-a8e7-da8751132c24 2025-04-30 17:38:09,517 - INFO - Created VN __public__, UUID :6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:09,728 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-30 17:38:09,733 - DEBUG - Requesting: http://10.0.0.22:8082/domain/a5fed966-7a73-46db-9552-d2c40efcd774 2025-04-30 17:38:09,763 - DEBUG - Requesting: http://10.0.0.22:8082/project/43165d93-eff9-4ca2-a7d2-e2d9b3d9deea 2025-04-30 17:38:09,808 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:09,826 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:09,837 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:38:09,850 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:38:09,869 - DEBUG - Route Targets: [] 2025-04-30 17:38:09,869 - DEBUG - RT names not yet present for VN __public__ 2025-04-30 17:38:14,869 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-30 17:38:14,874 - DEBUG - Requesting: http://10.0.0.22:8082/domain/a5fed966-7a73-46db-9552-d2c40efcd774 2025-04-30 17:38:14,881 - DEBUG - Requesting: http://10.0.0.22:8082/project/43165d93-eff9-4ca2-a7d2-e2d9b3d9deea 2025-04-30 17:38:14,917 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:14,925 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:14,933 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:38:14,939 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:38:14,944 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/be0e8417-f2ed-4bd6-8243-9521cb35e453 2025-04-30 17:38:14,949 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-30 17:38:14,949 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:14,958 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:38:14,968 - INFO - Verified VN network id 13 for VN 6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:14,969 - INFO - Verifications in API Server for VN __public__ passed 2025-04-30 17:38:14,969 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:14,976 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:38:14,981 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:38:14,986 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/be0e8417-f2ed-4bd6-8243-9521cb35e453 2025-04-30 17:38:14,991 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-30 17:38:14,996 - DEBUG - Control-node 10.0.0.22 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '8034617339532233194', 'uuid-lslong': '13020369526060260053'}, 'enable': 'true', 'created': '2025-04-30T17:38:09', 'last-modified': '2025-04-30T17:38:09', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.378417'} 2025-04-30 17:38:14,996 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-30 17:38:15,004 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-30 17:38:15,004 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-30 17:38:15,004 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-30 17:38:15,004 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-30 17:38:15,009 - DEBUG - Requesting: http://10.0.0.22:8082/domain/a5fed966-7a73-46db-9552-d2c40efcd774 2025-04-30 17:38:15,015 - DEBUG - Requesting: http://10.0.0.22:8082/project/43165d93-eff9-4ca2-a7d2-e2d9b3d9deea 2025-04-30 17:38:15,062 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:15,070 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-30 17:38:15,070 - DEBUG - Verifying the vn in opserver 2025-04-30 17:38:15,070 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-04-30 17:38:15,070 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-04-30 17:38:15,074 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-30 17:38:15,074 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-30 17:38:15,074 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-30 17:38:15,081 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-30 17:38:15,087 - DEBUG - Do not have enough data to verify VN in agent 2025-04-30 17:38:15,087 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-30 17:38:15,092 - DEBUG - VRF ids for VN __public__: {} 2025-04-30 17:38:15,185 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-30 17:38:15,284 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-30 17:38:15,288 - DEBUG - Requesting: http://10.0.0.22:8082/domain/a5fed966-7a73-46db-9552-d2c40efcd774 2025-04-30 17:38:15,295 - DEBUG - Requesting: http://10.0.0.22:8082/project/43165d93-eff9-4ca2-a7d2-e2d9b3d9deea 2025-04-30 17:38:15,325 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:15,341 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/ba86da22-5ad6-44f7-b04e-8e7c3851f129 2025-04-30 17:38:15,347 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-30 17:38:15,351 - DEBUG - Requesting: http://10.0.0.22:8082/domain/a5fed966-7a73-46db-9552-d2c40efcd774 2025-04-30 17:38:15,357 - DEBUG - Requesting: http://10.0.0.22:8082/project/43165d93-eff9-4ca2-a7d2-e2d9b3d9deea 2025-04-30 17:38:15,392 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6f80b1e6-ad03-49ea-b4b1-a5195d249ad5 2025-04-30 17:38:15,401 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-30 17:38:15,401 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-30 17:38:15,407 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-30 17:38:15,413 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-30 17:38:15,413 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-30 17:38:15,415 - DEBUG - Ingress ctest-nginx-ingress-68252832 not present 2025-04-30 17:38:15,416 - INFO - Creating Ingress ctest-nginx-ingress-68252832 2025-04-30 17:38:15,421 - INFO - Created Ingress ctest-nginx-ingress-68252832 2025-04-30 17:38:15,424 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-68252832 2025-04-30 17:38:18,432 - DEBUG - For Ingress ctest-nginx-ingress-68252832, Cluster IP: 10.47.255.249, External IPs ['22.133.209.124'] 2025-04-30 17:38:18,432 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-68252832 2025-04-30 17:38:18,432 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=e3fc9541-ab75-4e29-b6a6-67c56e3b921d 2025-04-30 17:38:18,437 - INFO - Ingress ctest-nginx-ingress-68252832 with uuid e3fc9541-ab75-4e29-b6a6-67c56e3b921d found in kube manager 2025-04-30 17:38:18,438 - INFO - Ingress ctest-nginx-ingress-68252832 verification passed 2025-04-30 17:38:18,443 - DEBUG - Pod ctest-busybox-pod-32801064 not present 2025-04-30 17:38:18,443 - INFO - Creating Pod ctest-busybox-pod-32801064 2025-04-30 17:38:18,481 - DEBUG - Pod : ctest-busybox-pod-32801064 UUID is def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:38:18,490 - DEBUG - Pod ctest-nginx-pod-97476359 not in running state.Currently in Pending 2025-04-30 17:38:23,496 - INFO - Pod ctest-nginx-pod-97476359 is in running state.Got IP 10.47.255.251 2025-04-30 17:38:23,509 - DEBUG - Pod ctest-nginx-pod-97476359 has vmi e284ae20-25e9-11f0-b8ce-fa163ecca947 2025-04-30 17:38:23,509 - INFO - Verified pod ctest-nginx-pod-97476359 in contrail-api 2025-04-30 17:38:23,509 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:38:23,519 - DEBUG - VMI e284ae20-25e9-11f0-b8ce-fa163ecca947 is active in agent 10.0.0.249 2025-04-30 17:38:23,519 - INFO - Verified Pod ctest-nginx-pod-97476359 in agent 10.0.0.249 2025-04-30 17:38:23,519 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=0dd7ca4f-707f-4e94-9d5b-2b125b18dad3 2025-04-30 17:38:23,523 - INFO - Pod ctest-nginx-pod-97476359 with uuid 0dd7ca4f-707f-4e94-9d5b-2b125b18dad3 found in kube manager 2025-04-30 17:38:23,523 - INFO - Pod ctest-nginx-pod-97476359 verification passed 2025-04-30 17:38:23,579 - DEBUG - [Pod ctest-nginx-pod-97476359] Cmd: echo ctest-nginx-pod-97476359 > /usr/share/nginx/html/index.html, Output: 2025-04-30 17:38:23,584 - INFO - Pod ctest-nginx-pod-19930578 is in running state.Got IP 10.47.255.250 2025-04-30 17:38:23,598 - DEBUG - Pod ctest-nginx-pod-19930578 has vmi e307a00a-25e9-11f0-b8ce-fa163ecca947 2025-04-30 17:38:23,598 - INFO - Verified pod ctest-nginx-pod-19930578 in contrail-api 2025-04-30 17:38:23,598 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:38:23,607 - DEBUG - VMI e307a00a-25e9-11f0-b8ce-fa163ecca947 is active in agent 10.0.0.249 2025-04-30 17:38:23,607 - INFO - Verified Pod ctest-nginx-pod-19930578 in agent 10.0.0.249 2025-04-30 17:38:23,607 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=d4f9d12d-89eb-442c-a8e7-da8751132c24 2025-04-30 17:38:23,611 - INFO - Pod ctest-nginx-pod-19930578 with uuid d4f9d12d-89eb-442c-a8e7-da8751132c24 found in kube manager 2025-04-30 17:38:23,611 - INFO - Pod ctest-nginx-pod-19930578 verification passed 2025-04-30 17:38:23,668 - DEBUG - [Pod ctest-nginx-pod-19930578] Cmd: echo ctest-nginx-pod-19930578 > /usr/share/nginx/html/index.html, Output: 2025-04-30 17:38:23,672 - DEBUG - Pod ctest-busybox-pod-32801064 not in running state.Currently in Pending 2025-04-30 17:38:28,678 - DEBUG - Pod ctest-busybox-pod-32801064 not in running state.Currently in Pending 2025-04-30 17:38:33,684 - DEBUG - Pod ctest-busybox-pod-32801064 not in running state.Currently in Pending 2025-04-30 17:38:38,691 - INFO - Pod ctest-busybox-pod-32801064 is in running state.Got IP 10.47.255.248 2025-04-30 17:38:38,703 - DEBUG - Pod ctest-busybox-pod-32801064 has vmi e75b93b4-25e9-11f0-b8ce-fa163ecca947 2025-04-30 17:38:38,703 - INFO - Verified pod ctest-busybox-pod-32801064 in contrail-api 2025-04-30 17:38:38,703 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:38:38,712 - DEBUG - VMI e75b93b4-25e9-11f0-b8ce-fa163ecca947 is active in agent 10.0.0.249 2025-04-30 17:38:38,712 - INFO - Verified Pod ctest-busybox-pod-32801064 in agent 10.0.0.249 2025-04-30 17:38:38,712 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:38:38,716 - INFO - Pod ctest-busybox-pod-32801064 with uuid def75151-55a1-4b61-ac81-4befed717e93 found in kube manager 2025-04-30 17:38:38,716 - INFO - Pod ctest-busybox-pod-32801064 verification passed 2025-04-30 17:38:38,778 - DEBUG - [Pod ctest-busybox-pod-32801064] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-19930578 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-30 17:38:38,778 - DEBUG - [Pod Pod ctest-busybox-pod-32801064] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-30 17:38:38,778 - DEBUG - [Pod Pod ctest-busybox-pod-32801064] Cmd output: ctest-nginx-pod-19930578 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-30 17:38:38,819 - DEBUG - [Pod ctest-busybox-pod-32801064] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-19930578 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-30 17:38:38,819 - DEBUG - [Pod Pod ctest-busybox-pod-32801064] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-30 17:38:38,819 - DEBUG - [Pod Pod ctest-busybox-pod-32801064] Cmd output: ctest-nginx-pod-19930578 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-30 17:38:38,865 - DEBUG - [Pod ctest-busybox-pod-32801064] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-97476359 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-30 17:38:38,865 - DEBUG - [Pod Pod ctest-busybox-pod-32801064] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-30 17:38:38,865 - DEBUG - [Pod Pod ctest-busybox-pod-32801064] Cmd output: ctest-nginx-pod-97476359 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-30 17:38:38,865 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-97476359': 1, 'ctest-nginx-pod-19930578': 2} 2025-04-30 17:38:38,865 - WARNING - Nothing to delete parallely 2025-04-30 17:38:38,865 - INFO - Deleting pod default:ctest-busybox-pod-32801064 2025-04-30 17:38:38,879 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:38:38,886 - WARNING - Pod uuid def75151-55a1-4b61-ac81-4befed717e93 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:38:43,887 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:38:43,996 - WARNING - Pod uuid def75151-55a1-4b61-ac81-4befed717e93 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:38:48,997 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:38:49,003 - WARNING - Pod uuid def75151-55a1-4b61-ac81-4befed717e93 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:38:54,004 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:38:54,014 - WARNING - Pod uuid def75151-55a1-4b61-ac81-4befed717e93 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:38:59,014 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:38:59,021 - WARNING - Pod uuid def75151-55a1-4b61-ac81-4befed717e93 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:39:04,022 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:39:04,030 - WARNING - Pod uuid def75151-55a1-4b61-ac81-4befed717e93 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:39:09,031 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:39:09,038 - WARNING - Pod uuid def75151-55a1-4b61-ac81-4befed717e93 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:39:14,039 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=def75151-55a1-4b61-ac81-4befed717e93 2025-04-30 17:39:14,045 - DEBUG - Pod def75151-55a1-4b61-ac81-4befed717e93 is not in agent 10.0.0.249 VM list 2025-04-30 17:39:14,045 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e75b93b4-25e9-11f0-b8ce-fa163ecca947 2025-04-30 17:39:14,050 - DEBUG - VMI e75b93b4-25e9-11f0-b8ce-fa163ecca947 is removed from agent 10.0.0.249 2025-04-30 17:39:14,050 - INFO - Verified that pod ctest-busybox-pod-32801064 is removed in agent 2025-04-30 17:39:14,050 - INFO - Deleting Ingress : ctest-nginx-ingress-68252832 2025-04-30 17:39:14,058 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=e3fc9541-ab75-4e29-b6a6-67c56e3b921d 2025-04-30 17:39:14,064 - ERROR - Ingress ctest-nginx-ingress-68252832 with uuid e3fc9541-ab75-4e29-b6a6-67c56e3b921d still found in kube manager 2025-04-30 17:39:15,065 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=e3fc9541-ab75-4e29-b6a6-67c56e3b921d 2025-04-30 17:39:15,069 - INFO - Ingress ctest-nginx-ingress-68252832 with uuid e3fc9541-ab75-4e29-b6a6-67c56e3b921d deleted successfully from kube manager 2025-04-30 17:39:15,069 - INFO - Verifications on Ingress %s cleanup passed 2025-04-30 17:39:15,069 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-30 17:39:15,190 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-30 17:39:15,196 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-30 17:39:15,197 - INFO - Deleting VN __public__ 2025-04-30 17:39:15,343 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4d9c2d6-0d44-4fe2-b1e1-e3f45a5cefa0 2025-04-30 17:39:15,352 - DEBUG - Response Code: 404 2025-04-30 17:39:15,353 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-30 17:39:15,360 - DEBUG - Requesting: http://10.0.0.22:8082/domain/a5fed966-7a73-46db-9552-d2c40efcd774 2025-04-30 17:39:15,379 - DEBUG - Requesting: http://10.0.0.22:8082/project/43165d93-eff9-4ca2-a7d2-e2d9b3d9deea 2025-04-30 17:39:15,450 - INFO - Validated that VN __public__ is not found in API Server 2025-04-30 17:39:15,450 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-30 17:39:15,466 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-30 17:39:15,475 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-04-30 17:39:15,475 - INFO - Validated that VN __public__ is not in any agent 2025-04-30 17:39:15,475 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-30 17:39:15,482 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-30 17:39:15,487 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-30 17:39:15,492 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-30 17:39:15,492 - INFO - Deleting pod default:ctest-nginx-pod-19930578 2025-04-30 17:39:15,508 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d4f9d12d-89eb-442c-a8e7-da8751132c24 2025-04-30 17:39:15,524 - WARNING - Pod uuid d4f9d12d-89eb-442c-a8e7-da8751132c24 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:39:20,525 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=d4f9d12d-89eb-442c-a8e7-da8751132c24 2025-04-30 17:39:20,532 - DEBUG - Pod d4f9d12d-89eb-442c-a8e7-da8751132c24 is not in agent 10.0.0.249 VM list 2025-04-30 17:39:20,532 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e307a00a-25e9-11f0-b8ce-fa163ecca947 2025-04-30 17:39:20,537 - DEBUG - VMI e307a00a-25e9-11f0-b8ce-fa163ecca947 is removed from agent 10.0.0.249 2025-04-30 17:39:20,537 - INFO - Verified that pod ctest-nginx-pod-19930578 is removed in agent 2025-04-30 17:39:20,537 - INFO - Deleting pod default:ctest-nginx-pod-97476359 2025-04-30 17:39:20,556 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0dd7ca4f-707f-4e94-9d5b-2b125b18dad3 2025-04-30 17:39:20,565 - WARNING - Pod uuid 0dd7ca4f-707f-4e94-9d5b-2b125b18dad3 is still seen in agent 10.0.0.249 VM list 2025-04-30 17:39:25,566 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=0dd7ca4f-707f-4e94-9d5b-2b125b18dad3 2025-04-30 17:39:25,572 - DEBUG - Pod 0dd7ca4f-707f-4e94-9d5b-2b125b18dad3 is not in agent 10.0.0.249 VM list 2025-04-30 17:39:25,572 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e284ae20-25e9-11f0-b8ce-fa163ecca947 2025-04-30 17:39:25,577 - DEBUG - VMI e284ae20-25e9-11f0-b8ce-fa163ecca947 is removed from agent 10.0.0.249 2025-04-30 17:39:25,577 - INFO - Verified that pod ctest-nginx-pod-97476359 is removed in agent 2025-04-30 17:39:25,577 - INFO - Deleting service : ctest-nginx-svc-05151643 2025-04-30 17:39:25,822 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-30 17:39:25,828 - DEBUG - No XMPP flaps were noticed during the test
2025-04-30 17:39:25,828 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:17]
2025-04-30 17:39:25,828 - INFO - -------------------------------------------------------------------------------- 2025-04-30 17:39:32,172 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-30 17:39:32,315 - DEBUG - Output : cluster_project={} 2025-04-30 17:39:32,367 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-30 17:39:32,529 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-30 17:39:32,535 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-30 17:39:32,694 - DEBUG - Output : cluster_project={} 2025-04-30 17:39:47,822 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:47,901 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:47,932 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:48,004 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:53,044 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:53,120 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:53,197 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:53,231 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-30 17:39:53,460 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-30 17:39:56,158 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2025-04-30 17:39:56,166 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-04-30 17:39:56,192 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-04-30 17:39:58,219 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-04-30 17:42:58,012 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-30 17:42:58,052 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ec573b36-b2ef-4717-ae2f-2cf60745a8c8 2025-04-30 17:42:58,078 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=12ea98ee-f87d-4cd9-aa81-71487029a718 2025-04-30 17:42:58,087 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:42:58,092 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:42:58,100 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:42:58,109 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=4e1eec37-6c08-4c85-8954-ef92d61f7b0c 2025-04-30 17:42:58,115 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7e8f261d-2b45-4f3a-bf3c-b2ded2646f38 2025-04-30 17:42:58,119 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:03,111 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ec573b36-b2ef-4717-ae2f-2cf60745a8c8 2025-04-30 17:43:03,118 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:13f7331a-25ea-11f0-b8ce-fa163ecca947 2025-04-30 17:43:03,123 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=12ea98ee-f87d-4cd9-aa81-71487029a718 2025-04-30 17:43:03,124 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:43:03,126 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:43:03,134 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:147bb3a6-25ea-11f0-b8ce-fa163ecca947 2025-04-30 17:43:03,163 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:43:03,165 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=4e1eec37-6c08-4c85-8954-ef92d61f7b0c 2025-04-30 17:43:03,166 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:03,167 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7e8f261d-2b45-4f3a-bf3c-b2ded2646f38 2025-04-30 17:43:03,180 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:151b565e-25ea-11f0-b8ce-fa163ecca947 2025-04-30 17:43:03,181 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:15992de0-25ea-11f0-b8ce-fa163ecca947 2025-04-30 17:43:08,137 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:43:08,139 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:43:08,178 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:43:08,181 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:13,148 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:43:13,150 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:43:13,187 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:43:13,189 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:18,159 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:43:18,161 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:43:18,198 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:43:18,199 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:23,170 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:43:23,172 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:43:23,208 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:43:23,210 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:28,181 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:43:28,182 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:43:28,218 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:28,220 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:43:33,191 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=27436a2e-a6b0-4d6f-88fa-5b0f8e81da39 2025-04-30 17:43:33,193 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=34354558-f310-4fde-93b7-3245e722e818 2025-04-30 17:43:33,201 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:168b52c8-25ea-11f0-b8ce-fa163ecca947 2025-04-30 17:43:33,203 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:161c7f92-25ea-11f0-b8ce-fa163ecca947 2025-04-30 17:43:33,228 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=94be53c2-f630-4542-b1e0-f65a82cbf051 2025-04-30 17:43:33,230 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8af2e7d1-291f-4260-b905-8b416c354dad 2025-04-30 17:43:33,238 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16eff70a-25ea-11f0-b8ce-fa163ecca947 2025-04-30 17:43:33,240 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:175cd334-25ea-11f0-b8ce-fa163ecca947