2025-08-11 23:35:45,386 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-08-11 23:35:45,628 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1373-1 2025-08-11 23:35:45,628 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-08-11 23:35:45,661 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1373-1 2025-08-11 23:35:45,661 - DEBUG - [10.0.0.38]: 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-11 23:35:45,761 - DEBUG - Output : NAMES contrail_test_ZefJalB13 contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 2025-08-11 23:35:45,762 - DEBUG - [10.0.0.38]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-08-11 23:35:45,795 - DEBUG - Output : 127.0.0.1/8 10.0.0.38/24 252.38.0.1/8 10.71.65.1/24 172.17.0.1/16 2025-08-11 23:35:45,796 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-08-11 23:35:45,839 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1373-1 2025-08-11 23:35:45,936 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-08-11 23:35:46,138 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1373-1 2025-08-11 23:35:46,138 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-08-11 23:35:46,161 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1373-1 2025-08-11 23:35:46,161 - DEBUG - [10.0.0.249]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-08-11 23:35:46,246 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-08-11 23:35:46,246 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-08-11 23:35:46,269 - DEBUG - Output : 10.0.0.249/24 2025-08-11 23:35:46,269 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-08-11 23:35:46,291 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1373-1 2025-08-11 23:35:46,367 - INFO - Using existing project ['default-domain', 'k8s-default'](ba027399-d216-459e-884c-6eadf809ea24) 2025-08-11 23:35:46,441 - INFO - Using existing project ['default-domain', 'k8s-default'](ba027399-d216-459e-884c-6eadf809ea24) 2025-08-11 23:35:46,595 - INFO - ================================================================================ 2025-08-11 23:35:46,595 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-08-11 23:35:46,596 - 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-11 23:35:46,832 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-11 23:35:46,840 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.0.0.38': '0'}} with 2025-08-11 23:35:46,840 - INFO - Initial checks done. Running the testcase now 2025-08-11 23:35:46,840 - INFO - 2025-08-11 23:35:46,845 - INFO - Namespace default already exists 2025-08-11 23:35:46,847 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-11 23:35:46,965 - DEBUG - Output : cluster_project={} 2025-08-11 23:35:47,025 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-08-11 23:35:47,025 - DEBUG - Project uuid in Contrail is ba027399-d216-459e-884c-6eadf809ea24 2025-08-11 23:35:47,025 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-11 23:35:47,165 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-11 23:35:47,165 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=149713a3-b684-4b1c-bcbf-7cc94d56f823 2025-08-11 23:35:47,170 - INFO - Namespace default with uuid 149713a3-b684-4b1c-bcbf-7cc94d56f823 found in kube manager 2025-08-11 23:35:47,170 - INFO - Namespace default verification passed 2025-08-11 23:35:47,174 - DEBUG - Service ctest-nginx-svc-83046840 not present 2025-08-11 23:35:47,174 - INFO - Creating service ctest-nginx-svc-83046840 2025-08-11 23:35:47,350 - INFO - Created Service ctest-nginx-svc-83046840 2025-08-11 23:35:47,353 - DEBUG - Pod ctest-nginx-pod-87973622 not present 2025-08-11 23:35:47,354 - INFO - Creating Pod ctest-nginx-pod-87973622 2025-08-11 23:35:47,394 - DEBUG - Pod : ctest-nginx-pod-87973622 UUID is 3a43423d-4988-4072-8bcf-55fcbd5d2bdd 2025-08-11 23:35:47,407 - DEBUG - Pod ctest-nginx-pod-02565170 not present 2025-08-11 23:35:47,407 - INFO - Creating Pod ctest-nginx-pod-02565170 2025-08-11 23:35:47,443 - DEBUG - Pod : ctest-nginx-pod-02565170 UUID is b5642f6c-13fe-4d85-b94d-4fdce87b14e8 2025-08-11 23:35:47,641 - INFO - Created VN __public__, UUID :a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:47,879 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-08-11 23:35:47,890 - DEBUG - Requesting: http://10.0.0.38:8082/domain/799137e0-07a5-4fd4-be05-683b75542497 2025-08-11 23:35:47,912 - DEBUG - Requesting: http://10.0.0.38:8082/project/ba027399-d216-459e-884c-6eadf809ea24 2025-08-11 23:35:47,952 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:47,969 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:47,984 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:35:47,996 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:35:48,003 - DEBUG - Route Targets: [] 2025-08-11 23:35:48,003 - DEBUG - RT names not yet present for VN __public__ 2025-08-11 23:35:53,004 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-08-11 23:35:53,010 - DEBUG - Requesting: http://10.0.0.38:8082/domain/799137e0-07a5-4fd4-be05-683b75542497 2025-08-11 23:35:53,018 - DEBUG - Requesting: http://10.0.0.38:8082/project/ba027399-d216-459e-884c-6eadf809ea24 2025-08-11 23:35:53,070 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,086 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,096 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:35:53,104 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:35:53,111 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/2f5d1c1d-9b26-4447-9965-5191af7e77e7 2025-08-11 23:35:53,116 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-11 23:35:53,116 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,126 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:35:53,139 - INFO - Verified VN network id 13 for VN a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,139 - INFO - Verifications in API Server for VN __public__ passed 2025-08-11 23:35:53,139 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,148 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:35:53,155 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:35:53,168 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/2f5d1c1d-9b26-4447-9965-5191af7e77e7 2025-08-11 23:35:53,181 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-11 23:35:53,212 - DEBUG - Control-node 10.0.0.38 : 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': '12226890618640811655', 'uuid-lslong': '9407455166134003133'}, 'enable': 'true', 'created': '2025-08-11T23:35:47', 'last-modified': '2025-08-11T23:35:47', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.446442'} 2025-08-11 23:35:53,212 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-11 23:35:53,220 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-08-11 23:35:53,220 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-08-11 23:35:53,220 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-08-11 23:35:53,220 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-08-11 23:35:53,230 - DEBUG - Requesting: http://10.0.0.38:8082/domain/799137e0-07a5-4fd4-be05-683b75542497 2025-08-11 23:35:53,237 - DEBUG - Requesting: http://10.0.0.38:8082/project/ba027399-d216-459e-884c-6eadf809ea24 2025-08-11 23:35:53,276 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,284 - DEBUG - =>VN __public__ has no policy to be verified 2025-08-11 23:35:53,285 - DEBUG - Verifying the vn in opserver 2025-08-11 23:35:53,285 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-08-11 23:35:53,285 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-08-11 23:35:53,290 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-08-11 23:35:53,290 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-08-11 23:35:53,290 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-11 23:35:53,298 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-11 23:35:53,303 - DEBUG - Do not have enough data to verify VN in agent 2025-08-11 23:35:53,303 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-11 23:35:53,308 - DEBUG - VRF ids for VN __public__: {} 2025-08-11 23:35:53,403 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-08-11 23:35:53,514 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-08-11 23:35:53,518 - DEBUG - Requesting: http://10.0.0.38:8082/domain/799137e0-07a5-4fd4-be05-683b75542497 2025-08-11 23:35:53,526 - DEBUG - Requesting: http://10.0.0.38:8082/project/ba027399-d216-459e-884c-6eadf809ea24 2025-08-11 23:35:53,568 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,578 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/8825ec93-29c6-444f-b64b-3a338b542f6b 2025-08-11 23:35:53,584 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-08-11 23:35:53,589 - DEBUG - Requesting: http://10.0.0.38:8082/domain/799137e0-07a5-4fd4-be05-683b75542497 2025-08-11 23:35:53,597 - DEBUG - Requesting: http://10.0.0.38:8082/project/ba027399-d216-459e-884c-6eadf809ea24 2025-08-11 23:35:53,637 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/a9aea43c-9fa4-4687-828d-fea179d4a5bd 2025-08-11 23:35:53,647 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-08-11 23:35:53,647 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-08-11 23:35:53,654 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-11 23:35:53,661 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-08-11 23:35:53,661 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-08-11 23:35:53,665 - DEBUG - Ingress ctest-nginx-ingress-69576023 not present 2025-08-11 23:35:53,665 - INFO - Creating Ingress ctest-nginx-ingress-69576023 2025-08-11 23:35:53,672 - INFO - Created Ingress ctest-nginx-ingress-69576023 2025-08-11 23:35:53,675 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-69576023 2025-08-11 23:35:56,684 - DEBUG - For Ingress ctest-nginx-ingress-69576023, Cluster IP: 10.47.255.249, External IPs ['219.103.146.252'] 2025-08-11 23:35:56,684 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-69576023 2025-08-11 23:35:56,684 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=356eea3b-bf4e-46bc-a99b-1557b76738a6 2025-08-11 23:35:56,690 - INFO - Ingress ctest-nginx-ingress-69576023 with uuid 356eea3b-bf4e-46bc-a99b-1557b76738a6 found in kube manager 2025-08-11 23:35:56,690 - INFO - Ingress ctest-nginx-ingress-69576023 verification passed 2025-08-11 23:35:56,693 - DEBUG - Pod ctest-busybox-pod-12879736 not present 2025-08-11 23:35:56,694 - INFO - Creating Pod ctest-busybox-pod-12879736 2025-08-11 23:35:56,737 - DEBUG - Pod : ctest-busybox-pod-12879736 UUID is e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:35:56,741 - DEBUG - Pod ctest-nginx-pod-87973622 not in running state.Currently in Pending 2025-08-11 23:36:01,750 - DEBUG - Pod ctest-nginx-pod-87973622 not in running state.Currently in Pending 2025-08-11 23:36:06,758 - INFO - Pod ctest-nginx-pod-87973622 is in running state.Got IP 10.47.255.251 2025-08-11 23:36:06,780 - DEBUG - Pod ctest-nginx-pod-87973622 has vmi e947b446-770b-11f0-90ca-fa163e31f2ef 2025-08-11 23:36:06,780 - INFO - Verified pod ctest-nginx-pod-87973622 in contrail-api 2025-08-11 23:36:06,780 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:36:06,798 - DEBUG - VMI e947b446-770b-11f0-90ca-fa163e31f2ef is active in agent 10.0.0.249 2025-08-11 23:36:06,799 - INFO - Verified Pod ctest-nginx-pod-87973622 in agent 10.0.0.249 2025-08-11 23:36:06,799 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=3a43423d-4988-4072-8bcf-55fcbd5d2bdd 2025-08-11 23:36:06,809 - INFO - Pod ctest-nginx-pod-87973622 with uuid 3a43423d-4988-4072-8bcf-55fcbd5d2bdd found in kube manager 2025-08-11 23:36:06,809 - INFO - Pod ctest-nginx-pod-87973622 verification passed 2025-08-11 23:36:06,910 - DEBUG - [Pod ctest-nginx-pod-87973622] Cmd: echo ctest-nginx-pod-87973622 > /usr/share/nginx/html/index.html, Output: 2025-08-11 23:36:06,917 - INFO - Pod ctest-nginx-pod-02565170 is in running state.Got IP 10.47.255.250 2025-08-11 23:36:06,979 - DEBUG - Pod ctest-nginx-pod-02565170 has vmi e9a5d800-770b-11f0-90ca-fa163e31f2ef 2025-08-11 23:36:06,979 - INFO - Verified pod ctest-nginx-pod-02565170 in contrail-api 2025-08-11 23:36:06,979 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:36:06,992 - DEBUG - VMI e9a5d800-770b-11f0-90ca-fa163e31f2ef is active in agent 10.0.0.249 2025-08-11 23:36:06,992 - INFO - Verified Pod ctest-nginx-pod-02565170 in agent 10.0.0.249 2025-08-11 23:36:06,992 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=b5642f6c-13fe-4d85-b94d-4fdce87b14e8 2025-08-11 23:36:06,997 - INFO - Pod ctest-nginx-pod-02565170 with uuid b5642f6c-13fe-4d85-b94d-4fdce87b14e8 found in kube manager 2025-08-11 23:36:06,997 - INFO - Pod ctest-nginx-pod-02565170 verification passed 2025-08-11 23:36:07,056 - DEBUG - [Pod ctest-nginx-pod-02565170] Cmd: echo ctest-nginx-pod-02565170 > /usr/share/nginx/html/index.html, Output: 2025-08-11 23:36:07,061 - DEBUG - Pod ctest-busybox-pod-12879736 not in running state.Currently in Pending 2025-08-11 23:36:12,068 - DEBUG - Pod ctest-busybox-pod-12879736 not in running state.Currently in Pending 2025-08-11 23:36:17,075 - INFO - Pod ctest-busybox-pod-12879736 is in running state.Got IP 10.47.255.248 2025-08-11 23:36:17,089 - DEBUG - Pod ctest-busybox-pod-12879736 has vmi edf1c39c-770b-11f0-90ca-fa163e31f2ef 2025-08-11 23:36:17,089 - INFO - Verified pod ctest-busybox-pod-12879736 in contrail-api 2025-08-11 23:36:17,089 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:36:17,102 - DEBUG - VMI edf1c39c-770b-11f0-90ca-fa163e31f2ef is active in agent 10.0.0.249 2025-08-11 23:36:17,102 - INFO - Verified Pod ctest-busybox-pod-12879736 in agent 10.0.0.249 2025-08-11 23:36:17,102 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:17,107 - INFO - Pod ctest-busybox-pod-12879736 with uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 found in kube manager 2025-08-11 23:36:17,107 - INFO - Pod ctest-busybox-pod-12879736 verification passed 2025-08-11 23:36:17,157 - DEBUG - [Pod ctest-busybox-pod-12879736] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87973622 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-11 23:36:17,157 - DEBUG - [Pod Pod ctest-busybox-pod-12879736] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-11 23:36:17,157 - DEBUG - [Pod Pod ctest-busybox-pod-12879736] Cmd output: ctest-nginx-pod-87973622 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-11 23:36:17,202 - DEBUG - [Pod ctest-busybox-pod-12879736] 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-87973622 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-08-11 23:36:17,202 - DEBUG - [Pod Pod ctest-busybox-pod-12879736] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-11 23:36:17,202 - DEBUG - [Pod Pod ctest-busybox-pod-12879736] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-87973622 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-08-11 23:36:17,247 - DEBUG - [Pod ctest-busybox-pod-12879736] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-02565170 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-11 23:36:17,247 - DEBUG - [Pod Pod ctest-busybox-pod-12879736] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-08-11 23:36:17,247 - DEBUG - [Pod Pod ctest-busybox-pod-12879736] Cmd output: ctest-nginx-pod-02565170 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-11 23:36:17,247 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-87973622': 2, 'ctest-nginx-pod-02565170': 1} 2025-08-11 23:36:17,248 - WARNING - Nothing to delete parallely 2025-08-11 23:36:17,248 - INFO - Deleting pod default:ctest-busybox-pod-12879736 2025-08-11 23:36:17,259 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:17,270 - WARNING - Pod uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:22,271 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:22,278 - WARNING - Pod uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:27,279 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:27,286 - WARNING - Pod uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:32,286 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:32,293 - WARNING - Pod uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:37,294 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:37,301 - WARNING - Pod uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:42,301 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:42,310 - WARNING - Pod uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:47,311 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:47,318 - WARNING - Pod uuid e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:52,319 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e0508c5a-63b8-4817-b2a8-45ef5e9100f1 2025-08-11 23:36:52,325 - DEBUG - Pod e0508c5a-63b8-4817-b2a8-45ef5e9100f1 is not in agent 10.0.0.249 VM list 2025-08-11 23:36:52,325 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:edf1c39c-770b-11f0-90ca-fa163e31f2ef 2025-08-11 23:36:52,331 - DEBUG - VMI edf1c39c-770b-11f0-90ca-fa163e31f2ef is removed from agent 10.0.0.249 2025-08-11 23:36:52,331 - INFO - Verified that pod ctest-busybox-pod-12879736 is removed in agent 2025-08-11 23:36:52,331 - INFO - Deleting Ingress : ctest-nginx-ingress-69576023 2025-08-11 23:36:52,340 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=356eea3b-bf4e-46bc-a99b-1557b76738a6 2025-08-11 23:36:52,346 - ERROR - Ingress ctest-nginx-ingress-69576023 with uuid 356eea3b-bf4e-46bc-a99b-1557b76738a6 still found in kube manager 2025-08-11 23:36:53,347 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=356eea3b-bf4e-46bc-a99b-1557b76738a6 2025-08-11 23:36:53,352 - INFO - Ingress ctest-nginx-ingress-69576023 with uuid 356eea3b-bf4e-46bc-a99b-1557b76738a6 deleted successfully from kube manager 2025-08-11 23:36:53,352 - INFO - Verifications on Ingress %s cleanup passed 2025-08-11 23:36:53,352 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-08-11 23:36:53,456 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-08-11 23:36:53,464 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-08-11 23:36:53,464 - INFO - Deleting VN __public__ 2025-08-11 23:36:53,651 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/4360ec0c-0765-4541-b43c-6597a3532d6b 2025-08-11 23:36:53,660 - DEBUG - Response Code: 404 2025-08-11 23:36:53,660 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-08-11 23:36:53,666 - DEBUG - Requesting: http://10.0.0.38:8082/domain/799137e0-07a5-4fd4-be05-683b75542497 2025-08-11 23:36:53,677 - DEBUG - Requesting: http://10.0.0.38:8082/project/ba027399-d216-459e-884c-6eadf809ea24 2025-08-11 23:36:53,725 - INFO - Validated that VN __public__ is not found in API Server 2025-08-11 23:36:53,725 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-08-11 23:36:53,747 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-11 23:36:53,755 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-08-11 23:36:53,755 - INFO - Validated that VN __public__ is not in any agent 2025-08-11 23:36:53,756 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-11 23:36:53,771 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-08-11 23:36:53,796 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-08-11 23:36:53,802 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-08-11 23:36:53,802 - INFO - Deleting pod default:ctest-nginx-pod-02565170 2025-08-11 23:36:53,817 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b5642f6c-13fe-4d85-b94d-4fdce87b14e8 2025-08-11 23:36:53,830 - WARNING - Pod uuid b5642f6c-13fe-4d85-b94d-4fdce87b14e8 is still seen in agent 10.0.0.249 VM list 2025-08-11 23:36:58,831 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b5642f6c-13fe-4d85-b94d-4fdce87b14e8 2025-08-11 23:36:58,838 - DEBUG - Pod b5642f6c-13fe-4d85-b94d-4fdce87b14e8 is not in agent 10.0.0.249 VM list 2025-08-11 23:36:58,838 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e9a5d800-770b-11f0-90ca-fa163e31f2ef 2025-08-11 23:36:58,843 - DEBUG - VMI e9a5d800-770b-11f0-90ca-fa163e31f2ef is removed from agent 10.0.0.249 2025-08-11 23:36:58,843 - INFO - Verified that pod ctest-nginx-pod-02565170 is removed in agent 2025-08-11 23:36:58,844 - INFO - Deleting pod default:ctest-nginx-pod-87973622 2025-08-11 23:36:58,851 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=3a43423d-4988-4072-8bcf-55fcbd5d2bdd 2025-08-11 23:36:58,859 - WARNING - Pod uuid 3a43423d-4988-4072-8bcf-55fcbd5d2bdd is still seen in agent 10.0.0.249 VM list 2025-08-11 23:37:03,860 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=3a43423d-4988-4072-8bcf-55fcbd5d2bdd 2025-08-11 23:37:03,867 - DEBUG - Pod 3a43423d-4988-4072-8bcf-55fcbd5d2bdd is not in agent 10.0.0.249 VM list 2025-08-11 23:37:03,868 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e947b446-770b-11f0-90ca-fa163e31f2ef 2025-08-11 23:37:03,873 - DEBUG - VMI e947b446-770b-11f0-90ca-fa163e31f2ef is removed from agent 10.0.0.249 2025-08-11 23:37:03,873 - INFO - Verified that pod ctest-nginx-pod-87973622 is removed in agent 2025-08-11 23:37:03,874 - INFO - Deleting service : ctest-nginx-svc-83046840 2025-08-11 23:37:04,073 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-11 23:37:04,080 - DEBUG - No XMPP flaps were noticed during the test
2025-08-11 23:37:04,080 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:18]
2025-08-11 23:37:04,080 - INFO - -------------------------------------------------------------------------------- 2025-08-11 23:37:10,526 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-11 23:37:10,717 - DEBUG - Output : cluster_project={} 2025-08-11 23:37:10,828 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-08-11 23:37:11,058 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-08-11 23:37:11,069 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-08-11 23:37:11,253 - DEBUG - Output : cluster_project={} 2025-08-11 23:37:26,430 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:26,499 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:26,584 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:26,671 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:31,722 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:31,811 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:31,859 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:31,935 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-08-11 23:37:32,175 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-11 23:37:34,947 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2025-08-11 23:37:34,955 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-08-11 23:37:34,991 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-08-11 23:37:37,030 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-08-11 23:40:37,017 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-08-11 23:40:37,058 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=04f3fab7-e807-43bd-92f8-8c851e69d0c1 2025-08-11 23:40:37,084 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:40:37,089 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=38f96b6c-c252-4a02-a2ca-c22e1de22f24 2025-08-11 23:40:37,102 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:40:37,107 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=716cf436-45ec-4f5f-b763-fc241168be2f 2025-08-11 23:40:37,111 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:40:37,115 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:40:37,119 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5967a91f-8f4f-4908-8d51-a231f89e2640 2025-08-11 23:40:42,093 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=04f3fab7-e807-43bd-92f8-8c851e69d0c1 2025-08-11 23:40:42,101 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1ae0463a-770c-11f0-90ca-fa163e31f2ef 2025-08-11 23:40:42,146 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:40:42,148 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=5967a91f-8f4f-4908-8d51-a231f89e2640 2025-08-11 23:40:42,149 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=38f96b6c-c252-4a02-a2ca-c22e1de22f24 2025-08-11 23:40:42,151 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:40:42,152 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:40:42,153 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:40:42,154 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=716cf436-45ec-4f5f-b763-fc241168be2f 2025-08-11 23:40:42,181 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1c897fba-770c-11f0-90ca-fa163e31f2ef 2025-08-11 23:40:42,183 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1c13b3de-770c-11f0-90ca-fa163e31f2ef 2025-08-11 23:40:42,184 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1b68f890-770c-11f0-90ca-fa163e31f2ef 2025-08-11 23:40:47,182 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:40:47,184 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:40:47,186 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:40:47,188 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:40:52,203 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:40:52,205 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:40:52,206 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:40:52,208 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:40:57,222 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:40:57,224 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:40:57,225 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:40:57,226 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:41:02,241 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:41:02,243 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:41:02,244 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:41:02,245 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:41:07,260 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:41:07,262 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:41:07,263 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:41:07,265 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:41:12,278 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=84922764-7847-481f-a7ab-74c08d26fecb 2025-08-11 23:41:12,280 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=54b18d98-d10d-407e-b47c-d93542a04d61 2025-08-11 23:41:12,282 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a7b209d2-a7d8-4cdc-8fb3-4fa06734c48b 2025-08-11 23:41:12,283 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=b3ceaebc-859b-41f7-99ad-8c7e97a4ac0a 2025-08-11 23:41:12,297 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1d1e8650-770c-11f0-90ca-fa163e31f2ef 2025-08-11 23:41:12,298 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1e0a7b00-770c-11f0-90ca-fa163e31f2ef 2025-08-11 23:41:12,299 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1d9a5f28-770c-11f0-90ca-fa163e31f2ef 2025-08-11 23:41:12,303 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1e82a422-770c-11f0-90ca-fa163e31f2ef