2025-10-31 02:11:29,014 - DEBUG - [10.0.0.131]: Running cmd : hostname 2025-10-31 02:11:29,262 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-404-1.novalocal 2025-10-31 02:11:29,262 - DEBUG - [10.0.0.131]: Running cmd : hostname -f 2025-10-31 02:11:29,376 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-404-1.novalocal 2025-10-31 02:11:29,376 - DEBUG - [10.0.0.131]: 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:11:29,527 - DEBUG - Output : NAMES contrail_test_AGhtPCWku vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_svcmonitor_1 config_dnsmasq_1 config_nodemgr_1 config_api_1 config_schema_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-10-31 02:11:29,528 - DEBUG - [10.0.0.131]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-31 02:11:29,650 - DEBUG - Output : 127.0.0.1/8 10.0.0.131/24 10.20.0.254/24 172.17.0.1/16 10.20.0.254/24 2025-10-31 02:11:29,651 - DEBUG - [10.0.0.131]: Running cmd : getent hosts 10.0.0.131 | head -n 1 | awk '{print $2}' 2025-10-31 02:11:29,764 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-404-1.novalocal 2025-10-31 02:11:29,765 - DEBUG - [10.0.0.131]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-31 02:11:29,877 - DEBUG - Output : 10.20.0.254/24 2025-10-31 02:11:29,877 - DEBUG - [10.0.0.131]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2025-10-31 02:11:29,990 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-404-1.novalocal 2025-10-31 02:11:30,263 - INFO - Using existing project ['default-domain', 'k8s-default'](bf746b70-5443-4b0a-b47f-75f31f95b9f1) 2025-10-31 02:11:30,349 - INFO - Using existing project ['default-domain', 'k8s-default'](bf746b70-5443-4b0a-b47f-75f31f95b9f1) 2025-10-31 02:11:30,483 - INFO - ================================================================================ 2025-10-31 02:11:30,483 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-31 02:11:30,483 - 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:11:30,748 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:11:30,755 - DEBUG - Nothing to compare xmpp stats {'10.0.0.131': {'10.20.0.254': '0'}} with 2025-10-31 02:11:30,755 - INFO - Initial checks done. Running the testcase now 2025-10-31 02:11:30,755 - INFO - 2025-10-31 02:11:30,759 - INFO - Namespace default already exists 2025-10-31 02:11:30,760 - DEBUG - [10.0.0.131]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 02:11:30,931 - DEBUG - Output : cluster_project={} 2025-10-31 02:11:30,981 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-31 02:11:30,981 - DEBUG - Project uuid in Contrail is bf746b70-5443-4b0a-b47f-75f31f95b9f1 2025-10-31 02:11:30,981 - DEBUG - [10.0.0.131]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-31 02:11:31,142 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-31 02:11:31,142 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_NamespaceDatabaseList?namespace_uuid=2306e799-6171-4962-95c0-38dd9e9a6585 2025-10-31 02:11:31,146 - INFO - Namespace default with uuid 2306e799-6171-4962-95c0-38dd9e9a6585 found in kube manager 2025-10-31 02:11:31,146 - INFO - Namespace default verification passed 2025-10-31 02:11:31,149 - DEBUG - Service ctest-nginx-svc-41909626 not present 2025-10-31 02:11:31,150 - INFO - Creating service ctest-nginx-svc-41909626 2025-10-31 02:11:31,167 - INFO - Created Service ctest-nginx-svc-41909626 2025-10-31 02:11:31,173 - DEBUG - Pod ctest-nginx-pod-28497915 not present 2025-10-31 02:11:31,175 - INFO - Creating Pod ctest-nginx-pod-28497915 2025-10-31 02:11:31,221 - DEBUG - Pod : ctest-nginx-pod-28497915 UUID is a3d98794-7082-4565-8e03-6ddc6b5d44f6 2025-10-31 02:11:31,239 - DEBUG - Pod ctest-nginx-pod-10056661 not present 2025-10-31 02:11:31,241 - INFO - Creating Pod ctest-nginx-pod-10056661 2025-10-31 02:11:31,282 - DEBUG - Pod : ctest-nginx-pod-10056661 UUID is 1a429cb0-dffd-487b-abb6-5ea7d637a0a2 2025-10-31 02:11:31,422 - INFO - Created VN __public__, UUID :7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:31,608 - DEBUG - Requesting: http://10.0.0.131:8082/domains 2025-10-31 02:11:31,614 - DEBUG - Requesting: http://10.0.0.131:8082/domain/f451eb14-8e40-453b-b0cd-325bcb80413f 2025-10-31 02:11:31,627 - DEBUG - Requesting: http://10.0.0.131:8082/project/bf746b70-5443-4b0a-b47f-75f31f95b9f1 2025-10-31 02:11:31,677 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-network/7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:31,686 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-network/7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:31,697 - DEBUG - Requesting: http://10.0.0.131:8082/routing-instance/b6f7919a-7829-4ddb-9096-63a8da28cc94 2025-10-31 02:11:31,708 - DEBUG - Requesting: http://10.0.0.131:8082/routing-instance/b6f7919a-7829-4ddb-9096-63a8da28cc94 2025-10-31 02:11:31,716 - DEBUG - Requesting: http://10.0.0.131:8082/route-target/29422f87-aa33-4e5d-a187-6b584ad08314 2025-10-31 02:11:31,722 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 02:11:31,722 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-network/7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:31,731 - DEBUG - Requesting: http://10.0.0.131:8082/routing-instance/b6f7919a-7829-4ddb-9096-63a8da28cc94 2025-10-31 02:11:31,744 - INFO - Verified VN network id 15 for VN 7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:31,744 - INFO - Verifications in API Server for VN __public__ passed 2025-10-31 02:11:31,744 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-network/7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:31,753 - DEBUG - Requesting: http://10.0.0.131:8082/routing-instance/b6f7919a-7829-4ddb-9096-63a8da28cc94 2025-10-31 02:11:31,765 - DEBUG - Requesting: http://10.0.0.131:8082/routing-instance/b6f7919a-7829-4ddb-9096-63a8da28cc94 2025-10-31 02:11:31,772 - DEBUG - Requesting: http://10.0.0.131:8082/route-target/29422f87-aa33-4e5d-a187-6b584ad08314 2025-10-31 02:11:31,780 - DEBUG - Requesting: http://10.0.0.131:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 02:11:31,785 - DEBUG - Control-node 10.0.0.131 : 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': '9197570848353436812', 'uuid-lslong': '10356384723534884083'}, 'enable': 'true', 'created': '2025-10-31T02:11:31', 'last-modified': '2025-10-31T02:11:31', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.288778'} 2025-10-31 02:11:31,785 - DEBUG - Requesting: http://10.0.0.131:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:11:31,821 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-31 02:11:31,821 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-31 02:11:31,821 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-31 02:11:31,822 - DEBUG - Requesting: http://10.0.0.131:8082/domains 2025-10-31 02:11:31,826 - DEBUG - Requesting: http://10.0.0.131:8082/domain/f451eb14-8e40-453b-b0cd-325bcb80413f 2025-10-31 02:11:31,832 - DEBUG - Requesting: http://10.0.0.131:8082/project/bf746b70-5443-4b0a-b47f-75f31f95b9f1 2025-10-31 02:11:31,916 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-network/7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:31,927 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-31 02:11:31,927 - DEBUG - Verifying the vn in opserver 2025-10-31 02:11:31,927 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.131 2025-10-31 02:11:31,927 - DEBUG - Requesting: http://10.0.0.131:8081/analytics/uves/virtual-networks 2025-10-31 02:11:31,933 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.131:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-31 02:11:31,933 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-31 02:11:31,933 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:11:31,946 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:11:31,953 - DEBUG - Do not have enough data to verify VN in agent 2025-10-31 02:11:31,953 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:11:31,960 - DEBUG - VRF ids for VN __public__: {} 2025-10-31 02:11:32,027 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-31 02:11:32,216 - DEBUG - Requesting: http://10.0.0.131:8082/domains 2025-10-31 02:11:32,221 - DEBUG - Requesting: http://10.0.0.131:8082/domain/f451eb14-8e40-453b-b0cd-325bcb80413f 2025-10-31 02:11:32,228 - DEBUG - Requesting: http://10.0.0.131:8082/project/bf746b70-5443-4b0a-b47f-75f31f95b9f1 2025-10-31 02:11:32,272 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-network/7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:32,284 - DEBUG - Requesting: http://10.0.0.131:8082/floating-ip-pool/c9ac8414-aef5-430d-93b3-9b6f97ca573e 2025-10-31 02:11:32,290 - DEBUG - Requesting: http://10.0.0.131:8082/domains 2025-10-31 02:11:32,295 - DEBUG - Requesting: http://10.0.0.131:8082/domain/f451eb14-8e40-453b-b0cd-325bcb80413f 2025-10-31 02:11:32,310 - DEBUG - Requesting: http://10.0.0.131:8082/project/bf746b70-5443-4b0a-b47f-75f31f95b9f1 2025-10-31 02:11:32,356 - DEBUG - Requesting: http://10.0.0.131:8082/virtual-network/7fa455f4-ac98-448c-8fb9-45091b942cf3 2025-10-31 02:11:32,373 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-31 02:11:32,373 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-31 02:11:32,384 - DEBUG - Requesting: http://10.0.0.131: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:11:32,388 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-31 02:11:32,389 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-31 02:11:32,392 - DEBUG - Ingress ctest-nginx-ingress-81770231 not present 2025-10-31 02:11:32,392 - INFO - Creating Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:32,484 - INFO - Created Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:32,488 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:35,496 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:38,502 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:41,508 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:44,513 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:47,519 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:50,524 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:53,530 - DEBUG - For Ingress ctest-nginx-ingress-81770231, Cluster IP: 10.47.255.246, External IPs ['5.79.56.252'] 2025-10-31 02:11:53,530 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-81770231 2025-10-31 02:11:53,530 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_LoadbalancerDatabaseList?x=9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e 2025-10-31 02:11:53,535 - INFO - Ingress ctest-nginx-ingress-81770231 with uuid 9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e found in kube manager 2025-10-31 02:11:53,535 - INFO - Ingress ctest-nginx-ingress-81770231 verification passed 2025-10-31 02:11:53,538 - DEBUG - Pod ctest-busybox-pod-56058053 not present 2025-10-31 02:11:53,539 - INFO - Creating Pod ctest-busybox-pod-56058053 2025-10-31 02:11:53,576 - DEBUG - Pod : ctest-busybox-pod-56058053 UUID is 811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:11:53,587 - DEBUG - Pod ctest-nginx-pod-28497915 not in running state.Currently in Pending 2025-10-31 02:11:58,595 - INFO - Pod ctest-nginx-pod-28497915 is in running state.Got IP 10.47.255.248 2025-10-31 02:11:58,650 - DEBUG - Pod ctest-nginx-pod-28497915 has vmi ee376852-b5fe-11f0-95d1-fa163e27e4cf 2025-10-31 02:11:58,650 - INFO - Verified pod ctest-nginx-pod-28497915 in contrail-api 2025-10-31 02:11:58,650 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:11:58,678 - DEBUG - VMI ee376852-b5fe-11f0-95d1-fa163e27e4cf is active in agent 10.0.0.131 2025-10-31 02:11:58,679 - INFO - Verified Pod ctest-nginx-pod-28497915 in agent 10.0.0.131 2025-10-31 02:11:58,679 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_VirtualMachineDatabaseList?x=a3d98794-7082-4565-8e03-6ddc6b5d44f6 2025-10-31 02:11:58,686 - INFO - Pod ctest-nginx-pod-28497915 with uuid a3d98794-7082-4565-8e03-6ddc6b5d44f6 found in kube manager 2025-10-31 02:11:58,692 - INFO - Pod ctest-nginx-pod-28497915 verification passed 2025-10-31 02:11:58,787 - DEBUG - [Pod ctest-nginx-pod-28497915] Cmd: echo ctest-nginx-pod-28497915 > /usr/share/nginx/html/index.html, Output: 2025-10-31 02:11:58,796 - INFO - Pod ctest-nginx-pod-10056661 is in running state.Got IP 10.47.255.247 2025-10-31 02:11:58,810 - DEBUG - Pod ctest-nginx-pod-10056661 has vmi f0e464c4-b5fe-11f0-95d1-fa163e27e4cf 2025-10-31 02:11:58,810 - INFO - Verified pod ctest-nginx-pod-10056661 in contrail-api 2025-10-31 02:11:58,811 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:11:58,822 - DEBUG - VMI f0e464c4-b5fe-11f0-95d1-fa163e27e4cf is active in agent 10.0.0.131 2025-10-31 02:11:58,822 - INFO - Verified Pod ctest-nginx-pod-10056661 in agent 10.0.0.131 2025-10-31 02:11:58,822 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_VirtualMachineDatabaseList?x=1a429cb0-dffd-487b-abb6-5ea7d637a0a2 2025-10-31 02:11:58,827 - INFO - Pod ctest-nginx-pod-10056661 with uuid 1a429cb0-dffd-487b-abb6-5ea7d637a0a2 found in kube manager 2025-10-31 02:11:58,827 - INFO - Pod ctest-nginx-pod-10056661 verification passed 2025-10-31 02:11:58,885 - DEBUG - [Pod ctest-nginx-pod-10056661] Cmd: echo ctest-nginx-pod-10056661 > /usr/share/nginx/html/index.html, Output: 2025-10-31 02:11:58,893 - DEBUG - Pod ctest-busybox-pod-56058053 not in running state.Currently in Pending 2025-10-31 02:12:03,900 - DEBUG - Pod ctest-busybox-pod-56058053 not in running state.Currently in Pending 2025-10-31 02:12:08,908 - DEBUG - Pod ctest-busybox-pod-56058053 not in running state.Currently in Pending 2025-10-31 02:12:13,917 - INFO - Pod ctest-busybox-pod-56058053 is in running state.Got IP 10.47.255.245 2025-10-31 02:12:13,931 - DEBUG - Pod ctest-busybox-pod-56058053 has vmi fafb15ac-b5fe-11f0-95d1-fa163e27e4cf 2025-10-31 02:12:13,931 - INFO - Verified pod ctest-busybox-pod-56058053 in contrail-api 2025-10-31 02:12:13,931 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:12:13,941 - DEBUG - VMI fafb15ac-b5fe-11f0-95d1-fa163e27e4cf is active in agent 10.0.0.131 2025-10-31 02:12:13,941 - INFO - Verified Pod ctest-busybox-pod-56058053 in agent 10.0.0.131 2025-10-31 02:12:13,941 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_VirtualMachineDatabaseList?x=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:13,945 - INFO - Pod ctest-busybox-pod-56058053 with uuid 811358b9-5185-4567-b4be-1e80e9608e45 found in kube manager 2025-10-31 02:12:13,945 - INFO - Pod ctest-busybox-pod-56058053 verification passed 2025-10-31 02:12:13,989 - DEBUG - [Pod ctest-busybox-pod-56058053] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-28497915 2025-10-31 02:12:13,989 - DEBUG - [Pod Pod ctest-busybox-pod-56058053] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-31 02:12:13,990 - DEBUG - [Pod Pod ctest-busybox-pod-56058053] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-28497915 2025-10-31 02:12:14,038 - DEBUG - [Pod ctest-busybox-pod-56058053] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-28497915 2025-10-31 02:12:14,038 - DEBUG - [Pod Pod ctest-busybox-pod-56058053] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-31 02:12:14,038 - DEBUG - [Pod Pod ctest-busybox-pod-56058053] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-28497915 2025-10-31 02:12:14,083 - DEBUG - [Pod ctest-busybox-pod-56058053] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-10056661 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-31 02:12:14,083 - DEBUG - [Pod Pod ctest-busybox-pod-56058053] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-31 02:12:14,084 - DEBUG - [Pod Pod ctest-busybox-pod-56058053] Cmd output: ctest-nginx-pod-10056661 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-31 02:12:14,084 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-28497915': 2, 'ctest-nginx-pod-10056661': 1} 2025-10-31 02:12:14,084 - WARNING - Nothing to delete parallely 2025-10-31 02:12:14,084 - INFO - Deleting pod default:ctest-busybox-pod-56058053 2025-10-31 02:12:14,095 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:14,100 - WARNING - Pod uuid 811358b9-5185-4567-b4be-1e80e9608e45 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:19,101 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:19,107 - WARNING - Pod uuid 811358b9-5185-4567-b4be-1e80e9608e45 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:24,108 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:24,115 - WARNING - Pod uuid 811358b9-5185-4567-b4be-1e80e9608e45 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:29,116 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:29,121 - WARNING - Pod uuid 811358b9-5185-4567-b4be-1e80e9608e45 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:34,121 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:34,128 - WARNING - Pod uuid 811358b9-5185-4567-b4be-1e80e9608e45 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:39,129 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:39,136 - WARNING - Pod uuid 811358b9-5185-4567-b4be-1e80e9608e45 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:44,137 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:44,143 - WARNING - Pod uuid 811358b9-5185-4567-b4be-1e80e9608e45 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:49,144 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=811358b9-5185-4567-b4be-1e80e9608e45 2025-10-31 02:12:49,150 - DEBUG - Pod 811358b9-5185-4567-b4be-1e80e9608e45 is not in agent 10.0.0.131 VM list 2025-10-31 02:12:49,150 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fafb15ac-b5fe-11f0-95d1-fa163e27e4cf 2025-10-31 02:12:49,155 - DEBUG - VMI fafb15ac-b5fe-11f0-95d1-fa163e27e4cf is removed from agent 10.0.0.131 2025-10-31 02:12:49,155 - INFO - Verified that pod ctest-busybox-pod-56058053 is removed in agent 2025-10-31 02:12:49,156 - INFO - Deleting Ingress : ctest-nginx-ingress-81770231 2025-10-31 02:12:49,163 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_LoadbalancerDatabaseList?x=9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e 2025-10-31 02:12:49,171 - ERROR - Ingress ctest-nginx-ingress-81770231 with uuid 9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e still found in kube manager 2025-10-31 02:12:50,172 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_LoadbalancerDatabaseList?x=9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e 2025-10-31 02:12:50,178 - ERROR - Ingress ctest-nginx-ingress-81770231 with uuid 9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e still found in kube manager 2025-10-31 02:12:51,180 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_LoadbalancerDatabaseList?x=9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e 2025-10-31 02:12:51,185 - ERROR - Ingress ctest-nginx-ingress-81770231 with uuid 9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e still found in kube manager 2025-10-31 02:12:52,186 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_LoadbalancerDatabaseList?x=9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e 2025-10-31 02:12:52,191 - ERROR - Ingress ctest-nginx-ingress-81770231 with uuid 9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e still found in kube manager 2025-10-31 02:12:53,192 - DEBUG - Requesting: http://10.0.0.131:8108/Snh_LoadbalancerDatabaseList?x=9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e 2025-10-31 02:12:53,196 - INFO - Ingress ctest-nginx-ingress-81770231 with uuid 9864e17a-a1e2-49a5-9ab9-7709b4f1ae7e deleted successfully from kube manager 2025-10-31 02:12:53,196 - INFO - Verifications on Ingress %s cleanup passed 2025-10-31 02:12:53,196 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-31 02:12:53,285 - DEBUG - Requesting: http://10.0.0.131: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:12:53,292 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-31 02:12:53,292 - INFO - Deleting VN __public__ 2025-10-31 02:12:53,474 - DEBUG - Requesting: http://10.0.0.131:8082/routing-instance/b6f7919a-7829-4ddb-9096-63a8da28cc94 2025-10-31 02:12:53,478 - DEBUG - Response Code: 404 2025-10-31 02:12:53,478 - DEBUG - Requesting: http://10.0.0.131:8082/domains 2025-10-31 02:12:53,482 - DEBUG - Requesting: http://10.0.0.131:8082/domain/f451eb14-8e40-453b-b0cd-325bcb80413f 2025-10-31 02:12:53,490 - DEBUG - Requesting: http://10.0.0.131:8082/project/bf746b70-5443-4b0a-b47f-75f31f95b9f1 2025-10-31 02:12:53,587 - INFO - Validated that VN __public__ is not found in API Server 2025-10-31 02:12:53,588 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-31 02:12:53,595 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:12:53,609 - DEBUG - VN __public__ is not present in Agent 10.0.0.131 2025-10-31 02:12:53,609 - INFO - Validated that VN __public__ is not in any agent 2025-10-31 02:12:53,610 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:12:53,625 - DEBUG - Requesting: http://10.0.0.131:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-31 02:12:53,630 - DEBUG - Requesting: http://10.0.0.131:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-31 02:12:53,636 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-31 02:12:53,636 - INFO - Deleting pod default:ctest-nginx-pod-10056661 2025-10-31 02:12:53,661 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=1a429cb0-dffd-487b-abb6-5ea7d637a0a2 2025-10-31 02:12:53,800 - WARNING - Pod uuid 1a429cb0-dffd-487b-abb6-5ea7d637a0a2 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:12:58,801 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=1a429cb0-dffd-487b-abb6-5ea7d637a0a2 2025-10-31 02:12:58,807 - DEBUG - Pod 1a429cb0-dffd-487b-abb6-5ea7d637a0a2 is not in agent 10.0.0.131 VM list 2025-10-31 02:12:58,807 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0e464c4-b5fe-11f0-95d1-fa163e27e4cf 2025-10-31 02:12:58,812 - DEBUG - VMI f0e464c4-b5fe-11f0-95d1-fa163e27e4cf is removed from agent 10.0.0.131 2025-10-31 02:12:58,812 - INFO - Verified that pod ctest-nginx-pod-10056661 is removed in agent 2025-10-31 02:12:58,812 - INFO - Deleting pod default:ctest-nginx-pod-28497915 2025-10-31 02:12:58,830 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=a3d98794-7082-4565-8e03-6ddc6b5d44f6 2025-10-31 02:12:58,847 - WARNING - Pod uuid a3d98794-7082-4565-8e03-6ddc6b5d44f6 is still seen in agent 10.0.0.131 VM list 2025-10-31 02:13:03,849 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=a3d98794-7082-4565-8e03-6ddc6b5d44f6 2025-10-31 02:13:03,855 - DEBUG - Pod a3d98794-7082-4565-8e03-6ddc6b5d44f6 is not in agent 10.0.0.131 VM list 2025-10-31 02:13:03,855 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ee376852-b5fe-11f0-95d1-fa163e27e4cf 2025-10-31 02:13:03,859 - DEBUG - VMI ee376852-b5fe-11f0-95d1-fa163e27e4cf is removed from agent 10.0.0.131 2025-10-31 02:13:03,859 - INFO - Verified that pod ctest-nginx-pod-28497915 is removed in agent 2025-10-31 02:13:03,859 - INFO - Deleting service : ctest-nginx-svc-41909626 2025-10-31 02:13:04,410 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:13:04,415 - DEBUG - No XMPP flaps were noticed during the test 2025-10-31 02:13:04,416 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:34] 2025-10-31 02:13:04,416 - INFO - -------------------------------------------------------------------------------- 2025-10-31 02:13:10,800 - DEBUG - [10.0.0.131]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 02:13:10,981 - DEBUG - Output : cluster_project={} 2025-10-31 02:13:11,033 - DEBUG - [10.0.0.131]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-31 02:13:11,213 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-31 02:13:11,223 - DEBUG - [10.0.0.131]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-31 02:13:11,424 - DEBUG - Output : cluster_project={} 2025-10-31 02:13:36,538 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:13:41,601 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:13:41,644 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:13:46,713 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:14:01,777 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:14:06,825 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:14:06,865 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:14:06,901 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-31 02:14:07,495 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:14:15,403 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_ApplicationPolicySetReq? 2025-10-31 02:14:15,408 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AclReq? 2025-10-31 02:14:15,443 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AclReq? 2025-10-31 02:14:17,465 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AclReq? 2025-10-31 02:14:19,489 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AclReq? 2025-10-31 02:17:19,497 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-31 02:17:19,591 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=34d641d4-e372-42e1-8995-94cac9beb49b 2025-10-31 02:17:19,597 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:19,633 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:19,649 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:19,665 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=48cf1b5a-0ab3-4483-a079-0dd92f5e1068 2025-10-31 02:17:19,675 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=86c582dc-11f5-472a-b2df-4e2c7b3a0315 2025-10-31 02:17:19,683 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=76c1a830-b6a6-4deb-aca6-179185b8fca4 2025-10-31 02:17:19,688 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:24,705 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:24,707 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=34d641d4-e372-42e1-8995-94cac9beb49b 2025-10-31 02:17:24,734 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:24,736 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=48cf1b5a-0ab3-4483-a079-0dd92f5e1068 2025-10-31 02:17:24,737 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:24,738 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:24,739 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=76c1a830-b6a6-4deb-aca6-179185b8fca4 2025-10-31 02:17:24,741 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=86c582dc-11f5-472a-b2df-4e2c7b3a0315 2025-10-31 02:17:24,764 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e2f9484-b5ff-11f0-95d1-fa163e27e4cf 2025-10-31 02:17:29,716 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:29,719 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=34d641d4-e372-42e1-8995-94cac9beb49b 2025-10-31 02:17:29,759 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:29,761 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=48cf1b5a-0ab3-4483-a079-0dd92f5e1068 2025-10-31 02:17:29,762 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=86c582dc-11f5-472a-b2df-4e2c7b3a0315 2025-10-31 02:17:29,763 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:29,764 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:29,779 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30f57d1e-b5ff-11f0-95d1-fa163e27e4cf 2025-10-31 02:17:29,780 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:33a982f8-b5ff-11f0-95d1-fa163e27e4cf 2025-10-31 02:17:34,723 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:34,727 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=34d641d4-e372-42e1-8995-94cac9beb49b 2025-10-31 02:17:34,734 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2b7916d4-b5ff-11f0-95d1-fa163e27e4cf 2025-10-31 02:17:34,779 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:34,780 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:34,781 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:39,730 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:39,791 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:39,792 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:39,793 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:44,737 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:44,804 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:44,806 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:44,807 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:49,744 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:49,817 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:49,818 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:49,819 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:54,752 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:54,833 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=7e6be0e8-f9c1-4f4e-a7df-a4e939898fab 2025-10-31 02:17:54,839 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:39f85440-b5ff-11f0-95d1-fa163e27e4cf 2025-10-31 02:17:54,840 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:54,841 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:59,758 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:17:59,852 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8307d6f5-968f-4bbf-8447-635928aeb472 2025-10-31 02:17:59,853 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=c43ecaaa-c995-48b0-84a7-df59f978d317 2025-10-31 02:17:59,860 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c0ad190-b5ff-11f0-95d1-fa163e27e4cf 2025-10-31 02:17:59,862 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:36f9ab90-b5ff-11f0-95d1-fa163e27e4cf 2025-10-31 02:18:04,763 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=036164bd-a70c-4f44-bee0-a05f04c90e8b 2025-10-31 02:18:04,768 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:387b5d56-b5ff-11f0-95d1-fa163e27e4cf