2025-09-24 05:28:19,117 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-09-24 05:28:19,389 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1508-1 2025-09-24 05:28:19,389 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-09-24 05:28:19,437 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1508-1 2025-09-24 05:28:19,437 - DEBUG - [10.0.0.48]: 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-09-24 05:28:19,554 - DEBUG - Output : NAMES contrail_test_Vb6CDPApR analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 2025-09-24 05:28:19,554 - DEBUG - [10.0.0.48]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-09-24 05:28:19,605 - DEBUG - Output : 127.0.0.1/8 10.0.0.48/24 252.48.0.1/8 10.227.198.1/24 172.17.0.1/16 2025-09-24 05:28:19,605 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-09-24 05:28:19,683 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1508-1 2025-09-24 05:28:19,758 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-09-24 05:28:20,010 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1508-1 2025-09-24 05:28:20,010 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-09-24 05:28:20,044 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1508-1 2025-09-24 05:28:20,044 - DEBUG - [10.0.0.49]: 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-09-24 05:28:20,091 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-09-24 05:28:20,092 - DEBUG - [10.0.0.49]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-09-24 05:28:20,167 - DEBUG - Output : 10.0.0.49/24 2025-09-24 05:28:20,167 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-09-24 05:28:20,202 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1508-1 2025-09-24 05:28:20,271 - INFO - Using existing project ['default-domain', 'k8s-default'](f5b648c7-0191-4513-8024-308c12526219) 2025-09-24 05:28:20,383 - INFO - Using existing project ['default-domain', 'k8s-default'](f5b648c7-0191-4513-8024-308c12526219) 2025-09-24 05:28:20,521 - INFO - ================================================================================ 2025-09-24 05:28:20,521 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-09-24 05:28:20,521 - 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-09-24 05:28:20,726 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 05:28:20,733 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.48': '0'}} with 2025-09-24 05:28:20,734 - INFO - Initial checks done. Running the testcase now 2025-09-24 05:28:20,734 - INFO - 2025-09-24 05:28:20,737 - INFO - Namespace default already exists 2025-09-24 05:28:20,738 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-24 05:28:20,855 - DEBUG - Output : cluster_project={} 2025-09-24 05:28:20,898 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-09-24 05:28:20,900 - DEBUG - Project uuid in Contrail is f5b648c7-0191-4513-8024-308c12526219 2025-09-24 05:28:20,900 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-24 05:28:21,017 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-24 05:28:21,017 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_NamespaceDatabaseList?namespace_uuid=d8e1b9c6-69d7-42f6-8f25-6e415f214bb2 2025-09-24 05:28:21,022 - INFO - Namespace default with uuid d8e1b9c6-69d7-42f6-8f25-6e415f214bb2 found in kube manager 2025-09-24 05:28:21,022 - INFO - Namespace default verification passed 2025-09-24 05:28:21,025 - DEBUG - Service ctest-nginx-svc-73465778 not present 2025-09-24 05:28:21,025 - INFO - Creating service ctest-nginx-svc-73465778 2025-09-24 05:28:21,043 - INFO - Created Service ctest-nginx-svc-73465778 2025-09-24 05:28:21,055 - DEBUG - Pod ctest-nginx-pod-76306367 not present 2025-09-24 05:28:21,057 - INFO - Creating Pod ctest-nginx-pod-76306367 2025-09-24 05:28:21,121 - DEBUG - Pod : ctest-nginx-pod-76306367 UUID is dd83bcbd-a76e-4359-9233-8a91f4e685a5 2025-09-24 05:28:21,124 - DEBUG - Pod ctest-nginx-pod-40360316 not present 2025-09-24 05:28:21,124 - INFO - Creating Pod ctest-nginx-pod-40360316 2025-09-24 05:28:21,153 - DEBUG - Pod : ctest-nginx-pod-40360316 UUID is be1bf686-7b48-43e0-a550-802e063fd073 2025-09-24 05:28:21,338 - INFO - Created VN __public__, UUID :53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:21,536 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 05:28:21,543 - DEBUG - Requesting: http://10.0.0.48:8082/domain/fbda32a8-b0d9-4f3a-8129-3bb559ec43cd 2025-09-24 05:28:21,557 - DEBUG - Requesting: http://10.0.0.48:8082/project/f5b648c7-0191-4513-8024-308c12526219 2025-09-24 05:28:21,638 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:21,650 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:21,666 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:28:21,678 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:28:21,686 - DEBUG - Route Targets: [] 2025-09-24 05:28:21,687 - DEBUG - RT names not yet present for VN __public__ 2025-09-24 05:28:26,687 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 05:28:26,693 - DEBUG - Requesting: http://10.0.0.48:8082/domain/fbda32a8-b0d9-4f3a-8129-3bb559ec43cd 2025-09-24 05:28:26,700 - DEBUG - Requesting: http://10.0.0.48:8082/project/f5b648c7-0191-4513-8024-308c12526219 2025-09-24 05:28:26,735 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:26,743 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:26,750 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:28:26,757 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:28:26,762 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/ce15865b-aab1-4df0-8d9a-795f2ce09406 2025-09-24 05:28:26,767 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-24 05:28:26,767 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:26,777 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:28:26,788 - INFO - Verified VN network id 13 for VN 53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:26,788 - INFO - Verifications in API Server for VN __public__ passed 2025-09-24 05:28:26,788 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:26,795 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:28:26,801 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:28:26,806 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/ce15865b-aab1-4df0-8d9a-795f2ce09406 2025-09-24 05:28:26,811 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-24 05:28:26,816 - DEBUG - Control-node 10.0.0.48 : 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': '6048403472932816134', 'uuid-lslong': '9923066102559486726'}, 'enable': 'true', 'created': '2025-09-24T05:28:21', 'last-modified': '2025-09-24T05:28:21', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.313919'} 2025-09-24 05:28:26,816 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 05:28:26,825 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-09-24 05:28:26,825 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-09-24 05:28:26,826 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-09-24 05:28:26,826 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 05:28:26,830 - DEBUG - Requesting: http://10.0.0.48:8082/domain/fbda32a8-b0d9-4f3a-8129-3bb559ec43cd 2025-09-24 05:28:26,840 - DEBUG - Requesting: http://10.0.0.48:8082/project/f5b648c7-0191-4513-8024-308c12526219 2025-09-24 05:28:26,878 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:26,886 - DEBUG - =>VN __public__ has no policy to be verified 2025-09-24 05:28:26,886 - DEBUG - Verifying the vn in opserver 2025-09-24 05:28:26,887 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.48 2025-09-24 05:28:26,887 - DEBUG - Requesting: http://10.0.0.48:8081/analytics/uves/virtual-networks 2025-09-24 05:28:26,891 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.48:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-09-24 05:28:26,891 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-09-24 05:28:26,891 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 05:28:26,898 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 05:28:26,905 - DEBUG - Do not have enough data to verify VN in agent 2025-09-24 05:28:26,905 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 05:28:26,910 - DEBUG - VRF ids for VN __public__: {} 2025-09-24 05:28:27,019 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-09-24 05:28:27,127 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 05:28:27,133 - DEBUG - Requesting: http://10.0.0.48:8082/domain/fbda32a8-b0d9-4f3a-8129-3bb559ec43cd 2025-09-24 05:28:27,139 - DEBUG - Requesting: http://10.0.0.48:8082/project/f5b648c7-0191-4513-8024-308c12526219 2025-09-24 05:28:27,174 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:27,183 - DEBUG - Requesting: http://10.0.0.48:8082/floating-ip-pool/15cd281c-60e3-468c-9d9a-7b1269300198 2025-09-24 05:28:27,189 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 05:28:27,199 - DEBUG - Requesting: http://10.0.0.48:8082/domain/fbda32a8-b0d9-4f3a-8129-3bb559ec43cd 2025-09-24 05:28:27,207 - DEBUG - Requesting: http://10.0.0.48:8082/project/f5b648c7-0191-4513-8024-308c12526219 2025-09-24 05:28:27,254 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/53f03ee9-ae66-4506-89b5-d00badc73306 2025-09-24 05:28:27,262 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-09-24 05:28:27,262 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-09-24 05:28:27,268 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-09-24 05:28:27,274 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-09-24 05:28:27,274 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-09-24 05:28:27,277 - DEBUG - Ingress ctest-nginx-ingress-57375824 not present 2025-09-24 05:28:27,277 - INFO - Creating Ingress ctest-nginx-ingress-57375824 2025-09-24 05:28:27,284 - INFO - Created Ingress ctest-nginx-ingress-57375824 2025-09-24 05:28:27,288 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-57375824 2025-09-24 05:28:30,295 - DEBUG - For Ingress ctest-nginx-ingress-57375824, Cluster IP: 10.47.255.249, External IPs ['204.177.193.60'] 2025-09-24 05:28:30,295 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-57375824 2025-09-24 05:28:30,295 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=11d8a41c-eac2-4cdd-99a2-4465bb042e21 2025-09-24 05:28:30,300 - INFO - Ingress ctest-nginx-ingress-57375824 with uuid 11d8a41c-eac2-4cdd-99a2-4465bb042e21 found in kube manager 2025-09-24 05:28:30,301 - INFO - Ingress ctest-nginx-ingress-57375824 verification passed 2025-09-24 05:28:30,310 - DEBUG - Pod ctest-busybox-pod-48766603 not present 2025-09-24 05:28:30,311 - INFO - Creating Pod ctest-busybox-pod-48766603 2025-09-24 05:28:30,372 - DEBUG - Pod : ctest-busybox-pod-48766603 UUID is 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:28:30,384 - DEBUG - Pod ctest-nginx-pod-76306367 not in running state.Currently in Pending 2025-09-24 05:28:35,390 - DEBUG - Pod ctest-nginx-pod-76306367 not in running state.Currently in Pending 2025-09-24 05:28:40,407 - INFO - Pod ctest-nginx-pod-76306367 is in running state.Got IP 10.47.255.251 2025-09-24 05:28:40,467 - DEBUG - Pod ctest-nginx-pod-76306367 has vmi 498760dc-9907-11f0-aa99-fa163e27879e 2025-09-24 05:28:40,467 - INFO - Verified pod ctest-nginx-pod-76306367 in contrail-api 2025-09-24 05:28:40,467 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:28:40,481 - DEBUG - VMI 498760dc-9907-11f0-aa99-fa163e27879e is active in agent 10.0.0.49 2025-09-24 05:28:40,481 - INFO - Verified Pod ctest-nginx-pod-76306367 in agent 10.0.0.49 2025-09-24 05:28:40,481 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=dd83bcbd-a76e-4359-9233-8a91f4e685a5 2025-09-24 05:28:40,487 - INFO - Pod ctest-nginx-pod-76306367 with uuid dd83bcbd-a76e-4359-9233-8a91f4e685a5 found in kube manager 2025-09-24 05:28:40,487 - INFO - Pod ctest-nginx-pod-76306367 verification passed 2025-09-24 05:28:40,568 - DEBUG - [Pod ctest-nginx-pod-76306367] Cmd: echo ctest-nginx-pod-76306367 > /usr/share/nginx/html/index.html, Output: 2025-09-24 05:28:40,586 - INFO - Pod ctest-nginx-pod-40360316 is in running state.Got IP 10.47.255.250 2025-09-24 05:28:40,607 - DEBUG - Pod ctest-nginx-pod-40360316 has vmi 49f7703e-9907-11f0-aa99-fa163e27879e 2025-09-24 05:28:40,607 - INFO - Verified pod ctest-nginx-pod-40360316 in contrail-api 2025-09-24 05:28:40,607 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:28:40,627 - DEBUG - VMI 49f7703e-9907-11f0-aa99-fa163e27879e is active in agent 10.0.0.49 2025-09-24 05:28:40,628 - INFO - Verified Pod ctest-nginx-pod-40360316 in agent 10.0.0.49 2025-09-24 05:28:40,628 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=be1bf686-7b48-43e0-a550-802e063fd073 2025-09-24 05:28:40,635 - INFO - Pod ctest-nginx-pod-40360316 with uuid be1bf686-7b48-43e0-a550-802e063fd073 found in kube manager 2025-09-24 05:28:40,636 - INFO - Pod ctest-nginx-pod-40360316 verification passed 2025-09-24 05:28:40,697 - DEBUG - [Pod ctest-nginx-pod-40360316] Cmd: echo ctest-nginx-pod-40360316 > /usr/share/nginx/html/index.html, Output: 2025-09-24 05:28:40,704 - DEBUG - Pod ctest-busybox-pod-48766603 not in running state.Currently in Pending 2025-09-24 05:28:45,713 - INFO - Pod ctest-busybox-pod-48766603 is in running state.Got IP 10.47.255.248 2025-09-24 05:28:45,728 - DEBUG - Pod ctest-busybox-pod-48766603 has vmi 4e41883c-9907-11f0-aa99-fa163e27879e 2025-09-24 05:28:45,728 - INFO - Verified pod ctest-busybox-pod-48766603 in contrail-api 2025-09-24 05:28:45,728 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:28:45,740 - DEBUG - VMI 4e41883c-9907-11f0-aa99-fa163e27879e is active in agent 10.0.0.49 2025-09-24 05:28:45,740 - INFO - Verified Pod ctest-busybox-pod-48766603 in agent 10.0.0.49 2025-09-24 05:28:45,741 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:28:45,747 - INFO - Pod ctest-busybox-pod-48766603 with uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 found in kube manager 2025-09-24 05:28:45,747 - INFO - Pod ctest-busybox-pod-48766603 verification passed 2025-09-24 05:28:45,808 - DEBUG - [Pod ctest-busybox-pod-48766603] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-76306367 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-09-24 05:28:45,808 - DEBUG - [Pod Pod ctest-busybox-pod-48766603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 05:28:45,808 - DEBUG - [Pod Pod ctest-busybox-pod-48766603] Cmd output: ctest-nginx-pod-76306367 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-09-24 05:28:45,872 - DEBUG - [Pod ctest-busybox-pod-48766603] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-76306367 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-09-24 05:28:45,872 - DEBUG - [Pod Pod ctest-busybox-pod-48766603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 05:28:45,872 - DEBUG - [Pod Pod ctest-busybox-pod-48766603] Cmd output: ctest-nginx-pod-76306367 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-09-24 05:28:45,929 - DEBUG - [Pod ctest-busybox-pod-48766603] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-40360316 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-09-24 05:28:45,929 - DEBUG - [Pod Pod ctest-busybox-pod-48766603] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-09-24 05:28:45,929 - DEBUG - [Pod Pod ctest-busybox-pod-48766603] Cmd output: ctest-nginx-pod-40360316 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-09-24 05:28:45,929 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-76306367': 2, 'ctest-nginx-pod-40360316': 1} 2025-09-24 05:28:45,929 - WARNING - Nothing to delete parallely 2025-09-24 05:28:45,930 - INFO - Deleting pod default:ctest-busybox-pod-48766603 2025-09-24 05:28:45,943 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:28:45,950 - WARNING - Pod uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:28:50,951 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:28:50,958 - WARNING - Pod uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:28:55,958 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:28:55,964 - WARNING - Pod uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:29:00,965 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:29:00,973 - WARNING - Pod uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:29:05,973 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:29:05,980 - WARNING - Pod uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:29:10,981 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:29:10,995 - WARNING - Pod uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:29:15,995 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:29:16,003 - WARNING - Pod uuid 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:29:21,008 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4dcf5b16-f25c-4e60-8f90-d08d66e905a7 2025-09-24 05:29:21,015 - DEBUG - Pod 4dcf5b16-f25c-4e60-8f90-d08d66e905a7 is not in agent 10.0.0.49 VM list 2025-09-24 05:29:21,017 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e41883c-9907-11f0-aa99-fa163e27879e 2025-09-24 05:29:21,023 - DEBUG - VMI 4e41883c-9907-11f0-aa99-fa163e27879e is removed from agent 10.0.0.49 2025-09-24 05:29:21,023 - INFO - Verified that pod ctest-busybox-pod-48766603 is removed in agent 2025-09-24 05:29:21,023 - INFO - Deleting Ingress : ctest-nginx-ingress-57375824 2025-09-24 05:29:21,035 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=11d8a41c-eac2-4cdd-99a2-4465bb042e21 2025-09-24 05:29:21,052 - ERROR - Ingress ctest-nginx-ingress-57375824 with uuid 11d8a41c-eac2-4cdd-99a2-4465bb042e21 still found in kube manager 2025-09-24 05:29:22,053 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=11d8a41c-eac2-4cdd-99a2-4465bb042e21 2025-09-24 05:29:22,058 - INFO - Ingress ctest-nginx-ingress-57375824 with uuid 11d8a41c-eac2-4cdd-99a2-4465bb042e21 deleted successfully from kube manager 2025-09-24 05:29:22,058 - INFO - Verifications on Ingress %s cleanup passed 2025-09-24 05:29:22,058 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-09-24 05:29:22,150 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-09-24 05:29:22,162 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-09-24 05:29:22,162 - INFO - Deleting VN __public__ 2025-09-24 05:29:22,305 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/474548f3-96d2-40ac-9e26-8587f25f1811 2025-09-24 05:29:22,310 - DEBUG - Response Code: 404 2025-09-24 05:29:22,311 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-09-24 05:29:22,316 - DEBUG - Requesting: http://10.0.0.48:8082/domain/fbda32a8-b0d9-4f3a-8129-3bb559ec43cd 2025-09-24 05:29:22,325 - DEBUG - Requesting: http://10.0.0.48:8082/project/f5b648c7-0191-4513-8024-308c12526219 2025-09-24 05:29:22,406 - INFO - Validated that VN __public__ is not found in API Server 2025-09-24 05:29:22,407 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-09-24 05:29:22,418 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 05:29:22,427 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-09-24 05:29:22,427 - INFO - Validated that VN __public__ is not in any agent 2025-09-24 05:29:22,427 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 05:29:22,435 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-09-24 05:29:22,441 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-09-24 05:29:22,446 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-09-24 05:29:22,447 - INFO - Deleting pod default:ctest-nginx-pod-40360316 2025-09-24 05:29:22,474 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=be1bf686-7b48-43e0-a550-802e063fd073 2025-09-24 05:29:22,510 - WARNING - Pod uuid be1bf686-7b48-43e0-a550-802e063fd073 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:29:27,510 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=be1bf686-7b48-43e0-a550-802e063fd073 2025-09-24 05:29:27,517 - DEBUG - Pod be1bf686-7b48-43e0-a550-802e063fd073 is not in agent 10.0.0.49 VM list 2025-09-24 05:29:27,517 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:49f7703e-9907-11f0-aa99-fa163e27879e 2025-09-24 05:29:27,523 - DEBUG - VMI 49f7703e-9907-11f0-aa99-fa163e27879e is removed from agent 10.0.0.49 2025-09-24 05:29:27,523 - INFO - Verified that pod ctest-nginx-pod-40360316 is removed in agent 2025-09-24 05:29:27,523 - INFO - Deleting pod default:ctest-nginx-pod-76306367 2025-09-24 05:29:27,540 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=dd83bcbd-a76e-4359-9233-8a91f4e685a5 2025-09-24 05:29:27,547 - WARNING - Pod uuid dd83bcbd-a76e-4359-9233-8a91f4e685a5 is still seen in agent 10.0.0.49 VM list 2025-09-24 05:29:32,548 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=dd83bcbd-a76e-4359-9233-8a91f4e685a5 2025-09-24 05:29:32,555 - DEBUG - Pod dd83bcbd-a76e-4359-9233-8a91f4e685a5 is not in agent 10.0.0.49 VM list 2025-09-24 05:29:32,555 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:498760dc-9907-11f0-aa99-fa163e27879e 2025-09-24 05:29:32,560 - DEBUG - VMI 498760dc-9907-11f0-aa99-fa163e27879e is removed from agent 10.0.0.49 2025-09-24 05:29:32,560 - INFO - Verified that pod ctest-nginx-pod-76306367 is removed in agent 2025-09-24 05:29:32,561 - INFO - Deleting service : ctest-nginx-svc-73465778 2025-09-24 05:29:32,782 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 05:29:32,789 - DEBUG - No XMPP flaps were noticed during the test
2025-09-24 05:29:32,789 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-09-24 05:29:32,789 - INFO - -------------------------------------------------------------------------------- 2025-09-24 05:29:39,186 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-24 05:29:39,315 - DEBUG - Output : cluster_project={} 2025-09-24 05:29:39,470 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-09-24 05:29:39,639 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-09-24 05:29:39,645 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-09-24 05:29:39,789 - DEBUG - Output : cluster_project={} 2025-09-24 05:29:54,927 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:29:54,966 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:29:55,047 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:29:55,123 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:29:55,158 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:29:55,240 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:29:55,315 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:30:00,357 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-09-24 05:30:00,570 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 05:30:04,777 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-09-24 05:30:04,786 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-09-24 05:30:04,812 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-09-24 05:30:06,839 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-09-24 05:33:16,886 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-09-24 05:33:16,922 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:16,945 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a4492aac-578d-4502-8df7-f6e89cd7974e 2025-09-24 05:33:16,956 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=dd44434a-c318-4bec-87a2-d2223e097ade 2025-09-24 05:33:16,967 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:16,974 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:16,978 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:16,983 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:16,990 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:21,993 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:22,036 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:22,038 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:22,039 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:22,040 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=a4492aac-578d-4502-8df7-f6e89cd7974e 2025-09-24 05:33:22,040 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:22,041 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=dd44434a-c318-4bec-87a2-d2223e097ade 2025-09-24 05:33:22,043 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:22,067 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:798a34d0-9907-11f0-aa99-fa163e27879e 2025-09-24 05:33:22,071 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:792656ae-9907-11f0-aa99-fa163e27879e 2025-09-24 05:33:27,004 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:27,070 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:27,073 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:27,075 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:27,077 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:27,077 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:32,012 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:32,105 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:32,106 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:32,107 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:32,109 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:32,109 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:37,019 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:37,122 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:37,124 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:37,125 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:37,126 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:37,128 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:42,028 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:42,142 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:42,143 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:42,144 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:42,145 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:42,147 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:47,036 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:47,160 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:47,162 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:47,163 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:47,164 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:47,165 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:52,043 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=97e1d327-2215-415c-a860-b44baf921b05 2025-09-24 05:33:52,051 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:780d06d2-9907-11f0-aa99-fa163e27879e 2025-09-24 05:33:52,180 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ad6db4fe-d3ef-4cde-abd1-1aadd0d9375d 2025-09-24 05:33:52,183 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0fd80de8-69da-48c4-91f2-99f2e49da183 2025-09-24 05:33:52,184 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=579f8d32-152b-4ab4-b4e1-a8c0ca216444 2025-09-24 05:33:52,186 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9b2a547-d3e4-4358-a655-ada80eb891cd 2025-09-24 05:33:52,188 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8f6ad360-eecf-438a-a515-d8f10ccc8939 2025-09-24 05:33:52,202 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7a77702e-9907-11f0-aa99-fa163e27879e 2025-09-24 05:33:52,203 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7a0a3306-9907-11f0-aa99-fa163e27879e 2025-09-24 05:33:52,205 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7ae2dd64-9907-11f0-aa99-fa163e27879e 2025-09-24 05:33:52,210 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7886a5e6-9907-11f0-aa99-fa163e27879e 2025-09-24 05:33:52,212 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7b4d3e3e-9907-11f0-aa99-fa163e27879e