2025-08-25 02:20:23,080 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-08-25 02:20:23,436 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1417-1 2025-08-25 02:20:23,437 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-08-25 02:20:23,530 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1417-1 2025-08-25 02:20:23,530 - DEBUG - [10.0.0.49]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-08-25 02:20:23,628 - DEBUG - Output : NAMES contrail_test_ypD8dVqsD contrail-kubernetes-master-kubemanager-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-collector-1 analytics-nodemgr-1 analytics-api-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-api-1 2025-08-25 02:20:23,629 - DEBUG - [10.0.0.49]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-08-25 02:20:23,719 - DEBUG - Output : 127.0.0.1/8 10.0.0.49/24 252.49.0.1/8 10.152.223.1/24 172.17.0.1/16 2025-08-25 02:20:23,719 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-08-25 02:20:23,764 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1417-1 2025-08-25 02:20:23,876 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-08-25 02:20:24,100 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1417-1 2025-08-25 02:20:24,101 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-08-25 02:20:24,169 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1417-1 2025-08-25 02:20:24,170 - 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-08-25 02:20:24,219 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-08-25 02:20:24,219 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-08-25 02:20:24,293 - DEBUG - Output : 10.0.0.33/24 2025-08-25 02:20:24,293 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-08-25 02:20:24,329 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1417-1 2025-08-25 02:20:24,455 - INFO - Using existing project ['default-domain', 'k8s-default'](9c59825d-1b01-4200-90f8-5aa320debe75) 2025-08-25 02:20:24,537 - INFO - Using existing project ['default-domain', 'k8s-default'](9c59825d-1b01-4200-90f8-5aa320debe75) 2025-08-25 02:20:24,737 - INFO - ================================================================================ 2025-08-25 02:20:24,737 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-08-25 02:20:24,739 - 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-08-25 02:20:24,963 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-25 02:20:24,972 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.49': '0'}} with 2025-08-25 02:20:24,972 - INFO - Initial checks done. Running the testcase now 2025-08-25 02:20:24,972 - INFO - 2025-08-25 02:20:24,978 - INFO - Namespace default already exists 2025-08-25 02:20:24,979 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-25 02:20:25,141 - DEBUG - Output : cluster_project={} 2025-08-25 02:20:25,248 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-08-25 02:20:25,249 - DEBUG - Project uuid in Contrail is 9c59825d-1b01-4200-90f8-5aa320debe75 2025-08-25 02:20:25,249 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-25 02:20:25,491 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-25 02:20:25,491 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=57b64efe-94ea-4772-8127-920167ab9b96 2025-08-25 02:20:25,496 - INFO - Namespace default with uuid 57b64efe-94ea-4772-8127-920167ab9b96 found in kube manager 2025-08-25 02:20:25,496 - INFO - Namespace default verification passed 2025-08-25 02:20:25,500 - DEBUG - Service ctest-nginx-svc-96604241 not present 2025-08-25 02:20:25,500 - INFO - Creating service ctest-nginx-svc-96604241 2025-08-25 02:20:25,652 - INFO - Created Service ctest-nginx-svc-96604241 2025-08-25 02:20:25,658 - DEBUG - Pod ctest-nginx-pod-36255384 not present 2025-08-25 02:20:25,658 - INFO - Creating Pod ctest-nginx-pod-36255384 2025-08-25 02:20:25,710 - DEBUG - Node for Pod ctest-nginx-pod-36255384 not yet populated 2025-08-25 02:20:28,717 - DEBUG - Pod : ctest-nginx-pod-36255384 UUID is dd2a8a27-0f0f-47ce-926c-9b0728827b2d 2025-08-25 02:20:28,720 - DEBUG - Pod ctest-nginx-pod-54955768 not present 2025-08-25 02:20:28,720 - INFO - Creating Pod ctest-nginx-pod-54955768 2025-08-25 02:20:28,763 - DEBUG - Pod : ctest-nginx-pod-54955768 UUID is d8bb8c26-7963-4eea-ad9e-eea89873fdec 2025-08-25 02:20:29,056 - INFO - Created VN __public__, UUID :f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:29,322 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-25 02:20:29,331 - DEBUG - Requesting: http://10.0.0.49:8082/domain/87e31204-3c3f-4275-a255-28fc8c976d9c 2025-08-25 02:20:29,365 - DEBUG - Requesting: http://10.0.0.49:8082/project/9c59825d-1b01-4200-90f8-5aa320debe75 2025-08-25 02:20:29,570 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:29,607 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:29,626 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/756b129a-8282-40e3-ac7c-a6a92fa71637 2025-08-25 02:20:29,657 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/756b129a-8282-40e3-ac7c-a6a92fa71637 2025-08-25 02:20:29,686 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/68348f3b-e92e-4ec4-828d-f5a683ecf1dd 2025-08-25 02:20:29,701 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-25 02:20:29,701 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:29,724 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/756b129a-8282-40e3-ac7c-a6a92fa71637 2025-08-25 02:20:29,745 - INFO - Verified VN network id 13 for VN f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:29,747 - INFO - Verifications in API Server for VN __public__ passed 2025-08-25 02:20:29,747 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:29,773 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/756b129a-8282-40e3-ac7c-a6a92fa71637 2025-08-25 02:20:29,796 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/756b129a-8282-40e3-ac7c-a6a92fa71637 2025-08-25 02:20:29,827 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/68348f3b-e92e-4ec4-828d-f5a683ecf1dd 2025-08-25 02:20:29,848 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-25 02:20:29,858 - DEBUG - Control-node 10.0.0.49 : 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': '17751971640270603307', 'uuid-lslong': '11807303317544852296'}, 'enable': 'true', 'created': '2025-08-25T02:20:28', 'last-modified': '2025-08-25T02:20:29', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.651289'} 2025-08-25 02:20:29,859 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-25 02:20:29,870 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-25 02:20:29,870 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-08-25 02:20:29,871 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-08-25 02:20:29,871 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-25 02:20:29,893 - DEBUG - Requesting: http://10.0.0.49:8082/domain/87e31204-3c3f-4275-a255-28fc8c976d9c 2025-08-25 02:20:29,940 - DEBUG - Requesting: http://10.0.0.49:8082/project/9c59825d-1b01-4200-90f8-5aa320debe75 2025-08-25 02:20:29,997 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:30,027 - DEBUG - =>VN __public__ has no policy to be verified 2025-08-25 02:20:30,027 - DEBUG - Verifying the vn in opserver 2025-08-25 02:20:30,027 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-08-25 02:20:30,027 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-08-25 02:20:30,034 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-08-25 02:20:30,034 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-08-25 02:20:30,034 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-25 02:20:30,043 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-25 02:20:30,051 - DEBUG - Do not have enough data to verify VN in agent 2025-08-25 02:20:30,051 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-25 02:20:30,059 - DEBUG - VRF ids for VN __public__: {} 2025-08-25 02:20:30,168 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-08-25 02:20:30,302 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-25 02:20:30,307 - DEBUG - Requesting: http://10.0.0.49:8082/domain/87e31204-3c3f-4275-a255-28fc8c976d9c 2025-08-25 02:20:30,319 - DEBUG - Requesting: http://10.0.0.49:8082/project/9c59825d-1b01-4200-90f8-5aa320debe75 2025-08-25 02:20:30,363 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:30,377 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/30310c50-66f1-46d7-a066-538fc94bf7aa 2025-08-25 02:20:30,386 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-25 02:20:30,391 - DEBUG - Requesting: http://10.0.0.49:8082/domain/87e31204-3c3f-4275-a255-28fc8c976d9c 2025-08-25 02:20:30,401 - DEBUG - Requesting: http://10.0.0.49:8082/project/9c59825d-1b01-4200-90f8-5aa320debe75 2025-08-25 02:20:30,448 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/f65bac27-2123-442b-a3db-f7cf3d8d5b48 2025-08-25 02:20:30,463 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-08-25 02:20:30,464 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-08-25 02:20:30,473 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-25 02:20:30,479 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-08-25 02:20:30,479 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-08-25 02:20:30,482 - DEBUG - Ingress ctest-nginx-ingress-29352879 not present 2025-08-25 02:20:30,483 - INFO - Creating Ingress ctest-nginx-ingress-29352879 2025-08-25 02:20:30,490 - INFO - Created Ingress ctest-nginx-ingress-29352879 2025-08-25 02:20:30,493 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-29352879 2025-08-25 02:20:33,498 - DEBUG - For Ingress ctest-nginx-ingress-29352879, Cluster IP: 10.47.255.249, External IPs ['35.13.4.124'] 2025-08-25 02:20:33,499 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-29352879 2025-08-25 02:20:33,499 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=e0ff6525-b3b3-4679-bba7-82f5380a2130 2025-08-25 02:20:33,504 - INFO - Ingress ctest-nginx-ingress-29352879 with uuid e0ff6525-b3b3-4679-bba7-82f5380a2130 found in kube manager 2025-08-25 02:20:33,504 - INFO - Ingress ctest-nginx-ingress-29352879 verification passed 2025-08-25 02:20:33,507 - DEBUG - Pod ctest-busybox-pod-45464275 not present 2025-08-25 02:20:33,507 - INFO - Creating Pod ctest-busybox-pod-45464275 2025-08-25 02:20:33,547 - DEBUG - Pod : ctest-busybox-pod-45464275 UUID is 193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:20:33,565 - DEBUG - Pod ctest-nginx-pod-36255384 not in running state.Currently in Pending 2025-08-25 02:20:38,585 - INFO - Pod ctest-nginx-pod-36255384 is in running state.Got IP 10.47.255.251 2025-08-25 02:20:38,608 - DEBUG - Pod ctest-nginx-pod-36255384 has vmi 109ab8b0-815a-11f0-81ec-fa163e953332 2025-08-25 02:20:38,608 - INFO - Verified pod ctest-nginx-pod-36255384 in contrail-api 2025-08-25 02:20:38,611 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:20:38,631 - DEBUG - VMI 109ab8b0-815a-11f0-81ec-fa163e953332 is active in agent 10.0.0.33 2025-08-25 02:20:38,631 - INFO - Verified Pod ctest-nginx-pod-36255384 in agent 10.0.0.33 2025-08-25 02:20:38,632 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=dd2a8a27-0f0f-47ce-926c-9b0728827b2d 2025-08-25 02:20:38,648 - INFO - Pod ctest-nginx-pod-36255384 with uuid dd2a8a27-0f0f-47ce-926c-9b0728827b2d found in kube manager 2025-08-25 02:20:38,649 - INFO - Pod ctest-nginx-pod-36255384 verification passed 2025-08-25 02:20:38,737 - DEBUG - [Pod ctest-nginx-pod-36255384] Cmd: echo ctest-nginx-pod-36255384 > /usr/share/nginx/html/index.html, Output: 2025-08-25 02:20:38,743 - DEBUG - Pod ctest-nginx-pod-54955768 not in running state.Currently in Pending 2025-08-25 02:20:43,752 - INFO - Pod ctest-nginx-pod-54955768 is in running state.Got IP 10.47.255.250 2025-08-25 02:20:43,836 - DEBUG - Pod ctest-nginx-pod-54955768 has vmi 11894ade-815a-11f0-81ec-fa163e953332 2025-08-25 02:20:43,836 - INFO - Verified pod ctest-nginx-pod-54955768 in contrail-api 2025-08-25 02:20:43,837 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:20:43,850 - DEBUG - VMI 11894ade-815a-11f0-81ec-fa163e953332 is active in agent 10.0.0.33 2025-08-25 02:20:43,851 - INFO - Verified Pod ctest-nginx-pod-54955768 in agent 10.0.0.33 2025-08-25 02:20:43,851 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=d8bb8c26-7963-4eea-ad9e-eea89873fdec 2025-08-25 02:20:43,858 - INFO - Pod ctest-nginx-pod-54955768 with uuid d8bb8c26-7963-4eea-ad9e-eea89873fdec found in kube manager 2025-08-25 02:20:43,858 - INFO - Pod ctest-nginx-pod-54955768 verification passed 2025-08-25 02:20:43,921 - DEBUG - [Pod ctest-nginx-pod-54955768] Cmd: echo ctest-nginx-pod-54955768 > /usr/share/nginx/html/index.html, Output: 2025-08-25 02:20:43,927 - DEBUG - Pod ctest-busybox-pod-45464275 not in running state.Currently in Pending 2025-08-25 02:20:48,943 - INFO - Pod ctest-busybox-pod-45464275 is in running state.Got IP 10.47.255.248 2025-08-25 02:20:48,965 - DEBUG - Pod ctest-busybox-pod-45464275 has vmi 149e378e-815a-11f0-81ec-fa163e953332 2025-08-25 02:20:48,965 - INFO - Verified pod ctest-busybox-pod-45464275 in contrail-api 2025-08-25 02:20:48,966 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:20:48,978 - DEBUG - VMI 149e378e-815a-11f0-81ec-fa163e953332 is active in agent 10.0.0.33 2025-08-25 02:20:48,978 - INFO - Verified Pod ctest-busybox-pod-45464275 in agent 10.0.0.33 2025-08-25 02:20:48,978 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:20:48,994 - INFO - Pod ctest-busybox-pod-45464275 with uuid 193f0b97-600d-416e-9805-eb5f311ceac7 found in kube manager 2025-08-25 02:20:48,994 - INFO - Pod ctest-busybox-pod-45464275 verification passed 2025-08-25 02:20:49,071 - DEBUG - [Pod ctest-busybox-pod-45464275] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54955768 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-08-25 02:20:49,071 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-25 02:20:49,071 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd output: ctest-nginx-pod-54955768 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-08-25 02:20:49,140 - DEBUG - [Pod ctest-busybox-pod-45464275] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54955768 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-08-25 02:20:49,140 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-25 02:20:49,140 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd output: ctest-nginx-pod-54955768 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-08-25 02:20:49,209 - DEBUG - [Pod ctest-busybox-pod-45464275] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54955768 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-08-25 02:20:49,210 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-25 02:20:49,210 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd output: ctest-nginx-pod-54955768 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-08-25 02:20:49,266 - DEBUG - [Pod ctest-busybox-pod-45464275] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-54955768 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-08-25 02:20:49,266 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-25 02:20:49,266 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd output: ctest-nginx-pod-54955768 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-08-25 02:20:49,327 - DEBUG - [Pod ctest-busybox-pod-45464275] 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-36255384 2025-08-25 02:20:49,327 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-25 02:20:49,327 - DEBUG - [Pod Pod ctest-busybox-pod-45464275] 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-36255384 2025-08-25 02:20:49,327 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-36255384': 1, 'ctest-nginx-pod-54955768': 4} 2025-08-25 02:20:49,327 - WARNING - Nothing to delete parallely 2025-08-25 02:20:49,327 - INFO - Deleting pod default:ctest-busybox-pod-45464275 2025-08-25 02:20:49,342 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:20:49,359 - WARNING - Pod uuid 193f0b97-600d-416e-9805-eb5f311ceac7 is still seen in agent 10.0.0.33 VM list 2025-08-25 02:20:54,361 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:20:54,368 - WARNING - Pod uuid 193f0b97-600d-416e-9805-eb5f311ceac7 is still seen in agent 10.0.0.33 VM list 2025-08-25 02:20:59,369 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:20:59,376 - WARNING - Pod uuid 193f0b97-600d-416e-9805-eb5f311ceac7 is still seen in agent 10.0.0.33 VM list 2025-08-25 02:21:04,377 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:21:04,385 - WARNING - Pod uuid 193f0b97-600d-416e-9805-eb5f311ceac7 is still seen in agent 10.0.0.33 VM list 2025-08-25 02:21:09,386 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:21:09,394 - WARNING - Pod uuid 193f0b97-600d-416e-9805-eb5f311ceac7 is still seen in agent 10.0.0.33 VM list 2025-08-25 02:21:14,395 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:21:14,402 - WARNING - Pod uuid 193f0b97-600d-416e-9805-eb5f311ceac7 is still seen in agent 10.0.0.33 VM list 2025-08-25 02:21:19,404 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:21:19,410 - WARNING - Pod uuid 193f0b97-600d-416e-9805-eb5f311ceac7 is still seen in agent 10.0.0.33 VM list 2025-08-25 02:21:24,410 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=193f0b97-600d-416e-9805-eb5f311ceac7 2025-08-25 02:21:24,417 - DEBUG - Pod 193f0b97-600d-416e-9805-eb5f311ceac7 is not in agent 10.0.0.33 VM list 2025-08-25 02:21:24,418 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:149e378e-815a-11f0-81ec-fa163e953332 2025-08-25 02:21:24,429 - DEBUG - VMI 149e378e-815a-11f0-81ec-fa163e953332 is removed from agent 10.0.0.33 2025-08-25 02:21:24,429 - INFO - Verified that pod ctest-busybox-pod-45464275 is removed in agent 2025-08-25 02:21:24,429 - INFO - Deleting Ingress : ctest-nginx-ingress-29352879 2025-08-25 02:21:24,435 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=e0ff6525-b3b3-4679-bba7-82f5380a2130 2025-08-25 02:21:24,439 - ERROR - Ingress ctest-nginx-ingress-29352879 with uuid e0ff6525-b3b3-4679-bba7-82f5380a2130 still found in kube manager 2025-08-25 02:21:25,440 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=e0ff6525-b3b3-4679-bba7-82f5380a2130 2025-08-25 02:21:25,444 - INFO - Ingress ctest-nginx-ingress-29352879 with uuid e0ff6525-b3b3-4679-bba7-82f5380a2130 deleted successfully from kube manager 2025-08-25 02:21:25,444 - INFO - Verifications on Ingress %s cleanup passed 2025-08-25 02:21:25,445 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-08-25 02:21:25,733 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-25 02:21:25,749 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-08-25 02:21:25,749 - INFO - Deleting VN __public__ 2025-08-25 02:21:26,086 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/756b129a-8282-40e3-ac7c-a6a92fa71637 2025-08-25 02:21:26,096 - DEBUG - Response Code: 404 2025-08-25 02:21:26,096 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-08-25 02:21:26,109 - DEBUG - Requesting: http://10.0.0.49:8082/domain/87e31204-3c3f-4275-a255-28fc8c976d9c 2025-08-25 02:21:26,116 - DEBUG - Requesting: http://10.0.0.49:8082/project/9c59825d-1b01-4200-90f8-5aa320debe75 2025-08-25 02:21:26,221 - INFO - Validated that VN __public__ is not found in API Server 2025-08-25 02:21:26,221 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-08-25 02:21:26,236 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-25 02:21:26,249 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2025-08-25 02:21:26,249 - INFO - Validated that VN __public__ is not in any agent 2025-08-25 02:21:26,249 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-25 02:21:26,258 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-25 02:21:26,263 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-25 02:21:26,269 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-08-25 02:21:26,269 - INFO - Deleting pod default:ctest-nginx-pod-54955768 2025-08-25 02:21:26,281 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d8bb8c26-7963-4eea-ad9e-eea89873fdec 2025-08-25 02:21:26,301 - WARNING - Pod uuid d8bb8c26-7963-4eea-ad9e-eea89873fdec is still seen in agent 10.0.0.33 VM list 2025-08-25 02:21:31,301 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=d8bb8c26-7963-4eea-ad9e-eea89873fdec 2025-08-25 02:21:31,310 - DEBUG - Pod d8bb8c26-7963-4eea-ad9e-eea89873fdec is not in agent 10.0.0.33 VM list 2025-08-25 02:21:31,310 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:11894ade-815a-11f0-81ec-fa163e953332 2025-08-25 02:21:31,316 - DEBUG - VMI 11894ade-815a-11f0-81ec-fa163e953332 is removed from agent 10.0.0.33 2025-08-25 02:21:31,317 - INFO - Verified that pod ctest-nginx-pod-54955768 is removed in agent 2025-08-25 02:21:31,317 - INFO - Deleting pod default:ctest-nginx-pod-36255384 2025-08-25 02:21:31,361 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=dd2a8a27-0f0f-47ce-926c-9b0728827b2d 2025-08-25 02:21:31,377 - WARNING - Pod uuid dd2a8a27-0f0f-47ce-926c-9b0728827b2d is still seen in agent 10.0.0.33 VM list 2025-08-25 02:21:36,380 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=dd2a8a27-0f0f-47ce-926c-9b0728827b2d 2025-08-25 02:21:36,387 - DEBUG - Pod dd2a8a27-0f0f-47ce-926c-9b0728827b2d is not in agent 10.0.0.33 VM list 2025-08-25 02:21:36,387 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:109ab8b0-815a-11f0-81ec-fa163e953332 2025-08-25 02:21:36,394 - DEBUG - VMI 109ab8b0-815a-11f0-81ec-fa163e953332 is removed from agent 10.0.0.33 2025-08-25 02:21:36,394 - INFO - Verified that pod ctest-nginx-pod-36255384 is removed in agent 2025-08-25 02:21:36,394 - INFO - Deleting service : ctest-nginx-svc-96604241 2025-08-25 02:21:36,688 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-25 02:21:36,695 - DEBUG - No XMPP flaps were noticed during the test 2025-08-25 02:21:36,695 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-08-25 02:21:36,696 - INFO - -------------------------------------------------------------------------------- 2025-08-25 02:21:43,205 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-25 02:21:43,416 - DEBUG - Output : cluster_project={} 2025-08-25 02:21:43,590 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-25 02:21:43,814 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-25 02:21:43,831 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-25 02:21:43,990 - DEBUG - Output : cluster_project={} 2025-08-25 02:21:54,195 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:21:59,305 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:21:59,371 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:21:59,427 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:21:59,521 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:22:04,610 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:22:04,701 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:22:04,748 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-25 02:22:05,028 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-25 02:22:08,470 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2025-08-25 02:22:08,477 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-08-25 02:22:08,522 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-08-25 02:22:10,586 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-08-25 02:25:11,384 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-25 02:25:11,438 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:11,496 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:11,530 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be7fcd24-ccea-45ac-a643-00c545b1ea91 2025-08-25 02:25:11,548 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:11,552 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0097c81d-e4c3-493d-88dc-ac81898900d8 2025-08-25 02:25:11,555 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3cca8623-1146-4415-bf95-ecd9be7fa31b 2025-08-25 02:25:11,585 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:11,598 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:16,507 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:16,661 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3cca8623-1146-4415-bf95-ecd9be7fa31b 2025-08-25 02:25:16,664 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:16,670 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0097c81d-e4c3-493d-88dc-ac81898900d8 2025-08-25 02:25:16,673 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=be7fcd24-ccea-45ac-a643-00c545b1ea91 2025-08-25 02:25:16,677 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:16,678 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:16,680 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:16,706 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f762a98-815a-11f0-81ec-fa163e953332 2025-08-25 02:25:16,708 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:401be7d0-815a-11f0-81ec-fa163e953332 2025-08-25 02:25:16,715 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:409e6e62-815a-11f0-81ec-fa163e953332 2025-08-25 02:25:21,517 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:21,709 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:21,714 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:21,716 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:21,718 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:26,529 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:26,719 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:26,748 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:26,749 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:26,750 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:31,542 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:31,726 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:31,763 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:31,765 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:31,766 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:36,549 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:36,733 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:36,777 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:36,779 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:36,781 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:41,558 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:41,748 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:41,803 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:41,805 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:41,807 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:46,594 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3262c2c4-fa75-40c6-895f-9884cd3a2033 2025-08-25 02:25:46,601 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3eda436c-815a-11f0-81ec-fa163e953332 2025-08-25 02:25:46,757 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f051e3bf-ff66-43de-b341-4638c2295d7b 2025-08-25 02:25:46,764 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41cd1504-815a-11f0-81ec-fa163e953332 2025-08-25 02:25:46,836 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=6b1d7a7e-3533-4542-83fb-ac1bea27213c 2025-08-25 02:25:46,837 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=8bb07429-b3ff-431b-a00d-b71a746bcceb 2025-08-25 02:25:46,838 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0cd6d936-2e7d-4f4e-ad5f-c0784dc56b00 2025-08-25 02:25:46,850 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:42e75792-815a-11f0-81ec-fa163e953332 2025-08-25 02:25:46,852 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:425983c2-815a-11f0-81ec-fa163e953332 2025-08-25 02:25:46,855 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:413874a8-815a-11f0-81ec-fa163e953332