2025-11-13 01:57:46,880 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-11-13 01:57:47,144 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1725-1 2025-11-13 01:57:47,145 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-11-13 01:57:47,178 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1725-1 2025-11-13 01:57:47,178 - 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-11-13 01:57:47,269 - DEBUG - Output : NAMES contrail_test_It2HHf2Hr contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-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 webui-web-1 webui-job-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-schema-1 config_api-api-1 2025-11-13 01:57:47,269 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-13 01:57:47,303 - DEBUG - Output : 127.0.0.1/8 10.0.0.249/24 252.249.0.1/8 10.211.3.1/24 172.17.0.1/16 2025-11-13 01:57:47,303 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-11-13 01:57:47,337 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1725-1 2025-11-13 01:57:47,430 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-11-13 01:57:47,676 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1725-1 2025-11-13 01:57:47,677 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-11-13 01:57:47,711 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1725-1 2025-11-13 01:57:47,711 - DEBUG - [10.0.0.41]: 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-11-13 01:57:47,768 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-11-13 01:57:47,768 - DEBUG - [10.0.0.41]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-13 01:57:47,834 - DEBUG - Output : 10.0.0.41/24 2025-11-13 01:57:47,835 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-11-13 01:57:47,869 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1725-1 2025-11-13 01:57:47,940 - INFO - Using existing project ['default-domain', 'k8s-default'](34004aa1-212c-4c4b-8d89-17ae336337f3) 2025-11-13 01:57:48,010 - INFO - Using existing project ['default-domain', 'k8s-default'](34004aa1-212c-4c4b-8d89-17ae336337f3) 2025-11-13 01:57:48,116 - INFO - ================================================================================ 2025-11-13 01:57:48,116 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-13 01:57:48,116 - 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-11-13 01:57:48,364 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-13 01:57:48,371 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.249': '0'}} with 2025-11-13 01:57:48,371 - INFO - Initial checks done. Running the testcase now 2025-11-13 01:57:48,371 - INFO - 2025-11-13 01:57:48,376 - INFO - Namespace default already exists 2025-11-13 01:57:48,376 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-13 01:57:48,504 - DEBUG - Output : cluster_project={} 2025-11-13 01:57:48,590 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-13 01:57:48,590 - DEBUG - Project uuid in Contrail is 34004aa1-212c-4c4b-8d89-17ae336337f3 2025-11-13 01:57:48,590 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-13 01:57:48,717 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-13 01:57:48,717 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=e88b2cf3-d359-4155-894c-2e21f608be40 2025-11-13 01:57:48,722 - INFO - Namespace default with uuid e88b2cf3-d359-4155-894c-2e21f608be40 found in kube manager 2025-11-13 01:57:48,723 - INFO - Namespace default verification passed 2025-11-13 01:57:48,726 - DEBUG - Service ctest-nginx-svc-15372787 not present 2025-11-13 01:57:48,726 - INFO - Creating service ctest-nginx-svc-15372787 2025-11-13 01:57:48,746 - INFO - Created Service ctest-nginx-svc-15372787 2025-11-13 01:57:48,759 - DEBUG - Pod ctest-nginx-pod-63622209 not present 2025-11-13 01:57:48,759 - INFO - Creating Pod ctest-nginx-pod-63622209 2025-11-13 01:57:48,822 - DEBUG - Pod : ctest-nginx-pod-63622209 UUID is d6d1641d-6a29-4330-ae76-74d47bad10ce 2025-11-13 01:57:48,826 - DEBUG - Pod ctest-nginx-pod-06104315 not present 2025-11-13 01:57:48,826 - INFO - Creating Pod ctest-nginx-pod-06104315 2025-11-13 01:57:48,853 - DEBUG - Pod : ctest-nginx-pod-06104315 UUID is 3c525693-1526-4075-b04e-6f0b2855553c 2025-11-13 01:57:48,983 - INFO - Created VN __public__, UUID :aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:49,266 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-11-13 01:57:49,270 - DEBUG - Requesting: http://10.0.0.249:8082/domain/b86cc98f-0672-4e16-8c6a-9c54081bed83 2025-11-13 01:57:49,333 - DEBUG - Requesting: http://10.0.0.249:8082/project/34004aa1-212c-4c4b-8d89-17ae336337f3 2025-11-13 01:57:49,416 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:49,438 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:49,446 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:57:49,453 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:57:49,470 - DEBUG - Route Targets: [] 2025-11-13 01:57:49,470 - DEBUG - RT names not yet present for VN __public__ 2025-11-13 01:57:54,471 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-11-13 01:57:54,477 - DEBUG - Requesting: http://10.0.0.249:8082/domain/b86cc98f-0672-4e16-8c6a-9c54081bed83 2025-11-13 01:57:54,486 - DEBUG - Requesting: http://10.0.0.249:8082/project/34004aa1-212c-4c4b-8d89-17ae336337f3 2025-11-13 01:57:54,528 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:54,536 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:54,546 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:57:54,553 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:57:54,558 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/b9545133-4a84-438c-84eb-5204249d929f 2025-11-13 01:57:54,566 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-13 01:57:54,566 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:54,577 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:57:54,589 - INFO - Verified VN network id 13 for VN aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:54,589 - INFO - Verifications in API Server for VN __public__ passed 2025-11-13 01:57:54,589 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:54,598 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:57:54,605 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:57:54,622 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/b9545133-4a84-438c-84eb-5204249d929f 2025-11-13 01:57:54,627 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-13 01:57:54,633 - DEBUG - Control-node 10.0.0.249 : 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': '12586710865535256261', 'uuid-lslong': '11002048063287774452'}, 'enable': 'true', 'created': '2025-11-13T01:57:48', 'last-modified': '2025-11-13T01:57:49', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.460443'} 2025-11-13 01:57:54,633 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-13 01:57:54,644 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-13 01:57:54,644 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-13 01:57:54,645 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-13 01:57:54,645 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-11-13 01:57:54,650 - DEBUG - Requesting: http://10.0.0.249:8082/domain/b86cc98f-0672-4e16-8c6a-9c54081bed83 2025-11-13 01:57:54,657 - DEBUG - Requesting: http://10.0.0.249:8082/project/34004aa1-212c-4c4b-8d89-17ae336337f3 2025-11-13 01:57:54,697 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:54,706 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-13 01:57:54,706 - DEBUG - Verifying the vn in opserver 2025-11-13 01:57:54,706 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-11-13 01:57:54,707 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-11-13 01:57:54,722 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-13 01:57:54,722 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-13 01:57:54,722 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-13 01:57:54,732 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-13 01:57:54,739 - DEBUG - Do not have enough data to verify VN in agent 2025-11-13 01:57:54,739 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-13 01:57:54,745 - DEBUG - VRF ids for VN __public__: {} 2025-11-13 01:57:54,854 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-13 01:57:54,964 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-11-13 01:57:54,969 - DEBUG - Requesting: http://10.0.0.249:8082/domain/b86cc98f-0672-4e16-8c6a-9c54081bed83 2025-11-13 01:57:54,975 - DEBUG - Requesting: http://10.0.0.249:8082/project/34004aa1-212c-4c4b-8d89-17ae336337f3 2025-11-13 01:57:55,016 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:55,024 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/5c76aa23-0f0e-49f3-8762-f87ca5c52672 2025-11-13 01:57:55,029 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-11-13 01:57:55,034 - DEBUG - Requesting: http://10.0.0.249:8082/domain/b86cc98f-0672-4e16-8c6a-9c54081bed83 2025-11-13 01:57:55,039 - DEBUG - Requesting: http://10.0.0.249:8082/project/34004aa1-212c-4c4b-8d89-17ae336337f3 2025-11-13 01:57:55,069 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/aeacfad8-4ec7-46c5-98af-206c160accf4 2025-11-13 01:57:55,077 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-13 01:57:55,077 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-13 01:57:55,083 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-13 01:57:55,088 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-13 01:57:55,088 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-13 01:57:55,091 - DEBUG - Ingress ctest-nginx-ingress-96512041 not present 2025-11-13 01:57:55,091 - INFO - Creating Ingress ctest-nginx-ingress-96512041 2025-11-13 01:57:55,102 - INFO - Created Ingress ctest-nginx-ingress-96512041 2025-11-13 01:57:55,105 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-96512041 2025-11-13 01:57:58,113 - DEBUG - For Ingress ctest-nginx-ingress-96512041, Cluster IP: 10.47.255.249, External IPs ['153.13.161.124'] 2025-11-13 01:57:58,113 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-96512041 2025-11-13 01:57:58,116 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=baac80c3-ac57-4586-88e1-c52215c7f511 2025-11-13 01:57:58,128 - INFO - Ingress ctest-nginx-ingress-96512041 with uuid baac80c3-ac57-4586-88e1-c52215c7f511 found in kube manager 2025-11-13 01:57:58,128 - INFO - Ingress ctest-nginx-ingress-96512041 verification passed 2025-11-13 01:57:58,131 - DEBUG - Pod ctest-busybox-pod-46779689 not present 2025-11-13 01:57:58,132 - INFO - Creating Pod ctest-busybox-pod-46779689 2025-11-13 01:57:58,181 - DEBUG - Pod : ctest-busybox-pod-46779689 UUID is d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:57:58,191 - DEBUG - Pod ctest-nginx-pod-63622209 not in running state.Currently in Pending 2025-11-13 01:58:03,199 - DEBUG - Pod ctest-nginx-pod-63622209 not in running state.Currently in Pending 2025-11-13 01:58:08,206 - INFO - Pod ctest-nginx-pod-63622209 is in running state.Got IP 10.47.255.251 2025-11-13 01:58:08,219 - DEBUG - Pod ctest-nginx-pod-63622209 has vmi 28b5320e-c034-11f0-8d9e-fa163e145a3e 2025-11-13 01:58:08,220 - INFO - Verified pod ctest-nginx-pod-63622209 in contrail-api 2025-11-13 01:58:08,220 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:58:08,232 - DEBUG - VMI 28b5320e-c034-11f0-8d9e-fa163e145a3e is active in agent 10.0.0.41 2025-11-13 01:58:08,232 - INFO - Verified Pod ctest-nginx-pod-63622209 in agent 10.0.0.41 2025-11-13 01:58:08,232 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=d6d1641d-6a29-4330-ae76-74d47bad10ce 2025-11-13 01:58:08,236 - INFO - Pod ctest-nginx-pod-63622209 with uuid d6d1641d-6a29-4330-ae76-74d47bad10ce found in kube manager 2025-11-13 01:58:08,236 - INFO - Pod ctest-nginx-pod-63622209 verification passed 2025-11-13 01:58:08,781 - DEBUG - [Pod ctest-nginx-pod-63622209] Cmd: echo ctest-nginx-pod-63622209 > /usr/share/nginx/html/index.html, Output: 2025-11-13 01:58:08,788 - INFO - Pod ctest-nginx-pod-06104315 is in running state.Got IP 10.47.255.250 2025-11-13 01:58:08,803 - DEBUG - Pod ctest-nginx-pod-06104315 has vmi 2916dbee-c034-11f0-8d9e-fa163e145a3e 2025-11-13 01:58:08,803 - INFO - Verified pod ctest-nginx-pod-06104315 in contrail-api 2025-11-13 01:58:08,803 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:58:08,815 - DEBUG - VMI 2916dbee-c034-11f0-8d9e-fa163e145a3e is active in agent 10.0.0.41 2025-11-13 01:58:08,816 - INFO - Verified Pod ctest-nginx-pod-06104315 in agent 10.0.0.41 2025-11-13 01:58:08,816 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=3c525693-1526-4075-b04e-6f0b2855553c 2025-11-13 01:58:08,824 - INFO - Pod ctest-nginx-pod-06104315 with uuid 3c525693-1526-4075-b04e-6f0b2855553c found in kube manager 2025-11-13 01:58:08,824 - INFO - Pod ctest-nginx-pod-06104315 verification passed 2025-11-13 01:58:08,886 - DEBUG - [Pod ctest-nginx-pod-06104315] Cmd: echo ctest-nginx-pod-06104315 > /usr/share/nginx/html/index.html, Output: 2025-11-13 01:58:08,899 - DEBUG - Pod ctest-busybox-pod-46779689 not in running state.Currently in Pending 2025-11-13 01:58:13,905 - INFO - Pod ctest-busybox-pod-46779689 is in running state.Got IP 10.47.255.248 2025-11-13 01:58:13,962 - DEBUG - Pod ctest-busybox-pod-46779689 has vmi 2d974370-c034-11f0-8d9e-fa163e145a3e 2025-11-13 01:58:13,962 - INFO - Verified pod ctest-busybox-pod-46779689 in contrail-api 2025-11-13 01:58:13,962 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:58:13,974 - DEBUG - VMI 2d974370-c034-11f0-8d9e-fa163e145a3e is active in agent 10.0.0.41 2025-11-13 01:58:13,975 - INFO - Verified Pod ctest-busybox-pod-46779689 in agent 10.0.0.41 2025-11-13 01:58:13,975 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:13,979 - INFO - Pod ctest-busybox-pod-46779689 with uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 found in kube manager 2025-11-13 01:58:13,979 - INFO - Pod ctest-busybox-pod-46779689 verification passed 2025-11-13 01:58:14,057 - DEBUG - [Pod ctest-busybox-pod-46779689] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-06104315 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-11-13 01:58:14,057 - DEBUG - [Pod Pod ctest-busybox-pod-46779689] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-13 01:58:14,057 - DEBUG - [Pod Pod ctest-busybox-pod-46779689] Cmd output: ctest-nginx-pod-06104315 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-11-13 01:58:14,125 - DEBUG - [Pod ctest-busybox-pod-46779689] 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-06104315 2025-11-13 01:58:14,125 - DEBUG - [Pod Pod ctest-busybox-pod-46779689] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-13 01:58:14,125 - DEBUG - [Pod Pod ctest-busybox-pod-46779689] 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-06104315 2025-11-13 01:58:14,182 - DEBUG - [Pod ctest-busybox-pod-46779689] 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-63622209 2025-11-13 01:58:14,182 - DEBUG - [Pod Pod ctest-busybox-pod-46779689] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-13 01:58:14,182 - DEBUG - [Pod Pod ctest-busybox-pod-46779689] 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-63622209 2025-11-13 01:58:14,182 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-63622209': 1, 'ctest-nginx-pod-06104315': 2} 2025-11-13 01:58:14,182 - WARNING - Nothing to delete parallely 2025-11-13 01:58:14,183 - INFO - Deleting pod default:ctest-busybox-pod-46779689 2025-11-13 01:58:14,203 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:14,211 - WARNING - Pod uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:19,212 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:19,219 - WARNING - Pod uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:24,221 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:24,229 - WARNING - Pod uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:29,230 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:29,236 - WARNING - Pod uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:34,236 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:34,247 - WARNING - Pod uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:39,248 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:39,255 - WARNING - Pod uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:44,256 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:44,267 - WARNING - Pod uuid d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:49,267 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 2025-11-13 01:58:49,275 - DEBUG - Pod d34fd34a-372c-4fcc-82d9-7cdcf5ceb6f4 is not in agent 10.0.0.41 VM list 2025-11-13 01:58:49,275 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d974370-c034-11f0-8d9e-fa163e145a3e 2025-11-13 01:58:49,280 - DEBUG - VMI 2d974370-c034-11f0-8d9e-fa163e145a3e is removed from agent 10.0.0.41 2025-11-13 01:58:49,280 - INFO - Verified that pod ctest-busybox-pod-46779689 is removed in agent 2025-11-13 01:58:49,281 - INFO - Deleting Ingress : ctest-nginx-ingress-96512041 2025-11-13 01:58:49,286 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=baac80c3-ac57-4586-88e1-c52215c7f511 2025-11-13 01:58:49,291 - ERROR - Ingress ctest-nginx-ingress-96512041 with uuid baac80c3-ac57-4586-88e1-c52215c7f511 still found in kube manager 2025-11-13 01:58:50,292 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=baac80c3-ac57-4586-88e1-c52215c7f511 2025-11-13 01:58:50,296 - INFO - Ingress ctest-nginx-ingress-96512041 with uuid baac80c3-ac57-4586-88e1-c52215c7f511 deleted successfully from kube manager 2025-11-13 01:58:50,296 - INFO - Verifications on Ingress %s cleanup passed 2025-11-13 01:58:50,297 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-13 01:58:50,383 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-13 01:58:50,388 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-13 01:58:50,388 - INFO - Deleting VN __public__ 2025-11-13 01:58:50,533 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/f1a6bdd6-2c2b-481d-8de3-690a32f19d65 2025-11-13 01:58:50,547 - DEBUG - Response Code: 404 2025-11-13 01:58:50,547 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-11-13 01:58:50,551 - DEBUG - Requesting: http://10.0.0.249:8082/domain/b86cc98f-0672-4e16-8c6a-9c54081bed83 2025-11-13 01:58:50,557 - DEBUG - Requesting: http://10.0.0.249:8082/project/34004aa1-212c-4c4b-8d89-17ae336337f3 2025-11-13 01:58:50,614 - INFO - Validated that VN __public__ is not found in API Server 2025-11-13 01:58:50,614 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-13 01:58:50,620 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-13 01:58:50,628 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-11-13 01:58:50,628 - INFO - Validated that VN __public__ is not in any agent 2025-11-13 01:58:50,629 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-13 01:58:50,636 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-13 01:58:50,643 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-13 01:58:50,648 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-13 01:58:50,649 - INFO - Deleting pod default:ctest-nginx-pod-06104315 2025-11-13 01:58:50,661 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=3c525693-1526-4075-b04e-6f0b2855553c 2025-11-13 01:58:50,670 - WARNING - Pod uuid 3c525693-1526-4075-b04e-6f0b2855553c is still seen in agent 10.0.0.41 VM list 2025-11-13 01:58:55,671 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=3c525693-1526-4075-b04e-6f0b2855553c 2025-11-13 01:58:55,676 - DEBUG - Pod 3c525693-1526-4075-b04e-6f0b2855553c is not in agent 10.0.0.41 VM list 2025-11-13 01:58:55,677 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2916dbee-c034-11f0-8d9e-fa163e145a3e 2025-11-13 01:58:55,681 - DEBUG - VMI 2916dbee-c034-11f0-8d9e-fa163e145a3e is removed from agent 10.0.0.41 2025-11-13 01:58:55,682 - INFO - Verified that pod ctest-nginx-pod-06104315 is removed in agent 2025-11-13 01:58:55,682 - INFO - Deleting pod default:ctest-nginx-pod-63622209 2025-11-13 01:58:55,694 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d6d1641d-6a29-4330-ae76-74d47bad10ce 2025-11-13 01:58:55,701 - WARNING - Pod uuid d6d1641d-6a29-4330-ae76-74d47bad10ce is still seen in agent 10.0.0.41 VM list 2025-11-13 01:59:00,703 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d6d1641d-6a29-4330-ae76-74d47bad10ce 2025-11-13 01:59:00,709 - DEBUG - Pod d6d1641d-6a29-4330-ae76-74d47bad10ce is not in agent 10.0.0.41 VM list 2025-11-13 01:59:00,709 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:28b5320e-c034-11f0-8d9e-fa163e145a3e 2025-11-13 01:59:00,714 - DEBUG - VMI 28b5320e-c034-11f0-8d9e-fa163e145a3e is removed from agent 10.0.0.41 2025-11-13 01:59:00,714 - INFO - Verified that pod ctest-nginx-pod-63622209 is removed in agent 2025-11-13 01:59:00,715 - INFO - Deleting service : ctest-nginx-svc-15372787 2025-11-13 01:59:00,911 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-13 01:59:00,923 - DEBUG - No XMPP flaps were noticed during the test 2025-11-13 01:59:00,923 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-11-13 01:59:00,923 - INFO - -------------------------------------------------------------------------------- 2025-11-13 01:59:07,363 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-13 01:59:07,479 - DEBUG - Output : cluster_project={} 2025-11-13 01:59:07,576 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-13 01:59:07,703 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-13 01:59:07,707 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-13 01:59:07,892 - DEBUG - Output : cluster_project={} 2025-11-13 01:59:23,022 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:23,102 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:23,139 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:23,221 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:28,260 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:28,297 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:28,375 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:28,450 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-13 01:59:28,715 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-13 01:59:30,430 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_ApplicationPolicySetReq? 2025-11-13 01:59:30,436 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-11-13 01:59:30,461 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-11-13 01:59:32,487 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-11-13 02:02:32,793 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-13 02:02:32,820 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8083a8a1-53f6-432f-a3bc-a6d9413f5b1f 2025-11-13 02:02:32,842 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:02:32,866 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:02:32,873 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0dc6e492-ae62-429d-9b64-d72fcec43ace 2025-11-13 02:02:32,879 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=172fcf40-e60d-455e-b028-3de991c3fe90 2025-11-13 02:02:32,885 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:02:32,895 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:02:32,901 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:02:37,888 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=8083a8a1-53f6-432f-a3bc-a6d9413f5b1f 2025-11-13 02:02:37,895 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:577a1cb2-c034-11f0-8d9e-fa163e145a3e 2025-11-13 02:02:37,940 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:02:37,941 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:02:37,943 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:02:37,944 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:02:37,945 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=172fcf40-e60d-455e-b028-3de991c3fe90 2025-11-13 02:02:37,946 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:02:37,947 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=0dc6e492-ae62-429d-9b64-d72fcec43ace 2025-11-13 02:02:37,981 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5880612a-c034-11f0-8d9e-fa163e145a3e 2025-11-13 02:02:37,982 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:58e911fc-c034-11f0-8d9e-fa163e145a3e 2025-11-13 02:02:42,980 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:02:42,984 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:02:42,985 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:02:42,986 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:02:42,990 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:02:47,994 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:02:48,005 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:02:48,008 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:02:48,009 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:02:48,010 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:02:53,005 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:02:53,013 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:02:53,025 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:02:53,026 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:02:53,028 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:02:58,013 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:02:58,021 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:02:58,038 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:02:58,039 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:02:58,040 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:03:03,021 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:03:03,028 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:03:03,052 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:03:03,054 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:03:03,055 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:03:08,029 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d727c5ab-12ae-4d6a-961a-cffef0ea1013 2025-11-13 02:03:08,034 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=503e4501-5861-4fcd-a299-f3f47b5d51c3 2025-11-13 02:03:08,036 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5a322206-c034-11f0-8d9e-fa163e145a3e 2025-11-13 02:03:08,045 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:595d5a30-c034-11f0-8d9e-fa163e145a3e 2025-11-13 02:03:08,066 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=1e214ce2-6626-4057-93aa-f665f571f8d5 2025-11-13 02:03:08,067 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b355cbbc-5d4c-40c9-8135-1f0ce9738062 2025-11-13 02:03:08,069 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ba587cbb-0996-4b1f-92fc-07f906e204d4 2025-11-13 02:03:08,078 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:59cbf364-c034-11f0-8d9e-fa163e145a3e 2025-11-13 02:03:08,081 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:57eb5116-c034-11f0-8d9e-fa163e145a3e 2025-11-13 02:03:08,082 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5a9d72a4-c034-11f0-8d9e-fa163e145a3e