2025-10-31 02:52:52,028 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-10-31 02:52:52,302 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1663-1 2025-10-31 02:52:52,303 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-10-31 02:52:52,346 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1663-1 2025-10-31 02:52:52,347 - DEBUG - [10.0.0.38]: 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-31 02:52:52,411 - DEBUG - Output : NAMES contrail_test_sipSSykoL contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 2025-10-31 02:52:52,411 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-31 02:52:52,445 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 252.38.0.1/8 10.200.134.1/24 172.17.0.1/16 2025-10-31 02:52:52,445 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-10-31 02:52:52,518 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1663-1 2025-10-31 02:52:52,575 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-10-31 02:52:52,800 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1663-1 2025-10-31 02:52:52,800 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-10-31 02:52:52,824 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1663-1 2025-10-31 02:52:52,824 - DEBUG - [10.0.0.65]: 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-31 02:52:52,868 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-31 02:52:52,868 - DEBUG - [10.0.0.65]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-31 02:52:52,936 - DEBUG - Output : 10.0.0.65/24 2025-10-31 02:52:52,936 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-10-31 02:52:52,971 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1663-1 2025-10-31 02:52:53,069 - INFO - Using existing project ['default-domain', 'k8s-default'](f55337c6-2e52-4932-9b4f-46749d428bbf) 2025-10-31 02:52:53,144 - INFO - Using existing project ['default-domain', 'k8s-default'](f55337c6-2e52-4932-9b4f-46749d428bbf) 2025-10-31 02:52:53,266 - INFO - ================================================================================ 2025-10-31 02:52:53,267 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-31 02:52:53,267 - 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-31 02:52:53,498 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:52:53,507 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.0.0.38': '0'}} with 2025-10-31 02:52:53,507 - INFO - Initial checks done. Running the testcase now 2025-10-31 02:52:53,507 - INFO - 2025-10-31 02:52:53,511 - INFO - Namespace default already exists 2025-10-31 02:52:53,512 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 02:52:53,643 - DEBUG - Output : cluster_project={} 2025-10-31 02:52:53,691 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-31 02:52:53,691 - DEBUG - Project uuid in Contrail is f55337c6-2e52-4932-9b4f-46749d428bbf 2025-10-31 02:52:53,692 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-31 02:52:53,841 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-31 02:52:53,841 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=36bbe740-bd7c-4a0c-bc0d-141c2d490ccd 2025-10-31 02:52:53,845 - INFO - Namespace default with uuid 36bbe740-bd7c-4a0c-bc0d-141c2d490ccd found in kube manager 2025-10-31 02:52:53,846 - INFO - Namespace default verification passed 2025-10-31 02:52:53,850 - DEBUG - Service ctest-nginx-svc-31050540 not present 2025-10-31 02:52:53,850 - INFO - Creating service ctest-nginx-svc-31050540 2025-10-31 02:52:53,877 - INFO - Created Service ctest-nginx-svc-31050540 2025-10-31 02:52:53,895 - DEBUG - Pod ctest-nginx-pod-60844935 not present 2025-10-31 02:52:53,897 - INFO - Creating Pod ctest-nginx-pod-60844935 2025-10-31 02:52:53,956 - DEBUG - Node for Pod ctest-nginx-pod-60844935 not yet populated 2025-10-31 02:52:56,963 - DEBUG - Pod : ctest-nginx-pod-60844935 UUID is cca27237-078e-4813-978d-d54c6bdc12d9 2025-10-31 02:52:56,965 - DEBUG - Pod ctest-nginx-pod-36457814 not present 2025-10-31 02:52:56,966 - INFO - Creating Pod ctest-nginx-pod-36457814 2025-10-31 02:52:57,015 - DEBUG - Pod : ctest-nginx-pod-36457814 UUID is 987e58ff-26c5-48bb-bd2c-1e3b746123e1 2025-10-31 02:52:57,251 - INFO - Created VN __public__, UUID :74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:57,533 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 02:52:57,538 - DEBUG - Requesting: http://10.0.0.38:8082/domain/40c60d68-add3-4ede-80be-92ed90ea0b7b 2025-10-31 02:52:57,558 - DEBUG - Requesting: http://10.0.0.38:8082/project/f55337c6-2e52-4932-9b4f-46749d428bbf 2025-10-31 02:52:57,637 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:57,661 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:57,671 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/85b44d2d-8a9b-4a11-8bd0-8f2fdd479d2f 2025-10-31 02:52:57,677 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/85b44d2d-8a9b-4a11-8bd0-8f2fdd479d2f 2025-10-31 02:52:57,683 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/e6acc60e-cc2a-44d4-84ca-877a6e65ad0e 2025-10-31 02:52:57,688 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 02:52:57,688 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:57,696 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/85b44d2d-8a9b-4a11-8bd0-8f2fdd479d2f 2025-10-31 02:52:57,709 - INFO - Verified VN network id 13 for VN 74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:57,709 - INFO - Verifications in API Server for VN __public__ passed 2025-10-31 02:52:57,709 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:57,722 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/85b44d2d-8a9b-4a11-8bd0-8f2fdd479d2f 2025-10-31 02:52:57,729 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/85b44d2d-8a9b-4a11-8bd0-8f2fdd479d2f 2025-10-31 02:52:57,737 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/e6acc60e-cc2a-44d4-84ca-877a6e65ad0e 2025-10-31 02:52:57,763 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 02:52:57,770 - DEBUG - Control-node 10.0.0.38 : 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': '8407805640230717065', 'uuid-lslong': '9712687062576383994'}, 'enable': 'true', 'created': '2025-10-31T02:52:57', 'last-modified': '2025-10-31T02:52:57', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.320554'} 2025-10-31 02:52:57,770 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:52:57,780 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 02:52:57,780 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-31 02:52:57,781 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-31 02:52:57,781 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 02:52:57,786 - DEBUG - Requesting: http://10.0.0.38:8082/domain/40c60d68-add3-4ede-80be-92ed90ea0b7b 2025-10-31 02:52:57,794 - DEBUG - Requesting: http://10.0.0.38:8082/project/f55337c6-2e52-4932-9b4f-46749d428bbf 2025-10-31 02:52:57,844 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:57,855 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-31 02:52:57,855 - DEBUG - Verifying the vn in opserver 2025-10-31 02:52:57,855 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-10-31 02:52:57,855 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-10-31 02:52:57,860 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-31 02:52:57,860 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-31 02:52:57,860 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:52:57,869 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:52:57,874 - DEBUG - Do not have enough data to verify VN in agent 2025-10-31 02:52:57,874 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:52:57,880 - DEBUG - VRF ids for VN __public__: {} 2025-10-31 02:52:57,978 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-31 02:52:58,120 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 02:52:58,132 - DEBUG - Requesting: http://10.0.0.38:8082/domain/40c60d68-add3-4ede-80be-92ed90ea0b7b 2025-10-31 02:52:58,140 - DEBUG - Requesting: http://10.0.0.38:8082/project/f55337c6-2e52-4932-9b4f-46749d428bbf 2025-10-31 02:52:58,192 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:58,202 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/e18be233-d1c6-4114-945a-c677b0a967e3 2025-10-31 02:52:58,216 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 02:52:58,221 - DEBUG - Requesting: http://10.0.0.38:8082/domain/40c60d68-add3-4ede-80be-92ed90ea0b7b 2025-10-31 02:52:58,228 - DEBUG - Requesting: http://10.0.0.38:8082/project/f55337c6-2e52-4932-9b4f-46749d428bbf 2025-10-31 02:52:58,267 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/74ae86ae-ee7a-4689-86ca-656c6365c7fa 2025-10-31 02:52:58,275 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-31 02:52:58,275 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-31 02:52:58,281 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-31 02:52:58,290 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-31 02:52:58,290 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-31 02:52:58,293 - DEBUG - Ingress ctest-nginx-ingress-78890837 not present 2025-10-31 02:52:58,294 - INFO - Creating Ingress ctest-nginx-ingress-78890837 2025-10-31 02:52:58,302 - INFO - Created Ingress ctest-nginx-ingress-78890837 2025-10-31 02:52:58,306 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-78890837 2025-10-31 02:53:01,316 - DEBUG - For Ingress ctest-nginx-ingress-78890837, Cluster IP: 10.47.255.249, External IPs ['216.201.89.188'] 2025-10-31 02:53:01,316 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-78890837 2025-10-31 02:53:01,316 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=f4f1aed7-d010-4f64-983f-68997a25e76a 2025-10-31 02:53:01,321 - INFO - Ingress ctest-nginx-ingress-78890837 with uuid f4f1aed7-d010-4f64-983f-68997a25e76a found in kube manager 2025-10-31 02:53:01,321 - INFO - Ingress ctest-nginx-ingress-78890837 verification passed 2025-10-31 02:53:01,326 - DEBUG - Pod ctest-busybox-pod-25684953 not present 2025-10-31 02:53:01,326 - INFO - Creating Pod ctest-busybox-pod-25684953 2025-10-31 02:53:01,391 - DEBUG - Pod : ctest-busybox-pod-25684953 UUID is e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:01,401 - DEBUG - Pod ctest-nginx-pod-60844935 not in running state.Currently in Pending 2025-10-31 02:53:06,416 - INFO - Pod ctest-nginx-pod-60844935 is in running state.Got IP 10.47.255.251 2025-10-31 02:53:06,473 - DEBUG - Pod ctest-nginx-pod-60844935 has vmi b35e8480-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:53:06,473 - INFO - Verified pod ctest-nginx-pod-60844935 in contrail-api 2025-10-31 02:53:06,473 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:53:06,484 - DEBUG - VMI b35e8480-b604-11f0-8e3e-fa163ed8a0a4 is active in agent 10.0.0.65 2025-10-31 02:53:06,484 - INFO - Verified Pod ctest-nginx-pod-60844935 in agent 10.0.0.65 2025-10-31 02:53:06,484 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=cca27237-078e-4813-978d-d54c6bdc12d9 2025-10-31 02:53:06,489 - INFO - Pod ctest-nginx-pod-60844935 with uuid cca27237-078e-4813-978d-d54c6bdc12d9 found in kube manager 2025-10-31 02:53:06,489 - INFO - Pod ctest-nginx-pod-60844935 verification passed 2025-10-31 02:53:06,561 - DEBUG - [Pod ctest-nginx-pod-60844935] Cmd: echo ctest-nginx-pod-60844935 > /usr/share/nginx/html/index.html, Output: 2025-10-31 02:53:06,569 - DEBUG - Pod ctest-nginx-pod-36457814 not in running state.Currently in Pending 2025-10-31 02:53:11,577 - INFO - Pod ctest-nginx-pod-36457814 is in running state.Got IP 10.47.255.250 2025-10-31 02:53:11,592 - DEBUG - Pod ctest-nginx-pod-36457814 has vmi b474e2d8-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:53:11,592 - INFO - Verified pod ctest-nginx-pod-36457814 in contrail-api 2025-10-31 02:53:11,592 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:53:11,603 - DEBUG - VMI b474e2d8-b604-11f0-8e3e-fa163ed8a0a4 is active in agent 10.0.0.65 2025-10-31 02:53:11,603 - INFO - Verified Pod ctest-nginx-pod-36457814 in agent 10.0.0.65 2025-10-31 02:53:11,603 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=987e58ff-26c5-48bb-bd2c-1e3b746123e1 2025-10-31 02:53:11,608 - INFO - Pod ctest-nginx-pod-36457814 with uuid 987e58ff-26c5-48bb-bd2c-1e3b746123e1 found in kube manager 2025-10-31 02:53:11,608 - INFO - Pod ctest-nginx-pod-36457814 verification passed 2025-10-31 02:53:11,661 - DEBUG - [Pod ctest-nginx-pod-36457814] Cmd: echo ctest-nginx-pod-36457814 > /usr/share/nginx/html/index.html, Output: 2025-10-31 02:53:11,669 - DEBUG - Pod ctest-busybox-pod-25684953 not in running state.Currently in Pending 2025-10-31 02:53:16,702 - INFO - Pod ctest-busybox-pod-25684953 is in running state.Got IP 10.47.255.248 2025-10-31 02:53:16,717 - DEBUG - Pod ctest-busybox-pod-25684953 has vmi b71a325e-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:53:16,718 - INFO - Verified pod ctest-busybox-pod-25684953 in contrail-api 2025-10-31 02:53:16,718 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:53:16,730 - DEBUG - VMI b71a325e-b604-11f0-8e3e-fa163ed8a0a4 is active in agent 10.0.0.65 2025-10-31 02:53:16,731 - INFO - Verified Pod ctest-busybox-pod-25684953 in agent 10.0.0.65 2025-10-31 02:53:16,731 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:16,736 - INFO - Pod ctest-busybox-pod-25684953 with uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d found in kube manager 2025-10-31 02:53:16,736 - INFO - Pod ctest-busybox-pod-25684953 verification passed 2025-10-31 02:53:16,792 - DEBUG - [Pod ctest-busybox-pod-25684953] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60844935 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-31 02:53:16,792 - DEBUG - [Pod Pod ctest-busybox-pod-25684953] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-31 02:53:16,792 - DEBUG - [Pod Pod ctest-busybox-pod-25684953] Cmd output: ctest-nginx-pod-60844935 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-31 02:53:16,845 - DEBUG - [Pod ctest-busybox-pod-25684953] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-60844935 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-31 02:53:16,845 - DEBUG - [Pod Pod ctest-busybox-pod-25684953] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-31 02:53:16,845 - DEBUG - [Pod Pod ctest-busybox-pod-25684953] Cmd output: ctest-nginx-pod-60844935 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-31 02:53:16,900 - DEBUG - [Pod ctest-busybox-pod-25684953] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36457814 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-31 02:53:16,901 - DEBUG - [Pod Pod ctest-busybox-pod-25684953] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-31 02:53:16,901 - DEBUG - [Pod Pod ctest-busybox-pod-25684953] Cmd output: ctest-nginx-pod-36457814 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-31 02:53:16,901 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-60844935': 2, 'ctest-nginx-pod-36457814': 1} 2025-10-31 02:53:16,901 - WARNING - Nothing to delete parallely 2025-10-31 02:53:16,901 - INFO - Deleting pod default:ctest-busybox-pod-25684953 2025-10-31 02:53:16,915 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:16,921 - WARNING - Pod uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:21,922 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:21,929 - WARNING - Pod uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:26,929 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:26,935 - WARNING - Pod uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:31,936 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:31,943 - WARNING - Pod uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:36,943 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:36,949 - WARNING - Pod uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:41,951 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:41,958 - WARNING - Pod uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:46,959 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:46,967 - WARNING - Pod uuid e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:51,967 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d 2025-10-31 02:53:51,974 - DEBUG - Pod e5a2cde0-be6b-46d8-8c53-eb15fe1ee01d is not in agent 10.0.0.65 VM list 2025-10-31 02:53:51,974 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b71a325e-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:53:51,980 - DEBUG - VMI b71a325e-b604-11f0-8e3e-fa163ed8a0a4 is removed from agent 10.0.0.65 2025-10-31 02:53:51,980 - INFO - Verified that pod ctest-busybox-pod-25684953 is removed in agent 2025-10-31 02:53:51,980 - INFO - Deleting Ingress : ctest-nginx-ingress-78890837 2025-10-31 02:53:51,988 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=f4f1aed7-d010-4f64-983f-68997a25e76a 2025-10-31 02:53:52,011 - ERROR - Ingress ctest-nginx-ingress-78890837 with uuid f4f1aed7-d010-4f64-983f-68997a25e76a still found in kube manager 2025-10-31 02:53:53,012 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=f4f1aed7-d010-4f64-983f-68997a25e76a 2025-10-31 02:53:53,016 - INFO - Ingress ctest-nginx-ingress-78890837 with uuid f4f1aed7-d010-4f64-983f-68997a25e76a deleted successfully from kube manager 2025-10-31 02:53:53,016 - INFO - Verifications on Ingress %s cleanup passed 2025-10-31 02:53:53,016 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-31 02:53:53,186 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-31 02:53:53,193 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-31 02:53:53,193 - INFO - Deleting VN __public__ 2025-10-31 02:53:53,457 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/85b44d2d-8a9b-4a11-8bd0-8f2fdd479d2f 2025-10-31 02:53:53,464 - DEBUG - Response Code: 404 2025-10-31 02:53:53,464 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-31 02:53:53,481 - DEBUG - Requesting: http://10.0.0.38:8082/domain/40c60d68-add3-4ede-80be-92ed90ea0b7b 2025-10-31 02:53:53,490 - DEBUG - Requesting: http://10.0.0.38:8082/project/f55337c6-2e52-4932-9b4f-46749d428bbf 2025-10-31 02:53:53,615 - INFO - Validated that VN __public__ is not found in API Server 2025-10-31 02:53:53,615 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-31 02:53:53,638 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:53:53,651 - DEBUG - VN __public__ is not present in Agent 10.0.0.65 2025-10-31 02:53:53,651 - INFO - Validated that VN __public__ is not in any agent 2025-10-31 02:53:53,651 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:53:53,662 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:53:53,677 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 02:53:53,701 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-31 02:53:53,701 - INFO - Deleting pod default:ctest-nginx-pod-36457814 2025-10-31 02:53:53,714 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=987e58ff-26c5-48bb-bd2c-1e3b746123e1 2025-10-31 02:53:53,724 - WARNING - Pod uuid 987e58ff-26c5-48bb-bd2c-1e3b746123e1 is still seen in agent 10.0.0.65 VM list 2025-10-31 02:53:58,726 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=987e58ff-26c5-48bb-bd2c-1e3b746123e1 2025-10-31 02:53:58,732 - DEBUG - Pod 987e58ff-26c5-48bb-bd2c-1e3b746123e1 is not in agent 10.0.0.65 VM list 2025-10-31 02:53:58,732 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b474e2d8-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:53:58,737 - DEBUG - VMI b474e2d8-b604-11f0-8e3e-fa163ed8a0a4 is removed from agent 10.0.0.65 2025-10-31 02:53:58,737 - INFO - Verified that pod ctest-nginx-pod-36457814 is removed in agent 2025-10-31 02:53:58,738 - INFO - Deleting pod default:ctest-nginx-pod-60844935 2025-10-31 02:53:58,755 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=cca27237-078e-4813-978d-d54c6bdc12d9 2025-10-31 02:53:58,766 - WARNING - Pod uuid cca27237-078e-4813-978d-d54c6bdc12d9 is still seen in agent 10.0.0.65 VM list 2025-10-31 02:54:03,767 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=cca27237-078e-4813-978d-d54c6bdc12d9 2025-10-31 02:54:03,774 - DEBUG - Pod cca27237-078e-4813-978d-d54c6bdc12d9 is not in agent 10.0.0.65 VM list 2025-10-31 02:54:03,774 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b35e8480-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:54:03,779 - DEBUG - VMI b35e8480-b604-11f0-8e3e-fa163ed8a0a4 is removed from agent 10.0.0.65 2025-10-31 02:54:03,779 - INFO - Verified that pod ctest-nginx-pod-60844935 is removed in agent 2025-10-31 02:54:03,779 - INFO - Deleting service : ctest-nginx-svc-31050540 2025-10-31 02:54:04,019 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:54:04,026 - DEBUG - No XMPP flaps were noticed during the test
2025-10-31 02:54:04,026 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11]
2025-10-31 02:54:04,026 - INFO - -------------------------------------------------------------------------------- 2025-10-31 02:54:10,867 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 02:54:11,006 - DEBUG - Output : cluster_project={} 2025-10-31 02:54:11,052 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-31 02:54:11,214 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-31 02:54:11,220 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 02:54:11,379 - DEBUG - Output : cluster_project={} 2025-10-31 02:54:26,526 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:26,574 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:26,653 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:26,741 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:31,787 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:31,865 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:31,902 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:31,982 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:54:32,199 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:54:34,918 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_ApplicationPolicySetReq? 2025-10-31 02:54:34,925 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-10-31 02:54:34,960 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-10-31 02:54:36,989 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-10-31 02:57:43,939 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:57:43,983 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8c944b69-434c-49ac-acc9-455f425a69b8 2025-10-31 02:57:44,020 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:57:44,029 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=27bb6e73-b972-4c8d-b663-317557dfe978 2025-10-31 02:57:44,039 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:57:44,045 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:57:44,050 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:57:44,056 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:57:44,060 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=c35ea460-ccdf-4895-87c2-47436129d764 2025-10-31 02:57:49,070 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8c944b69-434c-49ac-acc9-455f425a69b8 2025-10-31 02:57:49,072 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:57:49,073 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=27bb6e73-b972-4c8d-b663-317557dfe978 2025-10-31 02:57:49,082 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e104eda2-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:57:49,085 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e29464ae-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:57:49,086 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:57:49,088 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:57:49,088 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:57:49,090 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:57:49,091 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=c35ea460-ccdf-4895-87c2-47436129d764 2025-10-31 02:57:49,102 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2099a2c-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:57:54,085 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:57:54,104 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:57:54,106 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:57:54,107 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:57:54,109 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:57:59,092 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:57:59,119 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:57:59,121 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:57:59,122 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:57:59,124 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:58:04,101 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:58:04,134 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:58:04,136 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:58:04,137 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:58:04,139 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:58:09,109 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:58:09,151 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:58:09,153 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:58:09,154 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:58:09,156 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:58:14,116 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:58:14,168 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:58:14,169 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:58:14,171 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:58:14,173 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:58:19,128 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a9d319e-3ffc-459e-a255-51877cc75fba 2025-10-31 02:58:19,135 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e1731d0e-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:58:19,184 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=aea19ec7-e706-4ab6-9012-f74049922d5a 2025-10-31 02:58:19,186 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a05c0d26-bd8c-41d1-912e-0bed47382b1a 2025-10-31 02:58:19,188 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=067b22d6-3660-480a-8491-8d720eb7d0d6 2025-10-31 02:58:19,189 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=83bb01e8-a132-43cf-9978-cdc5b3e5b2de 2025-10-31 02:58:19,200 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e427727a-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:58:19,204 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e4a085f2-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:58:19,207 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3a2fbc6-b604-11f0-8e3e-fa163ed8a0a4 2025-10-31 02:58:19,209 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3152fbc-b604-11f0-8e3e-fa163ed8a0a4