2026-03-16 14:26:52,615 - DEBUG - [10.0.0.129]: Running cmd : hostname 2026-03-16 14:26:52,909 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-449-1.novalocal 2026-03-16 14:26:52,909 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2026-03-16 14:26:53,041 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-449-1.novalocal 2026-03-16 14:26:53,041 - DEBUG - [10.0.0.129]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2026-03-16 14:26:53,231 - DEBUG - Output : NAMES contrail_test_xCN0v6M3P vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_api_1 config_svcmonitor_1 config_schema_1 config_dnsmasq_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-16 14:26:53,232 - DEBUG - [10.0.0.129]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-16 14:26:53,370 - DEBUG - Output : 127.0.0.1/8 10.0.0.129/24 172.17.0.1/16 10.20.0.254/24 2026-03-16 14:26:53,370 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2026-03-16 14:26:53,513 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-449-1.novalocal 2026-03-16 14:26:53,513 - DEBUG - [10.0.0.129]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-16 14:26:53,654 - DEBUG - Output : 10.20.0.254/24 2026-03-16 14:26:53,655 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.20.0.254 | head -n 1 | awk '{print $2}' 2026-03-16 14:26:53,796 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-449-1.novalocal 2026-03-16 14:26:54,088 - INFO - Using existing project ['default-domain', 'k8s-default'](0a0460f3-5ac1-46ff-98ab-21b655f3381e) 2026-03-16 14:26:54,168 - INFO - Using existing project ['default-domain', 'k8s-default'](0a0460f3-5ac1-46ff-98ab-21b655f3381e) 2026-03-16 14:26:54,297 - INFO - ================================================================================ 2026-03-16 14:26:54,297 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-16 14:26:54,297 - 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 2026-03-16 14:26:54,577 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-16 14:26:54,583 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.20.0.254': '0'}} with 2026-03-16 14:26:54,583 - INFO - Initial checks done. Running the testcase now 2026-03-16 14:26:54,583 - INFO - 2026-03-16 14:26:54,588 - INFO - Namespace default already exists 2026-03-16 14:26:54,589 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-16 14:26:54,797 - DEBUG - Output : cluster_project={} 2026-03-16 14:26:54,847 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-16 14:26:54,847 - DEBUG - Project uuid in Contrail is 0a0460f3-5ac1-46ff-98ab-21b655f3381e 2026-03-16 14:26:54,847 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-16 14:26:55,048 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-16 14:26:55,048 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_NamespaceDatabaseList?namespace_uuid=70c6bce2-cb88-4f3e-acb7-c68813fad7bd 2026-03-16 14:26:55,053 - INFO - Namespace default with uuid 70c6bce2-cb88-4f3e-acb7-c68813fad7bd found in kube manager 2026-03-16 14:26:55,053 - INFO - Namespace default verification passed 2026-03-16 14:26:55,057 - DEBUG - Service ctest-nginx-svc-38693772 not present 2026-03-16 14:26:55,058 - INFO - Creating service ctest-nginx-svc-38693772 2026-03-16 14:26:55,075 - INFO - Created Service ctest-nginx-svc-38693772 2026-03-16 14:26:55,080 - DEBUG - Pod ctest-nginx-pod-36792582 not present 2026-03-16 14:26:55,081 - INFO - Creating Pod ctest-nginx-pod-36792582 2026-03-16 14:26:55,115 - DEBUG - Pod : ctest-nginx-pod-36792582 UUID is 24d9350a-aa62-4407-81b2-ebe211f0b9a2 2026-03-16 14:26:55,120 - DEBUG - Pod ctest-nginx-pod-82484399 not present 2026-03-16 14:26:55,121 - INFO - Creating Pod ctest-nginx-pod-82484399 2026-03-16 14:26:55,214 - DEBUG - Pod : ctest-nginx-pod-82484399 UUID is d587ede7-77b9-4b3d-99a0-8a8783cb9d51 2026-03-16 14:26:55,441 - INFO - Created VN __public__, UUID :0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:26:55,584 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2026-03-16 14:26:55,590 - DEBUG - Requesting: http://10.0.0.129:8082/domain/2dc76327-7aa2-4d33-bdc1-cf1b7c51c20e 2026-03-16 14:26:55,605 - DEBUG - Requesting: http://10.0.0.129:8082/project/0a0460f3-5ac1-46ff-98ab-21b655f3381e 2026-03-16 14:26:55,672 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:26:55,686 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:26:55,695 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:26:55,703 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:26:55,712 - DEBUG - Route Targets: [] 2026-03-16 14:26:55,712 - DEBUG - RT names not yet present for VN __public__ 2026-03-16 14:27:00,713 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2026-03-16 14:27:00,719 - DEBUG - Requesting: http://10.0.0.129:8082/domain/2dc76327-7aa2-4d33-bdc1-cf1b7c51c20e 2026-03-16 14:27:00,728 - DEBUG - Requesting: http://10.0.0.129:8082/project/0a0460f3-5ac1-46ff-98ab-21b655f3381e 2026-03-16 14:27:00,792 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:00,807 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:00,818 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:27:00,828 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:27:00,836 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/2d204b8e-bde2-4edd-979b-755a7862af4a 2026-03-16 14:27:00,842 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-16 14:27:00,842 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:00,851 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:27:00,865 - INFO - Verified VN network id 15 for VN 0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:00,865 - INFO - Verifications in API Server for VN __public__ passed 2026-03-16 14:27:00,865 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:00,875 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:27:00,884 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:27:00,892 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/2d204b8e-bde2-4edd-979b-755a7862af4a 2026-03-16 14:27:00,899 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-16 14:27:00,907 - DEBUG - Control-node 10.0.0.129 : 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': '1015656740192079486', 'uuid-lslong': '10891484593781526511'}, 'enable': 'true', 'created': '2026-03-16T14:26:55', 'last-modified': '2026-03-16T14:26:55', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.387570'} 2026-03-16 14:27:00,907 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:27:00,917 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-16 14:27:00,917 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-16 14:27:00,918 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-16 14:27:00,918 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2026-03-16 14:27:00,924 - DEBUG - Requesting: http://10.0.0.129:8082/domain/2dc76327-7aa2-4d33-bdc1-cf1b7c51c20e 2026-03-16 14:27:00,931 - DEBUG - Requesting: http://10.0.0.129:8082/project/0a0460f3-5ac1-46ff-98ab-21b655f3381e 2026-03-16 14:27:00,981 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:00,995 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-16 14:27:00,995 - DEBUG - Verifying the vn in opserver 2026-03-16 14:27:00,995 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.129 2026-03-16 14:27:00,995 - DEBUG - Requesting: http://10.0.0.129:8081/analytics/uves/virtual-networks 2026-03-16 14:27:01,000 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.129:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-16 14:27:01,000 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-16 14:27:01,000 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:27:01,005 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:27:01,010 - DEBUG - Do not have enough data to verify VN in agent 2026-03-16 14:27:01,010 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:27:01,016 - DEBUG - VRF ids for VN __public__: {} 2026-03-16 14:27:01,087 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-16 14:27:01,189 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2026-03-16 14:27:01,197 - DEBUG - Requesting: http://10.0.0.129:8082/domain/2dc76327-7aa2-4d33-bdc1-cf1b7c51c20e 2026-03-16 14:27:01,211 - DEBUG - Requesting: http://10.0.0.129:8082/project/0a0460f3-5ac1-46ff-98ab-21b655f3381e 2026-03-16 14:27:01,264 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:01,279 - DEBUG - Requesting: http://10.0.0.129:8082/floating-ip-pool/82a0be00-42f9-492f-a548-121619fd4eaa 2026-03-16 14:27:01,290 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2026-03-16 14:27:01,296 - DEBUG - Requesting: http://10.0.0.129:8082/domain/2dc76327-7aa2-4d33-bdc1-cf1b7c51c20e 2026-03-16 14:27:01,306 - DEBUG - Requesting: http://10.0.0.129:8082/project/0a0460f3-5ac1-46ff-98ab-21b655f3381e 2026-03-16 14:27:01,375 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/0e18566c-8ce1-4e7e-9726-538850fccfef 2026-03-16 14:27:01,391 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-16 14:27:01,391 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-16 14:27:01,402 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-16 14:27:01,409 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-16 14:27:01,409 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-16 14:27:01,414 - DEBUG - Ingress ctest-nginx-ingress-80702907 not present 2026-03-16 14:27:01,414 - INFO - Creating Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:01,423 - INFO - Created Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:01,431 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:04,437 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:07,445 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:10,451 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:13,460 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:16,466 - DEBUG - For Ingress ctest-nginx-ingress-80702907, Cluster IP: 10.47.255.246, External IPs ['11.125.23.188'] 2026-03-16 14:27:16,466 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-80702907 2026-03-16 14:27:16,466 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:27:16,471 - INFO - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 found in kube manager 2026-03-16 14:27:16,471 - INFO - Ingress ctest-nginx-ingress-80702907 verification passed 2026-03-16 14:27:16,475 - DEBUG - Pod ctest-busybox-pod-44391632 not present 2026-03-16 14:27:16,475 - INFO - Creating Pod ctest-busybox-pod-44391632 2026-03-16 14:27:16,507 - DEBUG - Pod : ctest-busybox-pod-44391632 UUID is ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:27:16,517 - DEBUG - Pod ctest-nginx-pod-36792582 not in running state.Currently in Pending 2026-03-16 14:27:21,527 - INFO - Pod ctest-nginx-pod-36792582 is in running state.Got IP 10.47.255.248 2026-03-16 14:27:21,542 - DEBUG - Pod ctest-nginx-pod-36792582 has vmi 31ca5e52-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:27:21,542 - INFO - Verified pod ctest-nginx-pod-36792582 in contrail-api 2026-03-16 14:27:21,542 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:27:21,550 - DEBUG - VMI 31ca5e52-2144-11f1-8c8d-fa163e69c647 is active in agent 10.0.0.129 2026-03-16 14:27:21,550 - INFO - Verified Pod ctest-nginx-pod-36792582 in agent 10.0.0.129 2026-03-16 14:27:21,550 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=24d9350a-aa62-4407-81b2-ebe211f0b9a2 2026-03-16 14:27:21,554 - INFO - Pod ctest-nginx-pod-36792582 with uuid 24d9350a-aa62-4407-81b2-ebe211f0b9a2 found in kube manager 2026-03-16 14:27:21,555 - INFO - Pod ctest-nginx-pod-36792582 verification passed 2026-03-16 14:27:21,632 - DEBUG - [Pod ctest-nginx-pod-36792582] Cmd: echo ctest-nginx-pod-36792582 > /usr/share/nginx/html/index.html, Output: 2026-03-16 14:27:21,642 - INFO - Pod ctest-nginx-pod-82484399 is in running state.Got IP 10.47.255.247 2026-03-16 14:27:21,657 - DEBUG - Pod ctest-nginx-pod-82484399 has vmi 3488bb7a-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:27:21,658 - INFO - Verified pod ctest-nginx-pod-82484399 in contrail-api 2026-03-16 14:27:21,658 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:27:21,666 - DEBUG - VMI 3488bb7a-2144-11f1-8c8d-fa163e69c647 is active in agent 10.0.0.129 2026-03-16 14:27:21,666 - INFO - Verified Pod ctest-nginx-pod-82484399 in agent 10.0.0.129 2026-03-16 14:27:21,666 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=d587ede7-77b9-4b3d-99a0-8a8783cb9d51 2026-03-16 14:27:21,670 - INFO - Pod ctest-nginx-pod-82484399 with uuid d587ede7-77b9-4b3d-99a0-8a8783cb9d51 found in kube manager 2026-03-16 14:27:21,670 - INFO - Pod ctest-nginx-pod-82484399 verification passed 2026-03-16 14:27:21,737 - DEBUG - [Pod ctest-nginx-pod-82484399] Cmd: echo ctest-nginx-pod-82484399 > /usr/share/nginx/html/index.html, Output: 2026-03-16 14:27:21,746 - DEBUG - Pod ctest-busybox-pod-44391632 not in running state.Currently in Pending 2026-03-16 14:27:26,755 - DEBUG - Pod ctest-busybox-pod-44391632 not in running state.Currently in Pending 2026-03-16 14:27:31,765 - DEBUG - Pod ctest-busybox-pod-44391632 not in running state.Currently in Pending 2026-03-16 14:27:36,781 - INFO - Pod ctest-busybox-pod-44391632 is in running state.Got IP 10.47.255.245 2026-03-16 14:27:36,800 - DEBUG - Pod ctest-busybox-pod-44391632 has vmi 3eb7b024-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:27:36,801 - INFO - Verified pod ctest-busybox-pod-44391632 in contrail-api 2026-03-16 14:27:36,801 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:27:36,810 - DEBUG - VMI 3eb7b024-2144-11f1-8c8d-fa163e69c647 is active in agent 10.0.0.129 2026-03-16 14:27:36,811 - INFO - Verified Pod ctest-busybox-pod-44391632 in agent 10.0.0.129 2026-03-16 14:27:36,811 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:27:36,816 - INFO - Pod ctest-busybox-pod-44391632 with uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 found in kube manager 2026-03-16 14:27:36,816 - INFO - Pod ctest-busybox-pod-44391632 verification passed 2026-03-16 14:27:36,896 - DEBUG - [Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:36,896 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:36,896 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:36,952 - DEBUG - [Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:36,952 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:36,952 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,009 - DEBUG - [Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,009 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:37,009 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,067 - DEBUG - [Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,067 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:37,067 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,126 - DEBUG - [Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,126 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:37,126 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,181 - DEBUG - [Pod ctest-busybox-pod-44391632] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-82484399 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-16 14:27:37,181 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:37,181 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd output: ctest-nginx-pod-82484399 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-16 14:27:37,238 - DEBUG - [Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,238 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:37,238 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,289 - DEBUG - [Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,289 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:37,289 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] 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-82484399 2026-03-16 14:27:37,339 - DEBUG - [Pod ctest-busybox-pod-44391632] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-36792582 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-16 14:27:37,340 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-16 14:27:37,340 - DEBUG - [Pod Pod ctest-busybox-pod-44391632] Cmd output: ctest-nginx-pod-36792582 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-16 14:27:37,340 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-36792582': 1, 'ctest-nginx-pod-82484399': 8} 2026-03-16 14:27:37,340 - WARNING - Nothing to delete parallely 2026-03-16 14:27:37,341 - INFO - Deleting pod default:ctest-busybox-pod-44391632 2026-03-16 14:27:37,355 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:27:37,363 - WARNING - Pod uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:27:42,364 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:27:42,369 - WARNING - Pod uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:27:47,370 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:27:47,376 - WARNING - Pod uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:27:52,377 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:27:52,383 - WARNING - Pod uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:27:57,384 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:27:57,390 - WARNING - Pod uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:28:02,390 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:28:02,396 - WARNING - Pod uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:28:07,396 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:28:07,402 - WARNING - Pod uuid ce718adb-02bf-46bd-b113-4f8ef1d0c817 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:28:12,403 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=ce718adb-02bf-46bd-b113-4f8ef1d0c817 2026-03-16 14:28:12,409 - DEBUG - Pod ce718adb-02bf-46bd-b113-4f8ef1d0c817 is not in agent 10.0.0.129 VM list 2026-03-16 14:28:12,409 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3eb7b024-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:28:12,413 - DEBUG - VMI 3eb7b024-2144-11f1-8c8d-fa163e69c647 is removed from agent 10.0.0.129 2026-03-16 14:28:12,414 - INFO - Verified that pod ctest-busybox-pod-44391632 is removed in agent 2026-03-16 14:28:12,414 - INFO - Deleting Ingress : ctest-nginx-ingress-80702907 2026-03-16 14:28:12,421 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:12,425 - ERROR - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 still found in kube manager 2026-03-16 14:28:13,427 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:13,432 - ERROR - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 still found in kube manager 2026-03-16 14:28:14,433 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:14,438 - ERROR - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 still found in kube manager 2026-03-16 14:28:15,438 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:15,443 - ERROR - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 still found in kube manager 2026-03-16 14:28:16,444 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:16,449 - ERROR - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 still found in kube manager 2026-03-16 14:28:17,450 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:17,455 - ERROR - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 still found in kube manager 2026-03-16 14:28:18,455 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:18,460 - ERROR - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 still found in kube manager 2026-03-16 14:28:19,461 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=5e742713-d36f-40d5-8332-c4c4d735ee21 2026-03-16 14:28:19,465 - INFO - Ingress ctest-nginx-ingress-80702907 with uuid 5e742713-d36f-40d5-8332-c4c4d735ee21 deleted successfully from kube manager 2026-03-16 14:28:19,465 - INFO - Verifications on Ingress %s cleanup passed 2026-03-16 14:28:19,465 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-16 14:28:19,577 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-16 14:28:19,584 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-16 14:28:19,584 - INFO - Deleting VN __public__ 2026-03-16 14:28:19,826 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/23f3a3cf-a3f9-4d39-896e-30bf21726a57 2026-03-16 14:28:19,830 - DEBUG - Response Code: 404 2026-03-16 14:28:19,831 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2026-03-16 14:28:19,838 - DEBUG - Requesting: http://10.0.0.129:8082/domain/2dc76327-7aa2-4d33-bdc1-cf1b7c51c20e 2026-03-16 14:28:19,848 - DEBUG - Requesting: http://10.0.0.129:8082/project/0a0460f3-5ac1-46ff-98ab-21b655f3381e 2026-03-16 14:28:19,915 - INFO - Validated that VN __public__ is not found in API Server 2026-03-16 14:28:19,915 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-16 14:28:19,922 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:28:19,929 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2026-03-16 14:28:19,929 - INFO - Validated that VN __public__ is not in any agent 2026-03-16 14:28:19,930 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:28:19,938 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-16 14:28:19,945 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-16 14:28:19,951 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-16 14:28:19,952 - INFO - Deleting pod default:ctest-nginx-pod-82484399 2026-03-16 14:28:19,983 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=d587ede7-77b9-4b3d-99a0-8a8783cb9d51 2026-03-16 14:28:19,995 - WARNING - Pod uuid d587ede7-77b9-4b3d-99a0-8a8783cb9d51 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:28:24,996 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=d587ede7-77b9-4b3d-99a0-8a8783cb9d51 2026-03-16 14:28:25,002 - DEBUG - Pod d587ede7-77b9-4b3d-99a0-8a8783cb9d51 is not in agent 10.0.0.129 VM list 2026-03-16 14:28:25,002 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3488bb7a-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:28:25,009 - DEBUG - VMI 3488bb7a-2144-11f1-8c8d-fa163e69c647 is removed from agent 10.0.0.129 2026-03-16 14:28:25,009 - INFO - Verified that pod ctest-nginx-pod-82484399 is removed in agent 2026-03-16 14:28:25,010 - INFO - Deleting pod default:ctest-nginx-pod-36792582 2026-03-16 14:28:25,043 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=24d9350a-aa62-4407-81b2-ebe211f0b9a2 2026-03-16 14:28:25,060 - WARNING - Pod uuid 24d9350a-aa62-4407-81b2-ebe211f0b9a2 is still seen in agent 10.0.0.129 VM list 2026-03-16 14:28:30,060 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=24d9350a-aa62-4407-81b2-ebe211f0b9a2 2026-03-16 14:28:30,066 - DEBUG - Pod 24d9350a-aa62-4407-81b2-ebe211f0b9a2 is not in agent 10.0.0.129 VM list 2026-03-16 14:28:30,066 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31ca5e52-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:28:30,076 - DEBUG - VMI 31ca5e52-2144-11f1-8c8d-fa163e69c647 is removed from agent 10.0.0.129 2026-03-16 14:28:30,076 - INFO - Verified that pod ctest-nginx-pod-36792582 is removed in agent 2026-03-16 14:28:30,076 - INFO - Deleting service : ctest-nginx-svc-38693772 2026-03-16 14:28:30,674 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-16 14:28:30,681 - DEBUG - No XMPP flaps were noticed during the test
2026-03-16 14:28:30,681 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:36]
2026-03-16 14:28:30,681 - INFO - -------------------------------------------------------------------------------- 2026-03-16 14:28:37,180 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-16 14:28:37,423 - DEBUG - Output : cluster_project={} 2026-03-16 14:28:37,489 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-16 14:28:37,722 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-16 14:28:37,726 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-16 14:28:37,944 - DEBUG - Output : cluster_project={} 2026-03-16 14:29:03,129 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:03,176 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:08,234 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:18,294 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:38,372 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:38,416 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:38,462 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:38,503 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-16 14:29:39,154 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-16 14:29:49,405 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_ApplicationPolicySetReq? 2026-03-16 14:29:49,411 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2026-03-16 14:29:49,434 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2026-03-16 14:29:51,457 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2026-03-16 14:29:53,493 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2026-03-16 14:32:53,763 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-16 14:32:53,866 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb79f639-3eae-451b-8c47-3945d8936b03 2026-03-16 14:32:53,888 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:32:53,896 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=60128f96-a770-461f-ae48-3f312a2a9ba0 2026-03-16 14:32:53,938 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:32:53,946 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:32:53,951 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cc14f11c-edc0-4015-80ef-88ae131a4ccc 2026-03-16 14:32:53,963 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=92b84097-4721-483f-81a6-d5b78106eb5b 2026-03-16 14:32:53,969 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:32:58,992 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=60128f96-a770-461f-ae48-3f312a2a9ba0 2026-03-16 14:32:58,994 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=eb79f639-3eae-451b-8c47-3945d8936b03 2026-03-16 14:32:58,995 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:32:59,001 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cc14f11c-edc0-4015-80ef-88ae131a4ccc 2026-03-16 14:32:59,004 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:781f2482-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:32:59,007 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71f4d390-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:32:59,013 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:32:59,014 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:32:59,016 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:32:59,016 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=92b84097-4721-483f-81a6-d5b78106eb5b 2026-03-16 14:33:04,011 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:33:04,024 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cc14f11c-edc0-4015-80ef-88ae131a4ccc 2026-03-16 14:33:04,037 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:33:04,039 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:33:04,040 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:33:04,041 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=92b84097-4721-483f-81a6-d5b78106eb5b 2026-03-16 14:33:04,054 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:754a9304-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:33:09,017 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:33:09,032 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=cc14f11c-edc0-4015-80ef-88ae131a4ccc 2026-03-16 14:33:09,038 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7aea4782-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:33:09,056 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:33:09,059 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:33:09,060 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:33:14,024 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:33:14,064 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:33:14,070 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:33:14,071 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:33:19,030 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:33:19,071 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:33:19,080 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:33:19,081 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:33:24,037 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:33:24,078 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:33:24,090 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:33:24,092 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:33:29,060 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=fe565b2a-e143-4047-867c-cb39d278d414 2026-03-16 14:33:29,066 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:80823de4-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:33:29,099 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:33:29,107 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:33:29,109 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=afe099e6-0a3f-4fa0-8b55-7c2c78b94623 2026-03-16 14:33:29,117 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:833b940e-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:33:34,106 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=68473887-acec-4f68-a2df-2e67fb588521 2026-03-16 14:33:34,112 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:85ec0af8-2144-11f1-8c8d-fa163e69c647 2026-03-16 14:33:34,117 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0185ddfa-aca4-466f-b3c3-34ae6f2e0ce5 2026-03-16 14:33:34,122 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7d29e55c-2144-11f1-8c8d-fa163e69c647