2026-03-02 16:05:23,299 - DEBUG - [10.0.0.242]: Running cmd : hostname 2026-03-02 16:05:23,529 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-437-1.novalocal 2026-03-02 16:05:23,529 - DEBUG - [10.0.0.242]: Running cmd : hostname -f 2026-03-02 16:05:23,631 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-437-1.novalocal 2026-03-02 16:05:23,631 - DEBUG - [10.0.0.242]: 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-02 16:05:23,775 - DEBUG - Output : NAMES contrail_test_XVDfBh0C7 vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_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_api_1 config_dnsmasq_1 config_svcmonitor_1 config_schema_1 config_nodemgr_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2026-03-02 16:05:23,776 - DEBUG - [10.0.0.242]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2026-03-02 16:05:23,872 - DEBUG - Output : 127.0.0.1/8 10.0.0.242/24 10.20.0.17/24 172.17.0.1/16 10.20.0.17/24 2026-03-02 16:05:23,873 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.0.0.242 | head -n 1 | awk '{print $2}' 2026-03-02 16:05:23,977 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-437-1.novalocal 2026-03-02 16:05:23,977 - DEBUG - [10.0.0.242]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2026-03-02 16:05:24,082 - DEBUG - Output : 10.20.0.17/24 2026-03-02 16:05:24,082 - DEBUG - [10.0.0.242]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2026-03-02 16:05:24,196 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-437-1.novalocal 2026-03-02 16:05:24,434 - INFO - Using existing project ['default-domain', 'k8s-default'](85116c86-866e-42bc-9e7c-371705f230a8) 2026-03-02 16:05:24,506 - INFO - Using existing project ['default-domain', 'k8s-default'](85116c86-866e-42bc-9e7c-371705f230a8) 2026-03-02 16:05:24,623 - INFO - ================================================================================ 2026-03-02 16:05:24,623 - INFO - STARTING TEST : test_ingress_ip_assignment 2026-03-02 16:05:24,623 - 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-02 16:05:24,869 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 16:05:24,874 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.17': '0'}} with 2026-03-02 16:05:24,874 - INFO - Initial checks done. Running the testcase now 2026-03-02 16:05:24,874 - INFO - 2026-03-02 16:05:24,878 - INFO - Namespace default already exists 2026-03-02 16:05:24,878 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 16:05:25,039 - DEBUG - Output : cluster_project={} 2026-03-02 16:05:25,079 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2026-03-02 16:05:25,079 - DEBUG - Project uuid in Contrail is 85116c86-866e-42bc-9e7c-371705f230a8 2026-03-02 16:05:25,079 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-02 16:05:25,216 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-02 16:05:25,216 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_NamespaceDatabaseList?namespace_uuid=0f5856b8-227b-4755-a4ff-85494a127755 2026-03-02 16:05:25,219 - INFO - Namespace default with uuid 0f5856b8-227b-4755-a4ff-85494a127755 found in kube manager 2026-03-02 16:05:25,220 - INFO - Namespace default verification passed 2026-03-02 16:05:25,222 - DEBUG - Service ctest-nginx-svc-08496464 not present 2026-03-02 16:05:25,223 - INFO - Creating service ctest-nginx-svc-08496464 2026-03-02 16:05:25,235 - INFO - Created Service ctest-nginx-svc-08496464 2026-03-02 16:05:25,244 - DEBUG - Pod ctest-nginx-pod-48581886 not present 2026-03-02 16:05:25,245 - INFO - Creating Pod ctest-nginx-pod-48581886 2026-03-02 16:05:25,281 - DEBUG - Pod : ctest-nginx-pod-48581886 UUID is b7f46c7c-6d5f-4bf5-b20c-e70dec00f3a0 2026-03-02 16:05:25,284 - DEBUG - Pod ctest-nginx-pod-50936343 not present 2026-03-02 16:05:25,285 - INFO - Creating Pod ctest-nginx-pod-50936343 2026-03-02 16:05:25,335 - DEBUG - Pod : ctest-nginx-pod-50936343 UUID is 466fce59-0ff8-4a64-9a06-07464201e144 2026-03-02 16:05:25,445 - INFO - Created VN __public__, UUID :bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:25,549 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-03-02 16:05:25,555 - DEBUG - Requesting: http://10.0.0.242:8082/domain/9474d2e6-4abf-498f-8495-0e48ded2b466 2026-03-02 16:05:25,570 - DEBUG - Requesting: http://10.0.0.242:8082/project/85116c86-866e-42bc-9e7c-371705f230a8 2026-03-02 16:05:25,617 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:25,629 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:25,637 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:05:25,643 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:05:25,649 - DEBUG - Route Targets: [] 2026-03-02 16:05:25,649 - DEBUG - RT names not yet present for VN __public__ 2026-03-02 16:05:30,649 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-03-02 16:05:30,654 - DEBUG - Requesting: http://10.0.0.242:8082/domain/9474d2e6-4abf-498f-8495-0e48ded2b466 2026-03-02 16:05:30,666 - DEBUG - Requesting: http://10.0.0.242:8082/project/85116c86-866e-42bc-9e7c-371705f230a8 2026-03-02 16:05:30,702 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:30,713 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:30,720 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:05:30,727 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:05:30,747 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/9165dce1-81a7-4ad3-aa42-0f90afee0b33 2026-03-02 16:05:30,755 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-02 16:05:30,755 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:30,762 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:05:30,775 - INFO - Verified VN network id 15 for VN bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:30,775 - INFO - Verifications in API Server for VN __public__ passed 2026-03-02 16:05:30,775 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:30,782 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:05:30,787 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:05:30,792 - DEBUG - Requesting: http://10.0.0.242:8082/route-target/9165dce1-81a7-4ad3-aa42-0f90afee0b33 2026-03-02 16:05:30,797 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-02 16:05:30,802 - DEBUG - Control-node 10.0.0.242 : 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': '13489139249537763497', 'uuid-lslong': '10952160565542554508'}, 'enable': 'true', 'created': '2026-03-02T16:05:25', 'last-modified': '2026-03-02T16:05:25', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.311212'} 2026-03-02 16:05:30,803 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 16:05:30,811 - DEBUG - Route Targets: ['target:64512:8000006'] 2026-03-02 16:05:30,811 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2026-03-02 16:05:30,812 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2026-03-02 16:05:30,812 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-03-02 16:05:30,816 - DEBUG - Requesting: http://10.0.0.242:8082/domain/9474d2e6-4abf-498f-8495-0e48ded2b466 2026-03-02 16:05:30,827 - DEBUG - Requesting: http://10.0.0.242:8082/project/85116c86-866e-42bc-9e7c-371705f230a8 2026-03-02 16:05:30,877 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:30,885 - DEBUG - =>VN __public__ has no policy to be verified 2026-03-02 16:05:30,885 - DEBUG - Verifying the vn in opserver 2026-03-02 16:05:30,885 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.242 2026-03-02 16:05:30,885 - DEBUG - Requesting: http://10.0.0.242:8081/analytics/uves/virtual-networks 2026-03-02 16:05:30,889 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.242:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2026-03-02 16:05:30,889 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2026-03-02 16:05:30,889 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 16:05:30,893 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 16:05:30,897 - DEBUG - Do not have enough data to verify VN in agent 2026-03-02 16:05:30,897 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 16:05:30,900 - DEBUG - VRF ids for VN __public__: {} 2026-03-02 16:05:30,945 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2026-03-02 16:05:31,005 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-03-02 16:05:31,009 - DEBUG - Requesting: http://10.0.0.242:8082/domain/9474d2e6-4abf-498f-8495-0e48ded2b466 2026-03-02 16:05:31,017 - DEBUG - Requesting: http://10.0.0.242:8082/project/85116c86-866e-42bc-9e7c-371705f230a8 2026-03-02 16:05:31,053 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:31,065 - DEBUG - Requesting: http://10.0.0.242:8082/floating-ip-pool/e8e0e440-9168-49ce-aad4-26d2fd0bcc5f 2026-03-02 16:05:31,071 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-03-02 16:05:31,075 - DEBUG - Requesting: http://10.0.0.242:8082/domain/9474d2e6-4abf-498f-8495-0e48ded2b466 2026-03-02 16:05:31,080 - DEBUG - Requesting: http://10.0.0.242:8082/project/85116c86-866e-42bc-9e7c-371705f230a8 2026-03-02 16:05:31,121 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/bb330cad-ce7a-48a9-97fd-e401e0348b8c 2026-03-02 16:05:31,132 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2026-03-02 16:05:31,132 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2026-03-02 16:05:31,139 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-02 16:05:31,145 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2026-03-02 16:05:31,145 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2026-03-02 16:05:31,148 - DEBUG - Ingress ctest-nginx-ingress-75090299 not present 2026-03-02 16:05:31,148 - INFO - Creating Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:31,155 - INFO - Created Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:31,161 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:34,165 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:37,170 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:40,175 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:43,180 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:46,185 - DEBUG - For Ingress ctest-nginx-ingress-75090299, Cluster IP: 10.47.255.246, External IPs ['88.25.41.124'] 2026-03-02 16:05:46,185 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-75090299 2026-03-02 16:05:46,186 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c8b5a7ff-ca12-4b50-8799-8f2665da6411 2026-03-02 16:05:46,198 - INFO - Ingress ctest-nginx-ingress-75090299 with uuid c8b5a7ff-ca12-4b50-8799-8f2665da6411 found in kube manager 2026-03-02 16:05:46,200 - INFO - Ingress ctest-nginx-ingress-75090299 verification passed 2026-03-02 16:05:46,213 - DEBUG - Pod ctest-busybox-pod-95094709 not present 2026-03-02 16:05:46,214 - INFO - Creating Pod ctest-busybox-pod-95094709 2026-03-02 16:05:46,271 - DEBUG - Pod : ctest-busybox-pod-95094709 UUID is 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:05:46,305 - DEBUG - Pod ctest-nginx-pod-48581886 not in running state.Currently in Pending 2026-03-02 16:05:51,314 - INFO - Pod ctest-nginx-pod-48581886 is in running state.Got IP 10.47.255.248 2026-03-02 16:05:51,327 - DEBUG - Pod ctest-nginx-pod-48581886 has vmi a4f10bf4-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:05:51,327 - INFO - Verified pod ctest-nginx-pod-48581886 in contrail-api 2026-03-02 16:05:51,327 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:05:51,335 - DEBUG - VMI a4f10bf4-1651-11f1-8cd7-fa163e53d9e3 is active in agent 10.0.0.242 2026-03-02 16:05:51,335 - INFO - Verified Pod ctest-nginx-pod-48581886 in agent 10.0.0.242 2026-03-02 16:05:51,335 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=b7f46c7c-6d5f-4bf5-b20c-e70dec00f3a0 2026-03-02 16:05:51,338 - INFO - Pod ctest-nginx-pod-48581886 with uuid b7f46c7c-6d5f-4bf5-b20c-e70dec00f3a0 found in kube manager 2026-03-02 16:05:51,339 - INFO - Pod ctest-nginx-pod-48581886 verification passed 2026-03-02 16:05:51,386 - DEBUG - [Pod ctest-nginx-pod-48581886] Cmd: echo ctest-nginx-pod-48581886 > /usr/share/nginx/html/index.html, Output: 2026-03-02 16:05:51,392 - INFO - Pod ctest-nginx-pod-50936343 is in running state.Got IP 10.47.255.247 2026-03-02 16:05:51,404 - DEBUG - Pod ctest-nginx-pod-50936343 has vmi a795f27a-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:05:51,404 - INFO - Verified pod ctest-nginx-pod-50936343 in contrail-api 2026-03-02 16:05:51,404 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:05:51,410 - DEBUG - VMI a795f27a-1651-11f1-8cd7-fa163e53d9e3 is active in agent 10.0.0.242 2026-03-02 16:05:51,410 - INFO - Verified Pod ctest-nginx-pod-50936343 in agent 10.0.0.242 2026-03-02 16:05:51,410 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=466fce59-0ff8-4a64-9a06-07464201e144 2026-03-02 16:05:51,414 - INFO - Pod ctest-nginx-pod-50936343 with uuid 466fce59-0ff8-4a64-9a06-07464201e144 found in kube manager 2026-03-02 16:05:51,414 - INFO - Pod ctest-nginx-pod-50936343 verification passed 2026-03-02 16:05:51,455 - DEBUG - [Pod ctest-nginx-pod-50936343] Cmd: echo ctest-nginx-pod-50936343 > /usr/share/nginx/html/index.html, Output: 2026-03-02 16:05:51,465 - DEBUG - Pod ctest-busybox-pod-95094709 not in running state.Currently in Pending 2026-03-02 16:05:56,472 - DEBUG - Pod ctest-busybox-pod-95094709 not in running state.Currently in Pending 2026-03-02 16:06:01,479 - DEBUG - Pod ctest-busybox-pod-95094709 not in running state.Currently in Pending 2026-03-02 16:06:06,486 - INFO - Pod ctest-busybox-pod-95094709 is in running state.Got IP 10.47.255.245 2026-03-02 16:06:06,498 - DEBUG - Pod ctest-busybox-pod-95094709 has vmi ae18c49c-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:06:06,498 - INFO - Verified pod ctest-busybox-pod-95094709 in contrail-api 2026-03-02 16:06:06,498 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:06:06,507 - DEBUG - VMI ae18c49c-1651-11f1-8cd7-fa163e53d9e3 is active in agent 10.0.0.242 2026-03-02 16:06:06,507 - INFO - Verified Pod ctest-busybox-pod-95094709 in agent 10.0.0.242 2026-03-02 16:06:06,507 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_VirtualMachineDatabaseList?x=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:06,511 - INFO - Pod ctest-busybox-pod-95094709 with uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc found in kube manager 2026-03-02 16:06:06,511 - INFO - Pod ctest-busybox-pod-95094709 verification passed 2026-03-02 16:06:06,559 - DEBUG - [Pod ctest-busybox-pod-95094709] 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-48581886 2026-03-02 16:06:06,559 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 16:06:06,559 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] 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-48581886 2026-03-02 16:06:06,600 - DEBUG - [Pod ctest-busybox-pod-95094709] 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-48581886 2026-03-02 16:06:06,600 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 16:06:06,600 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] 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-48581886 2026-03-02 16:06:06,643 - DEBUG - [Pod ctest-busybox-pod-95094709] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48581886 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-02 16:06:06,643 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 16:06:06,643 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] Cmd output: ctest-nginx-pod-48581886 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-02 16:06:06,688 - DEBUG - [Pod ctest-busybox-pod-95094709] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48581886 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-02 16:06:06,688 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 16:06:06,688 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] Cmd output: ctest-nginx-pod-48581886 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-02 16:06:06,734 - DEBUG - [Pod ctest-busybox-pod-95094709] 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-50936343 2026-03-02 16:06:06,734 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2026-03-02 16:06:06,734 - DEBUG - [Pod Pod ctest-busybox-pod-95094709] 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-50936343 2026-03-02 16:06:06,735 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-48581886': 4, 'ctest-nginx-pod-50936343': 1} 2026-03-02 16:06:06,735 - WARNING - Nothing to delete parallely 2026-03-02 16:06:06,735 - INFO - Deleting pod default:ctest-busybox-pod-95094709 2026-03-02 16:06:06,746 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:06,750 - WARNING - Pod uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:11,751 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:11,756 - WARNING - Pod uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:16,757 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:16,762 - WARNING - Pod uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:21,763 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:21,768 - WARNING - Pod uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:26,768 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:26,773 - WARNING - Pod uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:31,774 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:31,779 - WARNING - Pod uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:36,780 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:36,784 - WARNING - Pod uuid 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:41,785 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc 2026-03-02 16:06:41,790 - DEBUG - Pod 0befbe10-c8d3-4f3b-9a08-5e07dee2f7bc is not in agent 10.0.0.242 VM list 2026-03-02 16:06:41,790 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ae18c49c-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:06:41,794 - DEBUG - VMI ae18c49c-1651-11f1-8cd7-fa163e53d9e3 is removed from agent 10.0.0.242 2026-03-02 16:06:41,794 - INFO - Verified that pod ctest-busybox-pod-95094709 is removed in agent 2026-03-02 16:06:41,794 - INFO - Deleting Ingress : ctest-nginx-ingress-75090299 2026-03-02 16:06:41,800 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c8b5a7ff-ca12-4b50-8799-8f2665da6411 2026-03-02 16:06:41,804 - ERROR - Ingress ctest-nginx-ingress-75090299 with uuid c8b5a7ff-ca12-4b50-8799-8f2665da6411 still found in kube manager 2026-03-02 16:06:42,805 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c8b5a7ff-ca12-4b50-8799-8f2665da6411 2026-03-02 16:06:42,808 - ERROR - Ingress ctest-nginx-ingress-75090299 with uuid c8b5a7ff-ca12-4b50-8799-8f2665da6411 still found in kube manager 2026-03-02 16:06:43,809 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c8b5a7ff-ca12-4b50-8799-8f2665da6411 2026-03-02 16:06:43,813 - ERROR - Ingress ctest-nginx-ingress-75090299 with uuid c8b5a7ff-ca12-4b50-8799-8f2665da6411 still found in kube manager 2026-03-02 16:06:44,815 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c8b5a7ff-ca12-4b50-8799-8f2665da6411 2026-03-02 16:06:44,819 - ERROR - Ingress ctest-nginx-ingress-75090299 with uuid c8b5a7ff-ca12-4b50-8799-8f2665da6411 still found in kube manager 2026-03-02 16:06:45,819 - DEBUG - Requesting: http://10.0.0.242:8108/Snh_LoadbalancerDatabaseList?x=c8b5a7ff-ca12-4b50-8799-8f2665da6411 2026-03-02 16:06:45,825 - INFO - Ingress ctest-nginx-ingress-75090299 with uuid c8b5a7ff-ca12-4b50-8799-8f2665da6411 deleted successfully from kube manager 2026-03-02 16:06:45,825 - INFO - Verifications on Ingress %s cleanup passed 2026-03-02 16:06:45,826 - INFO - Deleting the FIP pool __fip_pool_public__ 2026-03-02 16:06:45,890 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2026-03-02 16:06:45,896 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2026-03-02 16:06:45,897 - INFO - Deleting VN __public__ 2026-03-02 16:06:45,997 - DEBUG - Requesting: http://10.0.0.242:8082/routing-instance/4f9790e6-aa8b-41bf-b94a-26725e68fa93 2026-03-02 16:06:46,003 - DEBUG - Response Code: 404 2026-03-02 16:06:46,003 - DEBUG - Requesting: http://10.0.0.242:8082/domains 2026-03-02 16:06:46,010 - DEBUG - Requesting: http://10.0.0.242:8082/domain/9474d2e6-4abf-498f-8495-0e48ded2b466 2026-03-02 16:06:46,016 - DEBUG - Requesting: http://10.0.0.242:8082/project/85116c86-866e-42bc-9e7c-371705f230a8 2026-03-02 16:06:46,052 - INFO - Validated that VN __public__ is not found in API Server 2026-03-02 16:06:46,053 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2026-03-02 16:06:46,057 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 16:06:46,070 - DEBUG - VN __public__ is not present in Agent 10.0.0.242 2026-03-02 16:06:46,070 - INFO - Validated that VN __public__ is not in any agent 2026-03-02 16:06:46,070 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 16:06:46,080 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2026-03-02 16:06:46,085 - DEBUG - Requesting: http://10.0.0.242:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2026-03-02 16:06:46,089 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2026-03-02 16:06:46,089 - INFO - Deleting pod default:ctest-nginx-pod-50936343 2026-03-02 16:06:46,119 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=466fce59-0ff8-4a64-9a06-07464201e144 2026-03-02 16:06:46,136 - WARNING - Pod uuid 466fce59-0ff8-4a64-9a06-07464201e144 is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:51,137 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=466fce59-0ff8-4a64-9a06-07464201e144 2026-03-02 16:06:51,143 - DEBUG - Pod 466fce59-0ff8-4a64-9a06-07464201e144 is not in agent 10.0.0.242 VM list 2026-03-02 16:06:51,144 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a795f27a-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:06:51,148 - DEBUG - VMI a795f27a-1651-11f1-8cd7-fa163e53d9e3 is removed from agent 10.0.0.242 2026-03-02 16:06:51,148 - INFO - Verified that pod ctest-nginx-pod-50936343 is removed in agent 2026-03-02 16:06:51,148 - INFO - Deleting pod default:ctest-nginx-pod-48581886 2026-03-02 16:06:51,170 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b7f46c7c-6d5f-4bf5-b20c-e70dec00f3a0 2026-03-02 16:06:51,178 - WARNING - Pod uuid b7f46c7c-6d5f-4bf5-b20c-e70dec00f3a0 is still seen in agent 10.0.0.242 VM list 2026-03-02 16:06:56,179 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=b7f46c7c-6d5f-4bf5-b20c-e70dec00f3a0 2026-03-02 16:06:56,184 - DEBUG - Pod b7f46c7c-6d5f-4bf5-b20c-e70dec00f3a0 is not in agent 10.0.0.242 VM list 2026-03-02 16:06:56,184 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a4f10bf4-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:06:56,188 - DEBUG - VMI a4f10bf4-1651-11f1-8cd7-fa163e53d9e3 is removed from agent 10.0.0.242 2026-03-02 16:06:56,188 - INFO - Verified that pod ctest-nginx-pod-48581886 is removed in agent 2026-03-02 16:06:56,188 - INFO - Deleting service : ctest-nginx-svc-08496464 2026-03-02 16:06:56,662 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 16:06:56,666 - DEBUG - No XMPP flaps were noticed during the test 2026-03-02 16:06:56,666 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:32] 2026-03-02 16:06:56,667 - INFO - -------------------------------------------------------------------------------- 2026-03-02 16:07:03,009 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 16:07:03,147 - DEBUG - Output : cluster_project={} 2026-03-02 16:07:03,191 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2026-03-02 16:07:03,340 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2026-03-02 16:07:03,344 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 16:07:03,511 - DEBUG - Output : cluster_project={} 2026-03-02 16:07:05,518 - DEBUG - [10.0.0.242]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2026-03-02 16:07:05,645 - DEBUG - Output : cluster_project={} 2026-03-02 16:07:30,743 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:07:35,798 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:07:45,849 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:07:45,876 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:08:00,927 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:08:05,968 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:08:06,001 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:08:11,044 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2026-03-02 16:08:11,552 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 16:08:17,469 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_ApplicationPolicySetReq? 2026-03-02 16:08:17,474 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AclReq? 2026-03-02 16:08:17,499 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AclReq? 2026-03-02 16:08:19,521 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AclReq? 2026-03-02 16:08:21,548 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AclReq? 2026-03-02 16:11:21,486 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_AgentXmppConnectionStatusReq? 2026-03-02 16:11:21,567 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=7e9791a4-7178-41a7-a0e6-78aaa40cc076 2026-03-02 16:11:21,575 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:21,598 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=da679bd1-75d1-41e0-bdb2-4b3aca52b6a8 2026-03-02 16:11:21,603 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:21,608 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:11:21,613 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=7ebd6f4c-dbbc-4bcd-b58b-1b0f90112a84 2026-03-02 16:11:21,618 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=11fe2e9b-fbea-4f7c-bdfb-9e66192a5be4 2026-03-02 16:11:21,624 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:26,628 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:26,629 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=7e9791a4-7178-41a7-a0e6-78aaa40cc076 2026-03-02 16:11:26,647 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:11:26,648 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:26,650 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:26,651 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=da679bd1-75d1-41e0-bdb2-4b3aca52b6a8 2026-03-02 16:11:26,655 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=11fe2e9b-fbea-4f7c-bdfb-9e66192a5be4 2026-03-02 16:11:26,657 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=7ebd6f4c-dbbc-4bcd-b58b-1b0f90112a84 2026-03-02 16:11:26,667 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e82864c6-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:11:31,635 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:31,637 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=7e9791a4-7178-41a7-a0e6-78aaa40cc076 2026-03-02 16:11:31,644 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3e16cb4-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:11:31,661 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:31,670 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=da679bd1-75d1-41e0-bdb2-4b3aca52b6a8 2026-03-02 16:11:31,674 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:31,676 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:11:31,677 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=7ebd6f4c-dbbc-4bcd-b58b-1b0f90112a84 2026-03-02 16:11:31,694 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ead004e0-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:11:36,646 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:36,691 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=da679bd1-75d1-41e0-bdb2-4b3aca52b6a8 2026-03-02 16:11:36,694 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:11:36,696 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6999454-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:11:36,697 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:36,698 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:41,652 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:41,707 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:11:41,708 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:41,709 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:46,657 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:46,717 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:46,718 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:11:46,719 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:51,662 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:51,731 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:51,732 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:51,733 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:11:56,667 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=4295c2b2-a4c1-49c7-b8e0-e36fe847853c 2026-03-02 16:11:56,672 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f02e509a-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:11:56,740 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:11:56,741 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:11:56,742 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:12:01,750 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=bd333472-3c7e-452a-bf42-7ded4279abb4 2026-03-02 16:12:01,752 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=f10a75df-7a6a-4392-8a49-961cf386c6d7 2026-03-02 16:12:01,754 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:12:01,762 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ee1949d6-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:12:01,763 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4e6c4fa-1651-11f1-8cd7-fa163e53d9e3 2026-03-02 16:12:06,766 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_VmListReq?uuid=2680417b-50de-4118-8cc1-3a29ff988b96 2026-03-02 16:12:06,771 - DEBUG - Requesting: http://10.0.0.242:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f23fd39a-1651-11f1-8cd7-fa163e53d9e3