2025-04-24 09:54:25,915 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-04-24 09:54:26,146 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1181-1 2025-04-24 09:54:26,147 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-04-24 09:54:26,180 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1181-1 2025-04-24 09:54:26,180 - 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-04-24 09:54:26,233 - DEBUG - Output : NAMES contrail_test_K2gHxXB8J contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-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-nodemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 2025-04-24 09:54:26,234 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-24 09:54:26,317 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2025-04-24 09:54:26,317 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-04-24 09:54:26,363 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1181-1 2025-04-24 09:54:26,455 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-04-24 09:54:26,652 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1181-1 2025-04-24 09:54:26,652 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-04-24 09:54:26,675 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1181-1 2025-04-24 09:54:26,675 - 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-04-24 09:54:26,760 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-24 09:54:26,760 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-24 09:54:26,783 - DEBUG - Output : 10.0.0.19/24 2025-04-24 09:54:26,783 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-04-24 09:54:26,816 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1181-1 2025-04-24 09:54:26,900 - INFO - Using existing project ['default-domain', 'k8s-default'](9c0a710c-c285-4c72-b5ca-3c67d5c74568) 2025-04-24 09:54:26,961 - INFO - Using existing project ['default-domain', 'k8s-default'](9c0a710c-c285-4c72-b5ca-3c67d5c74568) 2025-04-24 09:54:27,096 - INFO - ================================================================================ 2025-04-24 09:54:27,096 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-24 09:54:27,096 - 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-04-24 09:54:27,312 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 09:54:27,319 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.22': '0'}} with 2025-04-24 09:54:27,319 - INFO - Initial checks done. Running the testcase now 2025-04-24 09:54:27,319 - INFO - 2025-04-24 09:54:27,323 - INFO - Namespace default already exists 2025-04-24 09:54:27,323 - 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-04-24 09:54:27,428 - DEBUG - Output : cluster_project={} 2025-04-24 09:54:27,469 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-24 09:54:27,470 - DEBUG - Project uuid in Contrail is 9c0a710c-c285-4c72-b5ca-3c67d5c74568 2025-04-24 09:54:27,470 - 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-04-24 09:54:27,583 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-24 09:54:27,583 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=e2b1a42e-26c4-4ba2-a4dd-b46801cf0dc9 2025-04-24 09:54:27,597 - INFO - Namespace default with uuid e2b1a42e-26c4-4ba2-a4dd-b46801cf0dc9 found in kube manager 2025-04-24 09:54:27,597 - INFO - Namespace default verification passed 2025-04-24 09:54:27,601 - DEBUG - Service ctest-nginx-svc-49926523 not present 2025-04-24 09:54:27,601 - INFO - Creating service ctest-nginx-svc-49926523 2025-04-24 09:54:27,623 - INFO - Created Service ctest-nginx-svc-49926523 2025-04-24 09:54:27,626 - DEBUG - Pod ctest-nginx-pod-75863231 not present 2025-04-24 09:54:27,627 - INFO - Creating Pod ctest-nginx-pod-75863231 2025-04-24 09:54:27,695 - DEBUG - Pod : ctest-nginx-pod-75863231 UUID is 45f21e81-c537-4732-88ba-ee4268f3af7a 2025-04-24 09:54:27,698 - DEBUG - Pod ctest-nginx-pod-37702410 not present 2025-04-24 09:54:27,698 - INFO - Creating Pod ctest-nginx-pod-37702410 2025-04-24 09:54:27,723 - DEBUG - Pod : ctest-nginx-pod-37702410 UUID is 5e8fb797-f6b9-4d22-bcd5-028a01a8c89a 2025-04-24 09:54:27,890 - INFO - Created VN __public__, UUID :9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:28,157 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-24 09:54:28,163 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9459dbe2-054f-4dca-8064-6627dd2cce14 2025-04-24 09:54:28,190 - DEBUG - Requesting: http://10.0.0.22:8082/project/9c0a710c-c285-4c72-b5ca-3c67d5c74568 2025-04-24 09:54:28,333 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:28,361 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:28,375 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:54:28,383 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:54:28,391 - DEBUG - Route Targets: [] 2025-04-24 09:54:28,391 - DEBUG - RT names not yet present for VN __public__ 2025-04-24 09:54:33,392 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-24 09:54:33,398 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9459dbe2-054f-4dca-8064-6627dd2cce14 2025-04-24 09:54:33,405 - DEBUG - Requesting: http://10.0.0.22:8082/project/9c0a710c-c285-4c72-b5ca-3c67d5c74568 2025-04-24 09:54:33,441 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:33,452 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:33,464 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:54:33,472 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:54:33,479 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/e1bd2342-842e-446c-8892-dac804ca78f6 2025-04-24 09:54:33,485 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-24 09:54:33,485 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:33,492 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:54:33,514 - INFO - Verified VN network id 14 for VN 9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:33,514 - INFO - Verifications in API Server for VN __public__ passed 2025-04-24 09:54:33,514 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:33,522 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:54:33,528 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:54:33,534 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/e1bd2342-842e-446c-8892-dac804ca78f6 2025-04-24 09:54:33,539 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-24 09:54:33,545 - 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': '10837614881609369817', 'uuid-lslong': '10677929515804355978'}, 'enable': 'true', 'created': '2025-04-24T09:54:27', 'last-modified': '2025-04-24T09:54:28', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.482611'} 2025-04-24 09:54:33,545 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 09:54:33,552 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-24 09:54:33,552 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-24 09:54:33,553 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-24 09:54:33,553 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-24 09:54:33,557 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9459dbe2-054f-4dca-8064-6627dd2cce14 2025-04-24 09:54:33,563 - DEBUG - Requesting: http://10.0.0.22:8082/project/9c0a710c-c285-4c72-b5ca-3c67d5c74568 2025-04-24 09:54:33,599 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:33,607 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-24 09:54:33,607 - DEBUG - Verifying the vn in opserver 2025-04-24 09:54:33,607 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-04-24 09:54:33,607 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-04-24 09:54:33,611 - 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-04-24 09:54:33,611 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-24 09:54:33,611 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 09:54:33,618 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 09:54:33,623 - DEBUG - Do not have enough data to verify VN in agent 2025-04-24 09:54:33,623 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 09:54:33,632 - DEBUG - VRF ids for VN __public__: {} 2025-04-24 09:54:33,692 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-24 09:54:33,869 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-24 09:54:33,875 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9459dbe2-054f-4dca-8064-6627dd2cce14 2025-04-24 09:54:33,883 - DEBUG - Requesting: http://10.0.0.22:8082/project/9c0a710c-c285-4c72-b5ca-3c67d5c74568 2025-04-24 09:54:33,920 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:33,930 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/344a02fd-7cf3-4b95-9100-1466d73d08cb 2025-04-24 09:54:33,935 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-24 09:54:33,940 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9459dbe2-054f-4dca-8064-6627dd2cce14 2025-04-24 09:54:33,950 - DEBUG - Requesting: http://10.0.0.22:8082/project/9c0a710c-c285-4c72-b5ca-3c67d5c74568 2025-04-24 09:54:33,994 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/9666f150-8ed0-48d9-942f-a0520e2d6d8a 2025-04-24 09:54:34,010 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-24 09:54:34,010 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-24 09:54:34,017 - 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-04-24 09:54:34,022 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-24 09:54:34,022 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-24 09:54:34,025 - DEBUG - Ingress ctest-nginx-ingress-28194224 not present 2025-04-24 09:54:34,026 - INFO - Creating Ingress ctest-nginx-ingress-28194224 2025-04-24 09:54:34,032 - INFO - Created Ingress ctest-nginx-ingress-28194224 2025-04-24 09:54:34,035 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28194224 2025-04-24 09:54:37,040 - DEBUG - For Ingress ctest-nginx-ingress-28194224, Cluster IP: 10.47.255.249, External IPs ['40.92.249.124'] 2025-04-24 09:54:37,040 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-28194224 2025-04-24 09:54:37,040 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=11d029a5-fea2-4b0c-b419-d4b078c5f4a3 2025-04-24 09:54:37,045 - INFO - Ingress ctest-nginx-ingress-28194224 with uuid 11d029a5-fea2-4b0c-b419-d4b078c5f4a3 found in kube manager 2025-04-24 09:54:37,045 - INFO - Ingress ctest-nginx-ingress-28194224 verification passed 2025-04-24 09:54:37,048 - DEBUG - Pod ctest-busybox-pod-54948944 not present 2025-04-24 09:54:37,048 - INFO - Creating Pod ctest-busybox-pod-54948944 2025-04-24 09:54:37,071 - DEBUG - Pod : ctest-busybox-pod-54948944 UUID is 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:54:37,085 - DEBUG - Pod ctest-nginx-pod-75863231 not in running state.Currently in Pending 2025-04-24 09:54:42,091 - INFO - Pod ctest-nginx-pod-75863231 is in running state.Got IP 10.47.255.251 2025-04-24 09:54:42,107 - DEBUG - Pod ctest-nginx-pod-75863231 has vmi 1d22b7b8-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:54:42,107 - INFO - Verified pod ctest-nginx-pod-75863231 in contrail-api 2025-04-24 09:54:42,107 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:54:42,118 - DEBUG - VMI 1d22b7b8-20f2-11f0-9423-fa163e86c38e is active in agent 10.0.0.19 2025-04-24 09:54:42,119 - INFO - Verified Pod ctest-nginx-pod-75863231 in agent 10.0.0.19 2025-04-24 09:54:42,119 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=45f21e81-c537-4732-88ba-ee4268f3af7a 2025-04-24 09:54:42,123 - INFO - Pod ctest-nginx-pod-75863231 with uuid 45f21e81-c537-4732-88ba-ee4268f3af7a found in kube manager 2025-04-24 09:54:42,123 - INFO - Pod ctest-nginx-pod-75863231 verification passed 2025-04-24 09:54:42,181 - DEBUG - [Pod ctest-nginx-pod-75863231] Cmd: echo ctest-nginx-pod-75863231 > /usr/share/nginx/html/index.html, Output: 2025-04-24 09:54:42,187 - INFO - Pod ctest-nginx-pod-37702410 is in running state.Got IP 10.47.255.250 2025-04-24 09:54:42,200 - DEBUG - Pod ctest-nginx-pod-37702410 has vmi 1d8ce4b2-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:54:42,201 - INFO - Verified pod ctest-nginx-pod-37702410 in contrail-api 2025-04-24 09:54:42,201 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:54:42,210 - DEBUG - VMI 1d8ce4b2-20f2-11f0-9423-fa163e86c38e is active in agent 10.0.0.19 2025-04-24 09:54:42,210 - INFO - Verified Pod ctest-nginx-pod-37702410 in agent 10.0.0.19 2025-04-24 09:54:42,210 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=5e8fb797-f6b9-4d22-bcd5-028a01a8c89a 2025-04-24 09:54:42,214 - INFO - Pod ctest-nginx-pod-37702410 with uuid 5e8fb797-f6b9-4d22-bcd5-028a01a8c89a found in kube manager 2025-04-24 09:54:42,214 - INFO - Pod ctest-nginx-pod-37702410 verification passed 2025-04-24 09:54:42,265 - DEBUG - [Pod ctest-nginx-pod-37702410] Cmd: echo ctest-nginx-pod-37702410 > /usr/share/nginx/html/index.html, Output: 2025-04-24 09:54:42,270 - DEBUG - Pod ctest-busybox-pod-54948944 not in running state.Currently in Pending 2025-04-24 09:54:47,276 - DEBUG - Pod ctest-busybox-pod-54948944 not in running state.Currently in Pending 2025-04-24 09:54:52,282 - INFO - Pod ctest-busybox-pod-54948944 is in running state.Got IP 10.47.255.248 2025-04-24 09:54:52,294 - DEBUG - Pod ctest-busybox-pod-54948944 has vmi 21f9af6c-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:54:52,294 - INFO - Verified pod ctest-busybox-pod-54948944 in contrail-api 2025-04-24 09:54:52,294 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:54:52,304 - DEBUG - VMI 21f9af6c-20f2-11f0-9423-fa163e86c38e is active in agent 10.0.0.19 2025-04-24 09:54:52,304 - INFO - Verified Pod ctest-busybox-pod-54948944 in agent 10.0.0.19 2025-04-24 09:54:52,304 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:54:52,308 - INFO - Pod ctest-busybox-pod-54948944 with uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 found in kube manager 2025-04-24 09:54:52,308 - INFO - Pod ctest-busybox-pod-54948944 verification passed 2025-04-24 09:54:52,356 - DEBUG - [Pod ctest-busybox-pod-54948944] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-37702410 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-04-24 09:54:52,356 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 09:54:52,356 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] Cmd output: ctest-nginx-pod-37702410 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-04-24 09:54:52,405 - DEBUG - [Pod ctest-busybox-pod-54948944] 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-37702410 2025-04-24 09:54:52,405 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 09:54:52,405 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] 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-37702410 2025-04-24 09:54:52,448 - DEBUG - [Pod ctest-busybox-pod-54948944] 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) ctest-nginx-pod-37702410 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-24 09:54:52,448 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 09:54:52,448 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-37702410 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-24 09:54:52,494 - DEBUG - [Pod ctest-busybox-pod-54948944] 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-75863231 2025-04-24 09:54:52,494 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-24 09:54:52,494 - DEBUG - [Pod Pod ctest-busybox-pod-54948944] 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-75863231 2025-04-24 09:54:52,494 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-75863231': 1, 'ctest-nginx-pod-37702410': 3} 2025-04-24 09:54:52,495 - WARNING - Nothing to delete parallely 2025-04-24 09:54:52,495 - INFO - Deleting pod default:ctest-busybox-pod-54948944 2025-04-24 09:54:52,506 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:54:52,513 - WARNING - Pod uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is still seen in agent 10.0.0.19 VM list 2025-04-24 09:54:57,513 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:54:57,521 - WARNING - Pod uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:02,522 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:55:02,528 - WARNING - Pod uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:07,529 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:55:07,536 - WARNING - Pod uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:12,536 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:55:12,543 - WARNING - Pod uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:17,543 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:55:17,549 - WARNING - Pod uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:22,551 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:55:22,557 - WARNING - Pod uuid 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:27,558 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3d4e1435-901b-4d94-aed7-c96f87ec3cc8 2025-04-24 09:55:27,565 - DEBUG - Pod 3d4e1435-901b-4d94-aed7-c96f87ec3cc8 is not in agent 10.0.0.19 VM list 2025-04-24 09:55:27,565 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:21f9af6c-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:55:27,571 - DEBUG - VMI 21f9af6c-20f2-11f0-9423-fa163e86c38e is removed from agent 10.0.0.19 2025-04-24 09:55:27,571 - INFO - Verified that pod ctest-busybox-pod-54948944 is removed in agent 2025-04-24 09:55:27,571 - INFO - Deleting Ingress : ctest-nginx-ingress-28194224 2025-04-24 09:55:27,576 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=11d029a5-fea2-4b0c-b419-d4b078c5f4a3 2025-04-24 09:55:27,581 - ERROR - Ingress ctest-nginx-ingress-28194224 with uuid 11d029a5-fea2-4b0c-b419-d4b078c5f4a3 still found in kube manager 2025-04-24 09:55:28,584 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=11d029a5-fea2-4b0c-b419-d4b078c5f4a3 2025-04-24 09:55:28,589 - INFO - Ingress ctest-nginx-ingress-28194224 with uuid 11d029a5-fea2-4b0c-b419-d4b078c5f4a3 deleted successfully from kube manager 2025-04-24 09:55:28,589 - INFO - Verifications on Ingress %s cleanup passed 2025-04-24 09:55:28,589 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-24 09:55:28,713 - 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-04-24 09:55:28,734 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-24 09:55:28,734 - INFO - Deleting VN __public__ 2025-04-24 09:55:28,924 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/d4bdde69-6659-400d-8625-b53a58252420 2025-04-24 09:55:28,936 - DEBUG - Response Code: 404 2025-04-24 09:55:28,936 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-04-24 09:55:28,967 - DEBUG - Requesting: http://10.0.0.22:8082/domain/9459dbe2-054f-4dca-8064-6627dd2cce14 2025-04-24 09:55:28,977 - DEBUG - Requesting: http://10.0.0.22:8082/project/9c0a710c-c285-4c72-b5ca-3c67d5c74568 2025-04-24 09:55:29,046 - INFO - Validated that VN __public__ is not found in API Server 2025-04-24 09:55:29,046 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-24 09:55:29,053 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 09:55:29,069 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-04-24 09:55:29,069 - INFO - Validated that VN __public__ is not in any agent 2025-04-24 09:55:29,070 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 09:55:29,080 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-24 09:55:29,089 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-24 09:55:29,097 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-24 09:55:29,099 - INFO - Deleting pod default:ctest-nginx-pod-37702410 2025-04-24 09:55:29,123 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=5e8fb797-f6b9-4d22-bcd5-028a01a8c89a 2025-04-24 09:55:29,135 - WARNING - Pod uuid 5e8fb797-f6b9-4d22-bcd5-028a01a8c89a is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:34,135 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=5e8fb797-f6b9-4d22-bcd5-028a01a8c89a 2025-04-24 09:55:34,142 - DEBUG - Pod 5e8fb797-f6b9-4d22-bcd5-028a01a8c89a is not in agent 10.0.0.19 VM list 2025-04-24 09:55:34,142 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1d8ce4b2-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:55:34,147 - DEBUG - VMI 1d8ce4b2-20f2-11f0-9423-fa163e86c38e is removed from agent 10.0.0.19 2025-04-24 09:55:34,147 - INFO - Verified that pod ctest-nginx-pod-37702410 is removed in agent 2025-04-24 09:55:34,148 - INFO - Deleting pod default:ctest-nginx-pod-75863231 2025-04-24 09:55:34,158 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=45f21e81-c537-4732-88ba-ee4268f3af7a 2025-04-24 09:55:34,164 - WARNING - Pod uuid 45f21e81-c537-4732-88ba-ee4268f3af7a is still seen in agent 10.0.0.19 VM list 2025-04-24 09:55:39,165 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=45f21e81-c537-4732-88ba-ee4268f3af7a 2025-04-24 09:55:39,172 - DEBUG - Pod 45f21e81-c537-4732-88ba-ee4268f3af7a is not in agent 10.0.0.19 VM list 2025-04-24 09:55:39,172 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1d22b7b8-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:55:39,177 - DEBUG - VMI 1d22b7b8-20f2-11f0-9423-fa163e86c38e is removed from agent 10.0.0.19 2025-04-24 09:55:39,177 - INFO - Verified that pod ctest-nginx-pod-75863231 is removed in agent 2025-04-24 09:55:39,177 - INFO - Deleting service : ctest-nginx-svc-49926523 2025-04-24 09:55:39,412 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 09:55:39,418 - DEBUG - No XMPP flaps were noticed during the test
2025-04-24 09:55:39,418 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-04-24 09:55:39,418 - INFO - -------------------------------------------------------------------------------- 2025-04-24 09:55:45,802 - 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-04-24 09:55:45,916 - DEBUG - Output : cluster_project={} 2025-04-24 09:55:45,964 - 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-04-24 09:55:46,142 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-24 09:55:46,150 - 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-04-24 09:55:46,299 - DEBUG - Output : cluster_project={} 2025-04-24 09:56:01,400 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:01,481 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:01,521 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:01,596 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:01,669 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:01,700 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:01,845 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:01,878 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-24 09:56:02,107 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 09:56:03,981 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-04-24 09:56:03,987 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-24 09:56:04,017 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-24 09:56:06,044 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-24 09:59:06,080 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-24 09:59:06,152 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=7d331975-2ed3-4064-bc48-a381beb6b8a7 2025-04-24 09:59:06,175 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:06,181 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3ca4c1b6-4fab-4d2e-8e92-5bee66fc84fc 2025-04-24 09:59:06,193 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=27d9c2d0-e7b2-4380-ae2d-8ecacae0a12d 2025-04-24 09:59:06,204 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:06,211 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c2bfdda5-6b64-48af-8387-b4156f60ebbb 2025-04-24 09:59:06,216 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:06,221 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:11,230 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=7d331975-2ed3-4064-bc48-a381beb6b8a7 2025-04-24 09:59:11,236 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4bb706ce-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:59:11,249 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3ca4c1b6-4fab-4d2e-8e92-5bee66fc84fc 2025-04-24 09:59:11,250 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:11,259 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4d5015e8-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:59:11,284 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=27d9c2d0-e7b2-4380-ae2d-8ecacae0a12d 2025-04-24 09:59:11,285 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:11,287 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c2bfdda5-6b64-48af-8387-b4156f60ebbb 2025-04-24 09:59:11,288 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:11,289 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:11,305 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4cccba9a-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:59:11,310 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4c211df2-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:59:16,260 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:16,304 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:16,310 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:16,314 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:21,267 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:21,311 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:21,317 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:21,320 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:26,274 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:26,317 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:26,323 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:26,327 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:31,283 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:31,324 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:31,330 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:31,335 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:36,292 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:36,333 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:36,338 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:36,340 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:41,300 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16f77908-69af-4f5f-aecf-1be79bf14753 2025-04-24 09:59:41,308 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e53838a-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:59:41,438 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=81999cdf-2a7e-44c0-b502-062b7fb803f7 2025-04-24 09:59:41,440 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e07abf2f-afab-4734-b55c-52e8f13013c8 2025-04-24 09:59:41,441 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4195bda9-915f-4496-85fc-863448aee4dd 2025-04-24 09:59:41,454 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4de10238-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:59:41,457 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4ebf58f8-20f2-11f0-9423-fa163e86c38e 2025-04-24 09:59:41,458 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4f24f42e-20f2-11f0-9423-fa163e86c38e