2025-10-08 22:09:36,977 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-10-08 22:09:37,240 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1546-1 2025-10-08 22:09:37,240 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-10-08 22:09:37,274 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1546-1 2025-10-08 22:09:37,274 - DEBUG - [10.0.0.19]: 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-10-08 22:09:37,388 - DEBUG - Output : NAMES contrail_test_0yBpXjVNC contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 2025-10-08 22:09:37,389 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-08 22:09:37,432 - DEBUG - Output : 127.0.0.1/8 10.0.0.19/24 252.19.0.1/8 10.123.221.1/24 172.17.0.1/16 2025-10-08 22:09:37,433 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-10-08 22:09:37,507 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1546-1 2025-10-08 22:09:37,583 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-10-08 22:09:37,794 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1546-1 2025-10-08 22:09:37,794 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-10-08 22:09:37,817 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1546-1 2025-10-08 22:09:37,817 - DEBUG - [10.0.0.129]: 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-10-08 22:09:37,861 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-08 22:09:37,861 - DEBUG - [10.0.0.129]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-08 22:09:37,919 - DEBUG - Output : 10.0.0.129/24 2025-10-08 22:09:37,920 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-10-08 22:09:37,953 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1546-1 2025-10-08 22:09:38,038 - INFO - Using existing project ['default-domain', 'k8s-default'](ef49477b-6d52-458a-accc-5f610bd172cd) 2025-10-08 22:09:38,146 - INFO - Using existing project ['default-domain', 'k8s-default'](ef49477b-6d52-458a-accc-5f610bd172cd) 2025-10-08 22:09:38,261 - INFO - ================================================================================ 2025-10-08 22:09:38,261 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-08 22:09:38,261 - 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-10-08 22:09:38,479 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 22:09:38,486 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.19': '0'}} with 2025-10-08 22:09:38,486 - INFO - Initial checks done. Running the testcase now 2025-10-08 22:09:38,486 - INFO - 2025-10-08 22:09:38,490 - INFO - Namespace default already exists 2025-10-08 22:09:38,490 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-08 22:09:38,599 - DEBUG - Output : cluster_project={} 2025-10-08 22:09:38,645 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-08 22:09:38,646 - DEBUG - Project uuid in Contrail is ef49477b-6d52-458a-accc-5f610bd172cd 2025-10-08 22:09:38,646 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-08 22:09:38,786 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-08 22:09:38,786 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=a83d3739-6b27-4f7b-8ebe-511d44a97a11 2025-10-08 22:09:38,790 - INFO - Namespace default with uuid a83d3739-6b27-4f7b-8ebe-511d44a97a11 found in kube manager 2025-10-08 22:09:38,790 - INFO - Namespace default verification passed 2025-10-08 22:09:38,792 - DEBUG - Service ctest-nginx-svc-46164456 not present 2025-10-08 22:09:38,792 - INFO - Creating service ctest-nginx-svc-46164456 2025-10-08 22:09:38,819 - INFO - Created Service ctest-nginx-svc-46164456 2025-10-08 22:09:38,829 - DEBUG - Pod ctest-nginx-pod-79987730 not present 2025-10-08 22:09:38,831 - INFO - Creating Pod ctest-nginx-pod-79987730 2025-10-08 22:09:38,895 - DEBUG - Pod : ctest-nginx-pod-79987730 UUID is 984f7f1f-6805-471e-8238-36dafe242f24 2025-10-08 22:09:38,899 - DEBUG - Pod ctest-nginx-pod-14935191 not present 2025-10-08 22:09:38,899 - INFO - Creating Pod ctest-nginx-pod-14935191 2025-10-08 22:09:38,928 - DEBUG - Pod : ctest-nginx-pod-14935191 UUID is f6c09136-0a56-48fa-9312-8be94f4ddd14 2025-10-08 22:09:39,109 - INFO - Created VN __public__, UUID :8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:39,314 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-10-08 22:09:39,319 - DEBUG - Requesting: http://10.0.0.19:8082/domain/31e40988-4efd-47af-9970-e7d7fdd31e4c 2025-10-08 22:09:39,332 - DEBUG - Requesting: http://10.0.0.19:8082/project/ef49477b-6d52-458a-accc-5f610bd172cd 2025-10-08 22:09:39,404 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:39,420 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:39,434 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:09:39,447 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:09:39,452 - DEBUG - Route Targets: [] 2025-10-08 22:09:39,452 - DEBUG - RT names not yet present for VN __public__ 2025-10-08 22:09:44,453 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-10-08 22:09:44,462 - DEBUG - Requesting: http://10.0.0.19:8082/domain/31e40988-4efd-47af-9970-e7d7fdd31e4c 2025-10-08 22:09:44,472 - DEBUG - Requesting: http://10.0.0.19:8082/project/ef49477b-6d52-458a-accc-5f610bd172cd 2025-10-08 22:09:44,530 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:44,540 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:44,551 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:09:44,559 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:09:44,570 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/c7918466-de20-4615-b883-434e41ba3b21 2025-10-08 22:09:44,582 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-08 22:09:44,582 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:44,589 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:09:44,601 - INFO - Verified VN network id 13 for VN 8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:44,601 - INFO - Verifications in API Server for VN __public__ passed 2025-10-08 22:09:44,601 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:44,615 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:09:44,626 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:09:44,634 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/c7918466-de20-4615-b883-434e41ba3b21 2025-10-08 22:09:44,644 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-08 22:09:44,651 - DEBUG - Control-node 10.0.0.19 : 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': '10246117667872131821', 'uuid-lslong': '12820372315969546006'}, 'enable': 'true', 'created': '2025-10-08T22:09:39', 'last-modified': '2025-10-08T22:09:39', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.392259'} 2025-10-08 22:09:44,651 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 22:09:44,659 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-08 22:09:44,659 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-08 22:09:44,659 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-08 22:09:44,659 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-10-08 22:09:44,672 - DEBUG - Requesting: http://10.0.0.19:8082/domain/31e40988-4efd-47af-9970-e7d7fdd31e4c 2025-10-08 22:09:44,680 - DEBUG - Requesting: http://10.0.0.19:8082/project/ef49477b-6d52-458a-accc-5f610bd172cd 2025-10-08 22:09:44,734 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:44,751 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-08 22:09:44,751 - DEBUG - Verifying the vn in opserver 2025-10-08 22:09:44,751 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2025-10-08 22:09:44,752 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2025-10-08 22:09:44,758 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-08 22:09:44,758 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-08 22:09:44,758 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 22:09:44,764 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 22:09:44,769 - DEBUG - Do not have enough data to verify VN in agent 2025-10-08 22:09:44,769 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 22:09:44,774 - DEBUG - VRF ids for VN __public__: {} 2025-10-08 22:09:44,878 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-08 22:09:45,034 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-10-08 22:09:45,039 - DEBUG - Requesting: http://10.0.0.19:8082/domain/31e40988-4efd-47af-9970-e7d7fdd31e4c 2025-10-08 22:09:45,046 - DEBUG - Requesting: http://10.0.0.19:8082/project/ef49477b-6d52-458a-accc-5f610bd172cd 2025-10-08 22:09:45,084 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:45,099 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/cbf80a88-b0bc-48e7-a5d2-a6fc1a8337cd 2025-10-08 22:09:45,110 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-10-08 22:09:45,122 - DEBUG - Requesting: http://10.0.0.19:8082/domain/31e40988-4efd-47af-9970-e7d7fdd31e4c 2025-10-08 22:09:45,133 - DEBUG - Requesting: http://10.0.0.19:8082/project/ef49477b-6d52-458a-accc-5f610bd172cd 2025-10-08 22:09:45,209 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/8e3185bb-905f-4aed-b1eb-1cb2359de716 2025-10-08 22:09:45,218 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-08 22:09:45,218 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-08 22:09:45,225 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-08 22:09:45,233 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-08 22:09:45,234 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-08 22:09:45,236 - DEBUG - Ingress ctest-nginx-ingress-18500829 not present 2025-10-08 22:09:45,237 - INFO - Creating Ingress ctest-nginx-ingress-18500829 2025-10-08 22:09:45,246 - INFO - Created Ingress ctest-nginx-ingress-18500829 2025-10-08 22:09:45,249 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-18500829 2025-10-08 22:09:48,260 - DEBUG - For Ingress ctest-nginx-ingress-18500829, Cluster IP: 10.47.255.249, External IPs ['220.215.213.60'] 2025-10-08 22:09:48,261 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-18500829 2025-10-08 22:09:48,262 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3b3311c5-b377-49f0-84e5-0fcac5e87ab9 2025-10-08 22:09:48,268 - INFO - Ingress ctest-nginx-ingress-18500829 with uuid 3b3311c5-b377-49f0-84e5-0fcac5e87ab9 found in kube manager 2025-10-08 22:09:48,268 - INFO - Ingress ctest-nginx-ingress-18500829 verification passed 2025-10-08 22:09:48,270 - DEBUG - Pod ctest-busybox-pod-17022918 not present 2025-10-08 22:09:48,271 - INFO - Creating Pod ctest-busybox-pod-17022918 2025-10-08 22:09:48,320 - DEBUG - Pod : ctest-busybox-pod-17022918 UUID is 6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:09:48,326 - DEBUG - Pod ctest-nginx-pod-79987730 not in running state.Currently in Pending 2025-10-08 22:09:53,382 - DEBUG - Pod ctest-nginx-pod-79987730 not in running state.Currently in Pending 2025-10-08 22:09:58,389 - INFO - Pod ctest-nginx-pod-79987730 is in running state.Got IP 10.47.255.251 2025-10-08 22:09:58,400 - DEBUG - Pod ctest-nginx-pod-79987730 has vmi 7c8ccba6-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:09:58,400 - INFO - Verified pod ctest-nginx-pod-79987730 in contrail-api 2025-10-08 22:09:58,400 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:09:58,410 - DEBUG - VMI 7c8ccba6-a493-11f0-bbf0-fa163e2aa5f8 is active in agent 10.0.0.129 2025-10-08 22:09:58,410 - INFO - Verified Pod ctest-nginx-pod-79987730 in agent 10.0.0.129 2025-10-08 22:09:58,410 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=984f7f1f-6805-471e-8238-36dafe242f24 2025-10-08 22:09:58,414 - INFO - Pod ctest-nginx-pod-79987730 with uuid 984f7f1f-6805-471e-8238-36dafe242f24 found in kube manager 2025-10-08 22:09:58,414 - INFO - Pod ctest-nginx-pod-79987730 verification passed 2025-10-08 22:09:58,487 - DEBUG - [Pod ctest-nginx-pod-79987730] Cmd: echo ctest-nginx-pod-79987730 > /usr/share/nginx/html/index.html, Output: 2025-10-08 22:09:58,495 - INFO - Pod ctest-nginx-pod-14935191 is in running state.Got IP 10.47.255.250 2025-10-08 22:09:58,513 - DEBUG - Pod ctest-nginx-pod-14935191 has vmi 7ce4b406-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:09:58,513 - INFO - Verified pod ctest-nginx-pod-14935191 in contrail-api 2025-10-08 22:09:58,513 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:09:58,522 - DEBUG - VMI 7ce4b406-a493-11f0-bbf0-fa163e2aa5f8 is active in agent 10.0.0.129 2025-10-08 22:09:58,522 - INFO - Verified Pod ctest-nginx-pod-14935191 in agent 10.0.0.129 2025-10-08 22:09:58,522 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=f6c09136-0a56-48fa-9312-8be94f4ddd14 2025-10-08 22:09:58,525 - INFO - Pod ctest-nginx-pod-14935191 with uuid f6c09136-0a56-48fa-9312-8be94f4ddd14 found in kube manager 2025-10-08 22:09:58,526 - INFO - Pod ctest-nginx-pod-14935191 verification passed 2025-10-08 22:09:58,587 - DEBUG - [Pod ctest-nginx-pod-14935191] Cmd: echo ctest-nginx-pod-14935191 > /usr/share/nginx/html/index.html, Output: 2025-10-08 22:09:58,593 - DEBUG - Pod ctest-busybox-pod-17022918 not in running state.Currently in Pending 2025-10-08 22:10:03,600 - INFO - Pod ctest-busybox-pod-17022918 is in running state.Got IP 10.47.255.248 2025-10-08 22:10:03,654 - DEBUG - Pod ctest-busybox-pod-17022918 has vmi 81566e30-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:10:03,654 - INFO - Verified pod ctest-busybox-pod-17022918 in contrail-api 2025-10-08 22:10:03,654 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:10:03,663 - DEBUG - VMI 81566e30-a493-11f0-bbf0-fa163e2aa5f8 is active in agent 10.0.0.129 2025-10-08 22:10:03,663 - INFO - Verified Pod ctest-busybox-pod-17022918 in agent 10.0.0.129 2025-10-08 22:10:03,663 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:03,666 - INFO - Pod ctest-busybox-pod-17022918 with uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 found in kube manager 2025-10-08 22:10:03,666 - INFO - Pod ctest-busybox-pod-17022918 verification passed 2025-10-08 22:10:03,716 - DEBUG - [Pod ctest-busybox-pod-17022918] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14935191 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-10-08 22:10:03,716 - DEBUG - [Pod Pod ctest-busybox-pod-17022918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-08 22:10:03,716 - DEBUG - [Pod Pod ctest-busybox-pod-17022918] Cmd output: ctest-nginx-pod-14935191 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-10-08 22:10:03,773 - DEBUG - [Pod ctest-busybox-pod-17022918] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14935191 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-10-08 22:10:03,773 - DEBUG - [Pod Pod ctest-busybox-pod-17022918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-08 22:10:03,773 - DEBUG - [Pod Pod ctest-busybox-pod-17022918] Cmd output: ctest-nginx-pod-14935191 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-10-08 22:10:03,818 - DEBUG - [Pod ctest-busybox-pod-17022918] 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-79987730 2025-10-08 22:10:03,818 - DEBUG - [Pod Pod ctest-busybox-pod-17022918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-08 22:10:03,818 - DEBUG - [Pod Pod ctest-busybox-pod-17022918] 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-79987730 2025-10-08 22:10:03,818 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-79987730': 1, 'ctest-nginx-pod-14935191': 2} 2025-10-08 22:10:03,819 - WARNING - Nothing to delete parallely 2025-10-08 22:10:03,819 - INFO - Deleting pod default:ctest-busybox-pod-17022918 2025-10-08 22:10:03,828 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:03,833 - WARNING - Pod uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:08,834 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:08,839 - WARNING - Pod uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:13,840 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:13,846 - WARNING - Pod uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:18,847 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:18,852 - WARNING - Pod uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:23,853 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:23,859 - WARNING - Pod uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:28,860 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:28,868 - WARNING - Pod uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:33,868 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:33,875 - WARNING - Pod uuid 6e8bda45-9f44-4469-a3fb-178812f299a9 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:38,876 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=6e8bda45-9f44-4469-a3fb-178812f299a9 2025-10-08 22:10:38,882 - DEBUG - Pod 6e8bda45-9f44-4469-a3fb-178812f299a9 is not in agent 10.0.0.129 VM list 2025-10-08 22:10:38,882 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:81566e30-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:10:38,886 - DEBUG - VMI 81566e30-a493-11f0-bbf0-fa163e2aa5f8 is removed from agent 10.0.0.129 2025-10-08 22:10:38,886 - INFO - Verified that pod ctest-busybox-pod-17022918 is removed in agent 2025-10-08 22:10:38,886 - INFO - Deleting Ingress : ctest-nginx-ingress-18500829 2025-10-08 22:10:38,892 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3b3311c5-b377-49f0-84e5-0fcac5e87ab9 2025-10-08 22:10:38,897 - ERROR - Ingress ctest-nginx-ingress-18500829 with uuid 3b3311c5-b377-49f0-84e5-0fcac5e87ab9 still found in kube manager 2025-10-08 22:10:39,897 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3b3311c5-b377-49f0-84e5-0fcac5e87ab9 2025-10-08 22:10:39,901 - INFO - Ingress ctest-nginx-ingress-18500829 with uuid 3b3311c5-b377-49f0-84e5-0fcac5e87ab9 deleted successfully from kube manager 2025-10-08 22:10:39,901 - INFO - Verifications on Ingress %s cleanup passed 2025-10-08 22:10:39,901 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-08 22:10:39,959 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-08 22:10:39,963 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-08 22:10:39,963 - INFO - Deleting VN __public__ 2025-10-08 22:10:40,079 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/0708c026-cf23-4977-b09c-e50f156693d3 2025-10-08 22:10:40,083 - DEBUG - Response Code: 404 2025-10-08 22:10:40,083 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-10-08 22:10:40,086 - DEBUG - Requesting: http://10.0.0.19:8082/domain/31e40988-4efd-47af-9970-e7d7fdd31e4c 2025-10-08 22:10:40,097 - DEBUG - Requesting: http://10.0.0.19:8082/project/ef49477b-6d52-458a-accc-5f610bd172cd 2025-10-08 22:10:40,137 - INFO - Validated that VN __public__ is not found in API Server 2025-10-08 22:10:40,137 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-08 22:10:40,143 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 22:10:40,150 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-10-08 22:10:40,150 - INFO - Validated that VN __public__ is not in any agent 2025-10-08 22:10:40,150 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 22:10:40,159 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 22:10:40,164 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-08 22:10:40,172 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-08 22:10:40,173 - INFO - Deleting pod default:ctest-nginx-pod-14935191 2025-10-08 22:10:40,188 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c09136-0a56-48fa-9312-8be94f4ddd14 2025-10-08 22:10:40,207 - WARNING - Pod uuid f6c09136-0a56-48fa-9312-8be94f4ddd14 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:45,208 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f6c09136-0a56-48fa-9312-8be94f4ddd14 2025-10-08 22:10:45,214 - DEBUG - Pod f6c09136-0a56-48fa-9312-8be94f4ddd14 is not in agent 10.0.0.129 VM list 2025-10-08 22:10:45,214 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7ce4b406-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:10:45,219 - DEBUG - VMI 7ce4b406-a493-11f0-bbf0-fa163e2aa5f8 is removed from agent 10.0.0.129 2025-10-08 22:10:45,219 - INFO - Verified that pod ctest-nginx-pod-14935191 is removed in agent 2025-10-08 22:10:45,219 - INFO - Deleting pod default:ctest-nginx-pod-79987730 2025-10-08 22:10:45,236 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=984f7f1f-6805-471e-8238-36dafe242f24 2025-10-08 22:10:45,242 - WARNING - Pod uuid 984f7f1f-6805-471e-8238-36dafe242f24 is still seen in agent 10.0.0.129 VM list 2025-10-08 22:10:50,243 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=984f7f1f-6805-471e-8238-36dafe242f24 2025-10-08 22:10:50,249 - DEBUG - Pod 984f7f1f-6805-471e-8238-36dafe242f24 is not in agent 10.0.0.129 VM list 2025-10-08 22:10:50,249 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7c8ccba6-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:10:50,253 - DEBUG - VMI 7c8ccba6-a493-11f0-bbf0-fa163e2aa5f8 is removed from agent 10.0.0.129 2025-10-08 22:10:50,253 - INFO - Verified that pod ctest-nginx-pod-79987730 is removed in agent 2025-10-08 22:10:50,253 - INFO - Deleting service : ctest-nginx-svc-46164456 2025-10-08 22:10:50,467 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 22:10:50,473 - DEBUG - No XMPP flaps were noticed during the test 2025-10-08 22:10:50,473 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-10-08 22:10:50,473 - INFO - -------------------------------------------------------------------------------- 2025-10-08 22:10:56,832 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-08 22:10:56,934 - DEBUG - Output : cluster_project={} 2025-10-08 22:10:56,973 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-08 22:10:57,141 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-08 22:10:57,145 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-08 22:10:57,272 - DEBUG - Output : cluster_project={} 2025-10-08 22:11:12,359 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:12,430 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:12,461 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:12,533 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:12,602 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:17,638 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:17,666 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:17,741 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 22:11:17,992 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 22:11:20,558 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_ApplicationPolicySetReq? 2025-10-08 22:11:20,568 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-10-08 22:11:20,591 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-10-08 22:11:22,613 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-10-08 22:14:31,967 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 22:14:32,005 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:14:32,023 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:14:32,034 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cea967f9-5558-426a-99de-eaab4d19dabb 2025-10-08 22:14:32,039 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1921a30-8e49-4033-9110-b308c7e827f7 2025-10-08 22:14:32,050 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:14:32,059 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:14:32,064 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fff05f85-a907-4fc4-89af-a9d3a9e574c3 2025-10-08 22:14:32,072 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:14:37,077 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:14:37,145 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:14:37,146 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fff05f85-a907-4fc4-89af-a9d3a9e574c3 2025-10-08 22:14:37,147 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1921a30-8e49-4033-9110-b308c7e827f7 2025-10-08 22:14:37,148 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:14:37,149 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cea967f9-5558-426a-99de-eaab4d19dabb 2025-10-08 22:14:37,150 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:14:37,150 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:14:37,170 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ab29bcbc-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:14:37,172 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:abb0db5c-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:14:37,174 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac20504a-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:14:42,084 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:14:42,167 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:14:42,168 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:14:42,172 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:14:42,173 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:14:47,090 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:14:47,176 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:14:47,177 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:14:47,179 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:14:47,180 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:14:52,097 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:14:52,184 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:14:52,187 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:14:52,189 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:14:52,189 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:14:57,104 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:14:57,192 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:14:57,198 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:14:57,200 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:14:57,201 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:15:02,110 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:15:02,198 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:15:02,210 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:15:02,211 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:15:02,211 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:15:07,132 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=190a414b-9c55-4e19-b252-d8d8c88769bc 2025-10-08 22:15:07,138 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aac6c1de-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:15:07,205 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=18a82b34-3cbb-420a-98fe-a8e2d3b7ce1d 2025-10-08 22:15:07,211 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:acb83392-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:15:07,220 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f9e51eb1-663b-4846-bb5f-acb14ea25598 2025-10-08 22:15:07,222 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=f1cdc94b-fd67-479c-a4f6-7374d159afc9 2025-10-08 22:15:07,223 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=b8cd8d7d-03d3-4980-bfb2-db9ba16b92cc 2025-10-08 22:15:07,230 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ad18881e-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:15:07,232 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ad79d0ce-a493-11f0-bbf0-fa163e2aa5f8 2025-10-08 22:15:07,233 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:add963e0-a493-11f0-bbf0-fa163e2aa5f8