2025-07-16 14:28:40,101 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-07-16 14:28:40,358 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-392-1.novalocal 2025-07-16 14:28:40,358 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-07-16 14:28:40,499 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-392-1.novalocal 2025-07-16 14:28:40,499 - 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-07-16 14:28:40,667 - DEBUG - Output : NAMES contrail_test_wtP35oIS8 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_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 webui_web_1 webui_job_1 config_devicemgr_1 config_api_1 config_dnsmasq_1 config_schema_1 config_nodemgr_1 config_svcmonitor_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 redis_redis_1 2025-07-16 14:28:40,668 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-16 14:28:40,810 - DEBUG - Output : 10.0.0.249/24 10.20.0.193/24 172.17.0.1/16 10.20.0.193/24 2025-07-16 14:28:40,811 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-07-16 14:28:40,938 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-392-1.novalocal 2025-07-16 14:28:40,939 - DEBUG - [10.0.0.249]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-16 14:28:41,064 - DEBUG - Output : 10.20.0.193/24 2025-07-16 14:28:41,064 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.20.0.193 | head -n 1 | awk '{print $2}' 2025-07-16 14:28:41,200 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-392-1.novalocal 2025-07-16 14:28:41,564 - INFO - Using existing project ['default-domain', 'k8s-default'](d3be2c37-8244-402a-83f3-5c0be5284c03) 2025-07-16 14:28:41,710 - INFO - Using existing project ['default-domain', 'k8s-default'](d3be2c37-8244-402a-83f3-5c0be5284c03) 2025-07-16 14:28:41,886 - INFO - ================================================================================ 2025-07-16 14:28:41,887 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-16 14:28:41,888 - 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-07-16 14:28:42,208 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 14:28:42,215 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.193': '0'}} with 2025-07-16 14:28:42,216 - INFO - Initial checks done. Running the testcase now 2025-07-16 14:28:42,216 - INFO - 2025-07-16 14:28:42,222 - INFO - Namespace default already exists 2025-07-16 14:28:42,223 - 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-07-16 14:28:42,407 - DEBUG - Output : cluster_project={} 2025-07-16 14:28:42,477 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-16 14:28:42,477 - DEBUG - Project uuid in Contrail is d3be2c37-8244-402a-83f3-5c0be5284c03 2025-07-16 14:28:42,477 - 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-07-16 14:28:42,783 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-16 14:28:42,783 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=de87313d-ef70-428f-b0b2-95ad3c324272 2025-07-16 14:28:42,804 - INFO - Namespace default with uuid de87313d-ef70-428f-b0b2-95ad3c324272 found in kube manager 2025-07-16 14:28:42,804 - INFO - Namespace default verification passed 2025-07-16 14:28:42,811 - DEBUG - Service ctest-nginx-svc-34261899 not present 2025-07-16 14:28:42,811 - INFO - Creating service ctest-nginx-svc-34261899 2025-07-16 14:28:42,829 - INFO - Created Service ctest-nginx-svc-34261899 2025-07-16 14:28:42,849 - DEBUG - Pod ctest-nginx-pod-98680086 not present 2025-07-16 14:28:42,849 - INFO - Creating Pod ctest-nginx-pod-98680086 2025-07-16 14:28:42,889 - DEBUG - Pod : ctest-nginx-pod-98680086 UUID is e3bdbe9d-699c-4dd7-b2e6-55e2a60d782f 2025-07-16 14:28:42,893 - DEBUG - Pod ctest-nginx-pod-32256770 not present 2025-07-16 14:28:42,893 - INFO - Creating Pod ctest-nginx-pod-32256770 2025-07-16 14:28:42,926 - DEBUG - Pod : ctest-nginx-pod-32256770 UUID is 3c94af1c-e61f-4fa1-97b7-17c9341bd191 2025-07-16 14:28:43,161 - INFO - Created VN __public__, UUID :a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:43,374 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 14:28:43,381 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a53b83dd-07b1-43dc-ac72-d0d83f377531 2025-07-16 14:28:43,395 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3be2c37-8244-402a-83f3-5c0be5284c03 2025-07-16 14:28:43,470 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:43,485 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:43,499 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/3733ad3c-aba5-49f4-9729-5a12a04023d5 2025-07-16 14:28:43,510 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/3733ad3c-aba5-49f4-9729-5a12a04023d5 2025-07-16 14:28:43,519 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/c857580a-8b40-4ed1-adc4-5898abe87700 2025-07-16 14:28:43,528 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-16 14:28:43,529 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:43,546 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/3733ad3c-aba5-49f4-9729-5a12a04023d5 2025-07-16 14:28:43,567 - INFO - Verified VN network id 15 for VN a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:43,567 - INFO - Verifications in API Server for VN __public__ passed 2025-07-16 14:28:43,568 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:43,577 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/3733ad3c-aba5-49f4-9729-5a12a04023d5 2025-07-16 14:28:43,588 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/3733ad3c-aba5-49f4-9729-5a12a04023d5 2025-07-16 14:28:43,601 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/c857580a-8b40-4ed1-adc4-5898abe87700 2025-07-16 14:28:43,609 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-16 14:28:43,616 - 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': '12157806525207429427', 'uuid-lslong': '13286741507879643471'}, 'enable': 'true', 'created': '2025-07-16T14:28:43', 'last-modified': '2025-07-16T14:28:43', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.308581'} 2025-07-16 14:28:43,616 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 14:28:43,624 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-16 14:28:43,624 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-16 14:28:43,625 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-16 14:28:43,625 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 14:28:43,631 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a53b83dd-07b1-43dc-ac72-d0d83f377531 2025-07-16 14:28:43,649 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3be2c37-8244-402a-83f3-5c0be5284c03 2025-07-16 14:28:43,713 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:43,724 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-16 14:28:43,724 - DEBUG - Verifying the vn in opserver 2025-07-16 14:28:43,724 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-07-16 14:28:43,724 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-07-16 14:28:43,730 - 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-07-16 14:28:43,730 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-16 14:28:43,730 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 14:28:43,737 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 14:28:43,745 - DEBUG - Do not have enough data to verify VN in agent 2025-07-16 14:28:43,745 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 14:28:43,752 - DEBUG - VRF ids for VN __public__: {} 2025-07-16 14:28:43,843 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-16 14:28:43,937 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 14:28:43,949 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a53b83dd-07b1-43dc-ac72-d0d83f377531 2025-07-16 14:28:43,958 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3be2c37-8244-402a-83f3-5c0be5284c03 2025-07-16 14:28:44,047 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:44,060 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/a7d36268-7aee-49f2-9956-38cce75ee5da 2025-07-16 14:28:44,067 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 14:28:44,074 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a53b83dd-07b1-43dc-ac72-d0d83f377531 2025-07-16 14:28:44,084 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3be2c37-8244-402a-83f3-5c0be5284c03 2025-07-16 14:28:44,153 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/a8b9349e-aeea-4133-b863-fd01579aa94f 2025-07-16 14:28:44,169 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-16 14:28:44,169 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-16 14:28:44,182 - 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-07-16 14:28:44,188 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-16 14:28:44,188 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-16 14:28:44,192 - DEBUG - Ingress ctest-nginx-ingress-47450356 not present 2025-07-16 14:28:44,192 - INFO - Creating Ingress ctest-nginx-ingress-47450356 2025-07-16 14:28:44,212 - INFO - Created Ingress ctest-nginx-ingress-47450356 2025-07-16 14:28:44,219 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:28:47,224 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:28:50,230 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:28:53,237 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:28:56,242 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:28:59,249 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:02,254 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:05,260 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:08,266 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:11,274 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:14,279 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:17,284 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:20,289 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:23,295 - DEBUG - For Ingress ctest-nginx-ingress-47450356, Cluster IP: 10.47.255.246, External IPs ['134.173.12.124'] 2025-07-16 14:29:23,295 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-47450356 2025-07-16 14:29:23,296 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=be6f8d69-29df-4d3f-b37b-31201d40fd3b 2025-07-16 14:29:23,306 - INFO - Ingress ctest-nginx-ingress-47450356 with uuid be6f8d69-29df-4d3f-b37b-31201d40fd3b found in kube manager 2025-07-16 14:29:23,306 - INFO - Ingress ctest-nginx-ingress-47450356 verification passed 2025-07-16 14:29:23,314 - DEBUG - Pod ctest-busybox-pod-54584596 not present 2025-07-16 14:29:23,315 - INFO - Creating Pod ctest-busybox-pod-54584596 2025-07-16 14:29:23,410 - DEBUG - Pod : ctest-busybox-pod-54584596 UUID is 7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:29:23,419 - INFO - Pod ctest-nginx-pod-98680086 is in running state.Got IP 10.47.255.248 2025-07-16 14:29:23,443 - DEBUG - Pod ctest-nginx-pod-98680086 has vmi 3617837a-6251-11f0-b198-fa163e042d4e 2025-07-16 14:29:23,443 - INFO - Verified pod ctest-nginx-pod-98680086 in contrail-api 2025-07-16 14:29:23,444 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:29:23,463 - DEBUG - VMI 3617837a-6251-11f0-b198-fa163e042d4e is active in agent 10.0.0.249 2025-07-16 14:29:23,464 - INFO - Verified Pod ctest-nginx-pod-98680086 in agent 10.0.0.249 2025-07-16 14:29:23,464 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=e3bdbe9d-699c-4dd7-b2e6-55e2a60d782f 2025-07-16 14:29:23,469 - INFO - Pod ctest-nginx-pod-98680086 with uuid e3bdbe9d-699c-4dd7-b2e6-55e2a60d782f found in kube manager 2025-07-16 14:29:23,469 - INFO - Pod ctest-nginx-pod-98680086 verification passed 2025-07-16 14:29:23,534 - DEBUG - [Pod ctest-nginx-pod-98680086] Cmd: echo ctest-nginx-pod-98680086 > /usr/share/nginx/html/index.html, Output: 2025-07-16 14:29:23,541 - DEBUG - Pod ctest-nginx-pod-32256770 not in running state.Currently in Pending 2025-07-16 14:29:28,549 - INFO - Pod ctest-nginx-pod-32256770 is in running state.Got IP 10.47.255.247 2025-07-16 14:29:28,569 - DEBUG - Pod ctest-nginx-pod-32256770 has vmi 3aa264be-6251-11f0-b198-fa163e042d4e 2025-07-16 14:29:28,569 - INFO - Verified pod ctest-nginx-pod-32256770 in contrail-api 2025-07-16 14:29:28,569 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:29:28,589 - DEBUG - VMI 3aa264be-6251-11f0-b198-fa163e042d4e is active in agent 10.0.0.249 2025-07-16 14:29:28,589 - INFO - Verified Pod ctest-nginx-pod-32256770 in agent 10.0.0.249 2025-07-16 14:29:28,589 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=3c94af1c-e61f-4fa1-97b7-17c9341bd191 2025-07-16 14:29:28,602 - INFO - Pod ctest-nginx-pod-32256770 with uuid 3c94af1c-e61f-4fa1-97b7-17c9341bd191 found in kube manager 2025-07-16 14:29:28,602 - INFO - Pod ctest-nginx-pod-32256770 verification passed 2025-07-16 14:29:28,657 - DEBUG - [Pod ctest-nginx-pod-32256770] Cmd: echo ctest-nginx-pod-32256770 > /usr/share/nginx/html/index.html, Output: 2025-07-16 14:29:28,663 - DEBUG - Pod ctest-busybox-pod-54584596 not in running state.Currently in Pending 2025-07-16 14:29:33,671 - DEBUG - Pod ctest-busybox-pod-54584596 not in running state.Currently in Pending 2025-07-16 14:29:38,679 - DEBUG - Pod ctest-busybox-pod-54584596 not in running state.Currently in Pending 2025-07-16 14:29:43,687 - DEBUG - Pod ctest-busybox-pod-54584596 not in running state.Currently in Pending 2025-07-16 14:29:48,694 - INFO - Pod ctest-busybox-pod-54584596 is in running state.Got IP 10.47.255.245 2025-07-16 14:29:48,710 - DEBUG - Pod ctest-busybox-pod-54584596 has vmi 4c9d041c-6251-11f0-b198-fa163e042d4e 2025-07-16 14:29:48,710 - INFO - Verified pod ctest-busybox-pod-54584596 in contrail-api 2025-07-16 14:29:48,710 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:29:48,725 - DEBUG - VMI 4c9d041c-6251-11f0-b198-fa163e042d4e is active in agent 10.0.0.249 2025-07-16 14:29:48,725 - INFO - Verified Pod ctest-busybox-pod-54584596 in agent 10.0.0.249 2025-07-16 14:29:48,726 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:29:48,730 - INFO - Pod ctest-busybox-pod-54584596 with uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e found in kube manager 2025-07-16 14:29:48,730 - INFO - Pod ctest-busybox-pod-54584596 verification passed 2025-07-16 14:29:48,779 - DEBUG - [Pod ctest-busybox-pod-54584596] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-32256770 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-07-16 14:29:48,779 - DEBUG - [Pod Pod ctest-busybox-pod-54584596] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-16 14:29:48,779 - DEBUG - [Pod Pod ctest-busybox-pod-54584596] Cmd output: ctest-nginx-pod-32256770 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-07-16 14:29:48,829 - DEBUG - [Pod ctest-busybox-pod-54584596] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98680086 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-07-16 14:29:48,829 - DEBUG - [Pod Pod ctest-busybox-pod-54584596] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-07-16 14:29:48,829 - DEBUG - [Pod Pod ctest-busybox-pod-54584596] Cmd output: ctest-nginx-pod-98680086 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-07-16 14:29:48,829 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-98680086': 1, 'ctest-nginx-pod-32256770': 1} 2025-07-16 14:29:48,829 - WARNING - Nothing to delete parallely 2025-07-16 14:29:48,829 - INFO - Deleting pod default:ctest-busybox-pod-54584596 2025-07-16 14:29:48,842 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:29:48,857 - WARNING - Pod uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e is still seen in agent 10.0.0.249 VM list 2025-07-16 14:29:53,858 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:29:53,865 - WARNING - Pod uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e is still seen in agent 10.0.0.249 VM list 2025-07-16 14:29:58,866 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:29:58,873 - WARNING - Pod uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e is still seen in agent 10.0.0.249 VM list 2025-07-16 14:30:03,875 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:30:03,882 - WARNING - Pod uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e is still seen in agent 10.0.0.249 VM list 2025-07-16 14:30:08,883 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:30:08,889 - WARNING - Pod uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e is still seen in agent 10.0.0.249 VM list 2025-07-16 14:30:13,890 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:30:13,896 - WARNING - Pod uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e is still seen in agent 10.0.0.249 VM list 2025-07-16 14:30:18,898 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:30:18,905 - WARNING - Pod uuid 7973930c-fa86-40b8-9b2b-e8e393bcd77e is still seen in agent 10.0.0.249 VM list 2025-07-16 14:30:23,906 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=7973930c-fa86-40b8-9b2b-e8e393bcd77e 2025-07-16 14:30:23,919 - DEBUG - Pod 7973930c-fa86-40b8-9b2b-e8e393bcd77e is not in agent 10.0.0.249 VM list 2025-07-16 14:30:23,919 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4c9d041c-6251-11f0-b198-fa163e042d4e 2025-07-16 14:30:23,940 - DEBUG - VMI 4c9d041c-6251-11f0-b198-fa163e042d4e is removed from agent 10.0.0.249 2025-07-16 14:30:23,941 - INFO - Verified that pod ctest-busybox-pod-54584596 is removed in agent 2025-07-16 14:30:23,941 - INFO - Deleting Ingress : ctest-nginx-ingress-47450356 2025-07-16 14:30:23,951 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=be6f8d69-29df-4d3f-b37b-31201d40fd3b 2025-07-16 14:30:23,958 - ERROR - Ingress ctest-nginx-ingress-47450356 with uuid be6f8d69-29df-4d3f-b37b-31201d40fd3b still found in kube manager 2025-07-16 14:30:24,967 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=be6f8d69-29df-4d3f-b37b-31201d40fd3b 2025-07-16 14:30:24,973 - ERROR - Ingress ctest-nginx-ingress-47450356 with uuid be6f8d69-29df-4d3f-b37b-31201d40fd3b still found in kube manager 2025-07-16 14:30:25,974 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=be6f8d69-29df-4d3f-b37b-31201d40fd3b 2025-07-16 14:30:25,978 - ERROR - Ingress ctest-nginx-ingress-47450356 with uuid be6f8d69-29df-4d3f-b37b-31201d40fd3b still found in kube manager 2025-07-16 14:30:26,980 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=be6f8d69-29df-4d3f-b37b-31201d40fd3b 2025-07-16 14:30:26,986 - ERROR - Ingress ctest-nginx-ingress-47450356 with uuid be6f8d69-29df-4d3f-b37b-31201d40fd3b still found in kube manager 2025-07-16 14:30:27,988 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=be6f8d69-29df-4d3f-b37b-31201d40fd3b 2025-07-16 14:30:27,997 - ERROR - Ingress ctest-nginx-ingress-47450356 with uuid be6f8d69-29df-4d3f-b37b-31201d40fd3b still found in kube manager 2025-07-16 14:30:28,998 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=be6f8d69-29df-4d3f-b37b-31201d40fd3b 2025-07-16 14:30:29,003 - INFO - Ingress ctest-nginx-ingress-47450356 with uuid be6f8d69-29df-4d3f-b37b-31201d40fd3b deleted successfully from kube manager 2025-07-16 14:30:29,003 - INFO - Verifications on Ingress %s cleanup passed 2025-07-16 14:30:29,003 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-16 14:30:29,092 - 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-07-16 14:30:29,102 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-16 14:30:29,102 - INFO - Deleting VN __public__ 2025-07-16 14:30:29,284 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/3733ad3c-aba5-49f4-9729-5a12a04023d5 2025-07-16 14:30:29,290 - DEBUG - Response Code: 404 2025-07-16 14:30:29,291 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-07-16 14:30:29,297 - DEBUG - Requesting: http://10.0.0.249:8082/domain/a53b83dd-07b1-43dc-ac72-d0d83f377531 2025-07-16 14:30:29,308 - DEBUG - Requesting: http://10.0.0.249:8082/project/d3be2c37-8244-402a-83f3-5c0be5284c03 2025-07-16 14:30:29,393 - INFO - Validated that VN __public__ is not found in API Server 2025-07-16 14:30:29,394 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-16 14:30:29,401 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 14:30:29,419 - DEBUG - VN __public__ is not present in Agent 10.0.0.249 2025-07-16 14:30:29,420 - INFO - Validated that VN __public__ is not in any agent 2025-07-16 14:30:29,420 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 14:30:29,429 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-16 14:30:29,435 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-16 14:30:29,443 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-16 14:30:29,444 - INFO - Deleting pod default:ctest-nginx-pod-32256770 2025-07-16 14:30:29,466 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=3c94af1c-e61f-4fa1-97b7-17c9341bd191 2025-07-16 14:30:29,489 - WARNING - Pod uuid 3c94af1c-e61f-4fa1-97b7-17c9341bd191 is still seen in agent 10.0.0.249 VM list 2025-07-16 14:30:34,490 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=3c94af1c-e61f-4fa1-97b7-17c9341bd191 2025-07-16 14:30:34,501 - DEBUG - Pod 3c94af1c-e61f-4fa1-97b7-17c9341bd191 is not in agent 10.0.0.249 VM list 2025-07-16 14:30:34,501 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3aa264be-6251-11f0-b198-fa163e042d4e 2025-07-16 14:30:34,510 - DEBUG - VMI 3aa264be-6251-11f0-b198-fa163e042d4e is removed from agent 10.0.0.249 2025-07-16 14:30:34,510 - INFO - Verified that pod ctest-nginx-pod-32256770 is removed in agent 2025-07-16 14:30:34,511 - INFO - Deleting pod default:ctest-nginx-pod-98680086 2025-07-16 14:30:34,529 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e3bdbe9d-699c-4dd7-b2e6-55e2a60d782f 2025-07-16 14:30:34,548 - WARNING - Pod uuid e3bdbe9d-699c-4dd7-b2e6-55e2a60d782f is still seen in agent 10.0.0.249 VM list 2025-07-16 14:30:39,550 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=e3bdbe9d-699c-4dd7-b2e6-55e2a60d782f 2025-07-16 14:30:39,559 - DEBUG - Pod e3bdbe9d-699c-4dd7-b2e6-55e2a60d782f is not in agent 10.0.0.249 VM list 2025-07-16 14:30:39,559 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3617837a-6251-11f0-b198-fa163e042d4e 2025-07-16 14:30:39,568 - DEBUG - VMI 3617837a-6251-11f0-b198-fa163e042d4e is removed from agent 10.0.0.249 2025-07-16 14:30:39,568 - INFO - Verified that pod ctest-nginx-pod-98680086 is removed in agent 2025-07-16 14:30:39,568 - INFO - Deleting service : ctest-nginx-svc-34261899 2025-07-16 14:30:40,125 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 14:30:40,136 - DEBUG - No XMPP flaps were noticed during the test
2025-07-16 14:30:40,136 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:59]
2025-07-16 14:30:40,136 - INFO - -------------------------------------------------------------------------------- 2025-07-16 14:30:46,586 - 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-07-16 14:30:46,766 - DEBUG - Output : cluster_project={} 2025-07-16 14:30:46,815 - 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-07-16 14:30:47,016 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-16 14:30:47,036 - 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-07-16 14:30:47,215 - DEBUG - Output : cluster_project={} 2025-07-16 14:30:49,224 - 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-07-16 14:30:49,439 - DEBUG - Output : cluster_project={} 2025-07-16 14:30:51,448 - 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-07-16 14:30:51,616 - DEBUG - Output : cluster_project={} 2025-07-16 14:31:31,832 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:31:36,889 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:31:41,941 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:31:46,994 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:32:07,070 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:32:17,221 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:32:17,268 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:32:17,312 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-16 14:32:17,891 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 14:32:26,032 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_ApplicationPolicySetReq? 2025-07-16 14:32:26,040 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 14:32:26,071 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 14:32:28,111 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 14:32:30,147 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 14:32:32,184 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AclReq? 2025-07-16 14:35:32,625 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-16 14:35:32,724 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=90284d66-8ccc-45a8-b6cd-9e949a8ba2fc 2025-07-16 14:35:32,736 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=291bbc60-b6b9-429c-bf11-65fa7e32fdef 2025-07-16 14:35:32,769 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:35:32,792 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:35:32,797 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=3a4a6d40-b1f4-48c1-9e38-cf8300ca88c0 2025-07-16 14:35:32,811 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f141d4ee-dcd1-4a66-b695-2d5644879bae 2025-07-16 14:35:32,819 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:35:32,828 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:35:37,888 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=90284d66-8ccc-45a8-b6cd-9e949a8ba2fc 2025-07-16 14:35:37,892 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=291bbc60-b6b9-429c-bf11-65fa7e32fdef 2025-07-16 14:35:37,894 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:35:37,897 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:35:37,899 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=3a4a6d40-b1f4-48c1-9e38-cf8300ca88c0 2025-07-16 14:35:37,900 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:35:37,902 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f141d4ee-dcd1-4a66-b695-2d5644879bae 2025-07-16 14:35:37,903 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:35:37,929 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:92aa84ac-6251-11f0-b198-fa163e042d4e 2025-07-16 14:35:42,898 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=90284d66-8ccc-45a8-b6cd-9e949a8ba2fc 2025-07-16 14:35:42,909 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=291bbc60-b6b9-429c-bf11-65fa7e32fdef 2025-07-16 14:35:42,928 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:35:42,931 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:35:42,932 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:35:42,934 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:35:42,936 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f141d4ee-dcd1-4a66-b695-2d5644879bae 2025-07-16 14:35:42,962 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8a80af9a-6251-11f0-b198-fa163e042d4e 2025-07-16 14:35:42,968 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f3bd6a4-6251-11f0-b198-fa163e042d4e 2025-07-16 14:35:47,908 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=90284d66-8ccc-45a8-b6cd-9e949a8ba2fc 2025-07-16 14:35:47,916 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:87191798-6251-11f0-b198-fa163e042d4e 2025-07-16 14:35:47,968 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:35:47,969 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:35:47,970 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:35:47,972 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:35:52,991 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:35:52,994 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:35:52,995 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:35:52,997 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:35:58,013 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:35:58,015 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:35:58,016 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:35:58,017 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:36:03,041 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:36:03,043 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:36:03,045 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:36:03,046 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:36:08,059 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=65f836df-cce0-4f0a-8bf4-bc887c875aca 2025-07-16 14:36:08,066 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:959c0b0e-6251-11f0-b198-fa163e042d4e 2025-07-16 14:36:08,069 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=8116be3e-f104-47dd-bb5e-f57245d5f063 2025-07-16 14:36:08,070 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:36:08,072 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:36:08,085 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a10a9f28-6251-11f0-b198-fa163e042d4e 2025-07-16 14:36:13,085 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=52e80881-ce7d-451a-bae2-20df7ada680b 2025-07-16 14:36:13,087 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_VmListReq?uuid=f00c2caa-9b51-4e97-82b3-ad2106ec1f02 2025-07-16 14:36:13,103 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9c72271a-6251-11f0-b198-fa163e042d4e 2025-07-16 14:36:13,108 - DEBUG - Requesting: http://10.0.0.249:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:999e56b2-6251-11f0-b198-fa163e042d4e