2025-10-08 19:53:04,008 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-10-08 19:53:04,238 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1542-1 2025-10-08 19:53:04,239 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-10-08 19:53:04,272 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1542-1 2025-10-08 19:53:04,272 - DEBUG - [10.0.0.22]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-08 19:53:04,362 - DEBUG - Output : NAMES contrail_test_dt1QZVh0N contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-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-cassandra-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 2025-10-08 19:53:04,362 - DEBUG - [10.0.0.22]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-08 19:53:04,395 - DEBUG - Output : 127.0.0.1/8 10.0.0.22/24 252.22.0.1/8 10.136.69.1/24 172.17.0.1/16 2025-10-08 19:53:04,395 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-10-08 19:53:04,438 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1542-1 2025-10-08 19:53:04,523 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-10-08 19:53:04,731 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1542-1 2025-10-08 19:53:04,732 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-10-08 19:53:04,755 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1542-1 2025-10-08 19:53:04,756 - DEBUG - [10.0.0.23]: 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-10-08 19:53:04,835 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-08 19:53:04,835 - DEBUG - [10.0.0.23]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-08 19:53:04,859 - DEBUG - Output : 10.0.0.23/24 2025-10-08 19:53:04,859 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-10-08 19:53:04,882 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1542-1 2025-10-08 19:53:04,947 - INFO - Using existing project ['default-domain', 'k8s-default'](b58fc9fd-55c6-4e56-92a7-262aa40506cd) 2025-10-08 19:53:05,000 - INFO - Using existing project ['default-domain', 'k8s-default'](b58fc9fd-55c6-4e56-92a7-262aa40506cd) 2025-10-08 19:53:05,115 - INFO - ================================================================================ 2025-10-08 19:53:05,115 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-08 19:53:05,115 - 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-10-08 19:53:05,311 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 19:53:05,317 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.0.0.22': '0'}} with 2025-10-08 19:53:05,317 - INFO - Initial checks done. Running the testcase now 2025-10-08 19:53:05,317 - INFO - 2025-10-08 19:53:05,320 - INFO - Namespace default already exists 2025-10-08 19:53:05,321 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-08 19:53:05,425 - DEBUG - Output : cluster_project={} 2025-10-08 19:53:05,504 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-08 19:53:05,504 - DEBUG - Project uuid in Contrail is b58fc9fd-55c6-4e56-92a7-262aa40506cd 2025-10-08 19:53:05,504 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-08 19:53:05,630 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-08 19:53:05,630 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=f8ea4157-7501-49d3-aa81-5e46197d213d 2025-10-08 19:53:05,634 - INFO - Namespace default with uuid f8ea4157-7501-49d3-aa81-5e46197d213d found in kube manager 2025-10-08 19:53:05,634 - INFO - Namespace default verification passed 2025-10-08 19:53:05,637 - DEBUG - Service ctest-nginx-svc-07086278 not present 2025-10-08 19:53:05,637 - INFO - Creating service ctest-nginx-svc-07086278 2025-10-08 19:53:05,666 - INFO - Created Service ctest-nginx-svc-07086278 2025-10-08 19:53:05,671 - DEBUG - Pod ctest-nginx-pod-25943441 not present 2025-10-08 19:53:05,672 - INFO - Creating Pod ctest-nginx-pod-25943441 2025-10-08 19:53:05,721 - DEBUG - Pod : ctest-nginx-pod-25943441 UUID is 86bee811-915b-4745-85fb-bce077982b93 2025-10-08 19:53:05,732 - DEBUG - Pod ctest-nginx-pod-44839954 not present 2025-10-08 19:53:05,732 - INFO - Creating Pod ctest-nginx-pod-44839954 2025-10-08 19:53:05,776 - DEBUG - Pod : ctest-nginx-pod-44839954 UUID is 43e352be-ea21-4e35-97f5-a83d0b50f650 2025-10-08 19:53:06,008 - INFO - Created VN __public__, UUID :c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:06,184 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-08 19:53:06,189 - DEBUG - Requesting: http://10.0.0.22:8082/domain/19be5865-ffe1-442d-b302-b03d45e5c7a8 2025-10-08 19:53:06,226 - DEBUG - Requesting: http://10.0.0.22:8082/project/b58fc9fd-55c6-4e56-92a7-262aa40506cd 2025-10-08 19:53:06,290 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:06,298 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:06,305 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:53:06,311 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:53:06,356 - DEBUG - Route Targets: [] 2025-10-08 19:53:06,356 - DEBUG - RT names not yet present for VN __public__ 2025-10-08 19:53:11,356 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-08 19:53:11,362 - DEBUG - Requesting: http://10.0.0.22:8082/domain/19be5865-ffe1-442d-b302-b03d45e5c7a8 2025-10-08 19:53:11,369 - DEBUG - Requesting: http://10.0.0.22:8082/project/b58fc9fd-55c6-4e56-92a7-262aa40506cd 2025-10-08 19:53:11,420 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,429 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,437 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:53:11,445 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:53:11,451 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/b06f2fe1-a8cc-4dfd-a8c1-d5e495c4ccf1 2025-10-08 19:53:11,457 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-08 19:53:11,457 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,464 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:53:11,475 - INFO - Verified VN network id 13 for VN c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,476 - INFO - Verifications in API Server for VN __public__ passed 2025-10-08 19:53:11,476 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,483 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:53:11,488 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:53:11,492 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/b06f2fe1-a8cc-4dfd-a8c1-d5e495c4ccf1 2025-10-08 19:53:11,497 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-08 19:53:11,502 - DEBUG - Control-node 10.0.0.22 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '14453931695402991870', 'uuid-lslong': '13742131802624257666'}, 'enable': 'true', 'created': '2025-10-08T19:53:05', 'last-modified': '2025-10-08T19:53:06', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.452833'} 2025-10-08 19:53:11,502 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 19:53:11,509 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-08 19:53:11,509 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-08 19:53:11,510 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-08 19:53:11,510 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-08 19:53:11,514 - DEBUG - Requesting: http://10.0.0.22:8082/domain/19be5865-ffe1-442d-b302-b03d45e5c7a8 2025-10-08 19:53:11,520 - DEBUG - Requesting: http://10.0.0.22:8082/project/b58fc9fd-55c6-4e56-92a7-262aa40506cd 2025-10-08 19:53:11,556 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,565 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-08 19:53:11,565 - DEBUG - Verifying the vn in opserver 2025-10-08 19:53:11,565 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2025-10-08 19:53:11,565 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2025-10-08 19:53:11,569 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-08 19:53:11,569 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-08 19:53:11,569 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 19:53:11,575 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 19:53:11,579 - DEBUG - Do not have enough data to verify VN in agent 2025-10-08 19:53:11,579 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 19:53:11,583 - DEBUG - VRF ids for VN __public__: {} 2025-10-08 19:53:11,627 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-08 19:53:11,721 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-08 19:53:11,726 - DEBUG - Requesting: http://10.0.0.22:8082/domain/19be5865-ffe1-442d-b302-b03d45e5c7a8 2025-10-08 19:53:11,734 - DEBUG - Requesting: http://10.0.0.22:8082/project/b58fc9fd-55c6-4e56-92a7-262aa40506cd 2025-10-08 19:53:11,757 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,772 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/688611cc-7e6f-401a-9946-4902640ed294 2025-10-08 19:53:11,777 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-08 19:53:11,781 - DEBUG - Requesting: http://10.0.0.22:8082/domain/19be5865-ffe1-442d-b302-b03d45e5c7a8 2025-10-08 19:53:11,786 - DEBUG - Requesting: http://10.0.0.22:8082/project/b58fc9fd-55c6-4e56-92a7-262aa40506cd 2025-10-08 19:53:11,818 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/c896ae4b-f841-40fe-beb5-dc10c8046e82 2025-10-08 19:53:11,825 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-08 19:53:11,825 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-08 19:53:11,831 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-08 19:53:11,836 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-08 19:53:11,836 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-08 19:53:11,839 - DEBUG - Ingress ctest-nginx-ingress-55880056 not present 2025-10-08 19:53:11,839 - INFO - Creating Ingress ctest-nginx-ingress-55880056 2025-10-08 19:53:11,846 - INFO - Created Ingress ctest-nginx-ingress-55880056 2025-10-08 19:53:11,849 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-55880056 2025-10-08 19:53:14,855 - DEBUG - For Ingress ctest-nginx-ingress-55880056, Cluster IP: 10.47.255.249, External IPs ['194.133.124.60'] 2025-10-08 19:53:14,855 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-55880056 2025-10-08 19:53:14,855 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=6cebda5b-59db-4f64-add9-d01eb54e4b1e 2025-10-08 19:53:14,859 - INFO - Ingress ctest-nginx-ingress-55880056 with uuid 6cebda5b-59db-4f64-add9-d01eb54e4b1e found in kube manager 2025-10-08 19:53:14,861 - INFO - Ingress ctest-nginx-ingress-55880056 verification passed 2025-10-08 19:53:14,872 - DEBUG - Pod ctest-busybox-pod-39351190 not present 2025-10-08 19:53:14,873 - INFO - Creating Pod ctest-busybox-pod-39351190 2025-10-08 19:53:14,919 - DEBUG - Pod : ctest-busybox-pod-39351190 UUID is 6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:14,924 - DEBUG - Pod ctest-nginx-pod-25943441 not in running state.Currently in Pending 2025-10-08 19:53:19,932 - INFO - Pod ctest-nginx-pod-25943441 is in running state.Got IP 10.47.255.251 2025-10-08 19:53:19,942 - DEBUG - Pod ctest-nginx-pod-25943441 has vmi 68ec79d8-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:53:19,942 - INFO - Verified pod ctest-nginx-pod-25943441 in contrail-api 2025-10-08 19:53:19,942 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:53:19,951 - DEBUG - VMI 68ec79d8-a480-11f0-8284-fa163ec61a0d is active in agent 10.0.0.23 2025-10-08 19:53:19,951 - INFO - Verified Pod ctest-nginx-pod-25943441 in agent 10.0.0.23 2025-10-08 19:53:19,951 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=86bee811-915b-4745-85fb-bce077982b93 2025-10-08 19:53:19,954 - INFO - Pod ctest-nginx-pod-25943441 with uuid 86bee811-915b-4745-85fb-bce077982b93 found in kube manager 2025-10-08 19:53:19,954 - INFO - Pod ctest-nginx-pod-25943441 verification passed 2025-10-08 19:53:20,020 - DEBUG - [Pod ctest-nginx-pod-25943441] Cmd: echo ctest-nginx-pod-25943441 > /usr/share/nginx/html/index.html, Output: 2025-10-08 19:53:20,026 - INFO - Pod ctest-nginx-pod-44839954 is in running state.Got IP 10.47.255.250 2025-10-08 19:53:20,076 - DEBUG - Pod ctest-nginx-pod-44839954 has vmi 6956421e-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:53:20,076 - INFO - Verified pod ctest-nginx-pod-44839954 in contrail-api 2025-10-08 19:53:20,077 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:53:20,085 - DEBUG - VMI 6956421e-a480-11f0-8284-fa163ec61a0d is active in agent 10.0.0.23 2025-10-08 19:53:20,085 - INFO - Verified Pod ctest-nginx-pod-44839954 in agent 10.0.0.23 2025-10-08 19:53:20,085 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=43e352be-ea21-4e35-97f5-a83d0b50f650 2025-10-08 19:53:20,088 - INFO - Pod ctest-nginx-pod-44839954 with uuid 43e352be-ea21-4e35-97f5-a83d0b50f650 found in kube manager 2025-10-08 19:53:20,088 - INFO - Pod ctest-nginx-pod-44839954 verification passed 2025-10-08 19:53:20,129 - DEBUG - [Pod ctest-nginx-pod-44839954] Cmd: echo ctest-nginx-pod-44839954 > /usr/share/nginx/html/index.html, Output: 2025-10-08 19:53:20,135 - DEBUG - Pod ctest-busybox-pod-39351190 not in running state.Currently in Pending 2025-10-08 19:53:25,141 - DEBUG - Pod ctest-busybox-pod-39351190 not in running state.Currently in Pending 2025-10-08 19:53:30,149 - INFO - Pod ctest-busybox-pod-39351190 is in running state.Got IP 10.47.255.248 2025-10-08 19:53:30,159 - DEBUG - Pod ctest-busybox-pod-39351190 has vmi 6dabca8c-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:53:30,159 - INFO - Verified pod ctest-busybox-pod-39351190 in contrail-api 2025-10-08 19:53:30,159 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:53:30,168 - DEBUG - VMI 6dabca8c-a480-11f0-8284-fa163ec61a0d is active in agent 10.0.0.23 2025-10-08 19:53:30,168 - INFO - Verified Pod ctest-busybox-pod-39351190 in agent 10.0.0.23 2025-10-08 19:53:30,168 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:30,172 - INFO - Pod ctest-busybox-pod-39351190 with uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a found in kube manager 2025-10-08 19:53:30,172 - INFO - Pod ctest-busybox-pod-39351190 verification passed 2025-10-08 19:53:30,233 - DEBUG - [Pod ctest-busybox-pod-39351190] 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-44839954 2025-10-08 19:53:30,233 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-08 19:53:30,233 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] 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-44839954 2025-10-08 19:53:30,282 - DEBUG - [Pod ctest-busybox-pod-39351190] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-44839954 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-08 19:53:30,282 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-08 19:53:30,282 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-44839954 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-08 19:53:30,333 - DEBUG - [Pod ctest-busybox-pod-39351190] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-44839954 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-10-08 19:53:30,334 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-08 19:53:30,334 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] Cmd output: ctest-nginx-pod-44839954 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-10-08 19:53:30,382 - DEBUG - [Pod ctest-busybox-pod-39351190] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-25943441 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-08 19:53:30,382 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-08 19:53:30,382 - DEBUG - [Pod Pod ctest-busybox-pod-39351190] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-25943441 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-08 19:53:30,382 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-25943441': 1, 'ctest-nginx-pod-44839954': 3} 2025-10-08 19:53:30,383 - WARNING - Nothing to delete parallely 2025-10-08 19:53:30,383 - INFO - Deleting pod default:ctest-busybox-pod-39351190 2025-10-08 19:53:30,401 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:30,406 - WARNING - Pod uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is still seen in agent 10.0.0.23 VM list 2025-10-08 19:53:35,407 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:35,413 - WARNING - Pod uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is still seen in agent 10.0.0.23 VM list 2025-10-08 19:53:40,413 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:40,419 - WARNING - Pod uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is still seen in agent 10.0.0.23 VM list 2025-10-08 19:53:45,420 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:45,432 - WARNING - Pod uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is still seen in agent 10.0.0.23 VM list 2025-10-08 19:53:50,433 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:50,484 - WARNING - Pod uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is still seen in agent 10.0.0.23 VM list 2025-10-08 19:53:55,485 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:53:55,494 - WARNING - Pod uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is still seen in agent 10.0.0.23 VM list 2025-10-08 19:54:00,495 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:54:00,500 - WARNING - Pod uuid 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is still seen in agent 10.0.0.23 VM list 2025-10-08 19:54:05,500 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=6e71d2dd-acc1-4ba3-a390-62c03080ff7a 2025-10-08 19:54:05,505 - DEBUG - Pod 6e71d2dd-acc1-4ba3-a390-62c03080ff7a is not in agent 10.0.0.23 VM list 2025-10-08 19:54:05,505 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6dabca8c-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:54:05,510 - DEBUG - VMI 6dabca8c-a480-11f0-8284-fa163ec61a0d is removed from agent 10.0.0.23 2025-10-08 19:54:05,510 - INFO - Verified that pod ctest-busybox-pod-39351190 is removed in agent 2025-10-08 19:54:05,510 - INFO - Deleting Ingress : ctest-nginx-ingress-55880056 2025-10-08 19:54:05,515 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=6cebda5b-59db-4f64-add9-d01eb54e4b1e 2025-10-08 19:54:05,519 - ERROR - Ingress ctest-nginx-ingress-55880056 with uuid 6cebda5b-59db-4f64-add9-d01eb54e4b1e still found in kube manager 2025-10-08 19:54:06,519 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=6cebda5b-59db-4f64-add9-d01eb54e4b1e 2025-10-08 19:54:06,524 - INFO - Ingress ctest-nginx-ingress-55880056 with uuid 6cebda5b-59db-4f64-add9-d01eb54e4b1e deleted successfully from kube manager 2025-10-08 19:54:06,524 - INFO - Verifications on Ingress %s cleanup passed 2025-10-08 19:54:06,524 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-08 19:54:06,639 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-08 19:54:06,648 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-08 19:54:06,648 - INFO - Deleting VN __public__ 2025-10-08 19:54:06,837 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/0581b4be-d5a7-49a6-a7a9-03b64d57c1c6 2025-10-08 19:54:06,840 - DEBUG - Response Code: 404 2025-10-08 19:54:06,841 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2025-10-08 19:54:06,844 - DEBUG - Requesting: http://10.0.0.22:8082/domain/19be5865-ffe1-442d-b302-b03d45e5c7a8 2025-10-08 19:54:06,850 - DEBUG - Requesting: http://10.0.0.22:8082/project/b58fc9fd-55c6-4e56-92a7-262aa40506cd 2025-10-08 19:54:06,882 - INFO - Validated that VN __public__ is not found in API Server 2025-10-08 19:54:06,882 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-08 19:54:06,889 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 19:54:06,894 - DEBUG - VN __public__ is not present in Agent 10.0.0.23 2025-10-08 19:54:06,894 - INFO - Validated that VN __public__ is not in any agent 2025-10-08 19:54:06,895 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 19:54:06,901 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-08 19:54:06,911 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-08 19:54:06,917 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-08 19:54:06,918 - INFO - Deleting pod default:ctest-nginx-pod-44839954 2025-10-08 19:54:06,941 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=43e352be-ea21-4e35-97f5-a83d0b50f650 2025-10-08 19:54:06,954 - WARNING - Pod uuid 43e352be-ea21-4e35-97f5-a83d0b50f650 is still seen in agent 10.0.0.23 VM list 2025-10-08 19:54:11,955 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=43e352be-ea21-4e35-97f5-a83d0b50f650 2025-10-08 19:54:11,961 - DEBUG - Pod 43e352be-ea21-4e35-97f5-a83d0b50f650 is not in agent 10.0.0.23 VM list 2025-10-08 19:54:11,961 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6956421e-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:54:11,965 - DEBUG - VMI 6956421e-a480-11f0-8284-fa163ec61a0d is removed from agent 10.0.0.23 2025-10-08 19:54:11,965 - INFO - Verified that pod ctest-nginx-pod-44839954 is removed in agent 2025-10-08 19:54:11,966 - INFO - Deleting pod default:ctest-nginx-pod-25943441 2025-10-08 19:54:11,986 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=86bee811-915b-4745-85fb-bce077982b93 2025-10-08 19:54:11,992 - WARNING - Pod uuid 86bee811-915b-4745-85fb-bce077982b93 is still seen in agent 10.0.0.23 VM list 2025-10-08 19:54:16,994 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=86bee811-915b-4745-85fb-bce077982b93 2025-10-08 19:54:17,000 - DEBUG - Pod 86bee811-915b-4745-85fb-bce077982b93 is not in agent 10.0.0.23 VM list 2025-10-08 19:54:17,000 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:68ec79d8-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:54:17,007 - DEBUG - VMI 68ec79d8-a480-11f0-8284-fa163ec61a0d is removed from agent 10.0.0.23 2025-10-08 19:54:17,007 - INFO - Verified that pod ctest-nginx-pod-25943441 is removed in agent 2025-10-08 19:54:17,007 - INFO - Deleting service : ctest-nginx-svc-07086278 2025-10-08 19:54:17,250 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 19:54:17,255 - DEBUG - No XMPP flaps were noticed during the test
2025-10-08 19:54:17,255 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-10-08 19:54:17,255 - INFO - -------------------------------------------------------------------------------- 2025-10-08 19:54:23,674 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-08 19:54:23,802 - DEBUG - Output : cluster_project={} 2025-10-08 19:54:23,894 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-08 19:54:24,115 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-08 19:54:24,121 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-08 19:54:24,272 - DEBUG - Output : cluster_project={} 2025-10-08 19:54:39,359 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:39,429 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:39,458 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:39,528 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:44,568 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:44,645 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:44,684 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:44,757 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-08 19:54:44,909 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 19:54:46,721 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_ApplicationPolicySetReq? 2025-10-08 19:54:46,726 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-10-08 19:54:46,749 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-10-08 19:54:48,772 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-10-08 19:57:55,383 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-08 19:57:55,433 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f9e0e688-d11e-4e05-b32c-bc6155df160f 2025-10-08 19:57:55,442 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=9ec2aded-c601-42fe-b2ad-e98f93b1d1b5 2025-10-08 19:57:55,453 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=47381c49-bead-4277-911b-894b4af05685 2025-10-08 19:57:55,466 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c1fd8b68-ff2e-4033-8198-c6220da21f36 2025-10-08 19:57:55,475 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:57:55,485 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:57:55,492 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:57:55,498 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:00,502 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=47381c49-bead-4277-911b-894b4af05685 2025-10-08 19:58:00,503 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=9ec2aded-c601-42fe-b2ad-e98f93b1d1b5 2025-10-08 19:58:00,504 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f9e0e688-d11e-4e05-b32c-bc6155df160f 2025-10-08 19:58:00,506 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c1fd8b68-ff2e-4033-8198-c6220da21f36 2025-10-08 19:58:00,507 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:58:00,516 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:00,518 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:58:00,519 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:58:00,522 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9756ae06-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:58:00,523 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9854e1e2-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:58:00,524 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:98c14b84-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:58:00,527 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:97c8a966-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:58:05,522 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:58:05,542 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:05,544 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:58:05,545 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:58:10,528 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:58:10,553 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:10,555 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:58:10,557 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:58:15,535 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:58:15,560 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:15,566 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:58:15,567 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:58:20,542 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:58:20,566 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:20,574 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:58:20,575 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:58:25,549 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:58:25,573 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:25,582 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:58:25,583 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:58:30,565 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c129f220-36bc-4c9a-8f51-f151b599a122 2025-10-08 19:58:30,570 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a111a82-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:58:30,580 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=91e0f090-84d9-49e8-ae5b-d397fa19a8ae 2025-10-08 19:58:30,584 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a6c1d2e-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:58:30,590 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=731186e6-8c0f-45e5-bda9-8deb5cc50959 2025-10-08 19:58:30,591 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a8e67511-73ba-4997-85bd-40c3758e09a7 2025-10-08 19:58:30,598 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:99a52c82-a480-11f0-8284-fa163ec61a0d 2025-10-08 19:58:30,599 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:993f1762-a480-11f0-8284-fa163ec61a0d