2025-10-14 11:43:00,008 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-10-14 11:43:00,245 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-403-1.novalocal 2025-10-14 11:43:00,245 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-10-14 11:43:00,357 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-403-1.novalocal 2025-10-14 11:43:00,358 - DEBUG - [10.0.0.249]: 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-10-14 11:43:00,493 - DEBUG - Output : NAMES contrail_test_mCw3cQPxA vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_schema_1 config_api_1 config_dnsmasq_1 config_svcmonitor_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-10-14 11:43:00,494 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-14 11:43:00,607 - DEBUG - Output : 127.0.0.1/8 10.0.0.249/24 10.20.0.129/24 172.17.0.1/16 10.20.0.129/24 2025-10-14 11:43:00,607 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-10-14 11:43:00,711 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-403-1.novalocal 2025-10-14 11:43:00,712 - DEBUG - [10.0.0.249]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-14 11:43:00,825 - DEBUG - Output : 10.20.0.129/24 2025-10-14 11:43:00,826 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.20.0.129 | head -n 1 | awk '{print $2}' 2025-10-14 11:43:00,933 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-403-1.novalocal 2025-10-14 11:43:01,189 - INFO - Using existing project ['default-domain', 'k8s-default'](eecea6a1-3382-4133-a196-0bc079efb462) 2025-10-14 11:43:01,261 - INFO - Using existing project ['default-domain', 'k8s-default'](eecea6a1-3382-4133-a196-0bc079efb462) 2025-10-14 11:43:01,402 - INFO - ================================================================================ 2025-10-14 11:43:01,402 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-14 11:43:01,402 - 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-10-14 11:43:01,652 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-14 11:43:01,658 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.129': '0'}} with 2025-10-14 11:43:01,658 - INFO - Initial checks done. Running the testcase now 2025-10-14 11:43:01,658 - INFO - 2025-10-14 11:43:01,663 - INFO - Namespace default already exists 2025-10-14 11:43:01,664 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-14 11:43:01,827 - DEBUG - Output : cluster_project={} 2025-10-14 11:43:01,870 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-14 11:43:01,870 - DEBUG - Project uuid in Contrail is eecea6a1-3382-4133-a196-0bc079efb462 2025-10-14 11:43:01,870 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-14 11:43:02,020 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-14 11:43:02,020 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=3f50d848-4126-42b3-a1ad-87f48a7a8e9b 2025-10-14 11:43:02,024 - INFO - Namespace default with uuid 3f50d848-4126-42b3-a1ad-87f48a7a8e9b found in kube manager 2025-10-14 11:43:02,024 - INFO - Namespace default verification passed 2025-10-14 11:43:02,027 - DEBUG - Service ctest-nginx-svc-20659114 not present 2025-10-14 11:43:02,027 - INFO - Creating service ctest-nginx-svc-20659114 2025-10-14 11:43:02,041 - INFO - Created Service ctest-nginx-svc-20659114 2025-10-14 11:43:02,046 - DEBUG - Pod ctest-nginx-pod-13409500 not present 2025-10-14 11:43:02,047 - INFO - Creating Pod ctest-nginx-pod-13409500 2025-10-14 11:43:02,082 - DEBUG - Pod : ctest-nginx-pod-13409500 UUID is fe577749-3369-40b8-a1df-98684fc715ce 2025-10-14 11:43:02,086 - DEBUG - Pod ctest-nginx-pod-05855034 not present 2025-10-14 11:43:02,086 - INFO - Creating Pod ctest-nginx-pod-05855034 2025-10-14 11:43:02,111 - DEBUG - Pod : ctest-nginx-pod-05855034 UUID is fe61faea-be4e-4da7-a40c-332af542f834 2025-10-14 11:43:02,278 - INFO - Created VN __public__, UUID :889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,437 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-14 11:43:02,443 - DEBUG - Requesting: http://10.0.0.249:8082/domain/84c581f1-8298-4d24-aef8-e7cf0dc5e335 2025-10-14 11:43:02,458 - DEBUG - Requesting: http://10.0.0.249:8082/project/eecea6a1-3382-4133-a196-0bc079efb462 2025-10-14 11:43:02,509 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,517 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,528 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/604f7069-b191-4d7e-808b-573463a0e5ed 2025-10-14 11:43:02,535 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/604f7069-b191-4d7e-808b-573463a0e5ed 2025-10-14 11:43:02,541 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/b06cc018-fffa-4b76-8761-6ac44c4770ff 2025-10-14 11:43:02,546 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-14 11:43:02,546 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,553 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/604f7069-b191-4d7e-808b-573463a0e5ed 2025-10-14 11:43:02,564 - INFO - Verified VN network id 15 for VN 889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,564 - INFO - Verifications in API Server for VN __public__ passed 2025-10-14 11:43:02,565 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,572 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/604f7069-b191-4d7e-808b-573463a0e5ed 2025-10-14 11:43:02,577 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/604f7069-b191-4d7e-808b-573463a0e5ed 2025-10-14 11:43:02,582 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/b06cc018-fffa-4b76-8761-6ac44c4770ff 2025-10-14 11:43:02,586 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-14 11:43:02,590 - DEBUG - Control-node 10.0.0.249 : 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': '9843955574932918112', 'uuid-lslong': '11573899112798270115'}, 'enable': 'true', 'created': '2025-10-14T11:43:02', 'last-modified': '2025-10-14T11:43:02', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.203603'} 2025-10-14 11:43:02,590 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-14 11:43:02,597 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-14 11:43:02,598 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-14 11:43:02,598 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-14 11:43:02,598 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-14 11:43:02,603 - DEBUG - Requesting: http://10.0.0.249:8082/domain/84c581f1-8298-4d24-aef8-e7cf0dc5e335 2025-10-14 11:43:02,613 - DEBUG - Requesting: http://10.0.0.249:8082/project/eecea6a1-3382-4133-a196-0bc079efb462 2025-10-14 11:43:02,650 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,667 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-14 11:43:02,667 - DEBUG - Verifying the vn in opserver 2025-10-14 11:43:02,667 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-10-14 11:43:02,667 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-10-14 11:43:02,672 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-14 11:43:02,672 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-14 11:43:02,672 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-14 11:43:02,682 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-14 11:43:02,686 - DEBUG - Do not have enough data to verify VN in agent 2025-10-14 11:43:02,686 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-14 11:43:02,689 - DEBUG - VRF ids for VN __public__: {} 2025-10-14 11:43:02,735 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-14 11:43:02,808 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-14 11:43:02,814 - DEBUG - Requesting: http://10.0.0.249:8082/domain/84c581f1-8298-4d24-aef8-e7cf0dc5e335 2025-10-14 11:43:02,822 - DEBUG - Requesting: http://10.0.0.249:8082/project/eecea6a1-3382-4133-a196-0bc079efb462 2025-10-14 11:43:02,863 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,875 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/7f8ecce3-f32b-4297-8c75-19990d6e9495 2025-10-14 11:43:02,880 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-14 11:43:02,884 - DEBUG - Requesting: http://10.0.0.249:8082/domain/84c581f1-8298-4d24-aef8-e7cf0dc5e335 2025-10-14 11:43:02,889 - DEBUG - Requesting: http://10.0.0.249:8082/project/eecea6a1-3382-4133-a196-0bc079efb462 2025-10-14 11:43:02,928 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/889cc170-9c9a-4f60-a09e-bfec048cb2a3 2025-10-14 11:43:02,937 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-14 11:43:02,937 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-14 11:43:02,944 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-14 11:43:02,948 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-14 11:43:02,949 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-14 11:43:02,952 - DEBUG - Ingress ctest-nginx-ingress-92677313 not present 2025-10-14 11:43:02,952 - INFO - Creating Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:02,958 - INFO - Created Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:02,962 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:05,967 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:08,971 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:11,977 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:14,981 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:17,986 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:20,991 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:24,000 - DEBUG - For Ingress ctest-nginx-ingress-92677313, Cluster IP: 10.47.255.246, External IPs ['142.164.145.124'] 2025-10-14 11:43:24,000 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-92677313 2025-10-14 11:43:24,000 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=01f0e6fe-180b-4f71-be78-3b1ba560a507 2025-10-14 11:43:24,004 - INFO - Ingress ctest-nginx-ingress-92677313 with uuid 01f0e6fe-180b-4f71-be78-3b1ba560a507 found in kube manager 2025-10-14 11:43:24,004 - INFO - Ingress ctest-nginx-ingress-92677313 verification passed 2025-10-14 11:43:24,007 - DEBUG - Pod ctest-busybox-pod-00017598 not present 2025-10-14 11:43:24,008 - INFO - Creating Pod ctest-busybox-pod-00017598 2025-10-14 11:43:24,054 - DEBUG - Pod : ctest-busybox-pod-00017598 UUID is ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:43:24,063 - DEBUG - Pod ctest-nginx-pod-13409500 not in running state.Currently in Pending 2025-10-14 11:43:29,071 - INFO - Pod ctest-nginx-pod-13409500 is in running state.Got IP 10.47.255.248 2025-10-14 11:43:29,083 - DEBUG - Pod ctest-nginx-pod-13409500 has vmi f41e91a0-a8f2-11f0-837d-fa163e3851e9 2025-10-14 11:43:29,083 - INFO - Verified pod ctest-nginx-pod-13409500 in contrail-api 2025-10-14 11:43:29,083 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:43:29,101 - DEBUG - VMI f41e91a0-a8f2-11f0-837d-fa163e3851e9 is active in agent 10.0.0.249 2025-10-14 11:43:29,101 - INFO - Verified Pod ctest-nginx-pod-13409500 in agent 10.0.0.249 2025-10-14 11:43:29,101 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=fe577749-3369-40b8-a1df-98684fc715ce 2025-10-14 11:43:29,105 - INFO - Pod ctest-nginx-pod-13409500 with uuid fe577749-3369-40b8-a1df-98684fc715ce found in kube manager 2025-10-14 11:43:29,105 - INFO - Pod ctest-nginx-pod-13409500 verification passed 2025-10-14 11:43:29,152 - DEBUG - [Pod ctest-nginx-pod-13409500] Cmd: echo ctest-nginx-pod-13409500 > /usr/share/nginx/html/index.html, Output: 2025-10-14 11:43:29,159 - INFO - Pod ctest-nginx-pod-05855034 is in running state.Got IP 10.47.255.247 2025-10-14 11:43:29,170 - DEBUG - Pod ctest-nginx-pod-05855034 has vmi f75ce934-a8f2-11f0-837d-fa163e3851e9 2025-10-14 11:43:29,170 - INFO - Verified pod ctest-nginx-pod-05855034 in contrail-api 2025-10-14 11:43:29,171 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:43:29,178 - DEBUG - VMI f75ce934-a8f2-11f0-837d-fa163e3851e9 is active in agent 10.0.0.249 2025-10-14 11:43:29,178 - INFO - Verified Pod ctest-nginx-pod-05855034 in agent 10.0.0.249 2025-10-14 11:43:29,178 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=fe61faea-be4e-4da7-a40c-332af542f834 2025-10-14 11:43:29,181 - INFO - Pod ctest-nginx-pod-05855034 with uuid fe61faea-be4e-4da7-a40c-332af542f834 found in kube manager 2025-10-14 11:43:29,181 - INFO - Pod ctest-nginx-pod-05855034 verification passed 2025-10-14 11:43:29,222 - DEBUG - [Pod ctest-nginx-pod-05855034] Cmd: echo ctest-nginx-pod-05855034 > /usr/share/nginx/html/index.html, Output: 2025-10-14 11:43:29,228 - DEBUG - Pod ctest-busybox-pod-00017598 not in running state.Currently in Pending 2025-10-14 11:43:34,237 - DEBUG - Pod ctest-busybox-pod-00017598 not in running state.Currently in Pending 2025-10-14 11:43:39,245 - DEBUG - Pod ctest-busybox-pod-00017598 not in running state.Currently in Pending 2025-10-14 11:43:44,253 - DEBUG - Pod ctest-busybox-pod-00017598 not in running state.Currently in Pending 2025-10-14 11:43:49,260 - INFO - Pod ctest-busybox-pod-00017598 is in running state.Got IP 10.47.255.245 2025-10-14 11:43:49,272 - DEBUG - Pod ctest-busybox-pod-00017598 has vmi 0389a33c-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:43:49,272 - INFO - Verified pod ctest-busybox-pod-00017598 in contrail-api 2025-10-14 11:43:49,272 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:43:49,280 - DEBUG - VMI 0389a33c-a8f3-11f0-837d-fa163e3851e9 is active in agent 10.0.0.249 2025-10-14 11:43:49,280 - INFO - Verified Pod ctest-busybox-pod-00017598 in agent 10.0.0.249 2025-10-14 11:43:49,280 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:43:49,284 - INFO - Pod ctest-busybox-pod-00017598 with uuid ee6096d5-7545-4463-b69d-b7252cf1189d found in kube manager 2025-10-14 11:43:49,284 - INFO - Pod ctest-busybox-pod-00017598 verification passed 2025-10-14 11:43:49,327 - DEBUG - [Pod ctest-busybox-pod-00017598] 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-05855034 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-14 11:43:49,328 - DEBUG - [Pod Pod ctest-busybox-pod-00017598] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-14 11:43:49,328 - DEBUG - [Pod Pod ctest-busybox-pod-00017598] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-05855034 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-14 11:43:49,367 - DEBUG - [Pod ctest-busybox-pod-00017598] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-13409500 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-14 11:43:49,367 - DEBUG - [Pod Pod ctest-busybox-pod-00017598] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-10-14 11:43:49,367 - DEBUG - [Pod Pod ctest-busybox-pod-00017598] Cmd output: ctest-nginx-pod-13409500 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-10-14 11:43:49,367 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-13409500': 1, 'ctest-nginx-pod-05855034': 1} 2025-10-14 11:43:49,367 - WARNING - Nothing to delete parallely 2025-10-14 11:43:49,368 - INFO - Deleting pod default:ctest-busybox-pod-00017598 2025-10-14 11:43:49,379 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:43:49,385 - WARNING - Pod uuid ee6096d5-7545-4463-b69d-b7252cf1189d is still seen in agent 10.0.0.249 VM list 2025-10-14 11:43:54,386 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:43:54,391 - WARNING - Pod uuid ee6096d5-7545-4463-b69d-b7252cf1189d is still seen in agent 10.0.0.249 VM list 2025-10-14 11:43:59,392 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:43:59,397 - WARNING - Pod uuid ee6096d5-7545-4463-b69d-b7252cf1189d is still seen in agent 10.0.0.249 VM list 2025-10-14 11:44:04,397 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:44:04,402 - WARNING - Pod uuid ee6096d5-7545-4463-b69d-b7252cf1189d is still seen in agent 10.0.0.249 VM list 2025-10-14 11:44:09,403 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:44:09,408 - WARNING - Pod uuid ee6096d5-7545-4463-b69d-b7252cf1189d is still seen in agent 10.0.0.249 VM list 2025-10-14 11:44:14,408 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:44:14,413 - WARNING - Pod uuid ee6096d5-7545-4463-b69d-b7252cf1189d is still seen in agent 10.0.0.249 VM list 2025-10-14 11:44:19,414 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:44:19,420 - WARNING - Pod uuid ee6096d5-7545-4463-b69d-b7252cf1189d is still seen in agent 10.0.0.249 VM list 2025-10-14 11:44:24,421 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=ee6096d5-7545-4463-b69d-b7252cf1189d 2025-10-14 11:44:24,426 - DEBUG - Pod ee6096d5-7545-4463-b69d-b7252cf1189d is not in agent 10.0.0.249 VM list 2025-10-14 11:44:24,426 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0389a33c-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:44:24,430 - DEBUG - VMI 0389a33c-a8f3-11f0-837d-fa163e3851e9 is removed from agent 10.0.0.249 2025-10-14 11:44:24,430 - INFO - Verified that pod ctest-busybox-pod-00017598 is removed in agent 2025-10-14 11:44:24,430 - INFO - Deleting Ingress : ctest-nginx-ingress-92677313 2025-10-14 11:44:24,436 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=01f0e6fe-180b-4f71-be78-3b1ba560a507 2025-10-14 11:44:24,440 - ERROR - Ingress ctest-nginx-ingress-92677313 with uuid 01f0e6fe-180b-4f71-be78-3b1ba560a507 still found in kube manager 2025-10-14 11:44:25,441 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=01f0e6fe-180b-4f71-be78-3b1ba560a507 2025-10-14 11:44:25,445 - ERROR - Ingress ctest-nginx-ingress-92677313 with uuid 01f0e6fe-180b-4f71-be78-3b1ba560a507 still found in kube manager 2025-10-14 11:44:26,445 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=01f0e6fe-180b-4f71-be78-3b1ba560a507 2025-10-14 11:44:26,449 - ERROR - Ingress ctest-nginx-ingress-92677313 with uuid 01f0e6fe-180b-4f71-be78-3b1ba560a507 still found in kube manager 2025-10-14 11:44:27,450 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=01f0e6fe-180b-4f71-be78-3b1ba560a507 2025-10-14 11:44:27,463 - INFO - Ingress ctest-nginx-ingress-92677313 with uuid 01f0e6fe-180b-4f71-be78-3b1ba560a507 deleted successfully from kube manager 2025-10-14 11:44:27,463 - INFO - Verifications on Ingress %s cleanup passed 2025-10-14 11:44:27,468 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-14 11:44:27,570 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-14 11:44:27,577 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-14 11:44:27,577 - INFO - Deleting VN __public__ 2025-10-14 11:44:27,800 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/604f7069-b191-4d7e-808b-573463a0e5ed 2025-10-14 11:44:27,804 - DEBUG - Response Code: 404 2025-10-14 11:44:27,804 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-10-14 11:44:27,808 - DEBUG - Requesting: http://10.0.0.249:8082/domain/84c581f1-8298-4d24-aef8-e7cf0dc5e335 2025-10-14 11:44:27,814 - DEBUG - Requesting: http://10.0.0.249:8082/project/eecea6a1-3382-4133-a196-0bc079efb462 2025-10-14 11:44:27,857 - INFO - Validated that VN __public__ is not found in API Server 2025-10-14 11:44:27,858 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-14 11:44:27,864 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-14 11:44:27,870 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-10-14 11:44:27,870 - INFO - Validated that VN __public__ is not in any agent 2025-10-14 11:44:27,870 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-14 11:44:27,877 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-14 11:44:27,881 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-14 11:44:27,885 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-14 11:44:27,885 - INFO - Deleting pod default:ctest-nginx-pod-05855034 2025-10-14 11:44:27,896 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe61faea-be4e-4da7-a40c-332af542f834 2025-10-14 11:44:27,909 - WARNING - Pod uuid fe61faea-be4e-4da7-a40c-332af542f834 is still seen in agent 10.0.0.249 VM list 2025-10-14 11:44:32,909 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe61faea-be4e-4da7-a40c-332af542f834 2025-10-14 11:44:32,915 - DEBUG - Pod fe61faea-be4e-4da7-a40c-332af542f834 is not in agent 10.0.0.249 VM list 2025-10-14 11:44:32,915 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f75ce934-a8f2-11f0-837d-fa163e3851e9 2025-10-14 11:44:32,924 - DEBUG - VMI f75ce934-a8f2-11f0-837d-fa163e3851e9 is removed from agent 10.0.0.249 2025-10-14 11:44:32,924 - INFO - Verified that pod ctest-nginx-pod-05855034 is removed in agent 2025-10-14 11:44:32,924 - INFO - Deleting pod default:ctest-nginx-pod-13409500 2025-10-14 11:44:32,947 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe577749-3369-40b8-a1df-98684fc715ce 2025-10-14 11:44:32,954 - WARNING - Pod uuid fe577749-3369-40b8-a1df-98684fc715ce is still seen in agent 10.0.0.249 VM list 2025-10-14 11:44:37,956 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe577749-3369-40b8-a1df-98684fc715ce 2025-10-14 11:44:37,961 - DEBUG - Pod fe577749-3369-40b8-a1df-98684fc715ce is not in agent 10.0.0.249 VM list 2025-10-14 11:44:37,961 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f41e91a0-a8f2-11f0-837d-fa163e3851e9 2025-10-14 11:44:37,967 - WARNING - VMI f41e91a0-a8f2-11f0-837d-fa163e3851e9 of Pod ctest-nginx-pod-13409500 is still seen in agent 10.0.0.249 2025-10-14 11:44:37,967 - DEBUG - [{'index': '7', 'name': 'tapeth0-fe5777', 'uuid': 'f41e91a0-a8f2-11f0-837d-fa163e3851e9', '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:f4:1e:91:a0:a8', '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-10-14 11:44:42,968 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe577749-3369-40b8-a1df-98684fc715ce 2025-10-14 11:44:42,974 - DEBUG - Pod fe577749-3369-40b8-a1df-98684fc715ce is not in agent 10.0.0.249 VM list 2025-10-14 11:44:42,974 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f41e91a0-a8f2-11f0-837d-fa163e3851e9 2025-10-14 11:44:42,979 - DEBUG - VMI f41e91a0-a8f2-11f0-837d-fa163e3851e9 is removed from agent 10.0.0.249 2025-10-14 11:44:42,979 - INFO - Verified that pod ctest-nginx-pod-13409500 is removed in agent 2025-10-14 11:44:42,979 - INFO - Deleting service : ctest-nginx-svc-20659114 2025-10-14 11:44:43,472 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-14 11:44:43,476 - DEBUG - No XMPP flaps were noticed during the test 2025-10-14 11:44:43,477 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:42] 2025-10-14 11:44:43,477 - INFO - -------------------------------------------------------------------------------- 2025-10-14 11:44:49,815 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-14 11:44:49,952 - DEBUG - Output : cluster_project={} 2025-10-14 11:44:49,989 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-14 11:44:50,127 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-14 11:44:50,131 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-14 11:44:50,352 - DEBUG - Output : cluster_project={} 2025-10-14 11:45:10,461 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:20,506 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:25,549 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:30,612 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:35,650 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:40,693 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:40,723 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:40,752 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-14 11:45:41,262 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-14 11:45:49,219 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2025-10-14 11:45:49,226 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-10-14 11:45:49,246 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-10-14 11:45:51,268 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-10-14 11:45:53,292 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-10-14 11:45:55,314 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-10-14 11:48:55,130 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-14 11:48:55,177 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a0ae6b85-4e44-483d-b071-8f6934b4cd96 2025-10-14 11:48:55,208 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:48:55,218 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=609a32df-4177-47df-be09-b06f61863566 2025-10-14 11:48:55,230 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=31af7aac-9973-41d4-93e2-25336bac9d7b 2025-10-14 11:48:55,235 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe670c39-a277-4027-b355-f1a0c3061695 2025-10-14 11:48:55,246 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:48:55,252 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:48:55,257 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:00,259 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a0ae6b85-4e44-483d-b071-8f6934b4cd96 2025-10-14 11:49:00,280 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:49:00,282 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:49:00,282 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe670c39-a277-4027-b355-f1a0c3061695 2025-10-14 11:49:00,284 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:00,284 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:00,285 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=609a32df-4177-47df-be09-b06f61863566 2025-10-14 11:49:00,287 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=31af7aac-9973-41d4-93e2-25336bac9d7b 2025-10-14 11:49:00,308 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f54e07a-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:49:00,311 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c116a8c-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:49:05,265 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a0ae6b85-4e44-483d-b071-8f6934b4cd96 2025-10-14 11:49:05,308 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:05,310 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:49:05,311 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:49:05,313 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=fe670c39-a277-4027-b355-f1a0c3061695 2025-10-14 11:49:05,314 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:05,328 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:38269e6a-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:49:10,271 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=a0ae6b85-4e44-483d-b071-8f6934b4cd96 2025-10-14 11:49:10,276 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:36a7767c-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:49:10,328 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:10,329 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:10,330 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:49:10,332 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:49:15,342 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:15,343 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:15,344 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:49:15,345 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:49:20,356 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:49:20,357 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:49:20,359 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:20,360 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:25,372 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:25,373 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:25,374 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:49:25,375 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:49:30,387 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=585f733f-0fe6-448a-91e9-86a407f08173 2025-10-14 11:49:30,389 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=42ebd8da-ef06-4149-9e48-a14df04f7d50 2025-10-14 11:49:30,390 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:30,391 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:30,402 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41d2efcc-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:49:30,405 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40e8d41e-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:49:35,402 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=c6375501-5fe4-4aa3-9efc-df32b1248f4d 2025-10-14 11:49:35,405 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:35,409 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:456c3ada-a8f3-11f0-837d-fa163e3851e9 2025-10-14 11:49:40,411 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=386ff215-781a-4b6f-b9e0-5977f63a150e 2025-10-14 11:49:40,416 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4354af8e-a8f3-11f0-837d-fa163e3851e9