2025-04-28 01:52:30,298 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-04-28 01:52:30,532 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1199-1 2025-04-28 01:52:30,532 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-04-28 01:52:30,565 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1199-1 2025-04-28 01:52:30,565 - DEBUG - [10.0.0.249]: 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-28 01:52:30,618 - DEBUG - Output : NAMES contrail_test_dSnE7Uqvq contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 config_api-schema-1 config_api-nodemgr-1 2025-04-28 01:52:30,619 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 01:52:30,688 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-04-28 01:52:30,688 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-04-28 01:52:30,721 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1199-1 2025-04-28 01:52:30,806 - DEBUG - [10.0.0.242]: Running cmd : hostname 2025-04-28 01:52:31,006 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1199-1 2025-04-28 01:52:31,007 - DEBUG - [10.0.0.242]: Running cmd : hostname -f 2025-04-28 01:52:31,030 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1199-1 2025-04-28 01:52:31,030 - DEBUG - [10.0.0.242]: 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-28 01:52:31,074 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-28 01:52:31,074 - DEBUG - [10.0.0.242]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 01:52:31,097 - DEBUG - Output : 10.0.0.242/24 2025-04-28 01:52:31,097 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.0.0.242 | head -n 1 | awk '{print $2}' 2025-04-28 01:52:31,173 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1199-1 2025-04-28 01:52:31,238 - INFO - Using existing project ['default-domain', 'k8s-default'](d3f0e95c-6d73-40d9-80fb-466567a5bf77) 2025-04-28 01:52:31,343 - INFO - Using existing project ['default-domain', 'k8s-default'](d3f0e95c-6d73-40d9-80fb-466567a5bf77) 2025-04-28 01:52:31,478 - INFO - ================================================================================ 2025-04-28 01:52:31,478 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-28 01:52:31,479 - 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-28 01:52:31,707 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 01:52:31,714 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.0.0.249': '0'}} with 2025-04-28 01:52:31,714 - INFO - Initial checks done. Running the testcase now 2025-04-28 01:52:31,714 - INFO - 2025-04-28 01:52:31,718 - INFO - Namespace default already exists 2025-04-28 01:52:31,718 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 01:52:31,823 - DEBUG - Output : cluster_project={} 2025-04-28 01:52:31,857 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-28 01:52:31,858 - DEBUG - Project uuid in Contrail is d3f0e95c-6d73-40d9-80fb-466567a5bf77 2025-04-28 01:52:31,858 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-28 01:52:31,975 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-28 01:52:31,976 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=1fb2bbaa-6f8e-4109-97b0-bbb0a15fc429 2025-04-28 01:52:31,980 - INFO - Namespace default with uuid 1fb2bbaa-6f8e-4109-97b0-bbb0a15fc429 found in kube manager 2025-04-28 01:52:31,980 - INFO - Namespace default verification passed 2025-04-28 01:52:31,982 - DEBUG - Service ctest-nginx-svc-91309947 not present 2025-04-28 01:52:31,983 - INFO - Creating service ctest-nginx-svc-91309947 2025-04-28 01:52:32,010 - INFO - Created Service ctest-nginx-svc-91309947 2025-04-28 01:52:32,026 - DEBUG - Pod ctest-nginx-pod-94184260 not present 2025-04-28 01:52:32,027 - INFO - Creating Pod ctest-nginx-pod-94184260 2025-04-28 01:52:32,084 - DEBUG - Pod : ctest-nginx-pod-94184260 UUID is dc8952aa-6d3c-4152-bd11-27b3a4b2d234 2025-04-28 01:52:32,088 - DEBUG - Pod ctest-nginx-pod-85367086 not present 2025-04-28 01:52:32,088 - INFO - Creating Pod ctest-nginx-pod-85367086 2025-04-28 01:52:32,113 - DEBUG - Pod : ctest-nginx-pod-85367086 UUID is 1d4dc081-27d8-4d67-ba3a-81c91ffb158d 2025-04-28 01:52:32,295 - INFO - Created VN __public__, UUID :225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:32,419 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 01:52:32,424 - DEBUG - Requesting: http://10.0.0.249:8082/domain/bb11b686-1104-41b9-aec2-8f01db2c330f 2025-04-28 01:52:32,463 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3f0e95c-6d73-40d9-80fb-466567a5bf77 2025-04-28 01:52:32,523 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:32,532 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:32,542 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:52:32,549 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:52:32,554 - DEBUG - Route Targets: [] 2025-04-28 01:52:32,555 - DEBUG - RT names not yet present for VN __public__ 2025-04-28 01:52:37,555 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 01:52:37,562 - DEBUG - Requesting: http://10.0.0.249:8082/domain/bb11b686-1104-41b9-aec2-8f01db2c330f 2025-04-28 01:52:37,569 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3f0e95c-6d73-40d9-80fb-466567a5bf77 2025-04-28 01:52:37,608 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:37,618 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:37,625 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:52:37,632 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:52:37,637 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/cfa24805-f201-4cec-86bf-86ad9559a57b 2025-04-28 01:52:37,642 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 01:52:37,642 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:37,651 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:52:37,664 - INFO - Verified VN network id 13 for VN 225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:37,664 - INFO - Verifications in API Server for VN __public__ passed 2025-04-28 01:52:37,664 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:37,672 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:52:37,678 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:52:37,684 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/cfa24805-f201-4cec-86bf-86ad9559a57b 2025-04-28 01:52:37,689 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 01:52:37,695 - DEBUG - Control-node 10.0.0.249 : 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': '2475613233028087945', 'uuid-lslong': '11531117986405758366'}, 'enable': 'true', 'created': '2025-04-28T01:52:32', 'last-modified': '2025-04-28T01:52:32', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.362498'} 2025-04-28 01:52:37,695 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 01:52:37,701 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 01:52:37,701 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-28 01:52:37,702 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-28 01:52:37,702 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 01:52:37,706 - DEBUG - Requesting: http://10.0.0.249:8082/domain/bb11b686-1104-41b9-aec2-8f01db2c330f 2025-04-28 01:52:37,712 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3f0e95c-6d73-40d9-80fb-466567a5bf77 2025-04-28 01:52:37,750 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:37,758 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-28 01:52:37,758 - DEBUG - Verifying the vn in opserver 2025-04-28 01:52:37,759 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-04-28 01:52:37,759 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-04-28 01:52:37,764 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-28 01:52:37,764 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-28 01:52:37,764 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 01:52:37,771 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 01:52:37,776 - DEBUG - Do not have enough data to verify VN in agent 2025-04-28 01:52:37,776 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 01:52:37,781 - DEBUG - VRF ids for VN __public__: {} 2025-04-28 01:52:37,871 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-28 01:52:37,970 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 01:52:37,975 - DEBUG - Requesting: http://10.0.0.249:8082/domain/bb11b686-1104-41b9-aec2-8f01db2c330f 2025-04-28 01:52:37,983 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3f0e95c-6d73-40d9-80fb-466567a5bf77 2025-04-28 01:52:38,022 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:38,033 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/5f78304b-2951-41f1-8ee2-e457bcbd0ea3 2025-04-28 01:52:38,039 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 01:52:38,043 - DEBUG - Requesting: http://10.0.0.249:8082/domain/bb11b686-1104-41b9-aec2-8f01db2c330f 2025-04-28 01:52:38,050 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3f0e95c-6d73-40d9-80fb-466567a5bf77 2025-04-28 01:52:38,087 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/225b251e-7be5-4089-a006-c2b6d2d5359e 2025-04-28 01:52:38,096 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-28 01:52:38,096 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-28 01:52:38,102 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 01:52:38,108 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-28 01:52:38,108 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-28 01:52:38,111 - DEBUG - Ingress ctest-nginx-ingress-81923207 not present 2025-04-28 01:52:38,111 - INFO - Creating Ingress ctest-nginx-ingress-81923207 2025-04-28 01:52:38,116 - INFO - Created Ingress ctest-nginx-ingress-81923207 2025-04-28 01:52:38,119 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81923207 2025-04-28 01:52:41,128 - DEBUG - For Ingress ctest-nginx-ingress-81923207, Cluster IP: 10.47.255.249, External IPs ['68.212.133.188'] 2025-04-28 01:52:41,128 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-81923207 2025-04-28 01:52:41,129 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=6c446909-a54d-4dd3-8310-226c44c4ef30 2025-04-28 01:52:41,135 - INFO - Ingress ctest-nginx-ingress-81923207 with uuid 6c446909-a54d-4dd3-8310-226c44c4ef30 found in kube manager 2025-04-28 01:52:41,135 - INFO - Ingress ctest-nginx-ingress-81923207 verification passed 2025-04-28 01:52:41,138 - DEBUG - Pod ctest-busybox-pod-06033671 not present 2025-04-28 01:52:41,138 - INFO - Creating Pod ctest-busybox-pod-06033671 2025-04-28 01:52:41,156 - DEBUG - Pod : ctest-busybox-pod-06033671 UUID is b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:52:41,166 - DEBUG - Pod ctest-nginx-pod-94184260 not in running state.Currently in Pending 2025-04-28 01:52:46,171 - INFO - Pod ctest-nginx-pod-94184260 is in running state.Got IP 10.47.255.251 2025-04-28 01:52:46,183 - DEBUG - Pod ctest-nginx-pod-94184260 has vmi 73ad3e30-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:52:46,183 - INFO - Verified pod ctest-nginx-pod-94184260 in contrail-api 2025-04-28 01:52:46,183 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:52:46,194 - DEBUG - VMI 73ad3e30-23d3-11f0-bf19-fa163ea6ccb1 is active in agent 10.0.0.242 2025-04-28 01:52:46,194 - INFO - Verified Pod ctest-nginx-pod-94184260 in agent 10.0.0.242 2025-04-28 01:52:46,194 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=dc8952aa-6d3c-4152-bd11-27b3a4b2d234 2025-04-28 01:52:46,198 - INFO - Pod ctest-nginx-pod-94184260 with uuid dc8952aa-6d3c-4152-bd11-27b3a4b2d234 found in kube manager 2025-04-28 01:52:46,198 - INFO - Pod ctest-nginx-pod-94184260 verification passed 2025-04-28 01:52:46,258 - DEBUG - [Pod ctest-nginx-pod-94184260] Cmd: echo ctest-nginx-pod-94184260 > /usr/share/nginx/html/index.html, Output: 2025-04-28 01:52:46,263 - INFO - Pod ctest-nginx-pod-85367086 is in running state.Got IP 10.47.255.250 2025-04-28 01:52:46,315 - DEBUG - Pod ctest-nginx-pod-85367086 has vmi 741eac64-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:52:46,315 - INFO - Verified pod ctest-nginx-pod-85367086 in contrail-api 2025-04-28 01:52:46,315 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:52:46,325 - DEBUG - VMI 741eac64-23d3-11f0-bf19-fa163ea6ccb1 is active in agent 10.0.0.242 2025-04-28 01:52:46,325 - INFO - Verified Pod ctest-nginx-pod-85367086 in agent 10.0.0.242 2025-04-28 01:52:46,325 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=1d4dc081-27d8-4d67-ba3a-81c91ffb158d 2025-04-28 01:52:46,329 - INFO - Pod ctest-nginx-pod-85367086 with uuid 1d4dc081-27d8-4d67-ba3a-81c91ffb158d found in kube manager 2025-04-28 01:52:46,329 - INFO - Pod ctest-nginx-pod-85367086 verification passed 2025-04-28 01:52:46,382 - DEBUG - [Pod ctest-nginx-pod-85367086] Cmd: echo ctest-nginx-pod-85367086 > /usr/share/nginx/html/index.html, Output: 2025-04-28 01:52:46,386 - DEBUG - Pod ctest-busybox-pod-06033671 not in running state.Currently in Pending 2025-04-28 01:52:51,391 - INFO - Pod ctest-busybox-pod-06033671 is in running state.Got IP 10.47.255.248 2025-04-28 01:52:51,402 - DEBUG - Pod ctest-busybox-pod-06033671 has vmi 786ab470-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:52:51,402 - INFO - Verified pod ctest-busybox-pod-06033671 in contrail-api 2025-04-28 01:52:51,402 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:52:51,411 - DEBUG - VMI 786ab470-23d3-11f0-bf19-fa163ea6ccb1 is active in agent 10.0.0.242 2025-04-28 01:52:51,411 - INFO - Verified Pod ctest-busybox-pod-06033671 in agent 10.0.0.242 2025-04-28 01:52:51,411 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:52:51,415 - INFO - Pod ctest-busybox-pod-06033671 with uuid b74d8307-500b-4877-b7a6-6d33515fb86b found in kube manager 2025-04-28 01:52:51,415 - INFO - Pod ctest-busybox-pod-06033671 verification passed 2025-04-28 01:52:51,465 - DEBUG - [Pod ctest-busybox-pod-06033671] 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-94184260 2025-04-28 01:52:51,465 - DEBUG - [Pod Pod ctest-busybox-pod-06033671] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 01:52:51,465 - DEBUG - [Pod Pod ctest-busybox-pod-06033671] 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-94184260 2025-04-28 01:52:51,508 - DEBUG - [Pod ctest-busybox-pod-06033671] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94184260 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-28 01:52:51,508 - DEBUG - [Pod Pod ctest-busybox-pod-06033671] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 01:52:51,508 - DEBUG - [Pod Pod ctest-busybox-pod-06033671] Cmd output: ctest-nginx-pod-94184260 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-28 01:52:51,538 - DEBUG - [Pod ctest-busybox-pod-06033671] 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-85367086 2025-04-28 01:52:51,538 - DEBUG - [Pod Pod ctest-busybox-pod-06033671] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 01:52:51,538 - DEBUG - [Pod Pod ctest-busybox-pod-06033671] 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-85367086 2025-04-28 01:52:51,538 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-94184260': 2, 'ctest-nginx-pod-85367086': 1} 2025-04-28 01:52:51,539 - WARNING - Nothing to delete parallely 2025-04-28 01:52:51,539 - INFO - Deleting pod default:ctest-busybox-pod-06033671 2025-04-28 01:52:51,549 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:52:51,556 - WARNING - Pod uuid b74d8307-500b-4877-b7a6-6d33515fb86b is still seen in agent 10.0.0.242 VM list 2025-04-28 01:52:56,557 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:52:56,563 - WARNING - Pod uuid b74d8307-500b-4877-b7a6-6d33515fb86b is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:01,563 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:53:01,570 - WARNING - Pod uuid b74d8307-500b-4877-b7a6-6d33515fb86b is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:06,570 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:53:06,576 - WARNING - Pod uuid b74d8307-500b-4877-b7a6-6d33515fb86b is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:11,577 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:53:11,583 - WARNING - Pod uuid b74d8307-500b-4877-b7a6-6d33515fb86b is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:16,584 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:53:16,590 - WARNING - Pod uuid b74d8307-500b-4877-b7a6-6d33515fb86b is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:21,591 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:53:21,598 - WARNING - Pod uuid b74d8307-500b-4877-b7a6-6d33515fb86b is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:26,599 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b74d8307-500b-4877-b7a6-6d33515fb86b 2025-04-28 01:53:26,605 - DEBUG - Pod b74d8307-500b-4877-b7a6-6d33515fb86b is not in agent 10.0.0.242 VM list 2025-04-28 01:53:26,605 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:786ab470-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:53:26,611 - DEBUG - VMI 786ab470-23d3-11f0-bf19-fa163ea6ccb1 is removed from agent 10.0.0.242 2025-04-28 01:53:26,611 - INFO - Verified that pod ctest-busybox-pod-06033671 is removed in agent 2025-04-28 01:53:26,611 - INFO - Deleting Ingress : ctest-nginx-ingress-81923207 2025-04-28 01:53:26,620 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=6c446909-a54d-4dd3-8310-226c44c4ef30 2025-04-28 01:53:26,624 - ERROR - Ingress ctest-nginx-ingress-81923207 with uuid 6c446909-a54d-4dd3-8310-226c44c4ef30 still found in kube manager 2025-04-28 01:53:27,625 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=6c446909-a54d-4dd3-8310-226c44c4ef30 2025-04-28 01:53:27,631 - INFO - Ingress ctest-nginx-ingress-81923207 with uuid 6c446909-a54d-4dd3-8310-226c44c4ef30 deleted successfully from kube manager 2025-04-28 01:53:27,632 - INFO - Verifications on Ingress %s cleanup passed 2025-04-28 01:53:27,632 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-28 01:53:27,737 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 01:53:27,743 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-28 01:53:27,743 - INFO - Deleting VN __public__ 2025-04-28 01:53:27,947 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/638fc092-45f5-4778-a051-9b822219feaf 2025-04-28 01:53:27,953 - DEBUG - Response Code: 404 2025-04-28 01:53:27,953 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 01:53:27,958 - DEBUG - Requesting: http://10.0.0.249:8082/domain/bb11b686-1104-41b9-aec2-8f01db2c330f 2025-04-28 01:53:27,968 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3f0e95c-6d73-40d9-80fb-466567a5bf77 2025-04-28 01:53:28,002 - INFO - Validated that VN __public__ is not found in API Server 2025-04-28 01:53:28,002 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-28 01:53:28,009 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 01:53:28,017 - DEBUG - VN __public__ is not present in Agent 10.0.0.242 2025-04-28 01:53:28,018 - INFO - Validated that VN __public__ is not in any agent 2025-04-28 01:53:28,018 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 01:53:28,026 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 01:53:28,031 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 01:53:28,036 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-28 01:53:28,036 - INFO - Deleting pod default:ctest-nginx-pod-85367086 2025-04-28 01:53:28,046 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=1d4dc081-27d8-4d67-ba3a-81c91ffb158d 2025-04-28 01:53:28,072 - WARNING - Pod uuid 1d4dc081-27d8-4d67-ba3a-81c91ffb158d is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:33,073 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=1d4dc081-27d8-4d67-ba3a-81c91ffb158d 2025-04-28 01:53:33,080 - DEBUG - Pod 1d4dc081-27d8-4d67-ba3a-81c91ffb158d is not in agent 10.0.0.242 VM list 2025-04-28 01:53:33,080 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:741eac64-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:53:33,085 - DEBUG - VMI 741eac64-23d3-11f0-bf19-fa163ea6ccb1 is removed from agent 10.0.0.242 2025-04-28 01:53:33,085 - INFO - Verified that pod ctest-nginx-pod-85367086 is removed in agent 2025-04-28 01:53:33,086 - INFO - Deleting pod default:ctest-nginx-pod-94184260 2025-04-28 01:53:33,099 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=dc8952aa-6d3c-4152-bd11-27b3a4b2d234 2025-04-28 01:53:33,108 - WARNING - Pod uuid dc8952aa-6d3c-4152-bd11-27b3a4b2d234 is still seen in agent 10.0.0.242 VM list 2025-04-28 01:53:38,112 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=dc8952aa-6d3c-4152-bd11-27b3a4b2d234 2025-04-28 01:53:38,119 - DEBUG - Pod dc8952aa-6d3c-4152-bd11-27b3a4b2d234 is not in agent 10.0.0.242 VM list 2025-04-28 01:53:38,119 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:73ad3e30-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:53:38,124 - DEBUG - VMI 73ad3e30-23d3-11f0-bf19-fa163ea6ccb1 is removed from agent 10.0.0.242 2025-04-28 01:53:38,124 - INFO - Verified that pod ctest-nginx-pod-94184260 is removed in agent 2025-04-28 01:53:38,124 - INFO - Deleting service : ctest-nginx-svc-91309947 2025-04-28 01:53:38,347 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 01:53:38,353 - DEBUG - No XMPP flaps were noticed during the test
2025-04-28 01:53:38,353 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07]
2025-04-28 01:53:38,353 - INFO - -------------------------------------------------------------------------------- 2025-04-28 01:53:44,664 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 01:53:44,802 - DEBUG - Output : cluster_project={} 2025-04-28 01:53:44,839 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-28 01:53:45,041 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-28 01:53:45,048 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 01:53:45,179 - DEBUG - Output : cluster_project={} 2025-04-28 01:53:55,324 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:53:55,356 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:54:00,440 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:54:00,490 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:54:00,568 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:54:05,668 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:54:05,742 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:54:05,815 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 01:54:06,059 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 01:54:07,931 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_ApplicationPolicySetReq? 2025-04-28 01:54:07,937 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AclReq? 2025-04-28 01:54:07,965 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AclReq? 2025-04-28 01:54:09,993 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AclReq? 2025-04-28 01:57:09,875 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 01:57:09,919 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4bf2a3e0-4722-48e9-a1a7-a65c95857974 2025-04-28 01:57:09,942 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:09,948 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:09,953 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=600eebbf-6793-4a73-90d5-e257a0f56410 2025-04-28 01:57:09,957 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=461104f1-eebe-47fb-a8fd-dbd8921299df 2025-04-28 01:57:09,965 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:09,969 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=178dbcda-2cdb-4aa2-aecb-46bde20ec2ad 2025-04-28 01:57:09,972 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:15,027 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:15,029 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:15,030 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=461104f1-eebe-47fb-a8fd-dbd8921299df 2025-04-28 01:57:15,032 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4bf2a3e0-4722-48e9-a1a7-a65c95857974 2025-04-28 01:57:15,033 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=600eebbf-6793-4a73-90d5-e257a0f56410 2025-04-28 01:57:15,034 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=178dbcda-2cdb-4aa2-aecb-46bde20ec2ad 2025-04-28 01:57:15,035 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:15,036 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:15,060 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9f5ef3a2-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:57:15,062 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a0056bd8-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:57:15,063 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a07fc450-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:57:15,064 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9eff23c8-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:57:20,063 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:20,064 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:20,068 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:20,070 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:25,084 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:25,086 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:25,087 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:25,088 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:30,112 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:30,114 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:30,115 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:30,116 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:35,131 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:35,133 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:35,134 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:35,135 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:40,150 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:40,152 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:40,153 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:40,154 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:45,200 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=93afdbd5-e126-48cb-823d-2380b43f4d0f 2025-04-28 01:57:45,202 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f268ae85-646a-40fb-ad20-92fa498dd599 2025-04-28 01:57:45,203 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=c287e670-abfa-48d0-ac09-d6d9d117c7c5 2025-04-28 01:57:45,204 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f753afbb-c3c5-49b4-8424-464a7948c1ca 2025-04-28 01:57:45,217 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a23ee424-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:57:45,219 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a16a732e-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:57:45,220 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a1d60e9a-23d3-11f0-bf19-fa163ea6ccb1 2025-04-28 01:57:45,222 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a1038ae2-23d3-11f0-bf19-fa163ea6ccb1