2025-11-24 14:07:31,439 - DEBUG - [10.0.0.61]: Running cmd : hostname 2025-11-24 14:07:31,717 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-418-1.novalocal 2025-11-24 14:07:31,717 - DEBUG - [10.0.0.61]: Running cmd : hostname -f 2025-11-24 14:07:31,844 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-418-1.novalocal 2025-11-24 14:07:31,844 - DEBUG - [10.0.0.61]: 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-11-24 14:07:32,013 - DEBUG - Output : NAMES contrail_test_mIdcXiYJT vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_schema_1 config_api_1 config_svcmonitor_1 config_dnsmasq_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-11-24 14:07:32,013 - DEBUG - [10.0.0.61]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-24 14:07:32,136 - DEBUG - Output : 127.0.0.1/8 10.0.0.61/24 10.20.0.18/24 172.17.0.1/16 10.20.0.18/24 2025-11-24 14:07:32,136 - DEBUG - [10.0.0.61]: Running cmd : getent hosts 10.0.0.61 | head -n 1 | awk '{print $2}' 2025-11-24 14:07:32,257 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-418-1.novalocal 2025-11-24 14:07:32,257 - DEBUG - [10.0.0.61]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-24 14:07:32,390 - DEBUG - Output : 10.20.0.18/24 2025-11-24 14:07:32,390 - DEBUG - [10.0.0.61]: Running cmd : getent hosts 10.20.0.18 | head -n 1 | awk '{print $2}' 2025-11-24 14:07:32,518 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-418-1.novalocal 2025-11-24 14:07:32,833 - INFO - Using existing project ['default-domain', 'k8s-default'](4337184a-56b5-4600-b8a8-5aa82d35a60f) 2025-11-24 14:07:32,934 - INFO - Using existing project ['default-domain', 'k8s-default'](4337184a-56b5-4600-b8a8-5aa82d35a60f) 2025-11-24 14:07:33,075 - INFO - ================================================================================ 2025-11-24 14:07:33,075 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-24 14:07:33,076 - 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-11-24 14:07:33,373 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 14:07:33,380 - DEBUG - Nothing to compare xmpp stats {'10.0.0.61': {'10.20.0.18': '0'}} with 2025-11-24 14:07:33,380 - INFO - Initial checks done. Running the testcase now 2025-11-24 14:07:33,380 - INFO - 2025-11-24 14:07:33,386 - INFO - Namespace default already exists 2025-11-24 14:07:33,387 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-24 14:07:33,598 - DEBUG - Output : cluster_project={} 2025-11-24 14:07:33,648 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-24 14:07:33,649 - DEBUG - Project uuid in Contrail is 4337184a-56b5-4600-b8a8-5aa82d35a60f 2025-11-24 14:07:33,649 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-24 14:07:33,830 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-24 14:07:33,830 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_NamespaceDatabaseList?namespace_uuid=7c185aef-e5ae-4873-b498-6dfcc6d7a07f 2025-11-24 14:07:33,834 - INFO - Namespace default with uuid 7c185aef-e5ae-4873-b498-6dfcc6d7a07f found in kube manager 2025-11-24 14:07:33,834 - INFO - Namespace default verification passed 2025-11-24 14:07:33,838 - DEBUG - Service ctest-nginx-svc-60631818 not present 2025-11-24 14:07:33,839 - INFO - Creating service ctest-nginx-svc-60631818 2025-11-24 14:07:33,854 - INFO - Created Service ctest-nginx-svc-60631818 2025-11-24 14:07:33,859 - DEBUG - Pod ctest-nginx-pod-97529889 not present 2025-11-24 14:07:33,861 - INFO - Creating Pod ctest-nginx-pod-97529889 2025-11-24 14:07:33,940 - DEBUG - Pod : ctest-nginx-pod-97529889 UUID is d945949e-abe0-436c-8e49-893b8dc7d26c 2025-11-24 14:07:33,945 - DEBUG - Pod ctest-nginx-pod-16199778 not present 2025-11-24 14:07:33,946 - INFO - Creating Pod ctest-nginx-pod-16199778 2025-11-24 14:07:33,989 - DEBUG - Pod : ctest-nginx-pod-16199778 UUID is 64aa6adf-8105-43e2-a4b4-21f408f90a63 2025-11-24 14:07:34,170 - INFO - Created VN __public__, UUID :48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:34,378 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-11-24 14:07:34,385 - DEBUG - Requesting: http://10.0.0.61:8082/domain/ba2460e3-deed-4e07-92ac-b0052575d074 2025-11-24 14:07:34,406 - DEBUG - Requesting: http://10.0.0.61:8082/project/4337184a-56b5-4600-b8a8-5aa82d35a60f 2025-11-24 14:07:34,481 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:34,506 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:34,516 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/0e9c36d6-5666-41b6-b62d-301de268952a 2025-11-24 14:07:34,525 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/0e9c36d6-5666-41b6-b62d-301de268952a 2025-11-24 14:07:34,535 - DEBUG - Requesting: http://10.0.0.61:8082/route-target/5b30f153-5b0e-41a5-976e-85e0c147ac60 2025-11-24 14:07:34,542 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 14:07:34,542 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:34,553 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/0e9c36d6-5666-41b6-b62d-301de268952a 2025-11-24 14:07:34,567 - INFO - Verified VN network id 15 for VN 48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:34,567 - INFO - Verifications in API Server for VN __public__ passed 2025-11-24 14:07:34,567 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:34,577 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/0e9c36d6-5666-41b6-b62d-301de268952a 2025-11-24 14:07:34,583 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/0e9c36d6-5666-41b6-b62d-301de268952a 2025-11-24 14:07:34,589 - DEBUG - Requesting: http://10.0.0.61:8082/route-target/5b30f153-5b0e-41a5-976e-85e0c147ac60 2025-11-24 14:07:34,595 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 14:07:34,601 - DEBUG - Control-node 10.0.0.61 : 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': '5238988209725063958', 'uuid-lslong': '9953323281758437463'}, 'enable': 'true', 'created': '2025-11-24T14:07:34', 'last-modified': '2025-11-24T14:07:34', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.285059'} 2025-11-24 14:07:34,601 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 14:07:34,611 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-24 14:07:34,611 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-24 14:07:34,612 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-24 14:07:34,612 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-11-24 14:07:34,617 - DEBUG - Requesting: http://10.0.0.61:8082/domain/ba2460e3-deed-4e07-92ac-b0052575d074 2025-11-24 14:07:34,624 - DEBUG - Requesting: http://10.0.0.61:8082/project/4337184a-56b5-4600-b8a8-5aa82d35a60f 2025-11-24 14:07:34,663 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:34,673 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-24 14:07:34,673 - DEBUG - Verifying the vn in opserver 2025-11-24 14:07:34,673 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.61 2025-11-24 14:07:34,674 - DEBUG - Requesting: http://10.0.0.61:8081/analytics/uves/virtual-networks 2025-11-24 14:07:34,679 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.61:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-24 14:07:34,679 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-24 14:07:34,679 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 14:07:34,685 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 14:07:34,691 - DEBUG - Do not have enough data to verify VN in agent 2025-11-24 14:07:34,691 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 14:07:34,696 - DEBUG - VRF ids for VN __public__: {} 2025-11-24 14:07:34,765 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-24 14:07:35,065 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-11-24 14:07:35,073 - DEBUG - Requesting: http://10.0.0.61:8082/domain/ba2460e3-deed-4e07-92ac-b0052575d074 2025-11-24 14:07:35,082 - DEBUG - Requesting: http://10.0.0.61:8082/project/4337184a-56b5-4600-b8a8-5aa82d35a60f 2025-11-24 14:07:35,150 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:35,163 - DEBUG - Requesting: http://10.0.0.61:8082/floating-ip-pool/e26db4cf-5c73-4f72-ab9e-abc995863d2f 2025-11-24 14:07:35,172 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-11-24 14:07:35,178 - DEBUG - Requesting: http://10.0.0.61:8082/domain/ba2460e3-deed-4e07-92ac-b0052575d074 2025-11-24 14:07:35,186 - DEBUG - Requesting: http://10.0.0.61:8082/project/4337184a-56b5-4600-b8a8-5aa82d35a60f 2025-11-24 14:07:35,248 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/48b4a004-f71f-4316-8a21-4eca2fd64057 2025-11-24 14:07:35,257 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-24 14:07:35,257 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-24 14:07:35,265 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-24 14:07:35,272 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-24 14:07:35,272 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-24 14:07:35,276 - DEBUG - Ingress ctest-nginx-ingress-67252813 not present 2025-11-24 14:07:35,277 - INFO - Creating Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:35,288 - INFO - Created Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:35,293 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:38,299 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:41,304 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:44,313 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:47,320 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:50,326 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:53,332 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:56,341 - DEBUG - For Ingress ctest-nginx-ingress-67252813, Cluster IP: 10.47.255.246, External IPs ['22.158.182.252'] 2025-11-24 14:07:56,341 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-67252813 2025-11-24 14:07:56,341 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=c769a349-c0c5-493b-b5fb-14f4e542a0cb 2025-11-24 14:07:56,348 - INFO - Ingress ctest-nginx-ingress-67252813 with uuid c769a349-c0c5-493b-b5fb-14f4e542a0cb found in kube manager 2025-11-24 14:07:56,348 - INFO - Ingress ctest-nginx-ingress-67252813 verification passed 2025-11-24 14:07:56,351 - DEBUG - Pod ctest-busybox-pod-54298994 not present 2025-11-24 14:07:56,352 - INFO - Creating Pod ctest-busybox-pod-54298994 2025-11-24 14:07:56,563 - DEBUG - Pod : ctest-busybox-pod-54298994 UUID is 212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:07:56,589 - DEBUG - Pod ctest-nginx-pod-97529889 not in running state.Currently in Pending 2025-11-24 14:08:01,597 - INFO - Pod ctest-nginx-pod-97529889 is in running state.Got IP 10.47.255.248 2025-11-24 14:08:01,614 - DEBUG - Pod ctest-nginx-pod-97529889 has vmi f09a80c2-c93e-11f0-afd5-fa163e0666d7 2025-11-24 14:08:01,614 - INFO - Verified pod ctest-nginx-pod-97529889 in contrail-api 2025-11-24 14:08:01,615 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:08:01,630 - DEBUG - VMI f09a80c2-c93e-11f0-afd5-fa163e0666d7 is active in agent 10.0.0.61 2025-11-24 14:08:01,630 - INFO - Verified Pod ctest-nginx-pod-97529889 in agent 10.0.0.61 2025-11-24 14:08:01,631 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=d945949e-abe0-436c-8e49-893b8dc7d26c 2025-11-24 14:08:01,636 - INFO - Pod ctest-nginx-pod-97529889 with uuid d945949e-abe0-436c-8e49-893b8dc7d26c found in kube manager 2025-11-24 14:08:01,636 - INFO - Pod ctest-nginx-pod-97529889 verification passed 2025-11-24 14:08:01,721 - DEBUG - [Pod ctest-nginx-pod-97529889] Cmd: echo ctest-nginx-pod-97529889 > /usr/share/nginx/html/index.html, Output: 2025-11-24 14:08:01,733 - INFO - Pod ctest-nginx-pod-16199778 is in running state.Got IP 10.47.255.247 2025-11-24 14:08:01,750 - DEBUG - Pod ctest-nginx-pod-16199778 has vmi f35eb0b2-c93e-11f0-afd5-fa163e0666d7 2025-11-24 14:08:01,750 - INFO - Verified pod ctest-nginx-pod-16199778 in contrail-api 2025-11-24 14:08:01,750 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:08:01,762 - DEBUG - VMI f35eb0b2-c93e-11f0-afd5-fa163e0666d7 is active in agent 10.0.0.61 2025-11-24 14:08:01,762 - INFO - Verified Pod ctest-nginx-pod-16199778 in agent 10.0.0.61 2025-11-24 14:08:01,762 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=64aa6adf-8105-43e2-a4b4-21f408f90a63 2025-11-24 14:08:01,767 - INFO - Pod ctest-nginx-pod-16199778 with uuid 64aa6adf-8105-43e2-a4b4-21f408f90a63 found in kube manager 2025-11-24 14:08:01,768 - INFO - Pod ctest-nginx-pod-16199778 verification passed 2025-11-24 14:08:01,842 - DEBUG - [Pod ctest-nginx-pod-16199778] Cmd: echo ctest-nginx-pod-16199778 > /usr/share/nginx/html/index.html, Output: 2025-11-24 14:08:01,900 - DEBUG - Pod ctest-busybox-pod-54298994 not in running state.Currently in Pending 2025-11-24 14:08:06,909 - DEBUG - Pod ctest-busybox-pod-54298994 not in running state.Currently in Pending 2025-11-24 14:08:11,919 - DEBUG - Pod ctest-busybox-pod-54298994 not in running state.Currently in Pending 2025-11-24 14:08:16,928 - INFO - Pod ctest-busybox-pod-54298994 is in running state.Got IP 10.47.255.245 2025-11-24 14:08:16,945 - DEBUG - Pod ctest-busybox-pod-54298994 has vmi fd610b0a-c93e-11f0-afd5-fa163e0666d7 2025-11-24 14:08:16,945 - INFO - Verified pod ctest-busybox-pod-54298994 in contrail-api 2025-11-24 14:08:16,945 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:08:16,960 - DEBUG - VMI fd610b0a-c93e-11f0-afd5-fa163e0666d7 is active in agent 10.0.0.61 2025-11-24 14:08:16,960 - INFO - Verified Pod ctest-busybox-pod-54298994 in agent 10.0.0.61 2025-11-24 14:08:16,960 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:16,967 - INFO - Pod ctest-busybox-pod-54298994 with uuid 212b4ab6-3682-4f68-98d0-13337283d35b found in kube manager 2025-11-24 14:08:16,967 - INFO - Pod ctest-busybox-pod-54298994 verification passed 2025-11-24 14:08:17,026 - DEBUG - [Pod ctest-busybox-pod-54298994] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-97529889 2025-11-24 14:08:17,026 - DEBUG - [Pod Pod ctest-busybox-pod-54298994] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 14:08:17,026 - DEBUG - [Pod Pod ctest-busybox-pod-54298994] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-97529889 2025-11-24 14:08:17,081 - DEBUG - [Pod ctest-busybox-pod-54298994] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-16199778 2025-11-24 14:08:17,081 - DEBUG - [Pod Pod ctest-busybox-pod-54298994] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-11-24 14:08:17,081 - DEBUG - [Pod Pod ctest-busybox-pod-54298994] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-16199778 2025-11-24 14:08:17,081 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-97529889': 1, 'ctest-nginx-pod-16199778': 1} 2025-11-24 14:08:17,082 - WARNING - Nothing to delete parallely 2025-11-24 14:08:17,082 - INFO - Deleting pod default:ctest-busybox-pod-54298994 2025-11-24 14:08:17,097 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:17,105 - WARNING - Pod uuid 212b4ab6-3682-4f68-98d0-13337283d35b is still seen in agent 10.0.0.61 VM list 2025-11-24 14:08:22,106 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:22,111 - WARNING - Pod uuid 212b4ab6-3682-4f68-98d0-13337283d35b is still seen in agent 10.0.0.61 VM list 2025-11-24 14:08:27,112 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:27,118 - WARNING - Pod uuid 212b4ab6-3682-4f68-98d0-13337283d35b is still seen in agent 10.0.0.61 VM list 2025-11-24 14:08:32,119 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:32,124 - WARNING - Pod uuid 212b4ab6-3682-4f68-98d0-13337283d35b is still seen in agent 10.0.0.61 VM list 2025-11-24 14:08:37,125 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:37,131 - WARNING - Pod uuid 212b4ab6-3682-4f68-98d0-13337283d35b is still seen in agent 10.0.0.61 VM list 2025-11-24 14:08:42,132 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:42,138 - WARNING - Pod uuid 212b4ab6-3682-4f68-98d0-13337283d35b is still seen in agent 10.0.0.61 VM list 2025-11-24 14:08:47,139 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:47,144 - WARNING - Pod uuid 212b4ab6-3682-4f68-98d0-13337283d35b is still seen in agent 10.0.0.61 VM list 2025-11-24 14:08:52,146 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=212b4ab6-3682-4f68-98d0-13337283d35b 2025-11-24 14:08:52,152 - DEBUG - Pod 212b4ab6-3682-4f68-98d0-13337283d35b is not in agent 10.0.0.61 VM list 2025-11-24 14:08:52,152 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd610b0a-c93e-11f0-afd5-fa163e0666d7 2025-11-24 14:08:52,157 - DEBUG - VMI fd610b0a-c93e-11f0-afd5-fa163e0666d7 is removed from agent 10.0.0.61 2025-11-24 14:08:52,157 - INFO - Verified that pod ctest-busybox-pod-54298994 is removed in agent 2025-11-24 14:08:52,157 - INFO - Deleting Ingress : ctest-nginx-ingress-67252813 2025-11-24 14:08:52,164 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=c769a349-c0c5-493b-b5fb-14f4e542a0cb 2025-11-24 14:08:52,170 - ERROR - Ingress ctest-nginx-ingress-67252813 with uuid c769a349-c0c5-493b-b5fb-14f4e542a0cb still found in kube manager 2025-11-24 14:08:53,171 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=c769a349-c0c5-493b-b5fb-14f4e542a0cb 2025-11-24 14:08:53,176 - ERROR - Ingress ctest-nginx-ingress-67252813 with uuid c769a349-c0c5-493b-b5fb-14f4e542a0cb still found in kube manager 2025-11-24 14:08:54,177 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=c769a349-c0c5-493b-b5fb-14f4e542a0cb 2025-11-24 14:08:54,181 - INFO - Ingress ctest-nginx-ingress-67252813 with uuid c769a349-c0c5-493b-b5fb-14f4e542a0cb deleted successfully from kube manager 2025-11-24 14:08:54,181 - INFO - Verifications on Ingress %s cleanup passed 2025-11-24 14:08:54,181 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-24 14:08:54,422 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-24 14:08:54,440 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-24 14:08:54,440 - INFO - Deleting VN __public__ 2025-11-24 14:08:54,703 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/0e9c36d6-5666-41b6-b62d-301de268952a 2025-11-24 14:08:54,711 - DEBUG - Response Code: 404 2025-11-24 14:08:54,711 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-11-24 14:08:54,716 - DEBUG - Requesting: http://10.0.0.61:8082/domain/ba2460e3-deed-4e07-92ac-b0052575d074 2025-11-24 14:08:54,743 - DEBUG - Requesting: http://10.0.0.61:8082/project/4337184a-56b5-4600-b8a8-5aa82d35a60f 2025-11-24 14:08:54,920 - INFO - Validated that VN __public__ is not found in API Server 2025-11-24 14:08:54,920 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-24 14:08:54,931 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 14:08:54,943 - DEBUG - VN __public__ is not present in Agent 10.0.0.61 2025-11-24 14:08:54,943 - INFO - Validated that VN __public__ is not in any agent 2025-11-24 14:08:54,943 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 14:08:54,954 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-24 14:08:54,959 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-24 14:08:54,965 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-24 14:08:54,966 - INFO - Deleting pod default:ctest-nginx-pod-16199778 2025-11-24 14:08:55,009 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=64aa6adf-8105-43e2-a4b4-21f408f90a63 2025-11-24 14:08:55,051 - WARNING - Pod uuid 64aa6adf-8105-43e2-a4b4-21f408f90a63 is still seen in agent 10.0.0.61 VM list 2025-11-24 14:09:00,052 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=64aa6adf-8105-43e2-a4b4-21f408f90a63 2025-11-24 14:09:00,059 - DEBUG - Pod 64aa6adf-8105-43e2-a4b4-21f408f90a63 is not in agent 10.0.0.61 VM list 2025-11-24 14:09:00,060 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f35eb0b2-c93e-11f0-afd5-fa163e0666d7 2025-11-24 14:09:00,065 - DEBUG - VMI f35eb0b2-c93e-11f0-afd5-fa163e0666d7 is removed from agent 10.0.0.61 2025-11-24 14:09:00,065 - INFO - Verified that pod ctest-nginx-pod-16199778 is removed in agent 2025-11-24 14:09:00,065 - INFO - Deleting pod default:ctest-nginx-pod-97529889 2025-11-24 14:09:00,085 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=d945949e-abe0-436c-8e49-893b8dc7d26c 2025-11-24 14:09:00,098 - WARNING - Pod uuid d945949e-abe0-436c-8e49-893b8dc7d26c is still seen in agent 10.0.0.61 VM list 2025-11-24 14:09:05,102 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=d945949e-abe0-436c-8e49-893b8dc7d26c 2025-11-24 14:09:05,109 - DEBUG - Pod d945949e-abe0-436c-8e49-893b8dc7d26c is not in agent 10.0.0.61 VM list 2025-11-24 14:09:05,109 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f09a80c2-c93e-11f0-afd5-fa163e0666d7 2025-11-24 14:09:05,118 - DEBUG - VMI f09a80c2-c93e-11f0-afd5-fa163e0666d7 is removed from agent 10.0.0.61 2025-11-24 14:09:05,118 - INFO - Verified that pod ctest-nginx-pod-97529889 is removed in agent 2025-11-24 14:09:05,118 - INFO - Deleting service : ctest-nginx-svc-60631818 2025-11-24 14:09:05,752 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 14:09:05,758 - DEBUG - No XMPP flaps were noticed during the test
2025-11-24 14:09:05,758 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:32]
2025-11-24 14:09:05,758 - INFO - -------------------------------------------------------------------------------- 2025-11-24 14:09:12,209 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-24 14:09:12,394 - DEBUG - Output : cluster_project={} 2025-11-24 14:09:12,444 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-24 14:09:12,651 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-24 14:09:12,659 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-24 14:09:12,938 - DEBUG - Output : cluster_project={} 2025-11-24 14:09:43,194 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:09:48,255 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:09:53,318 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:09:53,362 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:10:13,446 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:10:13,488 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:10:13,534 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:10:13,573 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-24 14:10:14,192 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 14:10:26,322 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_ApplicationPolicySetReq? 2025-11-24 14:10:26,330 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AclReq? 2025-11-24 14:10:26,366 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AclReq? 2025-11-24 14:10:28,397 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AclReq? 2025-11-24 14:10:30,426 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AclReq? 2025-11-24 14:10:32,467 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AclReq? 2025-11-24 14:13:32,850 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-24 14:13:32,970 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a6cd733e-119a-460a-a791-33eafb0fcf50 2025-11-24 14:13:32,980 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:13:33,035 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:13:33,056 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:13:33,109 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=66ec67a2-0a73-448f-b037-7ae5fb63948e 2025-11-24 14:13:33,121 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=48ca9c0d-ff2f-4bfa-95bb-5af6ff3f4899 2025-11-24 14:13:33,136 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=44848931-c740-4350-8ab2-7d12f2402029 2025-11-24 14:13:33,150 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:13:38,155 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:13:38,164 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a6cd733e-119a-460a-a791-33eafb0fcf50 2025-11-24 14:13:38,171 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2ff6fc1e-c93f-11f0-afd5-fa163e0666d7 2025-11-24 14:13:38,179 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:13:38,181 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=66ec67a2-0a73-448f-b037-7ae5fb63948e 2025-11-24 14:13:38,182 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:13:38,183 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:13:38,185 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=48ca9c0d-ff2f-4bfa-95bb-5af6ff3f4899 2025-11-24 14:13:38,187 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=44848931-c740-4350-8ab2-7d12f2402029 2025-11-24 14:13:38,208 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3736e160-c93f-11f0-afd5-fa163e0666d7 2025-11-24 14:13:43,162 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:13:43,208 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:13:43,209 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:13:43,213 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=44848931-c740-4350-8ab2-7d12f2402029 2025-11-24 14:13:43,213 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:13:43,214 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=48ca9c0d-ff2f-4bfa-95bb-5af6ff3f4899 2025-11-24 14:13:43,226 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:35a2ffd2-c93f-11f0-afd5-fa163e0666d7 2025-11-24 14:13:48,168 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:13:48,219 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:13:48,220 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:13:48,227 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=44848931-c740-4350-8ab2-7d12f2402029 2025-11-24 14:13:48,229 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:13:48,237 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:32ba859c-c93f-11f0-afd5-fa163e0666d7 2025-11-24 14:13:53,175 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:13:53,233 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:13:53,235 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:13:53,240 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:13:58,183 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:13:58,244 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:13:58,245 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:13:58,248 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:14:03,191 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:14:03,256 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:14:03,258 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:14:03,259 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:14:08,197 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:14:08,268 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:14:08,270 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:14:08,271 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8a6ef7ed-8895-4eee-b05a-403991d092d4 2025-11-24 14:14:08,285 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:413ef882-c93f-11f0-afd5-fa163e0666d7 2025-11-24 14:14:13,205 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:14:13,282 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:14:13,290 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=a45b6996-84f1-4bfe-ae12-3678b20df0d9 2025-11-24 14:14:13,296 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ce1b75c-c93f-11f0-afd5-fa163e0666d7 2025-11-24 14:14:18,212 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=8bb7e548-111a-4bf6-9708-82bc70c85684 2025-11-24 14:14:18,219 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3aae1a98-c93f-11f0-afd5-fa163e0666d7 2025-11-24 14:14:18,289 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_VmListReq?uuid=6bb11874-d13c-479d-a071-0aace0a52880 2025-11-24 14:14:18,297 - DEBUG - Requesting: http://10.0.0.61:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3fac8f7a-c93f-11f0-afd5-fa163e0666d7