2025-07-07 02:04:38,120 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-07-07 02:04:38,430 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1316-1 2025-07-07 02:04:38,431 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-07-07 02:04:38,465 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1316-1 2025-07-07 02:04:38,465 - DEBUG - [10.0.0.22]: 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-07-07 02:04:38,603 - DEBUG - Output : NAMES contrail_test_O9WsqYrRL contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 redis-redis-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 config_api-nodemgr-1 2025-07-07 02:04:38,604 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-07 02:04:38,648 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-07-07 02:04:38,649 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-07-07 02:04:38,693 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1316-1 2025-07-07 02:04:38,810 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-07-07 02:04:39,009 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1316-1 2025-07-07 02:04:39,010 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-07-07 02:04:39,074 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1316-1 2025-07-07 02:04:39,074 - DEBUG - [10.0.0.19]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-07-07 02:04:39,118 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-07 02:04:39,119 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-07 02:04:39,153 - DEBUG - Output : 10.0.0.19/24 2025-07-07 02:04:39,154 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-07-07 02:04:39,220 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1316-1 2025-07-07 02:04:39,303 - INFO - Using existing project ['default-domain', 'k8s-default'](acd78b12-e052-4106-8a5e-9212768d034a) 2025-07-07 02:04:39,410 - INFO - Using existing project ['default-domain', 'k8s-default'](acd78b12-e052-4106-8a5e-9212768d034a) 2025-07-07 02:04:39,569 - INFO - ================================================================================ 2025-07-07 02:04:39,569 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-07 02:04:39,570 - 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-07-07 02:04:39,793 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 02:04:39,804 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.22': '0'}} with 2025-07-07 02:04:39,804 - INFO - Initial checks done. Running the testcase now 2025-07-07 02:04:39,804 - INFO - 2025-07-07 02:04:39,826 - INFO - Namespace default already exists 2025-07-07 02:04:39,826 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-07 02:04:40,017 - DEBUG - Output : cluster_project={} 2025-07-07 02:04:40,081 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-07 02:04:40,082 - DEBUG - Project uuid in Contrail is acd78b12-e052-4106-8a5e-9212768d034a 2025-07-07 02:04:40,082 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-07 02:04:40,258 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-07 02:04:40,258 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=e29fa8e5-4f44-46a3-a14f-e256af08e429 2025-07-07 02:04:40,264 - INFO - Namespace default with uuid e29fa8e5-4f44-46a3-a14f-e256af08e429 found in kube manager 2025-07-07 02:04:40,264 - INFO - Namespace default verification passed 2025-07-07 02:04:40,267 - DEBUG - Service ctest-nginx-svc-79783558 not present 2025-07-07 02:04:40,267 - INFO - Creating service ctest-nginx-svc-79783558 2025-07-07 02:04:40,288 - INFO - Created Service ctest-nginx-svc-79783558 2025-07-07 02:04:40,293 - DEBUG - Pod ctest-nginx-pod-51476822 not present 2025-07-07 02:04:40,293 - INFO - Creating Pod ctest-nginx-pod-51476822 2025-07-07 02:04:40,352 - DEBUG - Pod : ctest-nginx-pod-51476822 UUID is 63c1abb5-4cc5-4097-b95d-79bc26f135ed 2025-07-07 02:04:40,357 - DEBUG - Pod ctest-nginx-pod-03474910 not present 2025-07-07 02:04:40,357 - INFO - Creating Pod ctest-nginx-pod-03474910 2025-07-07 02:04:40,385 - DEBUG - Pod : ctest-nginx-pod-03474910 UUID is 49389a92-e9a3-4a47-a63a-8698b3f2d839 2025-07-07 02:04:40,686 - INFO - Created VN __public__, UUID :e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:40,982 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-07 02:04:41,000 - DEBUG - Requesting: http://10.0.0.22:8082/domain/6e55c93e-65e9-4662-8d22-8ca748bedf69 2025-07-07 02:04:41,078 - DEBUG - Requesting: http://10.0.0.22:8082/project/acd78b12-e052-4106-8a5e-9212768d034a 2025-07-07 02:04:41,208 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:41,307 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:41,344 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/477eed28-b147-47e7-87fb-094a4e713e22 2025-07-07 02:04:41,368 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/477eed28-b147-47e7-87fb-094a4e713e22 2025-07-07 02:04:41,388 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/59e87750-9ce4-4d9e-8f84-95ffb1a269ac 2025-07-07 02:04:41,434 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-07 02:04:41,434 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:41,453 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/477eed28-b147-47e7-87fb-094a4e713e22 2025-07-07 02:04:41,492 - INFO - Verified VN network id 13 for VN e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:41,492 - INFO - Verifications in API Server for VN __public__ passed 2025-07-07 02:04:41,492 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:41,511 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/477eed28-b147-47e7-87fb-094a4e713e22 2025-07-07 02:04:41,534 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/477eed28-b147-47e7-87fb-094a4e713e22 2025-07-07 02:04:41,549 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/59e87750-9ce4-4d9e-8f84-95ffb1a269ac 2025-07-07 02:04:41,565 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-07 02:04:41,571 - DEBUG - Control-node 10.0.0.22 : 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': '16592051964510621433', 'uuid-lslong': '12720941813584933694'}, 'enable': 'true', 'created': '2025-07-07T02:04:40', 'last-modified': '2025-07-07T02:04:40', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.662216'} 2025-07-07 02:04:41,571 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 02:04:41,596 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-07 02:04:41,596 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-07 02:04:41,597 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-07 02:04:41,597 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-07 02:04:41,624 - DEBUG - Requesting: http://10.0.0.22:8082/domain/6e55c93e-65e9-4662-8d22-8ca748bedf69 2025-07-07 02:04:41,656 - DEBUG - Requesting: http://10.0.0.22:8082/project/acd78b12-e052-4106-8a5e-9212768d034a 2025-07-07 02:04:41,752 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:41,780 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-07 02:04:41,780 - DEBUG - Verifying the vn in opserver 2025-07-07 02:04:41,780 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-07-07 02:04:41,780 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-07-07 02:04:41,790 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-07 02:04:41,790 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-07 02:04:41,790 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 02:04:41,802 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 02:04:41,810 - DEBUG - Do not have enough data to verify VN in agent 2025-07-07 02:04:41,810 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 02:04:41,816 - DEBUG - VRF ids for VN __public__: {} 2025-07-07 02:04:42,005 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-07 02:04:42,342 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-07 02:04:42,347 - DEBUG - Requesting: http://10.0.0.22:8082/domain/6e55c93e-65e9-4662-8d22-8ca748bedf69 2025-07-07 02:04:42,375 - DEBUG - Requesting: http://10.0.0.22:8082/project/acd78b12-e052-4106-8a5e-9212768d034a 2025-07-07 02:04:42,579 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:42,670 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/aab730df-227e-4124-b438-71b1c518066f 2025-07-07 02:04:42,710 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-07 02:04:42,719 - DEBUG - Requesting: http://10.0.0.22:8082/domain/6e55c93e-65e9-4662-8d22-8ca748bedf69 2025-07-07 02:04:42,752 - DEBUG - Requesting: http://10.0.0.22:8082/project/acd78b12-e052-4106-8a5e-9212768d034a 2025-07-07 02:04:42,873 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/e642cf5a-6f7a-4ef9-b089-dd2e5724b33e 2025-07-07 02:04:42,902 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-07 02:04:42,902 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-07 02:04:42,920 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-07 02:04:42,930 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-07 02:04:42,930 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-07 02:04:42,937 - DEBUG - Ingress ctest-nginx-ingress-99987199 not present 2025-07-07 02:04:42,940 - INFO - Creating Ingress ctest-nginx-ingress-99987199 2025-07-07 02:04:42,949 - INFO - Created Ingress ctest-nginx-ingress-99987199 2025-07-07 02:04:42,959 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-99987199 2025-07-07 02:04:45,966 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-99987199 2025-07-07 02:04:48,971 - DEBUG - For Ingress ctest-nginx-ingress-99987199, Cluster IP: 10.47.255.249, External IPs ['36.46.176.124'] 2025-07-07 02:04:48,971 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-99987199 2025-07-07 02:04:48,973 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=da73a6fd-60e6-4166-bf81-706dbe50384b 2025-07-07 02:04:48,986 - INFO - Ingress ctest-nginx-ingress-99987199 with uuid da73a6fd-60e6-4166-bf81-706dbe50384b found in kube manager 2025-07-07 02:04:48,987 - INFO - Ingress ctest-nginx-ingress-99987199 verification passed 2025-07-07 02:04:48,995 - DEBUG - Pod ctest-busybox-pod-29283504 not present 2025-07-07 02:04:48,995 - INFO - Creating Pod ctest-busybox-pod-29283504 2025-07-07 02:04:49,044 - DEBUG - Node for Pod ctest-busybox-pod-29283504 not yet populated 2025-07-07 02:04:52,058 - DEBUG - Pod : ctest-busybox-pod-29283504 UUID is 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:04:52,066 - INFO - Pod ctest-nginx-pod-51476822 is in running state.Got IP 10.47.255.251 2025-07-07 02:04:52,093 - DEBUG - Pod ctest-nginx-pod-51476822 has vmi bf863ec6-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:04:52,093 - INFO - Verified pod ctest-nginx-pod-51476822 in contrail-api 2025-07-07 02:04:52,094 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:04:52,109 - DEBUG - VMI bf863ec6-5ad6-11f0-9546-fa163e7b4d98 is active in agent 10.0.0.19 2025-07-07 02:04:52,110 - INFO - Verified Pod ctest-nginx-pod-51476822 in agent 10.0.0.19 2025-07-07 02:04:52,110 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=63c1abb5-4cc5-4097-b95d-79bc26f135ed 2025-07-07 02:04:52,115 - INFO - Pod ctest-nginx-pod-51476822 with uuid 63c1abb5-4cc5-4097-b95d-79bc26f135ed found in kube manager 2025-07-07 02:04:52,116 - INFO - Pod ctest-nginx-pod-51476822 verification passed 2025-07-07 02:04:52,214 - DEBUG - [Pod ctest-nginx-pod-51476822] Cmd: echo ctest-nginx-pod-51476822 > /usr/share/nginx/html/index.html, Output: 2025-07-07 02:04:52,233 - DEBUG - Pod ctest-nginx-pod-03474910 not in running state.Currently in Pending 2025-07-07 02:04:57,272 - INFO - Pod ctest-nginx-pod-03474910 is in running state.Got IP 10.47.255.250 2025-07-07 02:04:57,286 - DEBUG - Pod ctest-nginx-pod-03474910 has vmi c00a2344-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:04:57,286 - INFO - Verified pod ctest-nginx-pod-03474910 in contrail-api 2025-07-07 02:04:57,286 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:04:57,296 - DEBUG - VMI c00a2344-5ad6-11f0-9546-fa163e7b4d98 is active in agent 10.0.0.19 2025-07-07 02:04:57,297 - INFO - Verified Pod ctest-nginx-pod-03474910 in agent 10.0.0.19 2025-07-07 02:04:57,297 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=49389a92-e9a3-4a47-a63a-8698b3f2d839 2025-07-07 02:04:57,302 - INFO - Pod ctest-nginx-pod-03474910 with uuid 49389a92-e9a3-4a47-a63a-8698b3f2d839 found in kube manager 2025-07-07 02:04:57,302 - INFO - Pod ctest-nginx-pod-03474910 verification passed 2025-07-07 02:04:57,352 - DEBUG - [Pod ctest-nginx-pod-03474910] Cmd: echo ctest-nginx-pod-03474910 > /usr/share/nginx/html/index.html, Output: 2025-07-07 02:04:57,360 - DEBUG - Pod ctest-busybox-pod-29283504 not in running state.Currently in Pending 2025-07-07 02:05:02,375 - DEBUG - Pod ctest-busybox-pod-29283504 not in running state.Currently in Pending 2025-07-07 02:05:07,382 - INFO - Pod ctest-busybox-pod-29283504 is in running state.Got IP 10.47.255.248 2025-07-07 02:05:07,438 - DEBUG - Pod ctest-busybox-pod-29283504 has vmi c32ead92-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:05:07,438 - INFO - Verified pod ctest-busybox-pod-29283504 in contrail-api 2025-07-07 02:05:07,438 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:05:07,449 - DEBUG - VMI c32ead92-5ad6-11f0-9546-fa163e7b4d98 is active in agent 10.0.0.19 2025-07-07 02:05:07,450 - INFO - Verified Pod ctest-busybox-pod-29283504 in agent 10.0.0.19 2025-07-07 02:05:07,450 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:07,455 - INFO - Pod ctest-busybox-pod-29283504 with uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 found in kube manager 2025-07-07 02:05:07,455 - INFO - Pod ctest-busybox-pod-29283504 verification passed 2025-07-07 02:05:07,507 - DEBUG - [Pod ctest-busybox-pod-29283504] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-51476822 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-07-07 02:05:07,507 - DEBUG - [Pod Pod ctest-busybox-pod-29283504] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-07 02:05:07,507 - DEBUG - [Pod Pod ctest-busybox-pod-29283504] Cmd output: ctest-nginx-pod-51476822 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-07-07 02:05:07,558 - DEBUG - [Pod ctest-busybox-pod-29283504] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-51476822 2025-07-07 02:05:07,559 - DEBUG - [Pod Pod ctest-busybox-pod-29283504] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-07 02:05:07,559 - DEBUG - [Pod Pod ctest-busybox-pod-29283504] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-51476822 2025-07-07 02:05:07,614 - DEBUG - [Pod ctest-busybox-pod-29283504] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-03474910 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-07-07 02:05:07,615 - DEBUG - [Pod Pod ctest-busybox-pod-29283504] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-07 02:05:07,615 - DEBUG - [Pod Pod ctest-busybox-pod-29283504] Cmd output: ctest-nginx-pod-03474910 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-07-07 02:05:07,615 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-51476822': 2, 'ctest-nginx-pod-03474910': 1} 2025-07-07 02:05:07,615 - WARNING - Nothing to delete parallely 2025-07-07 02:05:07,616 - INFO - Deleting pod default:ctest-busybox-pod-29283504 2025-07-07 02:05:07,633 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:07,645 - WARNING - Pod uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:12,645 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:12,652 - WARNING - Pod uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:17,652 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:17,660 - WARNING - Pod uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:22,661 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:22,669 - WARNING - Pod uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:27,670 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:27,683 - WARNING - Pod uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:32,684 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:32,692 - WARNING - Pod uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:37,693 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:37,719 - WARNING - Pod uuid 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:42,720 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 2025-07-07 02:05:42,727 - DEBUG - Pod 6f7d8fa3-15fe-43ea-b2b3-7f0ac6331610 is not in agent 10.0.0.19 VM list 2025-07-07 02:05:42,727 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c32ead92-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:05:42,734 - DEBUG - VMI c32ead92-5ad6-11f0-9546-fa163e7b4d98 is removed from agent 10.0.0.19 2025-07-07 02:05:42,734 - INFO - Verified that pod ctest-busybox-pod-29283504 is removed in agent 2025-07-07 02:05:42,734 - INFO - Deleting Ingress : ctest-nginx-ingress-99987199 2025-07-07 02:05:42,745 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=da73a6fd-60e6-4166-bf81-706dbe50384b 2025-07-07 02:05:42,752 - ERROR - Ingress ctest-nginx-ingress-99987199 with uuid da73a6fd-60e6-4166-bf81-706dbe50384b still found in kube manager 2025-07-07 02:05:43,753 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=da73a6fd-60e6-4166-bf81-706dbe50384b 2025-07-07 02:05:43,765 - INFO - Ingress ctest-nginx-ingress-99987199 with uuid da73a6fd-60e6-4166-bf81-706dbe50384b deleted successfully from kube manager 2025-07-07 02:05:43,765 - INFO - Verifications on Ingress %s cleanup passed 2025-07-07 02:05:43,765 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-07 02:05:43,937 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-07 02:05:43,961 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-07 02:05:43,961 - INFO - Deleting VN __public__ 2025-07-07 02:05:44,128 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/477eed28-b147-47e7-87fb-094a4e713e22 2025-07-07 02:05:44,137 - DEBUG - Response Code: 404 2025-07-07 02:05:44,137 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-07-07 02:05:44,144 - DEBUG - Requesting: http://10.0.0.22:8082/domain/6e55c93e-65e9-4662-8d22-8ca748bedf69 2025-07-07 02:05:44,158 - DEBUG - Requesting: http://10.0.0.22:8082/project/acd78b12-e052-4106-8a5e-9212768d034a 2025-07-07 02:05:44,216 - INFO - Validated that VN __public__ is not found in API Server 2025-07-07 02:05:44,217 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-07 02:05:44,226 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 02:05:44,234 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-07-07 02:05:44,234 - INFO - Validated that VN __public__ is not in any agent 2025-07-07 02:05:44,234 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 02:05:44,260 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 02:05:44,268 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-07 02:05:44,276 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-07 02:05:44,277 - INFO - Deleting pod default:ctest-nginx-pod-03474910 2025-07-07 02:05:44,310 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=49389a92-e9a3-4a47-a63a-8698b3f2d839 2025-07-07 02:05:44,335 - WARNING - Pod uuid 49389a92-e9a3-4a47-a63a-8698b3f2d839 is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:49,336 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=49389a92-e9a3-4a47-a63a-8698b3f2d839 2025-07-07 02:05:49,343 - DEBUG - Pod 49389a92-e9a3-4a47-a63a-8698b3f2d839 is not in agent 10.0.0.19 VM list 2025-07-07 02:05:49,343 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c00a2344-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:05:49,350 - DEBUG - VMI c00a2344-5ad6-11f0-9546-fa163e7b4d98 is removed from agent 10.0.0.19 2025-07-07 02:05:49,350 - INFO - Verified that pod ctest-nginx-pod-03474910 is removed in agent 2025-07-07 02:05:49,350 - INFO - Deleting pod default:ctest-nginx-pod-51476822 2025-07-07 02:05:49,360 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63c1abb5-4cc5-4097-b95d-79bc26f135ed 2025-07-07 02:05:49,372 - WARNING - Pod uuid 63c1abb5-4cc5-4097-b95d-79bc26f135ed is still seen in agent 10.0.0.19 VM list 2025-07-07 02:05:54,374 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=63c1abb5-4cc5-4097-b95d-79bc26f135ed 2025-07-07 02:05:54,381 - DEBUG - Pod 63c1abb5-4cc5-4097-b95d-79bc26f135ed is not in agent 10.0.0.19 VM list 2025-07-07 02:05:54,381 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf863ec6-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:05:54,387 - DEBUG - VMI bf863ec6-5ad6-11f0-9546-fa163e7b4d98 is removed from agent 10.0.0.19 2025-07-07 02:05:54,387 - INFO - Verified that pod ctest-nginx-pod-51476822 is removed in agent 2025-07-07 02:05:54,388 - INFO - Deleting service : ctest-nginx-svc-79783558 2025-07-07 02:05:54,654 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 02:05:54,661 - DEBUG - No XMPP flaps were noticed during the test 2025-07-07 02:05:54,661 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:15] 2025-07-07 02:05:54,661 - INFO - -------------------------------------------------------------------------------- 2025-07-07 02:06:04,474 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-07 02:06:04,628 - DEBUG - Output : cluster_project={} 2025-07-07 02:06:04,673 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-07 02:06:04,822 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-07 02:06:04,828 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-07 02:06:04,993 - DEBUG - Output : cluster_project={} 2025-07-07 02:06:15,140 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:15,199 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:15,290 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:20,339 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:20,442 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:20,481 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:20,638 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:20,677 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 02:06:20,937 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 02:06:23,453 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-07-07 02:06:23,471 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-07 02:06:23,510 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-07 02:06:25,545 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-07 02:09:25,514 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 02:09:25,588 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e0105f43-bc3f-406f-b063-5c868d3d1509 2025-07-07 02:09:25,613 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:09:25,618 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:09:25,622 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=05fa62f2-70f5-4af7-bfa2-cf4d9ab40ff4 2025-07-07 02:09:25,627 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=34afc2ac-8547-4345-a41d-b4c9efd6d29f 2025-07-07 02:09:25,634 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:09:25,639 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:09:25,646 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:09:30,652 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e0105f43-bc3f-406f-b063-5c868d3d1509 2025-07-07 02:09:30,660 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ef407a46-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:09:30,684 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=05fa62f2-70f5-4af7-bfa2-cf4d9ab40ff4 2025-07-07 02:09:30,686 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:09:30,687 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:09:30,689 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=34afc2ac-8547-4345-a41d-b4c9efd6d29f 2025-07-07 02:09:30,691 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:09:30,693 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:09:30,694 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:09:30,735 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f09862dc-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:09:30,740 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f11c9e6c-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:09:35,735 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:09:35,737 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:09:35,739 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:09:35,740 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:09:35,742 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:09:40,758 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:09:40,759 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:09:40,761 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:09:40,763 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:09:40,764 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:09:45,780 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:09:45,782 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:09:45,784 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:09:45,785 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:09:45,786 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:09:50,802 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:09:50,803 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:09:50,806 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:09:50,807 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:09:50,808 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:09:55,825 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:09:55,827 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:09:55,829 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:09:55,830 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:09:55,831 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:10:00,856 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4e881c02-54c2-4eac-ac19-86e8158af2f1 2025-07-07 02:10:00,858 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=21693fa1-5b8f-4bc8-9b13-365783a9c482 2025-07-07 02:10:00,860 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=993108f6-2f9a-4f15-80c9-abcd842866bc 2025-07-07 02:10:00,861 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=b8239fd2-6d90-4307-8697-a701cfbfc956 2025-07-07 02:10:00,862 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4a66a20e-38eb-4cbe-8903-b378f6603003 2025-07-07 02:10:00,877 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f3d10ac6-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:10:00,884 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f276dfb6-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:10:00,886 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f1cdccaa-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:10:00,888 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f328d298-5ad6-11f0-9546-fa163e7b4d98 2025-07-07 02:10:00,890 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:efda5396-5ad6-11f0-9546-fa163e7b4d98