2026-03-13 12:34:50,900 - DEBUG - [10.0.0.241]: Running cmd : hostname 2026-03-13 12:34:51,184 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-444-1.novalocal 2026-03-13 12:34:51,184 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2026-03-13 12:34:51,305 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-444-1.novalocal 2026-03-13 12:34:51,306 - DEBUG - [10.0.0.241]: 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-13 12:34:51,471 - DEBUG - Output : NAMES contrail_test_lSYY5yzyg vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_web_1 webui_job_1 config_devicemgr_1 config_svcmonitor_1 config_schema_1 config_nodemgr_1 config_api_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-13 12:34:51,472 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-13 12:34:51,598 - DEBUG - Output : 127.0.0.1/8 10.0.0.241/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-03-13 12:34:51,598 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2026-03-13 12:34:51,733 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-444-1.novalocal 2026-03-13 12:34:51,733 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-13 12:34:51,872 - DEBUG - Output : 10.20.0.17/24 2026-03-13 12:34:51,872 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-03-13 12:34:52,015 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-444-1.novalocal 2026-03-13 12:34:52,304 - INFO - Using existing project ['default-domain', 'k8s-default'](cc2c8ff7-a7a5-4e97-98ad-b6136b30b244) 2026-03-13 12:34:52,414 - INFO - Using existing project ['default-domain', 'k8s-default'](cc2c8ff7-a7a5-4e97-98ad-b6136b30b244) 2026-03-13 12:34:52,612 - INFO - ================================================================================ 2026-03-13 12:34:52,613 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-13 12:34:52,613 - 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-13 12:34:52,913 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 12:34:52,920 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.20.0.17': '0'}} with 2026-03-13 12:34:52,920 - INFO - Initial checks done. Running the testcase now 2026-03-13 12:34:52,920 - INFO - 2026-03-13 12:34:52,925 - INFO - Namespace default already exists 2026-03-13 12:34:52,926 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 12:34:53,114 - DEBUG - Output : cluster_project={} 2026-03-13 12:34:53,162 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-13 12:34:53,162 - DEBUG - Project uuid in Contrail is cc2c8ff7-a7a5-4e97-98ad-b6136b30b244 2026-03-13 12:34:53,162 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-13 12:34:53,347 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-13 12:34:53,348 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_NamespaceDatabaseList?namespace_uuid=24ed90b1-7a98-49f5-8323-eb321ff8f106 2026-03-13 12:34:53,359 - INFO - Namespace default with uuid 24ed90b1-7a98-49f5-8323-eb321ff8f106 found in kube manager 2026-03-13 12:34:53,359 - INFO - Namespace default verification passed 2026-03-13 12:34:53,366 - DEBUG - Service ctest-nginx-svc-82230433 not present 2026-03-13 12:34:53,367 - INFO - Creating service ctest-nginx-svc-82230433 2026-03-13 12:34:53,387 - INFO - Created Service ctest-nginx-svc-82230433 2026-03-13 12:34:53,396 - DEBUG - Pod ctest-nginx-pod-89510553 not present 2026-03-13 12:34:53,397 - INFO - Creating Pod ctest-nginx-pod-89510553 2026-03-13 12:34:53,459 - DEBUG - Pod : ctest-nginx-pod-89510553 UUID is 9fdf17ac-cd4b-4e4a-98de-6b96aaa13c6b 2026-03-13 12:34:53,462 - DEBUG - Pod ctest-nginx-pod-21068352 not present 2026-03-13 12:34:53,463 - INFO - Creating Pod ctest-nginx-pod-21068352 2026-03-13 12:34:53,504 - DEBUG - Pod : ctest-nginx-pod-21068352 UUID is 193484cb-b13a-4d8d-af0b-bbe22f5b1d62 2026-03-13 12:34:53,643 - INFO - Created VN __public__, UUID :3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:53,809 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2026-03-13 12:34:53,816 - DEBUG - Requesting: http://10.0.0.241:8082/domain/75bb1613-a46b-4a1d-9269-8cc88c3b344c 2026-03-13 12:34:53,833 - DEBUG - Requesting: http://10.0.0.241:8082/project/cc2c8ff7-a7a5-4e97-98ad-b6136b30b244 2026-03-13 12:34:53,902 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:53,915 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:53,924 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:34:53,931 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:34:53,937 - DEBUG - Route Targets: [] 2026-03-13 12:34:53,937 - DEBUG - RT names not yet present for VN __public__ 2026-03-13 12:34:58,938 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2026-03-13 12:34:58,944 - DEBUG - Requesting: http://10.0.0.241:8082/domain/75bb1613-a46b-4a1d-9269-8cc88c3b344c 2026-03-13 12:34:58,958 - DEBUG - Requesting: http://10.0.0.241:8082/project/cc2c8ff7-a7a5-4e97-98ad-b6136b30b244 2026-03-13 12:34:59,036 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,045 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,055 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:34:59,063 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:34:59,069 - DEBUG - Requesting: http://10.0.0.241:8082/route-target/6a74c958-df9b-434c-9ad5-971cff7b94a3 2026-03-13 12:34:59,074 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-13 12:34:59,074 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,083 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:34:59,098 - INFO - Verified VN network id 15 for VN 3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,098 - INFO - Verifications in API Server for VN __public__ passed 2026-03-13 12:34:59,098 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,106 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:34:59,115 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:34:59,122 - DEBUG - Requesting: http://10.0.0.241:8082/route-target/6a74c958-df9b-434c-9ad5-971cff7b94a3 2026-03-13 12:34:59,128 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-13 12:34:59,136 - DEBUG - Control-node 10.0.0.241 : 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': '3461239538812604322', 'uuid-lslong': '10953052664366339518'}, 'enable': 'true', 'created': '2026-03-13T12:34:53', 'last-modified': '2026-03-13T12:34:53', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.395971'} 2026-03-13 12:34:59,136 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 12:34:59,145 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-13 12:34:59,145 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-13 12:34:59,146 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-13 12:34:59,146 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2026-03-13 12:34:59,151 - DEBUG - Requesting: http://10.0.0.241:8082/domain/75bb1613-a46b-4a1d-9269-8cc88c3b344c 2026-03-13 12:34:59,164 - DEBUG - Requesting: http://10.0.0.241:8082/project/cc2c8ff7-a7a5-4e97-98ad-b6136b30b244 2026-03-13 12:34:59,225 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,236 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-13 12:34:59,236 - DEBUG - Verifying the vn in opserver 2026-03-13 12:34:59,236 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.241 2026-03-13 12:34:59,236 - DEBUG - Requesting: http://10.0.0.241:8081/analytics/uves/virtual-networks 2026-03-13 12:34:59,241 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.241:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-13 12:34:59,241 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-13 12:34:59,241 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 12:34:59,248 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 12:34:59,252 - DEBUG - Do not have enough data to verify VN in agent 2026-03-13 12:34:59,253 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 12:34:59,261 - DEBUG - VRF ids for VN __public__: {} 2026-03-13 12:34:59,331 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-13 12:34:59,447 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2026-03-13 12:34:59,453 - DEBUG - Requesting: http://10.0.0.241:8082/domain/75bb1613-a46b-4a1d-9269-8cc88c3b344c 2026-03-13 12:34:59,462 - DEBUG - Requesting: http://10.0.0.241:8082/project/cc2c8ff7-a7a5-4e97-98ad-b6136b30b244 2026-03-13 12:34:59,527 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,536 - DEBUG - Requesting: http://10.0.0.241:8082/floating-ip-pool/f55350b5-d83d-4e9d-a576-9531e430a4e6 2026-03-13 12:34:59,549 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2026-03-13 12:34:59,553 - DEBUG - Requesting: http://10.0.0.241:8082/domain/75bb1613-a46b-4a1d-9269-8cc88c3b344c 2026-03-13 12:34:59,564 - DEBUG - Requesting: http://10.0.0.241:8082/project/cc2c8ff7-a7a5-4e97-98ad-b6136b30b244 2026-03-13 12:34:59,624 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/3008cb05-a976-4fa2-9801-0f5dd1b395be 2026-03-13 12:34:59,634 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-13 12:34:59,634 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-13 12:34:59,645 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-13 12:34:59,651 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-13 12:34:59,651 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-13 12:34:59,655 - DEBUG - Ingress ctest-nginx-ingress-90219016 not present 2026-03-13 12:34:59,656 - INFO - Creating Ingress ctest-nginx-ingress-90219016 2026-03-13 12:34:59,668 - INFO - Created Ingress ctest-nginx-ingress-90219016 2026-03-13 12:34:59,674 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90219016 2026-03-13 12:35:02,681 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90219016 2026-03-13 12:35:05,686 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90219016 2026-03-13 12:35:08,695 - DEBUG - For Ingress ctest-nginx-ingress-90219016, Cluster IP: 10.47.255.246, External IPs ['93.115.129.252'] 2026-03-13 12:35:08,695 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-90219016 2026-03-13 12:35:08,695 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:35:08,701 - INFO - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 found in kube manager 2026-03-13 12:35:08,702 - INFO - Ingress ctest-nginx-ingress-90219016 verification passed 2026-03-13 12:35:08,706 - DEBUG - Pod ctest-busybox-pod-93000536 not present 2026-03-13 12:35:08,706 - INFO - Creating Pod ctest-busybox-pod-93000536 2026-03-13 12:35:08,746 - DEBUG - Pod : ctest-busybox-pod-93000536 UUID is 2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:08,754 - DEBUG - Pod ctest-nginx-pod-89510553 not in running state.Currently in Pending 2026-03-13 12:35:13,763 - INFO - Pod ctest-nginx-pod-89510553 is in running state.Got IP 10.47.255.248 2026-03-13 12:35:13,784 - DEBUG - Pod ctest-nginx-pod-89510553 has vmi 0aa685a2-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:35:13,784 - INFO - Verified pod ctest-nginx-pod-89510553 in contrail-api 2026-03-13 12:35:13,784 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:35:13,801 - DEBUG - VMI 0aa685a2-1ed9-11f1-8df4-fa163eedd009 is active in agent 10.0.0.241 2026-03-13 12:35:13,802 - INFO - Verified Pod ctest-nginx-pod-89510553 in agent 10.0.0.241 2026-03-13 12:35:13,802 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=9fdf17ac-cd4b-4e4a-98de-6b96aaa13c6b 2026-03-13 12:35:13,809 - INFO - Pod ctest-nginx-pod-89510553 with uuid 9fdf17ac-cd4b-4e4a-98de-6b96aaa13c6b found in kube manager 2026-03-13 12:35:13,809 - INFO - Pod ctest-nginx-pod-89510553 verification passed 2026-03-13 12:35:13,897 - DEBUG - [Pod ctest-nginx-pod-89510553] Cmd: echo ctest-nginx-pod-89510553 > /usr/share/nginx/html/index.html, Output: 2026-03-13 12:35:13,905 - INFO - Pod ctest-nginx-pod-21068352 is in running state.Got IP 10.47.255.247 2026-03-13 12:35:13,919 - DEBUG - Pod ctest-nginx-pod-21068352 has vmi 0b92ce30-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:35:13,919 - INFO - Verified pod ctest-nginx-pod-21068352 in contrail-api 2026-03-13 12:35:13,919 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:35:13,927 - DEBUG - VMI 0b92ce30-1ed9-11f1-8df4-fa163eedd009 is active in agent 10.0.0.241 2026-03-13 12:35:13,927 - INFO - Verified Pod ctest-nginx-pod-21068352 in agent 10.0.0.241 2026-03-13 12:35:13,927 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=193484cb-b13a-4d8d-af0b-bbe22f5b1d62 2026-03-13 12:35:13,933 - INFO - Pod ctest-nginx-pod-21068352 with uuid 193484cb-b13a-4d8d-af0b-bbe22f5b1d62 found in kube manager 2026-03-13 12:35:13,933 - INFO - Pod ctest-nginx-pod-21068352 verification passed 2026-03-13 12:35:13,989 - DEBUG - [Pod ctest-nginx-pod-21068352] Cmd: echo ctest-nginx-pod-21068352 > /usr/share/nginx/html/index.html, Output: 2026-03-13 12:35:13,997 - DEBUG - Pod ctest-busybox-pod-93000536 not in running state.Currently in Pending 2026-03-13 12:35:19,008 - DEBUG - Pod ctest-busybox-pod-93000536 not in running state.Currently in Pending 2026-03-13 12:35:24,016 - DEBUG - Pod ctest-busybox-pod-93000536 not in running state.Currently in Pending 2026-03-13 12:35:29,025 - INFO - Pod ctest-busybox-pod-93000536 is in running state.Got IP 10.47.255.245 2026-03-13 12:35:29,042 - DEBUG - Pod ctest-busybox-pod-93000536 has vmi 148b3cf2-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:35:29,042 - INFO - Verified pod ctest-busybox-pod-93000536 in contrail-api 2026-03-13 12:35:29,042 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:35:29,052 - DEBUG - VMI 148b3cf2-1ed9-11f1-8df4-fa163eedd009 is active in agent 10.0.0.241 2026-03-13 12:35:29,052 - INFO - Verified Pod ctest-busybox-pod-93000536 in agent 10.0.0.241 2026-03-13 12:35:29,052 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:29,057 - INFO - Pod ctest-busybox-pod-93000536 with uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa found in kube manager 2026-03-13 12:35:29,057 - INFO - Pod ctest-busybox-pod-93000536 verification passed 2026-03-13 12:35:29,110 - DEBUG - [Pod ctest-busybox-pod-93000536] 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-89510553 2026-03-13 12:35:29,110 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 12:35:29,110 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] 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-89510553 2026-03-13 12:35:29,168 - DEBUG - [Pod ctest-busybox-pod-93000536] 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-89510553 2026-03-13 12:35:29,168 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 12:35:29,168 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] 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-89510553 2026-03-13 12:35:29,220 - DEBUG - [Pod ctest-busybox-pod-93000536] 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-89510553 2026-03-13 12:35:29,220 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 12:35:29,220 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] 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-89510553 2026-03-13 12:35:29,271 - DEBUG - [Pod ctest-busybox-pod-93000536] 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) ctest-nginx-pod-21068352 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-13 12:35:29,272 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-13 12:35:29,272 - DEBUG - [Pod Pod ctest-busybox-pod-93000536] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-21068352 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2026-03-13 12:35:29,272 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-89510553': 3, 'ctest-nginx-pod-21068352': 1} 2026-03-13 12:35:29,272 - WARNING - Nothing to delete parallely 2026-03-13 12:35:29,272 - INFO - Deleting pod default:ctest-busybox-pod-93000536 2026-03-13 12:35:29,286 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:29,291 - WARNING - Pod uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa is still seen in agent 10.0.0.241 VM list 2026-03-13 12:35:34,292 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:34,297 - WARNING - Pod uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa is still seen in agent 10.0.0.241 VM list 2026-03-13 12:35:39,299 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:39,304 - WARNING - Pod uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa is still seen in agent 10.0.0.241 VM list 2026-03-13 12:35:44,305 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:44,311 - WARNING - Pod uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa is still seen in agent 10.0.0.241 VM list 2026-03-13 12:35:49,312 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:49,319 - WARNING - Pod uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa is still seen in agent 10.0.0.241 VM list 2026-03-13 12:35:54,319 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:54,325 - WARNING - Pod uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa is still seen in agent 10.0.0.241 VM list 2026-03-13 12:35:59,326 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:35:59,335 - WARNING - Pod uuid 2036f188-5449-407a-aa9e-2a23d33c4ffa is still seen in agent 10.0.0.241 VM list 2026-03-13 12:36:04,336 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=2036f188-5449-407a-aa9e-2a23d33c4ffa 2026-03-13 12:36:04,342 - DEBUG - Pod 2036f188-5449-407a-aa9e-2a23d33c4ffa is not in agent 10.0.0.241 VM list 2026-03-13 12:36:04,342 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:148b3cf2-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:36:04,347 - DEBUG - VMI 148b3cf2-1ed9-11f1-8df4-fa163eedd009 is removed from agent 10.0.0.241 2026-03-13 12:36:04,347 - INFO - Verified that pod ctest-busybox-pod-93000536 is removed in agent 2026-03-13 12:36:04,347 - INFO - Deleting Ingress : ctest-nginx-ingress-90219016 2026-03-13 12:36:04,360 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:36:04,365 - ERROR - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 still found in kube manager 2026-03-13 12:36:05,367 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:36:05,372 - ERROR - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 still found in kube manager 2026-03-13 12:36:06,373 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:36:06,377 - ERROR - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 still found in kube manager 2026-03-13 12:36:07,378 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:36:07,383 - ERROR - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 still found in kube manager 2026-03-13 12:36:08,385 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:36:08,390 - ERROR - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 still found in kube manager 2026-03-13 12:36:09,390 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:36:09,396 - ERROR - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 still found in kube manager 2026-03-13 12:36:10,396 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 2026-03-13 12:36:10,402 - INFO - Ingress ctest-nginx-ingress-90219016 with uuid ea3d57bd-74a1-48c0-8a8c-95bee2bddad5 deleted successfully from kube manager 2026-03-13 12:36:10,402 - INFO - Verifications on Ingress %s cleanup passed 2026-03-13 12:36:10,403 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-13 12:36:10,648 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-13 12:36:10,654 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-13 12:36:10,654 - INFO - Deleting VN __public__ 2026-03-13 12:36:11,060 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/0b515fe3-812b-474f-8e38-37cf10e7b2e5 2026-03-13 12:36:11,066 - DEBUG - Response Code: 404 2026-03-13 12:36:11,066 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2026-03-13 12:36:11,073 - DEBUG - Requesting: http://10.0.0.241:8082/domain/75bb1613-a46b-4a1d-9269-8cc88c3b344c 2026-03-13 12:36:11,083 - DEBUG - Requesting: http://10.0.0.241:8082/project/cc2c8ff7-a7a5-4e97-98ad-b6136b30b244 2026-03-13 12:36:11,147 - INFO - Validated that VN __public__ is not found in API Server 2026-03-13 12:36:11,147 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-13 12:36:11,155 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 12:36:11,163 - DEBUG - VN __public__ is not present in Agent 10.0.0.241 2026-03-13 12:36:11,163 - INFO - Validated that VN __public__ is not in any agent 2026-03-13 12:36:11,163 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 12:36:11,171 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-13 12:36:11,178 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-13 12:36:11,183 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-13 12:36:11,184 - INFO - Deleting pod default:ctest-nginx-pod-21068352 2026-03-13 12:36:11,197 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=193484cb-b13a-4d8d-af0b-bbe22f5b1d62 2026-03-13 12:36:11,207 - WARNING - Pod uuid 193484cb-b13a-4d8d-af0b-bbe22f5b1d62 is still seen in agent 10.0.0.241 VM list 2026-03-13 12:36:16,208 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=193484cb-b13a-4d8d-af0b-bbe22f5b1d62 2026-03-13 12:36:16,214 - DEBUG - Pod 193484cb-b13a-4d8d-af0b-bbe22f5b1d62 is not in agent 10.0.0.241 VM list 2026-03-13 12:36:16,214 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0b92ce30-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:36:16,220 - DEBUG - VMI 0b92ce30-1ed9-11f1-8df4-fa163eedd009 is removed from agent 10.0.0.241 2026-03-13 12:36:16,221 - INFO - Verified that pod ctest-nginx-pod-21068352 is removed in agent 2026-03-13 12:36:16,221 - INFO - Deleting pod default:ctest-nginx-pod-89510553 2026-03-13 12:36:16,251 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=9fdf17ac-cd4b-4e4a-98de-6b96aaa13c6b 2026-03-13 12:36:16,259 - WARNING - Pod uuid 9fdf17ac-cd4b-4e4a-98de-6b96aaa13c6b is still seen in agent 10.0.0.241 VM list 2026-03-13 12:36:21,260 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=9fdf17ac-cd4b-4e4a-98de-6b96aaa13c6b 2026-03-13 12:36:21,266 - DEBUG - Pod 9fdf17ac-cd4b-4e4a-98de-6b96aaa13c6b is not in agent 10.0.0.241 VM list 2026-03-13 12:36:21,266 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0aa685a2-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:36:21,273 - DEBUG - VMI 0aa685a2-1ed9-11f1-8df4-fa163eedd009 is removed from agent 10.0.0.241 2026-03-13 12:36:21,274 - INFO - Verified that pod ctest-nginx-pod-89510553 is removed in agent 2026-03-13 12:36:21,274 - INFO - Deleting service : ctest-nginx-svc-82230433 2026-03-13 12:36:21,823 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 12:36:21,828 - DEBUG - No XMPP flaps were noticed during the test 2026-03-13 12:36:21,828 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:29] 2026-03-13 12:36:21,829 - INFO - -------------------------------------------------------------------------------- 2026-03-13 12:36:28,290 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 12:36:28,487 - DEBUG - Output : cluster_project={} 2026-03-13 12:36:28,546 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-13 12:36:28,720 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-13 12:36:28,725 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 12:36:28,922 - DEBUG - Output : cluster_project={} 2026-03-13 12:36:30,931 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 12:36:31,100 - DEBUG - Output : cluster_project={} 2026-03-13 12:36:33,108 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-13 12:36:33,298 - DEBUG - Output : cluster_project={} 2026-03-13 12:37:03,470 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:03,541 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:08,610 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:18,683 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:28,745 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:28,793 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:28,831 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:33,876 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-13 12:37:34,515 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 12:37:43,824 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_ApplicationPolicySetReq? 2026-03-13 12:37:43,831 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2026-03-13 12:37:43,857 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2026-03-13 12:37:45,884 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2026-03-13 12:37:47,908 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2026-03-13 12:37:49,933 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2026-03-13 12:37:51,959 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2026-03-13 12:37:53,984 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AclReq? 2026-03-13 12:40:54,505 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-13 12:40:54,586 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:40:54,621 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:40:54,641 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=431e870a-30c8-4a95-96cd-38d57bcd8503 2026-03-13 12:40:54,664 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e3cb06bf-c663-443b-acd2-4d4bbadde987 2026-03-13 12:40:54,668 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:40:54,680 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6fcc5f25-dd33-4202-9af2-c78753d38a5f 2026-03-13 12:40:54,685 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=33370dc5-a6c4-4185-bb18-ab8848804b39 2026-03-13 12:40:54,692 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:40:59,716 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e3cb06bf-c663-443b-acd2-4d4bbadde987 2026-03-13 12:40:59,718 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:40:59,719 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6fcc5f25-dd33-4202-9af2-c78753d38a5f 2026-03-13 12:40:59,720 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:40:59,721 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=33370dc5-a6c4-4185-bb18-ab8848804b39 2026-03-13 12:40:59,722 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:40:59,723 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=431e870a-30c8-4a95-96cd-38d57bcd8503 2026-03-13 12:40:59,723 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:40:59,748 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e7f5e16-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:41:04,746 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:41:04,747 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=431e870a-30c8-4a95-96cd-38d57bcd8503 2026-03-13 12:41:04,749 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6fcc5f25-dd33-4202-9af2-c78753d38a5f 2026-03-13 12:41:04,749 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:41:04,751 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:41:04,752 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e3cb06bf-c663-443b-acd2-4d4bbadde987 2026-03-13 12:41:04,753 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:04,769 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:54ad9fd2-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:41:04,774 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4bbbff0e-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:41:09,757 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:41:09,769 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:41:09,774 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:09,776 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:41:09,777 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=6fcc5f25-dd33-4202-9af2-c78753d38a5f 2026-03-13 12:41:09,789 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:51e8c966-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:41:14,765 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:41:14,781 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:41:14,792 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:41:14,793 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:19,772 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:41:19,788 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:41:19,801 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:19,804 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:41:24,780 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:41:24,795 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:41:24,812 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:24,813 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:41:29,787 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=52999597-9ed8-4dde-b6c6-14bf3a8a4c22 2026-03-13 12:41:29,796 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5776cdba-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:41:29,802 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:41:29,821 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:29,824 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=e7f531a0-db40-4bd7-bf29-2cc67af3d3fa 2026-03-13 12:41:29,832 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5bc80a00-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:41:34,812 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=87477566-60b7-42b0-bbd1-8eac951e872f 2026-03-13 12:41:34,819 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:59a4446e-1ed9-11f1-8df4-fa163eedd009 2026-03-13 12:41:34,836 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:39,844 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_VmListReq?uuid=97dd3b2a-8b13-4dda-9159-62d7f7bec738 2026-03-13 12:41:39,854 - DEBUG - Requesting: http://10.0.0.241:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d4fa388-1ed9-11f1-8df4-fa163eedd009