2025-04-22 15:35:03,178 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-04-22 15:35:03,439 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1167-1 2025-04-22 15:35:03,439 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-04-22 15:35:03,473 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1167-1 2025-04-22 15:35:03,473 - DEBUG - [10.0.0.27]: 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-22 15:35:03,581 - DEBUG - Output : NAMES contrail_test_iLLb2R18v contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 2025-04-22 15:35:03,582 - DEBUG - [10.0.0.27]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 15:35:03,626 - DEBUG - Output : 10.0.0.27/24 172.17.0.1/16 2025-04-22 15:35:03,627 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-04-22 15:35:03,661 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1167-1 2025-04-22 15:35:03,754 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-04-22 15:35:03,958 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1167-1 2025-04-22 15:35:03,958 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-04-22 15:35:03,981 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1167-1 2025-04-22 15:35:03,981 - 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}' 2025-04-22 15:35:04,025 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-22 15:35:04,026 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 15:35:04,085 - DEBUG - Output : 10.0.0.33/24 2025-04-22 15:35:04,085 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-04-22 15:35:04,109 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1167-1 2025-04-22 15:35:04,181 - INFO - Using existing project ['default-domain', 'k8s-default'](e3518ed1-80dc-4584-9bdb-c400b1699f1a) 2025-04-22 15:35:04,281 - INFO - Using existing project ['default-domain', 'k8s-default'](e3518ed1-80dc-4584-9bdb-c400b1699f1a) 2025-04-22 15:35:04,414 - INFO - ================================================================================ 2025-04-22 15:35:04,415 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-22 15:35:04,415 - 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-22 15:35:04,659 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 15:35:04,666 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.27': '0'}} with 2025-04-22 15:35:04,666 - INFO - Initial checks done. Running the testcase now 2025-04-22 15:35:04,666 - INFO - 2025-04-22 15:35:04,669 - INFO - Namespace default already exists 2025-04-22 15:35:04,670 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 15:35:04,786 - DEBUG - Output : cluster_project={} 2025-04-22 15:35:04,837 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-22 15:35:04,837 - DEBUG - Project uuid in Contrail is e3518ed1-80dc-4584-9bdb-c400b1699f1a 2025-04-22 15:35:04,837 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 15:35:04,955 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 15:35:04,955 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_NamespaceDatabaseList?namespace_uuid=65b4f5fd-8616-4210-b68c-516d01f57d76 2025-04-22 15:35:04,960 - INFO - Namespace default with uuid 65b4f5fd-8616-4210-b68c-516d01f57d76 found in kube manager 2025-04-22 15:35:04,960 - INFO - Namespace default verification passed 2025-04-22 15:35:04,963 - DEBUG - Service ctest-nginx-svc-71640240 not present 2025-04-22 15:35:04,963 - INFO - Creating service ctest-nginx-svc-71640240 2025-04-22 15:35:04,981 - INFO - Created Service ctest-nginx-svc-71640240 2025-04-22 15:35:04,988 - DEBUG - Pod ctest-nginx-pod-35849899 not present 2025-04-22 15:35:04,988 - INFO - Creating Pod ctest-nginx-pod-35849899 2025-04-22 15:35:05,059 - DEBUG - Pod : ctest-nginx-pod-35849899 UUID is 6ece506b-8140-4cf3-95f9-a1d3e0321bea 2025-04-22 15:35:05,064 - DEBUG - Pod ctest-nginx-pod-79188688 not present 2025-04-22 15:35:05,064 - INFO - Creating Pod ctest-nginx-pod-79188688 2025-04-22 15:35:05,099 - DEBUG - Pod : ctest-nginx-pod-79188688 UUID is 26aee32c-99cc-4b95-9be7-7caa65440c55 2025-04-22 15:35:05,273 - INFO - Created VN __public__, UUID :598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:05,487 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-22 15:35:05,493 - DEBUG - Requesting: http://10.0.0.27:8082/domain/610ffe0e-101e-4c11-8631-57bdd82feffb 2025-04-22 15:35:05,509 - DEBUG - Requesting: http://10.0.0.27:8082/project/e3518ed1-80dc-4584-9bdb-c400b1699f1a 2025-04-22 15:35:05,581 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:05,595 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:05,606 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:35:05,650 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:35:05,676 - DEBUG - Route Targets: [] 2025-04-22 15:35:05,676 - DEBUG - RT names not yet present for VN __public__ 2025-04-22 15:35:10,677 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-22 15:35:10,683 - DEBUG - Requesting: http://10.0.0.27:8082/domain/610ffe0e-101e-4c11-8631-57bdd82feffb 2025-04-22 15:35:10,695 - DEBUG - Requesting: http://10.0.0.27:8082/project/e3518ed1-80dc-4584-9bdb-c400b1699f1a 2025-04-22 15:35:10,745 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:10,754 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:10,762 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:35:10,769 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:35:10,775 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/10349760-c7e4-4fb6-a01b-7b7724d2aff7 2025-04-22 15:35:10,780 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 15:35:10,780 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:10,788 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:35:10,800 - INFO - Verified VN network id 13 for VN 598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:10,800 - INFO - Verifications in API Server for VN __public__ passed 2025-04-22 15:35:10,801 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:10,809 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:35:10,815 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:35:10,820 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/10349760-c7e4-4fb6-a01b-7b7724d2aff7 2025-04-22 15:35:10,829 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 15:35:10,836 - DEBUG - Control-node 10.0.0.27 : 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': '6451786719892360911', 'uuid-lslong': '9953863344586371095'}, 'enable': 'true', 'created': '2025-04-22T15:35:05', 'last-modified': '2025-04-22T15:35:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.381400'} 2025-04-22 15:35:10,840 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 15:35:10,849 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 15:35:10,849 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-22 15:35:10,850 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-22 15:35:10,850 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-22 15:35:10,858 - DEBUG - Requesting: http://10.0.0.27:8082/domain/610ffe0e-101e-4c11-8631-57bdd82feffb 2025-04-22 15:35:10,867 - DEBUG - Requesting: http://10.0.0.27:8082/project/e3518ed1-80dc-4584-9bdb-c400b1699f1a 2025-04-22 15:35:10,902 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:10,912 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-22 15:35:10,912 - DEBUG - Verifying the vn in opserver 2025-04-22 15:35:10,912 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.27 2025-04-22 15:35:10,912 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2025-04-22 15:35:10,918 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-22 15:35:10,918 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-22 15:35:10,918 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 15:35:10,925 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 15:35:10,932 - DEBUG - Do not have enough data to verify VN in agent 2025-04-22 15:35:10,932 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 15:35:10,938 - DEBUG - VRF ids for VN __public__: {} 2025-04-22 15:35:11,034 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-22 15:35:11,193 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-22 15:35:11,199 - DEBUG - Requesting: http://10.0.0.27:8082/domain/610ffe0e-101e-4c11-8631-57bdd82feffb 2025-04-22 15:35:11,206 - DEBUG - Requesting: http://10.0.0.27:8082/project/e3518ed1-80dc-4584-9bdb-c400b1699f1a 2025-04-22 15:35:11,249 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:11,259 - DEBUG - Requesting: http://10.0.0.27:8082/floating-ip-pool/183b0526-619d-452b-a1c7-f4dd435a59b1 2025-04-22 15:35:11,265 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-22 15:35:11,270 - DEBUG - Requesting: http://10.0.0.27:8082/domain/610ffe0e-101e-4c11-8631-57bdd82feffb 2025-04-22 15:35:11,277 - DEBUG - Requesting: http://10.0.0.27:8082/project/e3518ed1-80dc-4584-9bdb-c400b1699f1a 2025-04-22 15:35:11,315 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/598959d6-b5c4-4ecf-8a23-39f95cda3017 2025-04-22 15:35:11,325 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-22 15:35:11,325 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-22 15:35:11,332 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 15:35:11,338 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-22 15:35:11,338 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-22 15:35:11,341 - DEBUG - Ingress ctest-nginx-ingress-32297977 not present 2025-04-22 15:35:11,341 - INFO - Creating Ingress ctest-nginx-ingress-32297977 2025-04-22 15:35:11,350 - INFO - Created Ingress ctest-nginx-ingress-32297977 2025-04-22 15:35:11,353 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32297977 2025-04-22 15:35:14,367 - DEBUG - For Ingress ctest-nginx-ingress-32297977, Cluster IP: 10.47.255.249, External IPs ['217.107.111.60'] 2025-04-22 15:35:14,367 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-32297977 2025-04-22 15:35:14,367 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=347ecb6c-0fac-463a-8408-1eb3143573ab 2025-04-22 15:35:14,372 - INFO - Ingress ctest-nginx-ingress-32297977 with uuid 347ecb6c-0fac-463a-8408-1eb3143573ab found in kube manager 2025-04-22 15:35:14,372 - INFO - Ingress ctest-nginx-ingress-32297977 verification passed 2025-04-22 15:35:14,383 - DEBUG - Pod ctest-busybox-pod-63625331 not present 2025-04-22 15:35:14,383 - INFO - Creating Pod ctest-busybox-pod-63625331 2025-04-22 15:35:14,411 - DEBUG - Pod : ctest-busybox-pod-63625331 UUID is 44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:14,419 - DEBUG - Pod ctest-nginx-pod-35849899 not in running state.Currently in Pending 2025-04-22 15:35:19,425 - DEBUG - Pod ctest-nginx-pod-35849899 not in running state.Currently in Pending 2025-04-22 15:35:24,432 - INFO - Pod ctest-nginx-pod-35849899 is in running state.Got IP 10.47.255.251 2025-04-22 15:35:24,445 - DEBUG - Pod ctest-nginx-pod-35849899 has vmi 5e24befa-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:35:24,445 - INFO - Verified pod ctest-nginx-pod-35849899 in contrail-api 2025-04-22 15:35:24,445 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:35:24,457 - DEBUG - VMI 5e24befa-1f8f-11f0-aa05-fa163e65e2fd is active in agent 10.0.0.33 2025-04-22 15:35:24,457 - INFO - Verified Pod ctest-nginx-pod-35849899 in agent 10.0.0.33 2025-04-22 15:35:24,457 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=6ece506b-8140-4cf3-95f9-a1d3e0321bea 2025-04-22 15:35:24,461 - INFO - Pod ctest-nginx-pod-35849899 with uuid 6ece506b-8140-4cf3-95f9-a1d3e0321bea found in kube manager 2025-04-22 15:35:24,461 - INFO - Pod ctest-nginx-pod-35849899 verification passed 2025-04-22 15:35:24,521 - DEBUG - [Pod ctest-nginx-pod-35849899] Cmd: echo ctest-nginx-pod-35849899 > /usr/share/nginx/html/index.html, Output: 2025-04-22 15:35:24,527 - INFO - Pod ctest-nginx-pod-79188688 is in running state.Got IP 10.47.255.250 2025-04-22 15:35:24,540 - DEBUG - Pod ctest-nginx-pod-79188688 has vmi 5ea1fdb6-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:35:24,540 - INFO - Verified pod ctest-nginx-pod-79188688 in contrail-api 2025-04-22 15:35:24,540 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:35:24,550 - DEBUG - VMI 5ea1fdb6-1f8f-11f0-aa05-fa163e65e2fd is active in agent 10.0.0.33 2025-04-22 15:35:24,550 - INFO - Verified Pod ctest-nginx-pod-79188688 in agent 10.0.0.33 2025-04-22 15:35:24,550 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=26aee32c-99cc-4b95-9be7-7caa65440c55 2025-04-22 15:35:24,554 - INFO - Pod ctest-nginx-pod-79188688 with uuid 26aee32c-99cc-4b95-9be7-7caa65440c55 found in kube manager 2025-04-22 15:35:24,554 - INFO - Pod ctest-nginx-pod-79188688 verification passed 2025-04-22 15:35:24,604 - DEBUG - [Pod ctest-nginx-pod-79188688] Cmd: echo ctest-nginx-pod-79188688 > /usr/share/nginx/html/index.html, Output: 2025-04-22 15:35:24,614 - DEBUG - Pod ctest-busybox-pod-63625331 not in running state.Currently in Pending 2025-04-22 15:35:29,621 - INFO - Pod ctest-busybox-pod-63625331 is in running state.Got IP 10.47.255.248 2025-04-22 15:35:29,677 - DEBUG - Pod ctest-busybox-pod-63625331 has vmi 62bcbac6-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:35:29,677 - INFO - Verified pod ctest-busybox-pod-63625331 in contrail-api 2025-04-22 15:35:29,677 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:35:29,688 - DEBUG - VMI 62bcbac6-1f8f-11f0-aa05-fa163e65e2fd is active in agent 10.0.0.33 2025-04-22 15:35:29,688 - INFO - Verified Pod ctest-busybox-pod-63625331 in agent 10.0.0.33 2025-04-22 15:35:29,688 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:29,692 - INFO - Pod ctest-busybox-pod-63625331 with uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc found in kube manager 2025-04-22 15:35:29,692 - INFO - Pod ctest-busybox-pod-63625331 verification passed 2025-04-22 15:35:29,746 - DEBUG - [Pod ctest-busybox-pod-63625331] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-35849899 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-22 15:35:29,746 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 15:35:29,746 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd output: ctest-nginx-pod-35849899 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-22 15:35:29,790 - DEBUG - [Pod ctest-busybox-pod-63625331] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-35849899 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-22 15:35:29,790 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 15:35:29,790 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd output: ctest-nginx-pod-35849899 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-22 15:35:29,838 - DEBUG - [Pod ctest-busybox-pod-63625331] 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-35849899 2025-04-22 15:35:29,838 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 15:35:29,838 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] 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-35849899 2025-04-22 15:35:29,891 - DEBUG - [Pod ctest-busybox-pod-63625331] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-35849899 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-22 15:35:29,891 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 15:35:29,891 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd output: ctest-nginx-pod-35849899 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-22 15:35:29,922 - DEBUG - [Pod ctest-busybox-pod-63625331] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-79188688 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-22 15:35:29,922 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 15:35:29,922 - DEBUG - [Pod Pod ctest-busybox-pod-63625331] Cmd output: ctest-nginx-pod-79188688 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-22 15:35:29,922 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-35849899': 4, 'ctest-nginx-pod-79188688': 1} 2025-04-22 15:35:29,923 - WARNING - Nothing to delete parallely 2025-04-22 15:35:29,923 - INFO - Deleting pod default:ctest-busybox-pod-63625331 2025-04-22 15:35:29,935 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:29,941 - WARNING - Pod uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc is still seen in agent 10.0.0.33 VM list 2025-04-22 15:35:34,943 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:34,952 - WARNING - Pod uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc is still seen in agent 10.0.0.33 VM list 2025-04-22 15:35:39,953 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:39,960 - WARNING - Pod uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc is still seen in agent 10.0.0.33 VM list 2025-04-22 15:35:44,961 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:44,973 - WARNING - Pod uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc is still seen in agent 10.0.0.33 VM list 2025-04-22 15:35:49,974 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:49,983 - WARNING - Pod uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc is still seen in agent 10.0.0.33 VM list 2025-04-22 15:35:54,985 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:35:54,998 - WARNING - Pod uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc is still seen in agent 10.0.0.33 VM list 2025-04-22 15:35:59,999 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:36:00,005 - WARNING - Pod uuid 44a4a0c7-7093-44c5-8aca-41987a0647dc is still seen in agent 10.0.0.33 VM list 2025-04-22 15:36:05,006 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=44a4a0c7-7093-44c5-8aca-41987a0647dc 2025-04-22 15:36:05,012 - DEBUG - Pod 44a4a0c7-7093-44c5-8aca-41987a0647dc is not in agent 10.0.0.33 VM list 2025-04-22 15:36:05,012 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:62bcbac6-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:36:05,018 - DEBUG - VMI 62bcbac6-1f8f-11f0-aa05-fa163e65e2fd is removed from agent 10.0.0.33 2025-04-22 15:36:05,018 - INFO - Verified that pod ctest-busybox-pod-63625331 is removed in agent 2025-04-22 15:36:05,018 - INFO - Deleting Ingress : ctest-nginx-ingress-32297977 2025-04-22 15:36:05,026 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=347ecb6c-0fac-463a-8408-1eb3143573ab 2025-04-22 15:36:05,034 - ERROR - Ingress ctest-nginx-ingress-32297977 with uuid 347ecb6c-0fac-463a-8408-1eb3143573ab still found in kube manager 2025-04-22 15:36:06,035 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=347ecb6c-0fac-463a-8408-1eb3143573ab 2025-04-22 15:36:06,039 - INFO - Ingress ctest-nginx-ingress-32297977 with uuid 347ecb6c-0fac-463a-8408-1eb3143573ab deleted successfully from kube manager 2025-04-22 15:36:06,039 - INFO - Verifications on Ingress %s cleanup passed 2025-04-22 15:36:06,039 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-22 15:36:06,119 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 15:36:06,126 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-22 15:36:06,126 - INFO - Deleting VN __public__ 2025-04-22 15:36:06,298 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/f8d69684-9dc8-4d5c-a38c-6a3680f4e58c 2025-04-22 15:36:06,303 - DEBUG - Response Code: 404 2025-04-22 15:36:06,303 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-22 15:36:06,315 - DEBUG - Requesting: http://10.0.0.27:8082/domain/610ffe0e-101e-4c11-8631-57bdd82feffb 2025-04-22 15:36:06,333 - DEBUG - Requesting: http://10.0.0.27:8082/project/e3518ed1-80dc-4584-9bdb-c400b1699f1a 2025-04-22 15:36:06,391 - INFO - Validated that VN __public__ is not found in API Server 2025-04-22 15:36:06,391 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-22 15:36:06,398 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 15:36:06,405 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2025-04-22 15:36:06,405 - INFO - Validated that VN __public__ is not in any agent 2025-04-22 15:36:06,405 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 15:36:06,412 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 15:36:06,419 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 15:36:06,427 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-22 15:36:06,427 - INFO - Deleting pod default:ctest-nginx-pod-79188688 2025-04-22 15:36:06,437 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=26aee32c-99cc-4b95-9be7-7caa65440c55 2025-04-22 15:36:06,456 - WARNING - Pod uuid 26aee32c-99cc-4b95-9be7-7caa65440c55 is still seen in agent 10.0.0.33 VM list 2025-04-22 15:36:11,458 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=26aee32c-99cc-4b95-9be7-7caa65440c55 2025-04-22 15:36:11,466 - DEBUG - Pod 26aee32c-99cc-4b95-9be7-7caa65440c55 is not in agent 10.0.0.33 VM list 2025-04-22 15:36:11,466 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ea1fdb6-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:36:11,471 - DEBUG - VMI 5ea1fdb6-1f8f-11f0-aa05-fa163e65e2fd is removed from agent 10.0.0.33 2025-04-22 15:36:11,471 - INFO - Verified that pod ctest-nginx-pod-79188688 is removed in agent 2025-04-22 15:36:11,471 - INFO - Deleting pod default:ctest-nginx-pod-35849899 2025-04-22 15:36:11,484 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ece506b-8140-4cf3-95f9-a1d3e0321bea 2025-04-22 15:36:11,498 - WARNING - Pod uuid 6ece506b-8140-4cf3-95f9-a1d3e0321bea is still seen in agent 10.0.0.33 VM list 2025-04-22 15:36:16,499 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6ece506b-8140-4cf3-95f9-a1d3e0321bea 2025-04-22 15:36:16,505 - DEBUG - Pod 6ece506b-8140-4cf3-95f9-a1d3e0321bea is not in agent 10.0.0.33 VM list 2025-04-22 15:36:16,505 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e24befa-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:36:16,511 - DEBUG - VMI 5e24befa-1f8f-11f0-aa05-fa163e65e2fd is removed from agent 10.0.0.33 2025-04-22 15:36:16,511 - INFO - Verified that pod ctest-nginx-pod-35849899 is removed in agent 2025-04-22 15:36:16,511 - INFO - Deleting service : ctest-nginx-svc-71640240 2025-04-22 15:36:16,741 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 15:36:16,747 - DEBUG - No XMPP flaps were noticed during the test 2025-04-22 15:36:16,747 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-04-22 15:36:16,747 - INFO - -------------------------------------------------------------------------------- 2025-04-22 15:36:23,081 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 15:36:23,208 - DEBUG - Output : cluster_project={} 2025-04-22 15:36:23,248 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 15:36:23,378 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 15:36:23,386 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 15:36:23,536 - DEBUG - Output : cluster_project={} 2025-04-22 15:36:38,686 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:38,722 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:38,801 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:38,881 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:38,914 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:44,066 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:44,105 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:44,189 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 15:36:44,438 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 15:36:47,319 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2025-04-22 15:36:47,331 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-04-22 15:36:47,392 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-04-22 15:36:49,428 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-04-22 15:39:57,965 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 15:39:58,024 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=93dd80c8-c305-422a-8509-02a13c164b80 2025-04-22 15:39:58,028 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:39:58,032 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=94bcd718-287d-4ad8-90b4-794492434a8a 2025-04-22 15:39:58,036 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:39:58,046 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5a837885-eb4a-4c40-8773-96da81478c8b 2025-04-22 15:39:58,052 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0aa0a3d2-11c7-40cc-96eb-5a3f2726ad18 2025-04-22 15:39:58,057 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:39:58,062 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:03,112 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:03,114 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0aa0a3d2-11c7-40cc-96eb-5a3f2726ad18 2025-04-22 15:40:03,124 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8d0360e6-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:40:03,137 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=5a837885-eb4a-4c40-8773-96da81478c8b 2025-04-22 15:40:03,139 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=93dd80c8-c305-422a-8509-02a13c164b80 2025-04-22 15:40:03,140 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:40:03,141 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:40:03,142 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:40:03,144 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=94bcd718-287d-4ad8-90b4-794492434a8a 2025-04-22 15:40:03,164 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8c858e8c-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:40:03,165 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8dac1f06-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:40:03,169 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e32e0d6-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:40:08,127 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:08,164 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:40:08,165 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:40:08,171 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:40:13,135 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:13,177 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:40:13,179 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:40:13,180 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:40:18,144 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:18,193 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:40:18,194 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:40:18,196 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:40:23,152 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:23,207 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:40:23,209 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:40:23,210 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:40:28,160 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:28,222 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:40:28,224 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:40:28,225 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:40:33,222 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=7601f826-816a-4c2f-a70d-246c05ca9968 2025-04-22 15:40:33,230 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:902ce92c-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:40:33,236 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=63c80363-cf11-466a-a8e0-385977aa07da 2025-04-22 15:40:33,238 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=256ec0d0-ea7b-49e5-a970-310080ae4d6d 2025-04-22 15:40:33,239 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6c817e61-85d0-477e-8e7e-852a6582d05a 2025-04-22 15:40:33,249 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f29f902-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:40:33,252 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8ebd4d5c-1f8f-11f0-aa05-fa163e65e2fd 2025-04-22 15:40:33,253 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8fa09ec2-1f8f-11f0-aa05-fa163e65e2fd