2025-10-13 12:30:47,670 - DEBUG - [10.0.0.254]: Running cmd : hostname 2025-10-13 12:30:47,912 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-402-1.novalocal 2025-10-13 12:30:47,912 - DEBUG - [10.0.0.254]: Running cmd : hostname -f 2025-10-13 12:30:48,027 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-402-1.novalocal 2025-10-13 12:30:48,027 - DEBUG - [10.0.0.254]: 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-13 12:30:48,181 - DEBUG - Output : NAMES contrail_test_5vVWmVhdq vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_web_1 webui_job_1 config_devicemgr_1 config_schema_1 config_nodemgr_1 config_svcmonitor_1 config_api_1 config_dnsmasq_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-10-13 12:30:48,181 - DEBUG - [10.0.0.254]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-13 12:30:48,308 - DEBUG - Output : 127.0.0.1/8 10.0.0.254/24 10.20.0.14/24 172.17.0.1/16 10.20.0.14/24 2025-10-13 12:30:48,308 - DEBUG - [10.0.0.254]: Running cmd : getent hosts 10.0.0.254 | head -n 1 | awk '{print $2}' 2025-10-13 12:30:48,424 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-402-1.novalocal 2025-10-13 12:30:48,424 - DEBUG - [10.0.0.254]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-13 12:30:48,558 - DEBUG - Output : 10.20.0.14/24 2025-10-13 12:30:48,558 - DEBUG - [10.0.0.254]: Running cmd : getent hosts 10.20.0.14 | head -n 1 | awk '{print $2}' 2025-10-13 12:30:48,684 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-402-1.novalocal 2025-10-13 12:30:48,979 - INFO - Using existing project ['default-domain', 'k8s-default'](ad506171-dd99-4dc8-ae49-5885e1f44656) 2025-10-13 12:30:49,068 - INFO - Using existing project ['default-domain', 'k8s-default'](ad506171-dd99-4dc8-ae49-5885e1f44656) 2025-10-13 12:30:49,206 - INFO - ================================================================================ 2025-10-13 12:30:49,207 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-13 12:30:49,208 - 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-13 12:30:49,520 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:30:49,528 - DEBUG - Nothing to compare xmpp stats {'10.0.0.254': {'10.20.0.14': '0'}} with 2025-10-13 12:30:49,528 - INFO - Initial checks done. Running the testcase now 2025-10-13 12:30:49,528 - INFO - 2025-10-13 12:30:49,641 - INFO - Namespace default already exists 2025-10-13 12:30:49,641 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-13 12:30:49,855 - DEBUG - Output : cluster_project={} 2025-10-13 12:30:49,922 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-13 12:30:49,923 - DEBUG - Project uuid in Contrail is ad506171-dd99-4dc8-ae49-5885e1f44656 2025-10-13 12:30:49,923 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-13 12:30:50,087 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-13 12:30:50,088 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_NamespaceDatabaseList?namespace_uuid=81104ec1-04ad-4833-b4e1-c4a3157876ac 2025-10-13 12:30:50,093 - INFO - Namespace default with uuid 81104ec1-04ad-4833-b4e1-c4a3157876ac found in kube manager 2025-10-13 12:30:50,093 - INFO - Namespace default verification passed 2025-10-13 12:30:50,098 - DEBUG - Service ctest-nginx-svc-05927680 not present 2025-10-13 12:30:50,099 - INFO - Creating service ctest-nginx-svc-05927680 2025-10-13 12:30:50,133 - INFO - Created Service ctest-nginx-svc-05927680 2025-10-13 12:30:50,141 - DEBUG - Pod ctest-nginx-pod-36553603 not present 2025-10-13 12:30:50,141 - INFO - Creating Pod ctest-nginx-pod-36553603 2025-10-13 12:30:50,178 - DEBUG - Pod : ctest-nginx-pod-36553603 UUID is faad0c88-f35c-48f6-8585-513e57cbefa9 2025-10-13 12:30:50,181 - DEBUG - Pod ctest-nginx-pod-56186574 not present 2025-10-13 12:30:50,182 - INFO - Creating Pod ctest-nginx-pod-56186574 2025-10-13 12:30:50,239 - DEBUG - Pod : ctest-nginx-pod-56186574 UUID is d5d46cf7-be60-404f-8e7d-c91cd0ba7945 2025-10-13 12:30:50,415 - INFO - Created VN __public__, UUID :f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:50,631 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-10-13 12:30:50,636 - DEBUG - Requesting: http://10.0.0.254:8082/domain/0cbb005d-dbf8-4b9d-b46c-9436f27652d5 2025-10-13 12:30:50,651 - DEBUG - Requesting: http://10.0.0.254:8082/project/ad506171-dd99-4dc8-ae49-5885e1f44656 2025-10-13 12:30:50,701 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:50,710 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:50,719 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/462e1884-329c-46cc-91be-b7478ab5102a 2025-10-13 12:30:50,726 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/462e1884-329c-46cc-91be-b7478ab5102a 2025-10-13 12:30:50,732 - DEBUG - Requesting: http://10.0.0.254:8082/route-target/53c035ad-308f-4e2c-a982-2b288f7478d5 2025-10-13 12:30:50,738 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-13 12:30:50,738 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:50,750 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/462e1884-329c-46cc-91be-b7478ab5102a 2025-10-13 12:30:50,765 - INFO - Verified VN network id 15 for VN f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:50,765 - INFO - Verifications in API Server for VN __public__ passed 2025-10-13 12:30:50,765 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:50,773 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/462e1884-329c-46cc-91be-b7478ab5102a 2025-10-13 12:30:50,780 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/462e1884-329c-46cc-91be-b7478ab5102a 2025-10-13 12:30:50,786 - DEBUG - Requesting: http://10.0.0.254:8082/route-target/53c035ad-308f-4e2c-a982-2b288f7478d5 2025-10-13 12:30:50,793 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-13 12:30:50,798 - DEBUG - Control-node 10.0.0.254 : 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': '17483238711065136992', 'uuid-lslong': '12088831451354440491'}, 'enable': 'true', 'created': '2025-10-13T12:30:50', 'last-modified': '2025-10-13T12:30:50', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.267822'} 2025-10-13 12:30:50,798 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:30:50,805 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-13 12:30:50,805 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-13 12:30:50,808 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-13 12:30:50,808 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-10-13 12:30:50,812 - DEBUG - Requesting: http://10.0.0.254:8082/domain/0cbb005d-dbf8-4b9d-b46c-9436f27652d5 2025-10-13 12:30:50,819 - DEBUG - Requesting: http://10.0.0.254:8082/project/ad506171-dd99-4dc8-ae49-5885e1f44656 2025-10-13 12:30:50,877 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:50,890 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-13 12:30:50,890 - DEBUG - Verifying the vn in opserver 2025-10-13 12:30:50,890 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.254 2025-10-13 12:30:50,890 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/virtual-networks 2025-10-13 12:30:50,896 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.254:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-13 12:30:50,896 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-13 12:30:50,897 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:30:50,908 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:30:50,915 - DEBUG - Do not have enough data to verify VN in agent 2025-10-13 12:30:50,915 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:30:50,923 - DEBUG - VRF ids for VN __public__: {} 2025-10-13 12:30:51,009 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-13 12:30:51,087 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-10-13 12:30:51,095 - DEBUG - Requesting: http://10.0.0.254:8082/domain/0cbb005d-dbf8-4b9d-b46c-9436f27652d5 2025-10-13 12:30:51,102 - DEBUG - Requesting: http://10.0.0.254:8082/project/ad506171-dd99-4dc8-ae49-5885e1f44656 2025-10-13 12:30:51,150 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:51,162 - DEBUG - Requesting: http://10.0.0.254:8082/floating-ip-pool/de14416a-7cc7-43d4-a283-b473322b9266 2025-10-13 12:30:51,169 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-10-13 12:30:51,175 - DEBUG - Requesting: http://10.0.0.254:8082/domain/0cbb005d-dbf8-4b9d-b46c-9436f27652d5 2025-10-13 12:30:51,182 - DEBUG - Requesting: http://10.0.0.254:8082/project/ad506171-dd99-4dc8-ae49-5885e1f44656 2025-10-13 12:30:51,239 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/f2a0f0fa-4065-4f60-a7c4-2827d78d232b 2025-10-13 12:30:51,253 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-13 12:30:51,254 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-13 12:30:51,263 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-13 12:30:51,273 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-13 12:30:51,273 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-13 12:30:51,278 - DEBUG - Ingress ctest-nginx-ingress-74611912 not present 2025-10-13 12:30:51,279 - INFO - Creating Ingress ctest-nginx-ingress-74611912 2025-10-13 12:30:51,290 - INFO - Created Ingress ctest-nginx-ingress-74611912 2025-10-13 12:30:51,295 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74611912 2025-10-13 12:30:54,301 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74611912 2025-10-13 12:30:57,308 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74611912 2025-10-13 12:31:00,314 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74611912 2025-10-13 12:31:03,333 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-74611912 2025-10-13 12:31:06,340 - DEBUG - For Ingress ctest-nginx-ingress-74611912, Cluster IP: 10.47.255.246, External IPs ['43.251.108.188'] 2025-10-13 12:31:06,340 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-74611912 2025-10-13 12:31:06,340 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:31:06,346 - INFO - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec found in kube manager 2025-10-13 12:31:06,348 - INFO - Ingress ctest-nginx-ingress-74611912 verification passed 2025-10-13 12:31:06,354 - DEBUG - Pod ctest-busybox-pod-25554119 not present 2025-10-13 12:31:06,354 - INFO - Creating Pod ctest-busybox-pod-25554119 2025-10-13 12:31:06,416 - DEBUG - Pod : ctest-busybox-pod-25554119 UUID is 33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:06,424 - DEBUG - Pod ctest-nginx-pod-36553603 not in running state.Currently in Pending 2025-10-13 12:31:11,433 - DEBUG - Pod ctest-nginx-pod-36553603 not in running state.Currently in Pending 2025-10-13 12:31:16,441 - INFO - Pod ctest-nginx-pod-36553603 is in running state.Got IP 10.47.255.248 2025-10-13 12:31:16,455 - DEBUG - Pod ctest-nginx-pod-36553603 has vmi 762553f0-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:31:16,455 - INFO - Verified pod ctest-nginx-pod-36553603 in contrail-api 2025-10-13 12:31:16,455 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:31:16,467 - DEBUG - VMI 762553f0-a830-11f0-b4c8-fa163ef4bef7 is active in agent 10.0.0.254 2025-10-13 12:31:16,467 - INFO - Verified Pod ctest-nginx-pod-36553603 in agent 10.0.0.254 2025-10-13 12:31:16,467 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_VirtualMachineDatabaseList?x=faad0c88-f35c-48f6-8585-513e57cbefa9 2025-10-13 12:31:16,471 - INFO - Pod ctest-nginx-pod-36553603 with uuid faad0c88-f35c-48f6-8585-513e57cbefa9 found in kube manager 2025-10-13 12:31:16,471 - INFO - Pod ctest-nginx-pod-36553603 verification passed 2025-10-13 12:31:16,533 - DEBUG - [Pod ctest-nginx-pod-36553603] Cmd: echo ctest-nginx-pod-36553603 > /usr/share/nginx/html/index.html, Output: 2025-10-13 12:31:16,543 - INFO - Pod ctest-nginx-pod-56186574 is in running state.Got IP 10.47.255.247 2025-10-13 12:31:16,560 - DEBUG - Pod ctest-nginx-pod-56186574 has vmi 77af802e-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:31:16,560 - INFO - Verified pod ctest-nginx-pod-56186574 in contrail-api 2025-10-13 12:31:16,560 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:31:16,570 - DEBUG - VMI 77af802e-a830-11f0-b4c8-fa163ef4bef7 is active in agent 10.0.0.254 2025-10-13 12:31:16,571 - INFO - Verified Pod ctest-nginx-pod-56186574 in agent 10.0.0.254 2025-10-13 12:31:16,571 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_VirtualMachineDatabaseList?x=d5d46cf7-be60-404f-8e7d-c91cd0ba7945 2025-10-13 12:31:16,575 - INFO - Pod ctest-nginx-pod-56186574 with uuid d5d46cf7-be60-404f-8e7d-c91cd0ba7945 found in kube manager 2025-10-13 12:31:16,575 - INFO - Pod ctest-nginx-pod-56186574 verification passed 2025-10-13 12:31:16,626 - DEBUG - [Pod ctest-nginx-pod-56186574] Cmd: echo ctest-nginx-pod-56186574 > /usr/share/nginx/html/index.html, Output: 2025-10-13 12:31:16,635 - DEBUG - Pod ctest-busybox-pod-25554119 not in running state.Currently in Pending 2025-10-13 12:31:21,643 - DEBUG - Pod ctest-busybox-pod-25554119 not in running state.Currently in Pending 2025-10-13 12:31:26,651 - DEBUG - Pod ctest-busybox-pod-25554119 not in running state.Currently in Pending 2025-10-13 12:31:31,659 - INFO - Pod ctest-busybox-pod-25554119 is in running state.Got IP 10.47.255.245 2025-10-13 12:31:31,674 - DEBUG - Pod ctest-busybox-pod-25554119 has vmi 8382944a-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:31:31,675 - INFO - Verified pod ctest-busybox-pod-25554119 in contrail-api 2025-10-13 12:31:31,675 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:31:31,686 - DEBUG - VMI 8382944a-a830-11f0-b4c8-fa163ef4bef7 is active in agent 10.0.0.254 2025-10-13 12:31:31,686 - INFO - Verified Pod ctest-busybox-pod-25554119 in agent 10.0.0.254 2025-10-13 12:31:31,686 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_VirtualMachineDatabaseList?x=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:31,690 - INFO - Pod ctest-busybox-pod-25554119 with uuid 33736408-aaee-45a2-b879-efc98e2ad0cc found in kube manager 2025-10-13 12:31:31,690 - INFO - Pod ctest-busybox-pod-25554119 verification passed 2025-10-13 12:31:31,741 - DEBUG - [Pod ctest-busybox-pod-25554119] 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-36553603 2025-10-13 12:31:31,741 - DEBUG - [Pod Pod ctest-busybox-pod-25554119] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-13 12:31:31,741 - DEBUG - [Pod Pod ctest-busybox-pod-25554119] 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-36553603 2025-10-13 12:31:31,786 - DEBUG - [Pod ctest-busybox-pod-25554119] 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-56186574 2025-10-13 12:31:31,786 - DEBUG - [Pod Pod ctest-busybox-pod-25554119] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-13 12:31:31,786 - DEBUG - [Pod Pod ctest-busybox-pod-25554119] 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-56186574 2025-10-13 12:31:31,786 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-36553603': 1, 'ctest-nginx-pod-56186574': 1} 2025-10-13 12:31:31,786 - WARNING - Nothing to delete parallely 2025-10-13 12:31:31,786 - INFO - Deleting pod default:ctest-busybox-pod-25554119 2025-10-13 12:31:31,799 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:31,805 - WARNING - Pod uuid 33736408-aaee-45a2-b879-efc98e2ad0cc is still seen in agent 10.0.0.254 VM list 2025-10-13 12:31:36,806 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:36,811 - WARNING - Pod uuid 33736408-aaee-45a2-b879-efc98e2ad0cc is still seen in agent 10.0.0.254 VM list 2025-10-13 12:31:41,812 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:41,821 - WARNING - Pod uuid 33736408-aaee-45a2-b879-efc98e2ad0cc is still seen in agent 10.0.0.254 VM list 2025-10-13 12:31:46,824 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:46,830 - WARNING - Pod uuid 33736408-aaee-45a2-b879-efc98e2ad0cc is still seen in agent 10.0.0.254 VM list 2025-10-13 12:31:51,831 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:51,838 - WARNING - Pod uuid 33736408-aaee-45a2-b879-efc98e2ad0cc is still seen in agent 10.0.0.254 VM list 2025-10-13 12:31:56,838 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:31:56,845 - WARNING - Pod uuid 33736408-aaee-45a2-b879-efc98e2ad0cc is still seen in agent 10.0.0.254 VM list 2025-10-13 12:32:01,845 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:32:01,851 - WARNING - Pod uuid 33736408-aaee-45a2-b879-efc98e2ad0cc is still seen in agent 10.0.0.254 VM list 2025-10-13 12:32:06,852 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=33736408-aaee-45a2-b879-efc98e2ad0cc 2025-10-13 12:32:06,857 - DEBUG - Pod 33736408-aaee-45a2-b879-efc98e2ad0cc is not in agent 10.0.0.254 VM list 2025-10-13 12:32:06,857 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8382944a-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:32:06,862 - DEBUG - VMI 8382944a-a830-11f0-b4c8-fa163ef4bef7 is removed from agent 10.0.0.254 2025-10-13 12:32:06,862 - INFO - Verified that pod ctest-busybox-pod-25554119 is removed in agent 2025-10-13 12:32:06,862 - INFO - Deleting Ingress : ctest-nginx-ingress-74611912 2025-10-13 12:32:06,870 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:06,875 - ERROR - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec still found in kube manager 2025-10-13 12:32:07,876 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:07,880 - ERROR - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec still found in kube manager 2025-10-13 12:32:08,881 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:08,886 - ERROR - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec still found in kube manager 2025-10-13 12:32:09,887 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:09,892 - ERROR - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec still found in kube manager 2025-10-13 12:32:10,892 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:10,897 - ERROR - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec still found in kube manager 2025-10-13 12:32:11,898 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:11,902 - ERROR - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec still found in kube manager 2025-10-13 12:32:12,902 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:12,907 - ERROR - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec still found in kube manager 2025-10-13 12:32:13,908 - DEBUG - Requesting: http://10.0.0.254:8108/Snh_LoadbalancerDatabaseList?x=89061bae-096b-4922-b601-1709382452ec 2025-10-13 12:32:13,912 - INFO - Ingress ctest-nginx-ingress-74611912 with uuid 89061bae-096b-4922-b601-1709382452ec deleted successfully from kube manager 2025-10-13 12:32:13,912 - INFO - Verifications on Ingress %s cleanup passed 2025-10-13 12:32:13,912 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-13 12:32:14,024 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-13 12:32:14,029 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-13 12:32:14,030 - INFO - Deleting VN __public__ 2025-10-13 12:32:14,174 - DEBUG - Requesting: http://10.0.0.254:8082/routing-instance/462e1884-329c-46cc-91be-b7478ab5102a 2025-10-13 12:32:14,180 - DEBUG - Response Code: 404 2025-10-13 12:32:14,181 - DEBUG - Requesting: http://10.0.0.254:8082/domains 2025-10-13 12:32:14,185 - DEBUG - Requesting: http://10.0.0.254:8082/domain/0cbb005d-dbf8-4b9d-b46c-9436f27652d5 2025-10-13 12:32:14,223 - DEBUG - Requesting: http://10.0.0.254:8082/project/ad506171-dd99-4dc8-ae49-5885e1f44656 2025-10-13 12:32:14,271 - INFO - Validated that VN __public__ is not found in API Server 2025-10-13 12:32:14,274 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-13 12:32:14,280 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:32:14,285 - DEBUG - VN __public__ is not present in Agent 10.0.0.254 2025-10-13 12:32:14,285 - INFO - Validated that VN __public__ is not in any agent 2025-10-13 12:32:14,286 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:32:14,292 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-13 12:32:14,297 - DEBUG - Requesting: http://10.0.0.254:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-13 12:32:14,303 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-13 12:32:14,304 - INFO - Deleting pod default:ctest-nginx-pod-56186574 2025-10-13 12:32:14,333 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=d5d46cf7-be60-404f-8e7d-c91cd0ba7945 2025-10-13 12:32:14,338 - WARNING - Pod uuid d5d46cf7-be60-404f-8e7d-c91cd0ba7945 is still seen in agent 10.0.0.254 VM list 2025-10-13 12:32:19,339 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=d5d46cf7-be60-404f-8e7d-c91cd0ba7945 2025-10-13 12:32:19,345 - DEBUG - Pod d5d46cf7-be60-404f-8e7d-c91cd0ba7945 is not in agent 10.0.0.254 VM list 2025-10-13 12:32:19,345 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:77af802e-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:32:19,350 - DEBUG - VMI 77af802e-a830-11f0-b4c8-fa163ef4bef7 is removed from agent 10.0.0.254 2025-10-13 12:32:19,351 - INFO - Verified that pod ctest-nginx-pod-56186574 is removed in agent 2025-10-13 12:32:19,351 - INFO - Deleting pod default:ctest-nginx-pod-36553603 2025-10-13 12:32:19,394 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=faad0c88-f35c-48f6-8585-513e57cbefa9 2025-10-13 12:32:19,402 - WARNING - Pod uuid faad0c88-f35c-48f6-8585-513e57cbefa9 is still seen in agent 10.0.0.254 VM list 2025-10-13 12:32:24,403 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=faad0c88-f35c-48f6-8585-513e57cbefa9 2025-10-13 12:32:24,408 - DEBUG - Pod faad0c88-f35c-48f6-8585-513e57cbefa9 is not in agent 10.0.0.254 VM list 2025-10-13 12:32:24,408 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:762553f0-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:32:24,412 - DEBUG - VMI 762553f0-a830-11f0-b4c8-fa163ef4bef7 is removed from agent 10.0.0.254 2025-10-13 12:32:24,412 - INFO - Verified that pod ctest-nginx-pod-36553603 is removed in agent 2025-10-13 12:32:24,413 - INFO - Deleting service : ctest-nginx-svc-05927680 2025-10-13 12:32:25,055 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:32:25,062 - DEBUG - No XMPP flaps were noticed during the test
2025-10-13 12:32:25,062 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:36]
2025-10-13 12:32:25,062 - INFO - -------------------------------------------------------------------------------- 2025-10-13 12:32:31,515 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-13 12:32:31,689 - DEBUG - Output : cluster_project={} 2025-10-13 12:32:31,738 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-13 12:32:31,910 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-13 12:32:31,915 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-13 12:32:32,114 - DEBUG - Output : cluster_project={} 2025-10-13 12:32:34,125 - DEBUG - [10.0.0.254]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-13 12:32:34,297 - DEBUG - Output : cluster_project={} 2025-10-13 12:32:59,472 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:32:59,512 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:33:09,569 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:33:09,608 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:33:24,682 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:33:24,720 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:33:24,752 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:33:24,785 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-13 12:33:25,345 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:33:32,364 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_ApplicationPolicySetReq? 2025-10-13 12:33:32,369 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AclReq? 2025-10-13 12:33:32,401 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AclReq? 2025-10-13 12:33:34,426 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AclReq? 2025-10-13 12:33:36,452 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AclReq? 2025-10-13 12:33:38,483 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AclReq? 2025-10-13 12:36:38,642 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-13 12:36:38,723 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=7df8e323-2804-4a5c-9594-31720a1b77ff 2025-10-13 12:36:38,736 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:36:38,746 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:36:38,776 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=fe623698-185f-479b-97c3-52ecbc048868 2025-10-13 12:36:38,790 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:36:38,809 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=0951f1f6-b3e8-4eb0-be6f-5bab167d0a43 2025-10-13 12:36:38,816 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:36:38,829 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=bc587e32-b61b-467d-9b9f-1f65d1fff6a9 2025-10-13 12:36:43,893 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:36:43,894 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=bc587e32-b61b-467d-9b9f-1f65d1fff6a9 2025-10-13 12:36:43,895 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=0951f1f6-b3e8-4eb0-be6f-5bab167d0a43 2025-10-13 12:36:43,898 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:36:43,899 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=fe623698-185f-479b-97c3-52ecbc048868 2025-10-13 12:36:43,900 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=7df8e323-2804-4a5c-9594-31720a1b77ff 2025-10-13 12:36:43,901 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:36:43,901 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:36:43,917 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b9bc0c12-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:36:43,923 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bd22cecc-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:36:48,919 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:36:48,937 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:36:48,938 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=7df8e323-2804-4a5c-9594-31720a1b77ff 2025-10-13 12:36:48,939 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=fe623698-185f-479b-97c3-52ecbc048868 2025-10-13 12:36:48,940 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:36:48,942 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:36:48,954 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b7974af0-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:36:53,925 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:36:53,954 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=fe623698-185f-479b-97c3-52ecbc048868 2025-10-13 12:36:53,957 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:36:53,959 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:36:53,960 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:36:53,971 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c074283c-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:36:58,932 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:36:58,975 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:36:58,977 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:36:58,979 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:37:03,938 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:37:03,988 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:37:03,999 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:37:04,001 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:37:08,945 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:37:08,995 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:37:09,010 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:37:09,012 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:37:13,953 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=1aa17b9b-8b59-4b3e-810a-f5265f3ddaca 2025-10-13 12:37:13,958 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c9036382-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:37:14,002 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:37:14,022 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:37:14,026 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:37:19,009 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=5228d6d2-e365-4c26-9ca9-c5b0e73c54e5 2025-10-13 12:37:19,015 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c5afc59a-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:37:19,044 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:37:19,046 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=be6e6c60-3cfb-45d3-9425-5b472893dece 2025-10-13 12:37:19,052 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c20b1d22-a830-11f0-b4c8-fa163ef4bef7 2025-10-13 12:37:24,055 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_VmListReq?uuid=77f60ca0-3c34-483b-b31e-4f4387a61e4f 2025-10-13 12:37:24,061 - DEBUG - Requesting: http://10.0.0.254:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c39939bc-a830-11f0-b4c8-fa163ef4bef7