2025-10-27 15:18:49,018 - DEBUG - [10.0.0.137]: Running cmd : hostname 2025-10-27 15:18:49,269 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1634-1 2025-10-27 15:18:49,270 - DEBUG - [10.0.0.137]: Running cmd : hostname -f 2025-10-27 15:18:49,313 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1634-1 2025-10-27 15:18:49,313 - DEBUG - [10.0.0.137]: 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-27 15:18:49,402 - DEBUG - Output : NAMES contrail_test_RWis10bFq contrail-kubernetes-master-kubemanager-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-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-nodemgr-1 config_api-schema-1 config_api-api-1 2025-10-27 15:18:49,402 - DEBUG - [10.0.0.137]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-27 15:18:49,435 - DEBUG - Output : 127.0.0.1/8 10.0.0.137/24 252.137.0.1/8 10.254.5.1/24 172.17.0.1/16 2025-10-27 15:18:49,435 - DEBUG - [10.0.0.137]: Running cmd : getent hosts 10.0.0.137 | head -n 1 | awk '{print $2}' 2025-10-27 15:18:49,468 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1634-1 2025-10-27 15:18:49,517 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-10-27 15:18:49,773 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1634-1 2025-10-27 15:18:49,773 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-10-27 15:18:49,842 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1634-1 2025-10-27 15:18:49,843 - DEBUG - [10.0.0.49]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-27 15:18:49,892 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-27 15:18:49,892 - DEBUG - [10.0.0.49]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-27 15:18:49,968 - DEBUG - Output : 10.0.0.49/24 2025-10-27 15:18:49,969 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-10-27 15:18:50,004 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1634-1 2025-10-27 15:18:50,083 - INFO - Using existing project ['default-domain', 'k8s-default'](a77ca1ea-0d19-49ee-bfb4-106489984cde) 2025-10-27 15:18:50,146 - INFO - Using existing project ['default-domain', 'k8s-default'](a77ca1ea-0d19-49ee-bfb4-106489984cde) 2025-10-27 15:18:50,274 - INFO - ================================================================================ 2025-10-27 15:18:50,274 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-27 15:18:50,274 - 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-27 15:18:50,467 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 15:18:50,475 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.137': '0'}} with 2025-10-27 15:18:50,475 - INFO - Initial checks done. Running the testcase now 2025-10-27 15:18:50,475 - INFO - 2025-10-27 15:18:50,479 - INFO - Namespace default already exists 2025-10-27 15:18:50,479 - DEBUG - [10.0.0.137]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 15:18:50,611 - DEBUG - Output : cluster_project={} 2025-10-27 15:18:50,687 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-27 15:18:50,688 - DEBUG - Project uuid in Contrail is a77ca1ea-0d19-49ee-bfb4-106489984cde 2025-10-27 15:18:50,688 - DEBUG - [10.0.0.137]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-27 15:18:50,831 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-27 15:18:50,831 - DEBUG - Requesting: http://10.0.0.137:8108/Snh_NamespaceDatabaseList?namespace_uuid=5d85e42c-8565-4e43-90ac-7872bfd106ea 2025-10-27 15:18:50,839 - INFO - Namespace default with uuid 5d85e42c-8565-4e43-90ac-7872bfd106ea found in kube manager 2025-10-27 15:18:50,839 - INFO - Namespace default verification passed 2025-10-27 15:18:50,843 - DEBUG - Service ctest-nginx-svc-90484955 not present 2025-10-27 15:18:50,843 - INFO - Creating service ctest-nginx-svc-90484955 2025-10-27 15:18:50,876 - INFO - Created Service ctest-nginx-svc-90484955 2025-10-27 15:18:50,884 - DEBUG - Pod ctest-nginx-pod-48062777 not present 2025-10-27 15:18:50,885 - INFO - Creating Pod ctest-nginx-pod-48062777 2025-10-27 15:18:50,952 - DEBUG - Pod : ctest-nginx-pod-48062777 UUID is 6996d354-7bd5-436f-bfdb-aa8fcd3c6f11 2025-10-27 15:18:50,955 - DEBUG - Pod ctest-nginx-pod-32573039 not present 2025-10-27 15:18:50,956 - INFO - Creating Pod ctest-nginx-pod-32573039 2025-10-27 15:18:50,991 - DEBUG - Pod : ctest-nginx-pod-32573039 UUID is eb0b630f-159e-4314-8bf6-c9f280471088 2025-10-27 15:18:51,146 - INFO - Created VN __public__, UUID :4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:51,423 - DEBUG - Requesting: http://10.0.0.137:8082/domains 2025-10-27 15:18:51,428 - DEBUG - Requesting: http://10.0.0.137:8082/domain/704dfe1c-f518-4969-91c1-63a9882e0be4 2025-10-27 15:18:51,440 - DEBUG - Requesting: http://10.0.0.137:8082/project/a77ca1ea-0d19-49ee-bfb4-106489984cde 2025-10-27 15:18:51,487 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:51,496 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:51,555 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:18:51,590 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:18:51,598 - DEBUG - Route Targets: [] 2025-10-27 15:18:51,598 - DEBUG - RT names not yet present for VN __public__ 2025-10-27 15:18:56,598 - DEBUG - Requesting: http://10.0.0.137:8082/domains 2025-10-27 15:18:56,605 - DEBUG - Requesting: http://10.0.0.137:8082/domain/704dfe1c-f518-4969-91c1-63a9882e0be4 2025-10-27 15:18:56,612 - DEBUG - Requesting: http://10.0.0.137:8082/project/a77ca1ea-0d19-49ee-bfb4-106489984cde 2025-10-27 15:18:56,666 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:56,676 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:56,690 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:18:56,698 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:18:56,703 - DEBUG - Requesting: http://10.0.0.137:8082/route-target/90cc9d97-381b-45ef-a137-91cf23721af6 2025-10-27 15:18:56,710 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-27 15:18:56,710 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:56,718 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:18:56,735 - INFO - Verified VN network id 13 for VN 4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:56,736 - INFO - Verifications in API Server for VN __public__ passed 2025-10-27 15:18:56,736 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:56,749 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:18:56,756 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:18:56,762 - DEBUG - Requesting: http://10.0.0.137:8082/route-target/90cc9d97-381b-45ef-a137-91cf23721af6 2025-10-27 15:18:56,767 - DEBUG - Requesting: http://10.0.0.137:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-27 15:18:56,774 - DEBUG - Control-node 10.0.0.137 : 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': '5006028267515758978', 'uuid-lslong': '12600899376068268468'}, 'enable': 'true', 'created': '2025-10-27T15:18:51', 'last-modified': '2025-10-27T15:18:51', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.484786'} 2025-10-27 15:18:56,774 - DEBUG - Requesting: http://10.0.0.137:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 15:18:56,785 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-27 15:18:56,786 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-27 15:18:56,787 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-27 15:18:56,788 - DEBUG - Requesting: http://10.0.0.137:8082/domains 2025-10-27 15:18:56,792 - DEBUG - Requesting: http://10.0.0.137:8082/domain/704dfe1c-f518-4969-91c1-63a9882e0be4 2025-10-27 15:18:56,801 - DEBUG - Requesting: http://10.0.0.137:8082/project/a77ca1ea-0d19-49ee-bfb4-106489984cde 2025-10-27 15:18:56,851 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:56,860 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-27 15:18:56,860 - DEBUG - Verifying the vn in opserver 2025-10-27 15:18:56,860 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.137 2025-10-27 15:18:56,860 - DEBUG - Requesting: http://10.0.0.137:8081/analytics/uves/virtual-networks 2025-10-27 15:18:56,869 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.137:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-27 15:18:56,870 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-27 15:18:56,870 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 15:18:56,877 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 15:18:56,882 - DEBUG - Do not have enough data to verify VN in agent 2025-10-27 15:18:56,882 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 15:18:56,888 - DEBUG - VRF ids for VN __public__: {} 2025-10-27 15:18:56,979 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-27 15:18:57,107 - DEBUG - Requesting: http://10.0.0.137:8082/domains 2025-10-27 15:18:57,113 - DEBUG - Requesting: http://10.0.0.137:8082/domain/704dfe1c-f518-4969-91c1-63a9882e0be4 2025-10-27 15:18:57,120 - DEBUG - Requesting: http://10.0.0.137:8082/project/a77ca1ea-0d19-49ee-bfb4-106489984cde 2025-10-27 15:18:57,153 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:57,172 - DEBUG - Requesting: http://10.0.0.137:8082/floating-ip-pool/3d9c606a-1ec4-4a70-9020-cf8df9ec3a98 2025-10-27 15:18:57,178 - DEBUG - Requesting: http://10.0.0.137:8082/domains 2025-10-27 15:18:57,183 - DEBUG - Requesting: http://10.0.0.137:8082/domain/704dfe1c-f518-4969-91c1-63a9882e0be4 2025-10-27 15:18:57,190 - DEBUG - Requesting: http://10.0.0.137:8082/project/a77ca1ea-0d19-49ee-bfb4-106489984cde 2025-10-27 15:18:57,235 - DEBUG - Requesting: http://10.0.0.137:8082/virtual-network/4578fc2f-acd7-4982-aedf-633858fd91b4 2025-10-27 15:18:57,246 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-27 15:18:57,246 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-27 15:18:57,255 - DEBUG - Requesting: http://10.0.0.137:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-27 15:18:57,261 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-27 15:18:57,261 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-27 15:18:57,264 - DEBUG - Ingress ctest-nginx-ingress-60021676 not present 2025-10-27 15:18:57,265 - INFO - Creating Ingress ctest-nginx-ingress-60021676 2025-10-27 15:18:57,276 - INFO - Created Ingress ctest-nginx-ingress-60021676 2025-10-27 15:18:57,280 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-60021676 2025-10-27 15:19:00,291 - DEBUG - For Ingress ctest-nginx-ingress-60021676, Cluster IP: 10.47.255.249, External IPs ['131.50.19.124'] 2025-10-27 15:19:00,291 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-60021676 2025-10-27 15:19:00,291 - DEBUG - Requesting: http://10.0.0.137:8108/Snh_LoadbalancerDatabaseList?x=340d899e-c0bb-47d3-9f29-5ec0351a532b 2025-10-27 15:19:00,340 - INFO - Ingress ctest-nginx-ingress-60021676 with uuid 340d899e-c0bb-47d3-9f29-5ec0351a532b found in kube manager 2025-10-27 15:19:00,340 - INFO - Ingress ctest-nginx-ingress-60021676 verification passed 2025-10-27 15:19:00,343 - DEBUG - Pod ctest-busybox-pod-45919444 not present 2025-10-27 15:19:00,379 - INFO - Creating Pod ctest-busybox-pod-45919444 2025-10-27 15:19:00,424 - DEBUG - Pod : ctest-busybox-pod-45919444 UUID is 82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:00,434 - DEBUG - Pod ctest-nginx-pod-48062777 not in running state.Currently in Pending 2025-10-27 15:19:05,442 - DEBUG - Pod ctest-nginx-pod-48062777 not in running state.Currently in Pending 2025-10-27 15:19:10,451 - DEBUG - Pod ctest-nginx-pod-48062777 not in running state.Currently in Pending 2025-10-27 15:19:15,461 - INFO - Pod ctest-nginx-pod-48062777 is in running state.Got IP 10.47.255.251 2025-10-27 15:19:15,475 - DEBUG - Pod ctest-nginx-pod-48062777 has vmi 3efd19da-b348-11f0-b146-fa163e3d8900 2025-10-27 15:19:15,475 - INFO - Verified pod ctest-nginx-pod-48062777 in contrail-api 2025-10-27 15:19:15,475 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:19:15,486 - DEBUG - VMI 3efd19da-b348-11f0-b146-fa163e3d8900 is active in agent 10.0.0.49 2025-10-27 15:19:15,487 - INFO - Verified Pod ctest-nginx-pod-48062777 in agent 10.0.0.49 2025-10-27 15:19:15,487 - DEBUG - Requesting: http://10.0.0.137:8108/Snh_VirtualMachineDatabaseList?x=6996d354-7bd5-436f-bfdb-aa8fcd3c6f11 2025-10-27 15:19:15,496 - INFO - Pod ctest-nginx-pod-48062777 with uuid 6996d354-7bd5-436f-bfdb-aa8fcd3c6f11 found in kube manager 2025-10-27 15:19:15,496 - INFO - Pod ctest-nginx-pod-48062777 verification passed 2025-10-27 15:19:15,569 - DEBUG - [Pod ctest-nginx-pod-48062777] Cmd: echo ctest-nginx-pod-48062777 > /usr/share/nginx/html/index.html, Output: 2025-10-27 15:19:15,576 - INFO - Pod ctest-nginx-pod-32573039 is in running state.Got IP 10.47.255.250 2025-10-27 15:19:15,632 - DEBUG - Pod ctest-nginx-pod-32573039 has vmi 3f6ee240-b348-11f0-b146-fa163e3d8900 2025-10-27 15:19:15,632 - INFO - Verified pod ctest-nginx-pod-32573039 in contrail-api 2025-10-27 15:19:15,632 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:19:15,643 - DEBUG - VMI 3f6ee240-b348-11f0-b146-fa163e3d8900 is active in agent 10.0.0.49 2025-10-27 15:19:15,643 - INFO - Verified Pod ctest-nginx-pod-32573039 in agent 10.0.0.49 2025-10-27 15:19:15,644 - DEBUG - Requesting: http://10.0.0.137:8108/Snh_VirtualMachineDatabaseList?x=eb0b630f-159e-4314-8bf6-c9f280471088 2025-10-27 15:19:15,648 - INFO - Pod ctest-nginx-pod-32573039 with uuid eb0b630f-159e-4314-8bf6-c9f280471088 found in kube manager 2025-10-27 15:19:15,649 - INFO - Pod ctest-nginx-pod-32573039 verification passed 2025-10-27 15:19:15,704 - DEBUG - [Pod ctest-nginx-pod-32573039] Cmd: echo ctest-nginx-pod-32573039 > /usr/share/nginx/html/index.html, Output: 2025-10-27 15:19:15,710 - DEBUG - Pod ctest-busybox-pod-45919444 not in running state.Currently in Pending 2025-10-27 15:19:20,724 - INFO - Pod ctest-busybox-pod-45919444 is in running state.Got IP 10.47.255.248 2025-10-27 15:19:20,736 - DEBUG - Pod ctest-busybox-pod-45919444 has vmi 44037690-b348-11f0-b146-fa163e3d8900 2025-10-27 15:19:20,736 - INFO - Verified pod ctest-busybox-pod-45919444 in contrail-api 2025-10-27 15:19:20,737 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:19:20,748 - DEBUG - VMI 44037690-b348-11f0-b146-fa163e3d8900 is active in agent 10.0.0.49 2025-10-27 15:19:20,749 - INFO - Verified Pod ctest-busybox-pod-45919444 in agent 10.0.0.49 2025-10-27 15:19:20,749 - DEBUG - Requesting: http://10.0.0.137:8108/Snh_VirtualMachineDatabaseList?x=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:20,753 - INFO - Pod ctest-busybox-pod-45919444 with uuid 82824093-6f3d-4e46-945a-0697d80c90be found in kube manager 2025-10-27 15:19:20,753 - INFO - Pod ctest-busybox-pod-45919444 verification passed 2025-10-27 15:19:20,840 - DEBUG - [Pod ctest-busybox-pod-45919444] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48062777 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-27 15:19:20,840 - DEBUG - [Pod Pod ctest-busybox-pod-45919444] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-27 15:19:20,840 - DEBUG - [Pod Pod ctest-busybox-pod-45919444] Cmd output: ctest-nginx-pod-48062777 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-27 15:19:20,897 - DEBUG - [Pod ctest-busybox-pod-45919444] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-32573039 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-27 15:19:20,897 - DEBUG - [Pod Pod ctest-busybox-pod-45919444] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-27 15:19:20,897 - DEBUG - [Pod Pod ctest-busybox-pod-45919444] Cmd output: ctest-nginx-pod-32573039 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-27 15:19:20,897 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-48062777': 1, 'ctest-nginx-pod-32573039': 1} 2025-10-27 15:19:20,898 - WARNING - Nothing to delete parallely 2025-10-27 15:19:20,898 - INFO - Deleting pod default:ctest-busybox-pod-45919444 2025-10-27 15:19:20,921 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:20,933 - WARNING - Pod uuid 82824093-6f3d-4e46-945a-0697d80c90be is still seen in agent 10.0.0.49 VM list 2025-10-27 15:19:25,934 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:25,941 - WARNING - Pod uuid 82824093-6f3d-4e46-945a-0697d80c90be is still seen in agent 10.0.0.49 VM list 2025-10-27 15:19:30,942 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:30,951 - WARNING - Pod uuid 82824093-6f3d-4e46-945a-0697d80c90be is still seen in agent 10.0.0.49 VM list 2025-10-27 15:19:35,952 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:35,959 - WARNING - Pod uuid 82824093-6f3d-4e46-945a-0697d80c90be is still seen in agent 10.0.0.49 VM list 2025-10-27 15:19:40,960 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:40,970 - WARNING - Pod uuid 82824093-6f3d-4e46-945a-0697d80c90be is still seen in agent 10.0.0.49 VM list 2025-10-27 15:19:45,971 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:45,983 - WARNING - Pod uuid 82824093-6f3d-4e46-945a-0697d80c90be is still seen in agent 10.0.0.49 VM list 2025-10-27 15:19:50,984 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:50,990 - WARNING - Pod uuid 82824093-6f3d-4e46-945a-0697d80c90be is still seen in agent 10.0.0.49 VM list 2025-10-27 15:19:55,991 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=82824093-6f3d-4e46-945a-0697d80c90be 2025-10-27 15:19:55,997 - DEBUG - Pod 82824093-6f3d-4e46-945a-0697d80c90be is not in agent 10.0.0.49 VM list 2025-10-27 15:19:55,998 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:44037690-b348-11f0-b146-fa163e3d8900 2025-10-27 15:19:56,002 - DEBUG - VMI 44037690-b348-11f0-b146-fa163e3d8900 is removed from agent 10.0.0.49 2025-10-27 15:19:56,002 - INFO - Verified that pod ctest-busybox-pod-45919444 is removed in agent 2025-10-27 15:19:56,003 - INFO - Deleting Ingress : ctest-nginx-ingress-60021676 2025-10-27 15:19:56,010 - DEBUG - Requesting: http://10.0.0.137:8108/Snh_LoadbalancerDatabaseList?x=340d899e-c0bb-47d3-9f29-5ec0351a532b 2025-10-27 15:19:56,015 - ERROR - Ingress ctest-nginx-ingress-60021676 with uuid 340d899e-c0bb-47d3-9f29-5ec0351a532b still found in kube manager 2025-10-27 15:19:57,016 - DEBUG - Requesting: http://10.0.0.137:8108/Snh_LoadbalancerDatabaseList?x=340d899e-c0bb-47d3-9f29-5ec0351a532b 2025-10-27 15:19:57,021 - INFO - Ingress ctest-nginx-ingress-60021676 with uuid 340d899e-c0bb-47d3-9f29-5ec0351a532b deleted successfully from kube manager 2025-10-27 15:19:57,021 - INFO - Verifications on Ingress %s cleanup passed 2025-10-27 15:19:57,021 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-27 15:19:57,131 - DEBUG - Requesting: http://10.0.0.137:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-27 15:19:57,144 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-27 15:19:57,144 - INFO - Deleting VN __public__ 2025-10-27 15:19:57,328 - DEBUG - Requesting: http://10.0.0.137:8082/routing-instance/401f1a77-fc98-43de-9d54-64ce22f2ac0c 2025-10-27 15:19:57,336 - DEBUG - Response Code: 404 2025-10-27 15:19:57,336 - DEBUG - Requesting: http://10.0.0.137:8082/domains 2025-10-27 15:19:57,340 - DEBUG - Requesting: http://10.0.0.137:8082/domain/704dfe1c-f518-4969-91c1-63a9882e0be4 2025-10-27 15:19:57,356 - DEBUG - Requesting: http://10.0.0.137:8082/project/a77ca1ea-0d19-49ee-bfb4-106489984cde 2025-10-27 15:19:57,438 - INFO - Validated that VN __public__ is not found in API Server 2025-10-27 15:19:57,438 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-27 15:19:57,448 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 15:19:57,460 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-10-27 15:19:57,460 - INFO - Validated that VN __public__ is not in any agent 2025-10-27 15:19:57,460 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 15:19:57,472 - DEBUG - Requesting: http://10.0.0.137:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 15:19:57,480 - DEBUG - Requesting: http://10.0.0.137:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-27 15:19:57,502 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-27 15:19:57,503 - INFO - Deleting pod default:ctest-nginx-pod-32573039 2025-10-27 15:19:57,518 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=eb0b630f-159e-4314-8bf6-c9f280471088 2025-10-27 15:19:57,560 - WARNING - Pod uuid eb0b630f-159e-4314-8bf6-c9f280471088 is still seen in agent 10.0.0.49 VM list 2025-10-27 15:20:02,561 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=eb0b630f-159e-4314-8bf6-c9f280471088 2025-10-27 15:20:02,567 - DEBUG - Pod eb0b630f-159e-4314-8bf6-c9f280471088 is not in agent 10.0.0.49 VM list 2025-10-27 15:20:02,568 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f6ee240-b348-11f0-b146-fa163e3d8900 2025-10-27 15:20:02,573 - DEBUG - VMI 3f6ee240-b348-11f0-b146-fa163e3d8900 is removed from agent 10.0.0.49 2025-10-27 15:20:02,573 - INFO - Verified that pod ctest-nginx-pod-32573039 is removed in agent 2025-10-27 15:20:02,574 - INFO - Deleting pod default:ctest-nginx-pod-48062777 2025-10-27 15:20:02,589 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=6996d354-7bd5-436f-bfdb-aa8fcd3c6f11 2025-10-27 15:20:02,599 - WARNING - Pod uuid 6996d354-7bd5-436f-bfdb-aa8fcd3c6f11 is still seen in agent 10.0.0.49 VM list 2025-10-27 15:20:07,600 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=6996d354-7bd5-436f-bfdb-aa8fcd3c6f11 2025-10-27 15:20:07,608 - DEBUG - Pod 6996d354-7bd5-436f-bfdb-aa8fcd3c6f11 is not in agent 10.0.0.49 VM list 2025-10-27 15:20:07,608 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3efd19da-b348-11f0-b146-fa163e3d8900 2025-10-27 15:20:07,615 - DEBUG - VMI 3efd19da-b348-11f0-b146-fa163e3d8900 is removed from agent 10.0.0.49 2025-10-27 15:20:07,615 - INFO - Verified that pod ctest-nginx-pod-48062777 is removed in agent 2025-10-27 15:20:07,615 - INFO - Deleting service : ctest-nginx-svc-90484955 2025-10-27 15:20:07,879 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 15:20:07,886 - DEBUG - No XMPP flaps were noticed during the test
2025-10-27 15:20:07,886 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:17]
2025-10-27 15:20:07,886 - INFO - -------------------------------------------------------------------------------- 2025-10-27 15:20:14,350 - DEBUG - [10.0.0.137]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 15:20:14,550 - DEBUG - Output : cluster_project={} 2025-10-27 15:20:14,633 - DEBUG - [10.0.0.137]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-27 15:20:14,880 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-27 15:20:14,885 - DEBUG - [10.0.0.137]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 15:20:15,025 - DEBUG - Output : cluster_project={} 2025-10-27 15:20:30,232 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:30,276 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:30,355 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:30,428 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:35,469 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:35,509 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:35,586 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:35,660 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 15:20:35,947 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 15:20:37,880 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-10-27 15:20:37,888 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-10-27 15:20:37,913 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-10-27 15:20:39,956 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-10-27 15:23:40,357 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 15:23:40,418 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d1e07521-134a-43d4-aafb-875c9261cb5f 2025-10-27 15:23:40,431 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ecbd11ed-a6e3-421a-9f0e-fd3ee743e247 2025-10-27 15:23:40,439 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:23:40,451 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:23:40,456 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:23:40,461 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:23:40,467 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:23:40,475 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d3283a8-1635-4a65-91e7-4b218f12c246 2025-10-27 15:23:45,482 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ecbd11ed-a6e3-421a-9f0e-fd3ee743e247 2025-10-27 15:23:45,483 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d1e07521-134a-43d4-aafb-875c9261cb5f 2025-10-27 15:23:45,491 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72381a2a-b348-11f0-b146-fa163e3d8900 2025-10-27 15:23:45,493 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:70aab690-b348-11f0-b146-fa163e3d8900 2025-10-27 15:23:45,514 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:23:45,515 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:23:45,517 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:23:45,521 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:23:45,522 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=0d3283a8-1635-4a65-91e7-4b218f12c246 2025-10-27 15:23:45,523 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:23:45,537 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71c1a5ca-b348-11f0-b146-fa163e3d8900 2025-10-27 15:23:50,527 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:23:50,536 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:23:50,537 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:23:50,538 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:23:50,539 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:23:55,534 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:23:55,551 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:23:55,553 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:23:55,554 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:23:55,555 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:24:00,541 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:24:00,571 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:24:00,572 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:24:00,573 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:24:00,574 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:24:05,549 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:24:05,590 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:24:05,592 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:24:05,593 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:24:05,594 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:24:10,558 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:24:10,610 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:24:10,611 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:24:10,612 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:24:10,613 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:24:15,587 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=49169603-41d0-4da7-af37-cc939f7eb836 2025-10-27 15:24:15,596 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7400b042-b348-11f0-b146-fa163e3d8900 2025-10-27 15:24:15,637 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c00c8a5b-ad2d-4af2-b522-9a475e5ee658 2025-10-27 15:24:15,638 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=99204952-82b3-4d85-895a-5eb13479e114 2025-10-27 15:24:15,639 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=88642ca5-0722-4d08-a65a-96aa40030cdc 2025-10-27 15:24:15,641 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=59f82e50-ec3d-4bae-90ec-a33fc8d3df0b 2025-10-27 15:24:15,655 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72acfa98-b348-11f0-b146-fa163e3d8900 2025-10-27 15:24:15,656 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:73136846-b348-11f0-b146-fa163e3d8900 2025-10-27 15:24:15,657 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71294af0-b348-11f0-b146-fa163e3d8900 2025-10-27 15:24:15,659 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7396e496-b348-11f0-b146-fa163e3d8900