2025-08-13 18:34:38,339 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-08-13 18:34:38,562 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1401-1 2025-08-13 18:34:38,562 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-08-13 18:34:38,595 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1401-1 2025-08-13 18:34:38,595 - DEBUG - [10.0.0.33]: 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-08-13 18:34:38,649 - DEBUG - Output : NAMES contrail_test_IwAkZxSKq contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-api-1 2025-08-13 18:34:38,649 - DEBUG - [10.0.0.33]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-08-13 18:34:38,722 - DEBUG - Output : 127.0.0.1/8 10.0.0.33/24 252.33.0.1/8 10.245.49.1/24 172.17.0.1/16 2025-08-13 18:34:38,722 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-08-13 18:34:38,765 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1401-1 2025-08-13 18:34:38,850 - DEBUG - [10.0.0.130]: Running cmd : hostname 2025-08-13 18:34:39,099 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1401-1 2025-08-13 18:34:39,100 - DEBUG - [10.0.0.130]: Running cmd : hostname -f 2025-08-13 18:34:39,123 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1401-1 2025-08-13 18:34:39,123 - DEBUG - [10.0.0.130]: 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-08-13 18:34:39,208 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-08-13 18:34:39,208 - DEBUG - [10.0.0.130]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-08-13 18:34:39,231 - DEBUG - Output : 10.0.0.130/24 2025-08-13 18:34:39,231 - DEBUG - [10.0.0.130]: Running cmd : getent hosts 10.0.0.130 | head -n 1 | awk '{print $2}' 2025-08-13 18:34:39,254 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1401-1 2025-08-13 18:34:39,321 - INFO - Using existing project ['default-domain', 'k8s-default'](16b2834c-a0d2-4657-b924-20af35785516) 2025-08-13 18:34:39,425 - INFO - Using existing project ['default-domain', 'k8s-default'](16b2834c-a0d2-4657-b924-20af35785516) 2025-08-13 18:34:39,591 - INFO - ================================================================================ 2025-08-13 18:34:39,591 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-08-13 18:34:39,592 - 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-08-13 18:34:39,816 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-13 18:34:39,822 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.0.0.33': '0'}} with 2025-08-13 18:34:39,822 - INFO - Initial checks done. Running the testcase now 2025-08-13 18:34:39,822 - INFO - 2025-08-13 18:34:39,826 - INFO - Namespace default already exists 2025-08-13 18:34:39,826 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-13 18:34:39,921 - DEBUG - Output : cluster_project={} 2025-08-13 18:34:39,971 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-08-13 18:34:39,971 - DEBUG - Project uuid in Contrail is 16b2834c-a0d2-4657-b924-20af35785516 2025-08-13 18:34:39,971 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-13 18:34:40,099 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-13 18:34:40,099 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=375e3125-93c5-4ba2-8d17-32bcb7959741 2025-08-13 18:34:40,104 - INFO - Namespace default with uuid 375e3125-93c5-4ba2-8d17-32bcb7959741 found in kube manager 2025-08-13 18:34:40,104 - INFO - Namespace default verification passed 2025-08-13 18:34:40,107 - DEBUG - Service ctest-nginx-svc-55219168 not present 2025-08-13 18:34:40,107 - INFO - Creating service ctest-nginx-svc-55219168 2025-08-13 18:34:40,129 - INFO - Created Service ctest-nginx-svc-55219168 2025-08-13 18:34:40,143 - DEBUG - Pod ctest-nginx-pod-08360637 not present 2025-08-13 18:34:40,147 - INFO - Creating Pod ctest-nginx-pod-08360637 2025-08-13 18:34:40,205 - DEBUG - Pod : ctest-nginx-pod-08360637 UUID is 95553972-9345-4317-90a9-f6e9169c064e 2025-08-13 18:34:40,208 - DEBUG - Pod ctest-nginx-pod-27274811 not present 2025-08-13 18:34:40,208 - INFO - Creating Pod ctest-nginx-pod-27274811 2025-08-13 18:34:40,227 - DEBUG - Pod : ctest-nginx-pod-27274811 UUID is 873f0d93-8c08-4692-9725-f21ebd08f1ab 2025-08-13 18:34:40,404 - INFO - Created VN __public__, UUID :c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:40,533 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-08-13 18:34:40,557 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be779bcd-6a06-49b2-9141-e1ca0623d31b 2025-08-13 18:34:40,590 - DEBUG - Requesting: http://10.0.0.33:8082/project/16b2834c-a0d2-4657-b924-20af35785516 2025-08-13 18:34:40,655 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:40,669 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:40,679 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:34:40,689 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:34:40,701 - DEBUG - Route Targets: [] 2025-08-13 18:34:40,702 - DEBUG - RT names not yet present for VN __public__ 2025-08-13 18:34:45,702 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-08-13 18:34:45,708 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be779bcd-6a06-49b2-9141-e1ca0623d31b 2025-08-13 18:34:45,718 - DEBUG - Requesting: http://10.0.0.33:8082/project/16b2834c-a0d2-4657-b924-20af35785516 2025-08-13 18:34:45,758 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:45,767 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:45,775 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:34:45,781 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:34:45,787 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/5977f450-5d82-43ca-bb8a-5a674d401466 2025-08-13 18:34:45,793 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-13 18:34:45,793 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:45,804 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:34:45,818 - INFO - Verified VN network id 14 for VN c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:45,818 - INFO - Verifications in API Server for VN __public__ passed 2025-08-13 18:34:45,818 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:45,830 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:34:45,836 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:34:45,843 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/5977f450-5d82-43ca-bb8a-5a674d401466 2025-08-13 18:34:45,850 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-13 18:34:45,858 - DEBUG - Control-node 10.0.0.33 : 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': '14198947888769287422', 'uuid-lslong': '10896277537161821217'}, 'enable': 'true', 'created': '2025-08-13T18:34:40', 'last-modified': '2025-08-13T18:34:40', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.411496'} 2025-08-13 18:34:45,858 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-13 18:34:45,864 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-13 18:34:45,864 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-08-13 18:34:45,865 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-08-13 18:34:45,865 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-08-13 18:34:45,870 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be779bcd-6a06-49b2-9141-e1ca0623d31b 2025-08-13 18:34:45,878 - DEBUG - Requesting: http://10.0.0.33:8082/project/16b2834c-a0d2-4657-b924-20af35785516 2025-08-13 18:34:45,927 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:45,936 - DEBUG - =>VN __public__ has no policy to be verified 2025-08-13 18:34:45,936 - DEBUG - Verifying the vn in opserver 2025-08-13 18:34:45,936 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-08-13 18:34:45,937 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-08-13 18:34:45,942 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-08-13 18:34:45,942 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-08-13 18:34:45,942 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-13 18:34:45,949 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-13 18:34:45,954 - DEBUG - Do not have enough data to verify VN in agent 2025-08-13 18:34:45,954 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-13 18:34:45,960 - DEBUG - VRF ids for VN __public__: {} 2025-08-13 18:34:46,052 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-08-13 18:34:46,156 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-08-13 18:34:46,161 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be779bcd-6a06-49b2-9141-e1ca0623d31b 2025-08-13 18:34:46,168 - DEBUG - Requesting: http://10.0.0.33:8082/project/16b2834c-a0d2-4657-b924-20af35785516 2025-08-13 18:34:46,203 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:46,216 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/adc1f3b9-096b-4acc-81d8-66b991f93db9 2025-08-13 18:34:46,222 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-08-13 18:34:46,229 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be779bcd-6a06-49b2-9141-e1ca0623d31b 2025-08-13 18:34:46,237 - DEBUG - Requesting: http://10.0.0.33:8082/project/16b2834c-a0d2-4657-b924-20af35785516 2025-08-13 18:34:46,279 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/c50ccbe0-2660-44fe-9737-5ab068993c21 2025-08-13 18:34:46,289 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-08-13 18:34:46,289 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-08-13 18:34:46,295 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-13 18:34:46,305 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-08-13 18:34:46,305 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-08-13 18:34:46,309 - DEBUG - Ingress ctest-nginx-ingress-37917401 not present 2025-08-13 18:34:46,309 - INFO - Creating Ingress ctest-nginx-ingress-37917401 2025-08-13 18:34:46,316 - INFO - Created Ingress ctest-nginx-ingress-37917401 2025-08-13 18:34:46,322 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37917401 2025-08-13 18:34:49,327 - DEBUG - For Ingress ctest-nginx-ingress-37917401, Cluster IP: 10.47.255.249, External IPs ['33.107.123.124'] 2025-08-13 18:34:49,327 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-37917401 2025-08-13 18:34:49,327 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=dc0e6bf6-0df6-4c81-be30-801d2d200e4c 2025-08-13 18:34:49,333 - INFO - Ingress ctest-nginx-ingress-37917401 with uuid dc0e6bf6-0df6-4c81-be30-801d2d200e4c found in kube manager 2025-08-13 18:34:49,333 - INFO - Ingress ctest-nginx-ingress-37917401 verification passed 2025-08-13 18:34:49,336 - DEBUG - Pod ctest-busybox-pod-10399710 not present 2025-08-13 18:34:49,336 - INFO - Creating Pod ctest-busybox-pod-10399710 2025-08-13 18:34:49,374 - DEBUG - Pod : ctest-busybox-pod-10399710 UUID is 4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:34:49,382 - DEBUG - Pod ctest-nginx-pod-08360637 not in running state.Currently in Pending 2025-08-13 18:34:54,389 - INFO - Pod ctest-nginx-pod-08360637 is in running state.Got IP 10.47.255.251 2025-08-13 18:34:54,405 - DEBUG - Pod ctest-nginx-pod-08360637 has vmi 2d157cda-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:34:54,405 - INFO - Verified pod ctest-nginx-pod-08360637 in contrail-api 2025-08-13 18:34:54,405 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:34:54,416 - DEBUG - VMI 2d157cda-7874-11f0-b74f-fa163ea92eac is active in agent 10.0.0.130 2025-08-13 18:34:54,417 - INFO - Verified Pod ctest-nginx-pod-08360637 in agent 10.0.0.130 2025-08-13 18:34:54,417 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=95553972-9345-4317-90a9-f6e9169c064e 2025-08-13 18:34:54,421 - INFO - Pod ctest-nginx-pod-08360637 with uuid 95553972-9345-4317-90a9-f6e9169c064e found in kube manager 2025-08-13 18:34:54,421 - INFO - Pod ctest-nginx-pod-08360637 verification passed 2025-08-13 18:34:54,483 - DEBUG - [Pod ctest-nginx-pod-08360637] Cmd: echo ctest-nginx-pod-08360637 > /usr/share/nginx/html/index.html, Output: 2025-08-13 18:34:54,488 - DEBUG - Pod ctest-nginx-pod-27274811 not in running state.Currently in Pending 2025-08-13 18:34:59,503 - INFO - Pod ctest-nginx-pod-27274811 is in running state.Got IP 10.47.255.250 2025-08-13 18:34:59,556 - DEBUG - Pod ctest-nginx-pod-27274811 has vmi 2d89566e-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:34:59,556 - INFO - Verified pod ctest-nginx-pod-27274811 in contrail-api 2025-08-13 18:34:59,556 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:34:59,566 - DEBUG - VMI 2d89566e-7874-11f0-b74f-fa163ea92eac is active in agent 10.0.0.130 2025-08-13 18:34:59,566 - INFO - Verified Pod ctest-nginx-pod-27274811 in agent 10.0.0.130 2025-08-13 18:34:59,566 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=873f0d93-8c08-4692-9725-f21ebd08f1ab 2025-08-13 18:34:59,570 - INFO - Pod ctest-nginx-pod-27274811 with uuid 873f0d93-8c08-4692-9725-f21ebd08f1ab found in kube manager 2025-08-13 18:34:59,570 - INFO - Pod ctest-nginx-pod-27274811 verification passed 2025-08-13 18:34:59,617 - DEBUG - [Pod ctest-nginx-pod-27274811] Cmd: echo ctest-nginx-pod-27274811 > /usr/share/nginx/html/index.html, Output: 2025-08-13 18:34:59,622 - INFO - Pod ctest-busybox-pod-10399710 is in running state.Got IP 10.47.255.248 2025-08-13 18:34:59,640 - DEBUG - Pod ctest-busybox-pod-10399710 has vmi 31cf6a06-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:34:59,640 - INFO - Verified pod ctest-busybox-pod-10399710 in contrail-api 2025-08-13 18:34:59,640 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:34:59,650 - DEBUG - VMI 31cf6a06-7874-11f0-b74f-fa163ea92eac is active in agent 10.0.0.130 2025-08-13 18:34:59,650 - INFO - Verified Pod ctest-busybox-pod-10399710 in agent 10.0.0.130 2025-08-13 18:34:59,650 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:34:59,654 - INFO - Pod ctest-busybox-pod-10399710 with uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 found in kube manager 2025-08-13 18:34:59,654 - INFO - Pod ctest-busybox-pod-10399710 verification passed 2025-08-13 18:34:59,699 - DEBUG - [Pod ctest-busybox-pod-10399710] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-08360637 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-08-13 18:34:59,699 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-13 18:34:59,699 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd output: ctest-nginx-pod-08360637 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-08-13 18:34:59,761 - DEBUG - [Pod ctest-busybox-pod-10399710] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-08360637 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-08-13 18:34:59,761 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-13 18:34:59,761 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd output: ctest-nginx-pod-08360637 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-08-13 18:34:59,808 - DEBUG - [Pod ctest-busybox-pod-10399710] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-08360637 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-08-13 18:34:59,808 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-13 18:34:59,808 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd output: ctest-nginx-pod-08360637 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-08-13 18:34:59,857 - DEBUG - [Pod ctest-busybox-pod-10399710] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-08360637 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-08-13 18:34:59,857 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-13 18:34:59,857 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd output: ctest-nginx-pod-08360637 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-08-13 18:34:59,903 - DEBUG - [Pod ctest-busybox-pod-10399710] 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-08360637 2025-08-13 18:34:59,903 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-13 18:34:59,903 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] 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-08360637 2025-08-13 18:34:59,949 - DEBUG - [Pod ctest-busybox-pod-10399710] 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-27274811 2025-08-13 18:34:59,949 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-13 18:34:59,949 - DEBUG - [Pod Pod ctest-busybox-pod-10399710] 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-27274811 2025-08-13 18:34:59,949 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-08360637': 5, 'ctest-nginx-pod-27274811': 1} 2025-08-13 18:34:59,949 - WARNING - Nothing to delete parallely 2025-08-13 18:34:59,949 - INFO - Deleting pod default:ctest-busybox-pod-10399710 2025-08-13 18:34:59,961 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:34:59,973 - WARNING - Pod uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:04,973 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:35:04,980 - WARNING - Pod uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:09,981 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:35:09,987 - WARNING - Pod uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:14,988 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:35:14,996 - WARNING - Pod uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:19,998 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:35:20,004 - WARNING - Pod uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:25,005 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:35:25,012 - WARNING - Pod uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:30,013 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:35:30,020 - WARNING - Pod uuid 4c5f93f7-3871-475e-bb30-dd2930664d44 is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:35,022 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4c5f93f7-3871-475e-bb30-dd2930664d44 2025-08-13 18:35:35,029 - DEBUG - Pod 4c5f93f7-3871-475e-bb30-dd2930664d44 is not in agent 10.0.0.130 VM list 2025-08-13 18:35:35,030 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31cf6a06-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:35:35,035 - DEBUG - VMI 31cf6a06-7874-11f0-b74f-fa163ea92eac is removed from agent 10.0.0.130 2025-08-13 18:35:35,035 - INFO - Verified that pod ctest-busybox-pod-10399710 is removed in agent 2025-08-13 18:35:35,035 - INFO - Deleting Ingress : ctest-nginx-ingress-37917401 2025-08-13 18:35:35,041 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=dc0e6bf6-0df6-4c81-be30-801d2d200e4c 2025-08-13 18:35:35,053 - ERROR - Ingress ctest-nginx-ingress-37917401 with uuid dc0e6bf6-0df6-4c81-be30-801d2d200e4c still found in kube manager 2025-08-13 18:35:36,054 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=dc0e6bf6-0df6-4c81-be30-801d2d200e4c 2025-08-13 18:35:36,065 - INFO - Ingress ctest-nginx-ingress-37917401 with uuid dc0e6bf6-0df6-4c81-be30-801d2d200e4c deleted successfully from kube manager 2025-08-13 18:35:36,065 - INFO - Verifications on Ingress %s cleanup passed 2025-08-13 18:35:36,065 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-08-13 18:35:36,294 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-13 18:35:36,303 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-08-13 18:35:36,303 - INFO - Deleting VN __public__ 2025-08-13 18:35:36,683 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0f75121-cf67-419f-a0c2-5801de18faa1 2025-08-13 18:35:36,694 - DEBUG - Response Code: 404 2025-08-13 18:35:36,715 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-08-13 18:35:36,722 - DEBUG - Requesting: http://10.0.0.33:8082/domain/be779bcd-6a06-49b2-9141-e1ca0623d31b 2025-08-13 18:35:36,741 - DEBUG - Requesting: http://10.0.0.33:8082/project/16b2834c-a0d2-4657-b924-20af35785516 2025-08-13 18:35:36,869 - INFO - Validated that VN __public__ is not found in API Server 2025-08-13 18:35:36,869 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-08-13 18:35:36,876 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-13 18:35:36,892 - DEBUG - VN __public__ is not present in Agent 10.0.0.130 2025-08-13 18:35:36,892 - INFO - Validated that VN __public__ is not in any agent 2025-08-13 18:35:36,892 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-13 18:35:36,899 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-13 18:35:36,904 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-13 18:35:36,913 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-08-13 18:35:36,913 - INFO - Deleting pod default:ctest-nginx-pod-27274811 2025-08-13 18:35:36,949 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=873f0d93-8c08-4692-9725-f21ebd08f1ab 2025-08-13 18:35:36,957 - WARNING - Pod uuid 873f0d93-8c08-4692-9725-f21ebd08f1ab is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:41,958 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=873f0d93-8c08-4692-9725-f21ebd08f1ab 2025-08-13 18:35:41,965 - DEBUG - Pod 873f0d93-8c08-4692-9725-f21ebd08f1ab is not in agent 10.0.0.130 VM list 2025-08-13 18:35:41,965 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d89566e-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:35:41,970 - DEBUG - VMI 2d89566e-7874-11f0-b74f-fa163ea92eac is removed from agent 10.0.0.130 2025-08-13 18:35:41,970 - INFO - Verified that pod ctest-nginx-pod-27274811 is removed in agent 2025-08-13 18:35:41,972 - INFO - Deleting pod default:ctest-nginx-pod-08360637 2025-08-13 18:35:41,983 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=95553972-9345-4317-90a9-f6e9169c064e 2025-08-13 18:35:41,989 - WARNING - Pod uuid 95553972-9345-4317-90a9-f6e9169c064e is still seen in agent 10.0.0.130 VM list 2025-08-13 18:35:46,990 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=95553972-9345-4317-90a9-f6e9169c064e 2025-08-13 18:35:46,999 - DEBUG - Pod 95553972-9345-4317-90a9-f6e9169c064e is not in agent 10.0.0.130 VM list 2025-08-13 18:35:46,999 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d157cda-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:35:47,005 - DEBUG - VMI 2d157cda-7874-11f0-b74f-fa163ea92eac is removed from agent 10.0.0.130 2025-08-13 18:35:47,005 - INFO - Verified that pod ctest-nginx-pod-08360637 is removed in agent 2025-08-13 18:35:47,005 - INFO - Deleting service : ctest-nginx-svc-55219168 2025-08-13 18:35:47,200 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-13 18:35:47,208 - DEBUG - No XMPP flaps were noticed during the test
2025-08-13 18:35:47,208 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08]
2025-08-13 18:35:47,208 - INFO - -------------------------------------------------------------------------------- 2025-08-13 18:35:59,586 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-13 18:35:59,738 - DEBUG - Output : cluster_project={} 2025-08-13 18:35:59,790 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-13 18:35:59,949 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-13 18:35:59,955 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-13 18:36:00,093 - DEBUG - Output : cluster_project={} 2025-08-13 18:36:15,233 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,274 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,348 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,425 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,464 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,544 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,621 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,657 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-13 18:36:15,894 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-13 18:36:18,433 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_ApplicationPolicySetReq? 2025-08-13 18:36:18,439 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-08-13 18:36:18,545 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-08-13 18:36:20,575 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-08-13 18:39:20,495 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-13 18:39:20,536 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ae69673-9776-416d-92af-3d8e254150d2 2025-08-13 18:39:20,546 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=46202a3c-05be-4a2b-8249-467f0c95d4a5 2025-08-13 18:39:20,556 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b0051204-394e-40a8-bcd8-0aa597627ebf 2025-08-13 18:39:20,561 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:20,565 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:20,569 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:20,576 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f54b696b-eb77-4967-a5b4-6e61505fa880 2025-08-13 18:39:20,582 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:25,588 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ae69673-9776-416d-92af-3d8e254150d2 2025-08-13 18:39:25,590 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=46202a3c-05be-4a2b-8249-467f0c95d4a5 2025-08-13 18:39:25,598 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5b8ae532-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:39:25,600 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5a9f09aa-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:39:25,621 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:25,622 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f54b696b-eb77-4967-a5b4-6e61505fa880 2025-08-13 18:39:25,623 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:25,624 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:25,626 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:25,627 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=b0051204-394e-40a8-bcd8-0aa597627ebf 2025-08-13 18:39:25,645 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5c29349e-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:39:25,647 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5c997b96-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:39:30,645 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:30,647 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:30,649 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:30,650 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:35,663 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:35,668 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:35,669 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:35,670 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:40,673 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:40,681 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:40,683 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:40,684 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:45,680 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:45,694 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:45,696 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:45,697 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:50,686 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:50,706 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:50,708 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:50,709 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:55,694 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a49e75c0-e2d1-46e1-a076-dd63ddab488b 2025-08-13 18:39:55,701 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d9df490-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:39:55,726 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=970c898d-2a5a-478e-ad34-bdd5d7829ba8 2025-08-13 18:39:55,727 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=a47e0a6a-3cf2-4f8e-8a98-10591be1d012 2025-08-13 18:39:55,728 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=6ad29e9d-bb59-46f2-876e-f404d59b45c2 2025-08-13 18:39:55,738 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d2327b0-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:39:55,742 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e04db4c-7874-11f0-b74f-fa163ea92eac 2025-08-13 18:39:55,744 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e6f03f0-7874-11f0-b74f-fa163ea92eac