2025-06-09 18:36:33,306 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-06-09 18:36:33,640 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-382-1.novalocal 2025-06-09 18:36:33,641 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-06-09 18:36:33,795 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-382-1.novalocal 2025-06-09 18:36:33,796 - DEBUG - [10.0.0.57]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-09 18:36:33,985 - DEBUG - Output : NAMES contrail_test_n8P4zDFeI 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_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_api_1 config_dnsmasq_1 config_schema_1 config_svcmonitor_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-06-09 18:36:33,986 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-09 18:36:34,140 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 10.20.0.17/24 2025-06-09 18:36:34,140 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-06-09 18:36:34,289 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-382-1.novalocal 2025-06-09 18:36:34,290 - DEBUG - [10.0.0.57]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-09 18:36:34,446 - DEBUG - Output : 10.20.0.17/24 2025-06-09 18:36:34,446 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.20.0.17 | head -n 1 | awk '{print $2}' 2025-06-09 18:36:34,599 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-382-1.novalocal 2025-06-09 18:36:34,940 - INFO - Using existing project ['default-domain', 'k8s-default'](06bb3610-5a3d-45a4-91ec-0c474d31a5fc) 2025-06-09 18:36:35,029 - INFO - Using existing project ['default-domain', 'k8s-default'](06bb3610-5a3d-45a4-91ec-0c474d31a5fc) 2025-06-09 18:36:35,187 - INFO - ================================================================================ 2025-06-09 18:36:35,187 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-09 18:36:35,188 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-06-09 18:36:35,439 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-09 18:36:35,447 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.20.0.17': '0'}} with 2025-06-09 18:36:35,447 - INFO - Initial checks done. Running the testcase now 2025-06-09 18:36:35,447 - INFO - 2025-06-09 18:36:35,453 - INFO - Namespace default already exists 2025-06-09 18:36:35,454 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:36:35,661 - DEBUG - Output : cluster_project={} 2025-06-09 18:36:35,726 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-09 18:36:35,726 - DEBUG - Project uuid in Contrail is 06bb3610-5a3d-45a4-91ec-0c474d31a5fc 2025-06-09 18:36:35,726 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-09 18:36:35,926 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-09 18:36:35,926 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=064e2831-bea4-4705-a56a-9077995b13f7 2025-06-09 18:36:35,931 - INFO - Namespace default with uuid 064e2831-bea4-4705-a56a-9077995b13f7 found in kube manager 2025-06-09 18:36:35,931 - INFO - Namespace default verification passed 2025-06-09 18:36:35,935 - DEBUG - Service ctest-nginx-svc-16718703 not present 2025-06-09 18:36:35,935 - INFO - Creating service ctest-nginx-svc-16718703 2025-06-09 18:36:35,963 - INFO - Created Service ctest-nginx-svc-16718703 2025-06-09 18:36:35,971 - DEBUG - Pod ctest-nginx-pod-56421112 not present 2025-06-09 18:36:35,972 - INFO - Creating Pod ctest-nginx-pod-56421112 2025-06-09 18:36:36,014 - DEBUG - Pod : ctest-nginx-pod-56421112 UUID is aca591a0-90f4-4326-bc96-ef46107b0b65 2025-06-09 18:36:36,037 - DEBUG - Pod ctest-nginx-pod-76368126 not present 2025-06-09 18:36:36,037 - INFO - Creating Pod ctest-nginx-pod-76368126 2025-06-09 18:36:36,085 - DEBUG - Pod : ctest-nginx-pod-76368126 UUID is 8e04f103-81ed-48fe-838d-06ec6e861fde 2025-06-09 18:36:36,283 - INFO - Created VN __public__, UUID :e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:36,488 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-09 18:36:36,494 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b7fd540f-e1ed-4420-a034-d9e66e248956 2025-06-09 18:36:36,504 - DEBUG - Requesting: http://10.0.0.57:8082/project/06bb3610-5a3d-45a4-91ec-0c474d31a5fc 2025-06-09 18:36:36,564 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:36,576 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:36,591 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/786df886-f24c-4f61-9ce7-33daf0f97b68 2025-06-09 18:36:36,602 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/786df886-f24c-4f61-9ce7-33daf0f97b68 2025-06-09 18:36:36,611 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/ebd713ae-3b76-4cd1-830b-bf1ff2758d74 2025-06-09 18:36:36,619 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-09 18:36:36,619 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:36,629 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/786df886-f24c-4f61-9ce7-33daf0f97b68 2025-06-09 18:36:36,652 - INFO - Verified VN network id 15 for VN e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:36,652 - INFO - Verifications in API Server for VN __public__ passed 2025-06-09 18:36:36,653 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:36,667 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/786df886-f24c-4f61-9ce7-33daf0f97b68 2025-06-09 18:36:36,676 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/786df886-f24c-4f61-9ce7-33daf0f97b68 2025-06-09 18:36:36,687 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/ebd713ae-3b76-4cd1-830b-bf1ff2758d74 2025-06-09 18:36:36,696 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-09 18:36:36,706 - DEBUG - Control-node 10.0.0.57 : 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': '16601223430964858559', 'uuid-lslong': '12328630515624241313'}, 'enable': 'true', 'created': '2025-06-09T18:36:36', 'last-modified': '2025-06-09T18:36:36', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.327360'} 2025-06-09 18:36:36,706 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-09 18:36:36,725 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-09 18:36:36,725 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-09 18:36:36,725 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-09 18:36:36,725 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-09 18:36:36,734 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b7fd540f-e1ed-4420-a034-d9e66e248956 2025-06-09 18:36:36,743 - DEBUG - Requesting: http://10.0.0.57:8082/project/06bb3610-5a3d-45a4-91ec-0c474d31a5fc 2025-06-09 18:36:36,826 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:36,838 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-09 18:36:36,838 - DEBUG - Verifying the vn in opserver 2025-06-09 18:36:36,838 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-06-09 18:36:36,838 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-06-09 18:36:36,844 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-09 18:36:36,844 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-09 18:36:36,844 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-09 18:36:36,858 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-09 18:36:36,864 - DEBUG - Do not have enough data to verify VN in agent 2025-06-09 18:36:36,864 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-09 18:36:36,872 - DEBUG - VRF ids for VN __public__: {} 2025-06-09 18:36:36,954 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-09 18:36:37,055 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-09 18:36:37,062 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b7fd540f-e1ed-4420-a034-d9e66e248956 2025-06-09 18:36:37,073 - DEBUG - Requesting: http://10.0.0.57:8082/project/06bb3610-5a3d-45a4-91ec-0c474d31a5fc 2025-06-09 18:36:37,152 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:37,165 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/85f778b2-aaaa-4b81-82dc-d72ccf034358 2025-06-09 18:36:37,174 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-09 18:36:37,183 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b7fd540f-e1ed-4420-a034-d9e66e248956 2025-06-09 18:36:37,198 - DEBUG - Requesting: http://10.0.0.57:8082/project/06bb3610-5a3d-45a4-91ec-0c474d31a5fc 2025-06-09 18:36:37,269 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/e66364c0-df8d-4ebf-ab18-182252d2e8a1 2025-06-09 18:36:37,282 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-09 18:36:37,282 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-09 18:36:37,293 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-09 18:36:37,298 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-09 18:36:37,298 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-09 18:36:37,307 - DEBUG - Ingress ctest-nginx-ingress-07309166 not present 2025-06-09 18:36:37,307 - INFO - Creating Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:37,316 - INFO - Created Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:37,320 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:40,326 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:43,331 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:46,335 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:49,341 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:52,346 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:55,351 - DEBUG - For Ingress ctest-nginx-ingress-07309166, Cluster IP: 10.47.255.246, External IPs ['88.234.210.60'] 2025-06-09 18:36:55,352 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-07309166 2025-06-09 18:36:55,352 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:36:55,360 - INFO - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc found in kube manager 2025-06-09 18:36:55,361 - INFO - Ingress ctest-nginx-ingress-07309166 verification passed 2025-06-09 18:36:55,369 - DEBUG - Pod ctest-busybox-pod-09314571 not present 2025-06-09 18:36:55,371 - INFO - Creating Pod ctest-busybox-pod-09314571 2025-06-09 18:36:55,394 - DEBUG - Pod : ctest-busybox-pod-09314571 UUID is 453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:36:55,400 - DEBUG - Pod ctest-nginx-pod-56421112 not in running state.Currently in Pending 2025-06-09 18:37:00,407 - DEBUG - Pod ctest-nginx-pod-56421112 not in running state.Currently in Pending 2025-06-09 18:37:05,420 - INFO - Pod ctest-nginx-pod-56421112 is in running state.Got IP 10.47.255.248 2025-06-09 18:37:05,457 - DEBUG - Pod ctest-nginx-pod-56421112 has vmi b0b2a4e2-4560-11f0-b9a0-fa163ea3ca08 2025-06-09 18:37:05,458 - INFO - Verified pod ctest-nginx-pod-56421112 in contrail-api 2025-06-09 18:37:05,458 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:37:05,476 - DEBUG - VMI b0b2a4e2-4560-11f0-b9a0-fa163ea3ca08 is active in agent 10.0.0.57 2025-06-09 18:37:05,476 - INFO - Verified Pod ctest-nginx-pod-56421112 in agent 10.0.0.57 2025-06-09 18:37:05,476 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=aca591a0-90f4-4326-bc96-ef46107b0b65 2025-06-09 18:37:05,483 - INFO - Pod ctest-nginx-pod-56421112 with uuid aca591a0-90f4-4326-bc96-ef46107b0b65 found in kube manager 2025-06-09 18:37:05,483 - INFO - Pod ctest-nginx-pod-56421112 verification passed 2025-06-09 18:37:05,577 - DEBUG - [Pod ctest-nginx-pod-56421112] Cmd: echo ctest-nginx-pod-56421112 > /usr/share/nginx/html/index.html, Output: 2025-06-09 18:37:05,583 - DEBUG - Pod ctest-nginx-pod-76368126 not in running state.Currently in Pending 2025-06-09 18:37:10,592 - INFO - Pod ctest-nginx-pod-76368126 is in running state.Got IP 10.47.255.247 2025-06-09 18:37:10,613 - DEBUG - Pod ctest-nginx-pod-76368126 has vmi b2e225f8-4560-11f0-b9a0-fa163ea3ca08 2025-06-09 18:37:10,613 - INFO - Verified pod ctest-nginx-pod-76368126 in contrail-api 2025-06-09 18:37:10,613 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:37:10,626 - DEBUG - VMI b2e225f8-4560-11f0-b9a0-fa163ea3ca08 is active in agent 10.0.0.57 2025-06-09 18:37:10,627 - INFO - Verified Pod ctest-nginx-pod-76368126 in agent 10.0.0.57 2025-06-09 18:37:10,627 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=8e04f103-81ed-48fe-838d-06ec6e861fde 2025-06-09 18:37:10,632 - INFO - Pod ctest-nginx-pod-76368126 with uuid 8e04f103-81ed-48fe-838d-06ec6e861fde found in kube manager 2025-06-09 18:37:10,632 - INFO - Pod ctest-nginx-pod-76368126 verification passed 2025-06-09 18:37:10,687 - DEBUG - [Pod ctest-nginx-pod-76368126] Cmd: echo ctest-nginx-pod-76368126 > /usr/share/nginx/html/index.html, Output: 2025-06-09 18:37:10,694 - DEBUG - Pod ctest-busybox-pod-09314571 not in running state.Currently in Pending 2025-06-09 18:37:15,701 - INFO - Pod ctest-busybox-pod-09314571 is in running state.Got IP 10.47.255.245 2025-06-09 18:37:15,718 - DEBUG - Pod ctest-busybox-pod-09314571 has vmi bbf1b7c6-4560-11f0-b9a0-fa163ea3ca08 2025-06-09 18:37:15,718 - INFO - Verified pod ctest-busybox-pod-09314571 in contrail-api 2025-06-09 18:37:15,718 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:37:15,731 - DEBUG - VMI bbf1b7c6-4560-11f0-b9a0-fa163ea3ca08 is active in agent 10.0.0.57 2025-06-09 18:37:15,732 - INFO - Verified Pod ctest-busybox-pod-09314571 in agent 10.0.0.57 2025-06-09 18:37:15,732 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:15,745 - INFO - Pod ctest-busybox-pod-09314571 with uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 found in kube manager 2025-06-09 18:37:15,749 - INFO - Pod ctest-busybox-pod-09314571 verification passed 2025-06-09 18:37:15,834 - DEBUG - [Pod ctest-busybox-pod-09314571] 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-76368126 2025-06-09 18:37:15,834 - DEBUG - [Pod Pod ctest-busybox-pod-09314571] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-06-09 18:37:15,834 - DEBUG - [Pod Pod ctest-busybox-pod-09314571] 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-76368126 2025-06-09 18:37:15,907 - DEBUG - [Pod ctest-busybox-pod-09314571] 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-56421112 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-09 18:37:15,907 - DEBUG - [Pod Pod ctest-busybox-pod-09314571] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-06-09 18:37:15,907 - DEBUG - [Pod Pod ctest-busybox-pod-09314571] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-56421112 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-09 18:37:15,907 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-56421112': 1, 'ctest-nginx-pod-76368126': 1} 2025-06-09 18:37:15,907 - WARNING - Nothing to delete parallely 2025-06-09 18:37:15,907 - INFO - Deleting pod default:ctest-busybox-pod-09314571 2025-06-09 18:37:15,920 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:15,930 - WARNING - Pod uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:37:20,934 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:20,942 - WARNING - Pod uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:37:25,943 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:25,950 - WARNING - Pod uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:37:30,951 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:30,958 - WARNING - Pod uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:37:35,959 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:35,968 - WARNING - Pod uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:37:40,969 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:40,976 - WARNING - Pod uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:37:45,978 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:45,985 - WARNING - Pod uuid 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:37:50,986 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=453f4302-947d-4bfd-8315-b9b0dd2c01b7 2025-06-09 18:37:50,993 - DEBUG - Pod 453f4302-947d-4bfd-8315-b9b0dd2c01b7 is not in agent 10.0.0.57 VM list 2025-06-09 18:37:50,993 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bbf1b7c6-4560-11f0-b9a0-fa163ea3ca08 2025-06-09 18:37:51,000 - DEBUG - VMI bbf1b7c6-4560-11f0-b9a0-fa163ea3ca08 is removed from agent 10.0.0.57 2025-06-09 18:37:51,000 - INFO - Verified that pod ctest-busybox-pod-09314571 is removed in agent 2025-06-09 18:37:51,000 - INFO - Deleting Ingress : ctest-nginx-ingress-07309166 2025-06-09 18:37:51,010 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:51,015 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:52,015 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:52,021 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:53,022 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:53,027 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:54,028 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:54,033 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:55,034 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:55,039 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:56,040 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:56,049 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:57,050 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:57,056 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:58,057 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:58,068 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:37:59,069 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:37:59,074 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:38:00,075 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:38:00,081 - ERROR - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc still found in kube manager 2025-06-09 18:38:01,082 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=9e660304-e723-4814-82b9-5867f681b2fc 2025-06-09 18:38:01,088 - INFO - Ingress ctest-nginx-ingress-07309166 with uuid 9e660304-e723-4814-82b9-5867f681b2fc deleted successfully from kube manager 2025-06-09 18:38:01,088 - INFO - Verifications on Ingress %s cleanup passed 2025-06-09 18:38:01,088 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-09 18:38:01,501 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-09 18:38:01,508 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-09 18:38:01,508 - INFO - Deleting VN __public__ 2025-06-09 18:38:01,972 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/786df886-f24c-4f61-9ce7-33daf0f97b68 2025-06-09 18:38:01,978 - DEBUG - Response Code: 404 2025-06-09 18:38:01,978 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-09 18:38:02,002 - DEBUG - Requesting: http://10.0.0.57:8082/domain/b7fd540f-e1ed-4420-a034-d9e66e248956 2025-06-09 18:38:02,082 - DEBUG - Requesting: http://10.0.0.57:8082/project/06bb3610-5a3d-45a4-91ec-0c474d31a5fc 2025-06-09 18:38:02,157 - INFO - Validated that VN __public__ is not found in API Server 2025-06-09 18:38:02,157 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-09 18:38:02,166 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-09 18:38:02,210 - DEBUG - VN __public__ is not present in Agent 10.0.0.57 2025-06-09 18:38:02,210 - INFO - Validated that VN __public__ is not in any agent 2025-06-09 18:38:02,210 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-09 18:38:02,227 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-09 18:38:02,237 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-09 18:38:02,255 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-09 18:38:02,256 - INFO - Deleting pod default:ctest-nginx-pod-76368126 2025-06-09 18:38:02,291 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=8e04f103-81ed-48fe-838d-06ec6e861fde 2025-06-09 18:38:02,310 - WARNING - Pod uuid 8e04f103-81ed-48fe-838d-06ec6e861fde is still seen in agent 10.0.0.57 VM list 2025-06-09 18:38:07,312 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=8e04f103-81ed-48fe-838d-06ec6e861fde 2025-06-09 18:38:07,318 - DEBUG - Pod 8e04f103-81ed-48fe-838d-06ec6e861fde is not in agent 10.0.0.57 VM list 2025-06-09 18:38:07,318 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b2e225f8-4560-11f0-b9a0-fa163ea3ca08 2025-06-09 18:38:07,326 - DEBUG - VMI b2e225f8-4560-11f0-b9a0-fa163ea3ca08 is removed from agent 10.0.0.57 2025-06-09 18:38:07,326 - INFO - Verified that pod ctest-nginx-pod-76368126 is removed in agent 2025-06-09 18:38:07,326 - INFO - Deleting pod default:ctest-nginx-pod-56421112 2025-06-09 18:38:07,345 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=aca591a0-90f4-4326-bc96-ef46107b0b65 2025-06-09 18:38:07,375 - WARNING - Pod uuid aca591a0-90f4-4326-bc96-ef46107b0b65 is still seen in agent 10.0.0.57 VM list 2025-06-09 18:38:12,376 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=aca591a0-90f4-4326-bc96-ef46107b0b65 2025-06-09 18:38:12,383 - DEBUG - Pod aca591a0-90f4-4326-bc96-ef46107b0b65 is not in agent 10.0.0.57 VM list 2025-06-09 18:38:12,383 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0b2a4e2-4560-11f0-b9a0-fa163ea3ca08 2025-06-09 18:38:12,391 - WARNING - VMI b0b2a4e2-4560-11f0-b9a0-fa163ea3ca08 of Pod ctest-nginx-pod-56421112 is still seen in agent 10.0.0.57 2025-06-09 18:38:12,391 - DEBUG - [{'index': '7', 'name': 'tapeth0-aca591', 'uuid': 'b0b2a4e2-4560-11f0-b9a0-fa163ea3ca08', 'vrf_name': '--ERROR--', 'active': 'Inactive < vn-null vrf-null os-state-down ipv4_inactive ipv6_inactive l2_inactive >', 'ipv4_active': 'Ipv4 Inactive < vn-null vrf-null os-state-down l3-disabled >', 'l2_active': 'L2 Inactive < vn-null vrf-null os-state-down l2-disabled >', 'ip6_active': 'Ipv6 Inactive < vn-null vrf-null os-state-down l3-disabled no-ipv6-addr >', 'health_check_active': 'Active', 'dhcp_service': 'Enable', 'dhcp_service_v6': 'Disable', 'dns_service': 'Enable', 'type': 'vport', 'label': '-1', 'l2_label': '-1', 'vxlan_id': '0', 'vn_name': None, 'vm_uuid': None, 'vm_name': None, 'ip_addr': '10.47.255.248', 'mac_addr': '02:b0:b2:a4:e2:45', 'policy': 'Disable', 'fip_list': [], 'mdata_ip_addr': '169.254.0.7', 'service_vlan_list': None, 'os_ifindex': '19', 'fabric_port': 'FabricPort', 'alloc_linklocal_ip': 'LL-Disable', 'analyzer_name': None, 'config_name': None, 'sg_uuid_list': [], 'static_route_list': None, 'vm_project_uuid': '00000000-0000-0000-0000-000000000000', 'admin_state': 'Enabled', 'flow_key_idx': '0', 'allowed_address_pair_list': None, 'ip6_addr': '::', 'local_preference': '0', 'tx_vlan_id': '-1', 'rx_vlan_id': '-1', 'parent_interface': None, 'subnet': '--NA--', 'sub_type': 'Tap', 'vrf_assign_acl_uuid': '--NA--', 'vmi_type': 'Invalid', 'transport': 'Ethernet', 'logical_interface_uuid': '00000000-0000-0000-0000-000000000000', 'flood_unknown_unicast': 'false', 'physical_device': None, 'physical_interface': None, 'fixed_ip4_list': None, 'fixed_ip6_list': None, 'fat_flow_list': None, 'metadata_ip_active': 'Inactive', 'service_health_check_ip': '0.0.0.0', 'alias_ip_list': None, 'drop_new_flows': 'false', 'bridge_domain_list': [], 'vmi_tag_list': None, 'policy_set_acl_list': None, 'slo_list': None, 'vhostuser_mode': '0', 'si_other_end_vmi': '00000000-0000-0000-0000-000000000000', 'cfg_igmp_enable': 'false', 'igmp_enabled': 'false', 'max_flows': '0', 'policy_set_fwaas_list': None, 'bond_interface_list': None, 'mac_ip_learning_enable': 'false', 'mac_ip_list': []}] 2025-06-09 18:38:17,392 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=aca591a0-90f4-4326-bc96-ef46107b0b65 2025-06-09 18:38:17,398 - DEBUG - Pod aca591a0-90f4-4326-bc96-ef46107b0b65 is not in agent 10.0.0.57 VM list 2025-06-09 18:38:17,398 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0b2a4e2-4560-11f0-b9a0-fa163ea3ca08 2025-06-09 18:38:17,411 - DEBUG - VMI b0b2a4e2-4560-11f0-b9a0-fa163ea3ca08 is removed from agent 10.0.0.57 2025-06-09 18:38:17,411 - INFO - Verified that pod ctest-nginx-pod-56421112 is removed in agent 2025-06-09 18:38:17,411 - INFO - Deleting service : ctest-nginx-svc-16718703 2025-06-09 18:38:17,961 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-09 18:38:17,967 - DEBUG - No XMPP flaps were noticed during the test
2025-06-09 18:38:17,967 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:42]
2025-06-09 18:38:17,967 - INFO - -------------------------------------------------------------------------------- 2025-06-09 18:38:24,382 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:38:24,561 - DEBUG - Output : cluster_project={} 2025-06-09 18:38:24,610 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-09 18:38:24,799 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-09 18:38:24,805 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:38:25,030 - DEBUG - Output : cluster_project={} 2025-06-09 18:38:27,042 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:38:27,226 - DEBUG - Output : cluster_project={} 2025-06-09 18:38:29,236 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:38:29,421 - DEBUG - Output : cluster_project={} 2025-06-09 18:38:31,429 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:38:31,611 - DEBUG - Output : cluster_project={} 2025-06-09 18:38:33,621 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:38:33,801 - DEBUG - Output : cluster_project={} 2025-06-09 18:38:35,813 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-09 18:38:36,006 - DEBUG - Output : cluster_project={} 2025-06-09 18:39:16,161 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:39:21,227 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:39:26,292 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:39:36,361 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:40:01,457 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:40:01,512 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:40:01,561 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:40:01,602 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-09 18:40:02,135 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-09 18:40:17,491 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_ApplicationPolicySetReq? 2025-06-09 18:40:17,500 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AclReq? 2025-06-09 18:40:17,568 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AclReq? 2025-06-09 18:40:19,613 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AclReq? 2025-06-09 18:40:21,646 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AclReq? 2025-06-09 18:40:23,676 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AclReq? 2025-06-09 18:43:23,990 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-09 18:43:24,106 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=76806620-3b24-4441-8f2e-d6f8b8a6c6e5 2025-06-09 18:43:24,118 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:24,133 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:24,140 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=b13fa75a-8310-4942-aed8-c170048eee27 2025-06-09 18:43:24,174 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:24,180 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=0d00bc03-21c4-444b-aedd-62dd289877fe 2025-06-09 18:43:24,211 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=2ddb88c0-b90e-43c7-ab18-ae74268e95cc 2025-06-09 18:43:24,219 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:29,333 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=76806620-3b24-4441-8f2e-d6f8b8a6c6e5 2025-06-09 18:43:29,336 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:29,338 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=b13fa75a-8310-4942-aed8-c170048eee27 2025-06-09 18:43:29,340 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:29,342 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:29,343 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=0d00bc03-21c4-444b-aedd-62dd289877fe 2025-06-09 18:43:29,345 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=2ddb88c0-b90e-43c7-ab18-ae74268e95cc 2025-06-09 18:43:29,347 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:29,401 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0cdda5d2-4561-11f0-b9a0-fa163ea3ca08 2025-06-09 18:43:29,405 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:001f2898-4561-11f0-b9a0-fa163ea3ca08 2025-06-09 18:43:34,400 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:34,403 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:34,404 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=b13fa75a-8310-4942-aed8-c170048eee27 2025-06-09 18:43:34,408 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=2ddb88c0-b90e-43c7-ab18-ae74268e95cc 2025-06-09 18:43:34,410 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:34,412 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:34,448 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:055ceb06-4561-11f0-b9a0-fa163ea3ca08 2025-06-09 18:43:34,453 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:08dd23e0-4561-11f0-b9a0-fa163ea3ca08 2025-06-09 18:43:39,447 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:39,449 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:39,451 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:39,456 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:44,465 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:44,467 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:44,469 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:44,472 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:49,490 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:49,493 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:49,494 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:49,502 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:54,521 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:54,524 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:54,525 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:54,527 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:59,540 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=23b85b0f-5f6d-4bcf-85a1-33a4625faf00 2025-06-09 18:43:59,542 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:43:59,544 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:43:59,545 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=eec6cb1e-15f5-436f-b308-f1f24d231069 2025-06-09 18:43:59,559 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:12b4a4b0-4561-11f0-b9a0-fa163ea3ca08 2025-06-09 18:43:59,563 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1cef3b02-4561-11f0-b9a0-fa163ea3ca08 2025-06-09 18:44:04,565 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=55c9b6b5-c441-4389-a9d1-6b857bafb23a 2025-06-09 18:44:04,567 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_VmListReq?uuid=3dcde72b-6635-49c2-89aa-6d071cb86514 2025-06-09 18:44:04,576 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1a1f3954-4561-11f0-b9a0-fa163ea3ca08 2025-06-09 18:44:04,579 - DEBUG - Requesting: http://10.0.0.57:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16af2cac-4561-11f0-b9a0-fa163ea3ca08