2025-07-10 02:05:06,893 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-07-10 02:05:07,142 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1323-1 2025-07-10 02:05:07,142 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-07-10 02:05:07,176 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1323-1 2025-07-10 02:05:07,176 - DEBUG - [10.0.0.33]: 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-10 02:05:07,241 - DEBUG - Output : NAMES contrail_test_3EwTbk9aT contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 2025-07-10 02:05:07,242 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-10 02:05:07,309 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-07-10 02:05:07,310 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-07-10 02:05:07,343 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1323-1 2025-07-10 02:05:07,442 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-07-10 02:05:07,660 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1323-1 2025-07-10 02:05:07,660 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-07-10 02:05:07,684 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1323-1 2025-07-10 02:05:07,684 - DEBUG - [10.0.0.19]: 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-10 02:05:07,770 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-10 02:05:07,770 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-10 02:05:07,804 - DEBUG - Output : 10.0.0.19/24 2025-07-10 02:05:07,804 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-07-10 02:05:07,839 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1323-1 2025-07-10 02:05:07,926 - INFO - Using existing project ['default-domain', 'k8s-default'](086d92ab-419a-44d4-b2e2-86f579c5f9f2) 2025-07-10 02:05:08,040 - INFO - Using existing project ['default-domain', 'k8s-default'](086d92ab-419a-44d4-b2e2-86f579c5f9f2) 2025-07-10 02:05:08,209 - INFO - ================================================================================ 2025-07-10 02:05:08,210 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-10 02:05:08,210 - 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-10 02:05:08,448 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-10 02:05:08,457 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.33': '0'}} with 2025-07-10 02:05:08,457 - INFO - Initial checks done. Running the testcase now 2025-07-10 02:05:08,457 - INFO - 2025-07-10 02:05:08,461 - INFO - Namespace default already exists 2025-07-10 02:05:08,462 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-10 02:05:08,568 - DEBUG - Output : cluster_project={} 2025-07-10 02:05:08,623 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-10 02:05:08,623 - DEBUG - Project uuid in Contrail is 086d92ab-419a-44d4-b2e2-86f579c5f9f2 2025-07-10 02:05:08,623 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-10 02:05:08,740 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-10 02:05:08,741 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=af4603d0-a47f-4324-afdc-7dfc922ce123 2025-07-10 02:05:08,745 - INFO - Namespace default with uuid af4603d0-a47f-4324-afdc-7dfc922ce123 found in kube manager 2025-07-10 02:05:08,745 - INFO - Namespace default verification passed 2025-07-10 02:05:08,748 - DEBUG - Service ctest-nginx-svc-02308140 not present 2025-07-10 02:05:08,748 - INFO - Creating service ctest-nginx-svc-02308140 2025-07-10 02:05:08,768 - INFO - Created Service ctest-nginx-svc-02308140 2025-07-10 02:05:08,775 - DEBUG - Pod ctest-nginx-pod-67518042 not present 2025-07-10 02:05:08,775 - INFO - Creating Pod ctest-nginx-pod-67518042 2025-07-10 02:05:08,858 - DEBUG - Pod : ctest-nginx-pod-67518042 UUID is d9142e50-d6f7-4bf1-8d11-bc1d917fad6a 2025-07-10 02:05:08,864 - DEBUG - Pod ctest-nginx-pod-50869690 not present 2025-07-10 02:05:08,865 - INFO - Creating Pod ctest-nginx-pod-50869690 2025-07-10 02:05:08,897 - DEBUG - Pod : ctest-nginx-pod-50869690 UUID is d80b8ee4-a0df-4f67-a712-3ac39e54b38e 2025-07-10 02:05:09,070 - INFO - Created VN __public__, UUID :006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:09,307 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-07-10 02:05:09,314 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a39605c5-622a-4719-9a07-e6830d92eacc 2025-07-10 02:05:09,330 - DEBUG - Requesting: http://10.0.0.33:8082/project/086d92ab-419a-44d4-b2e2-86f579c5f9f2 2025-07-10 02:05:09,402 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:09,416 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:09,425 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:05:09,433 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:05:09,481 - DEBUG - Route Targets: [] 2025-07-10 02:05:09,481 - DEBUG - RT names not yet present for VN __public__ 2025-07-10 02:05:14,482 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-07-10 02:05:14,487 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a39605c5-622a-4719-9a07-e6830d92eacc 2025-07-10 02:05:14,495 - DEBUG - Requesting: http://10.0.0.33:8082/project/086d92ab-419a-44d4-b2e2-86f579c5f9f2 2025-07-10 02:05:14,539 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:14,551 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:14,560 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:05:14,569 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:05:14,577 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/2ae46518-e471-47db-9dea-527e3842f602 2025-07-10 02:05:14,583 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-10 02:05:14,583 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:14,593 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:05:14,607 - INFO - Verified VN network id 13 for VN 006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:14,607 - INFO - Verifications in API Server for VN __public__ passed 2025-07-10 02:05:14,607 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:14,616 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:05:14,623 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:05:14,630 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/2ae46518-e471-47db-9dea-527e3842f602 2025-07-10 02:05:14,636 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-10 02:05:14,642 - DEBUG - Control-node 10.0.0.33 : 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': '29098487137125141', 'uuid-lslong': '11686171343648696752'}, 'enable': 'true', 'created': '2025-07-10T02:05:09', 'last-modified': '2025-07-10T02:05:09', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.404480'} 2025-07-10 02:05:14,642 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-10 02:05:14,650 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-10 02:05:14,651 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-10 02:05:14,651 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-10 02:05:14,651 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-07-10 02:05:14,657 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a39605c5-622a-4719-9a07-e6830d92eacc 2025-07-10 02:05:14,664 - DEBUG - Requesting: http://10.0.0.33:8082/project/086d92ab-419a-44d4-b2e2-86f579c5f9f2 2025-07-10 02:05:14,707 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:14,718 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-10 02:05:14,718 - DEBUG - Verifying the vn in opserver 2025-07-10 02:05:14,718 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-07-10 02:05:14,719 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-07-10 02:05:14,724 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-10 02:05:14,725 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-10 02:05:14,725 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-10 02:05:14,733 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-10 02:05:14,740 - DEBUG - Do not have enough data to verify VN in agent 2025-07-10 02:05:14,740 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-10 02:05:14,746 - DEBUG - VRF ids for VN __public__: {} 2025-07-10 02:05:14,853 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-10 02:05:14,968 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-07-10 02:05:14,974 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a39605c5-622a-4719-9a07-e6830d92eacc 2025-07-10 02:05:14,981 - DEBUG - Requesting: http://10.0.0.33:8082/project/086d92ab-419a-44d4-b2e2-86f579c5f9f2 2025-07-10 02:05:15,037 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:15,052 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/065b0741-b066-4f73-8345-db86a916f799 2025-07-10 02:05:15,061 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-07-10 02:05:15,066 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a39605c5-622a-4719-9a07-e6830d92eacc 2025-07-10 02:05:15,073 - DEBUG - Requesting: http://10.0.0.33:8082/project/086d92ab-419a-44d4-b2e2-86f579c5f9f2 2025-07-10 02:05:15,112 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/006760eb-7d4f-4315-a22d-9eebca87a9b0 2025-07-10 02:05:15,122 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-10 02:05:15,122 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-10 02:05:15,129 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-10 02:05:15,134 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-10 02:05:15,135 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-10 02:05:15,137 - DEBUG - Ingress ctest-nginx-ingress-49533692 not present 2025-07-10 02:05:15,137 - INFO - Creating Ingress ctest-nginx-ingress-49533692 2025-07-10 02:05:15,144 - INFO - Created Ingress ctest-nginx-ingress-49533692 2025-07-10 02:05:15,147 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49533692 2025-07-10 02:05:18,152 - DEBUG - For Ingress ctest-nginx-ingress-49533692, Cluster IP: 10.47.255.249, External IPs ['32.253.143.252'] 2025-07-10 02:05:18,152 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-49533692 2025-07-10 02:05:18,152 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=5eb2aaa1-14f1-451b-a974-5a62517cf0e1 2025-07-10 02:05:18,158 - INFO - Ingress ctest-nginx-ingress-49533692 with uuid 5eb2aaa1-14f1-451b-a974-5a62517cf0e1 found in kube manager 2025-07-10 02:05:18,158 - INFO - Ingress ctest-nginx-ingress-49533692 verification passed 2025-07-10 02:05:18,161 - DEBUG - Pod ctest-busybox-pod-76906772 not present 2025-07-10 02:05:18,161 - INFO - Creating Pod ctest-busybox-pod-76906772 2025-07-10 02:05:18,209 - DEBUG - Pod : ctest-busybox-pod-76906772 UUID is 16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:18,216 - DEBUG - Pod ctest-nginx-pod-67518042 not in running state.Currently in Pending 2025-07-10 02:05:23,224 - DEBUG - Pod ctest-nginx-pod-67518042 not in running state.Currently in Pending 2025-07-10 02:05:28,231 - INFO - Pod ctest-nginx-pod-67518042 is in running state.Got IP 10.47.255.251 2025-07-10 02:05:28,288 - DEBUG - Pod ctest-nginx-pod-67518042 has vmi 4f0b5f2e-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:05:28,288 - INFO - Verified pod ctest-nginx-pod-67518042 in contrail-api 2025-07-10 02:05:28,288 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:05:28,301 - DEBUG - VMI 4f0b5f2e-5d32-11f0-9b58-fa163e5b0e0a is active in agent 10.0.0.19 2025-07-10 02:05:28,302 - INFO - Verified Pod ctest-nginx-pod-67518042 in agent 10.0.0.19 2025-07-10 02:05:28,302 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=d9142e50-d6f7-4bf1-8d11-bc1d917fad6a 2025-07-10 02:05:28,306 - INFO - Pod ctest-nginx-pod-67518042 with uuid d9142e50-d6f7-4bf1-8d11-bc1d917fad6a found in kube manager 2025-07-10 02:05:28,307 - INFO - Pod ctest-nginx-pod-67518042 verification passed 2025-07-10 02:05:28,373 - DEBUG - [Pod ctest-nginx-pod-67518042] Cmd: echo ctest-nginx-pod-67518042 > /usr/share/nginx/html/index.html, Output: 2025-07-10 02:05:28,378 - INFO - Pod ctest-nginx-pod-50869690 is in running state.Got IP 10.47.255.250 2025-07-10 02:05:28,392 - DEBUG - Pod ctest-nginx-pod-50869690 has vmi 4f7733ac-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:05:28,393 - INFO - Verified pod ctest-nginx-pod-50869690 in contrail-api 2025-07-10 02:05:28,393 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:05:28,405 - DEBUG - VMI 4f7733ac-5d32-11f0-9b58-fa163e5b0e0a is active in agent 10.0.0.19 2025-07-10 02:05:28,405 - INFO - Verified Pod ctest-nginx-pod-50869690 in agent 10.0.0.19 2025-07-10 02:05:28,405 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=d80b8ee4-a0df-4f67-a712-3ac39e54b38e 2025-07-10 02:05:28,410 - INFO - Pod ctest-nginx-pod-50869690 with uuid d80b8ee4-a0df-4f67-a712-3ac39e54b38e found in kube manager 2025-07-10 02:05:28,410 - INFO - Pod ctest-nginx-pod-50869690 verification passed 2025-07-10 02:05:28,460 - DEBUG - [Pod ctest-nginx-pod-50869690] Cmd: echo ctest-nginx-pod-50869690 > /usr/share/nginx/html/index.html, Output: 2025-07-10 02:05:28,465 - DEBUG - Pod ctest-busybox-pod-76906772 not in running state.Currently in Pending 2025-07-10 02:05:33,473 - INFO - Pod ctest-busybox-pod-76906772 is in running state.Got IP 10.47.255.248 2025-07-10 02:05:33,490 - DEBUG - Pod ctest-busybox-pod-76906772 has vmi 53c3f26a-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:05:33,490 - INFO - Verified pod ctest-busybox-pod-76906772 in contrail-api 2025-07-10 02:05:33,490 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:05:33,502 - DEBUG - VMI 53c3f26a-5d32-11f0-9b58-fa163e5b0e0a is active in agent 10.0.0.19 2025-07-10 02:05:33,502 - INFO - Verified Pod ctest-busybox-pod-76906772 in agent 10.0.0.19 2025-07-10 02:05:33,502 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:33,507 - INFO - Pod ctest-busybox-pod-76906772 with uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 found in kube manager 2025-07-10 02:05:33,507 - INFO - Pod ctest-busybox-pod-76906772 verification passed 2025-07-10 02:05:33,557 - DEBUG - [Pod ctest-busybox-pod-76906772] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50869690 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,557 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-10 02:05:33,557 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd output: ctest-nginx-pod-50869690 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,610 - DEBUG - [Pod ctest-busybox-pod-76906772] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50869690 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,611 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-10 02:05:33,611 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd output: ctest-nginx-pod-50869690 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,657 - DEBUG - [Pod ctest-busybox-pod-76906772] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-50869690 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,657 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-10 02:05:33,657 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-50869690 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,710 - DEBUG - [Pod ctest-busybox-pod-76906772] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-50869690 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,710 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-10 02:05:33,710 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd output: ctest-nginx-pod-50869690 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,765 - DEBUG - [Pod ctest-busybox-pod-76906772] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-67518042 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,766 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-10 02:05:33,766 - DEBUG - [Pod Pod ctest-busybox-pod-76906772] Cmd output: ctest-nginx-pod-67518042 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-07-10 02:05:33,766 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-67518042': 1, 'ctest-nginx-pod-50869690': 4} 2025-07-10 02:05:33,766 - WARNING - Nothing to delete parallely 2025-07-10 02:05:33,766 - INFO - Deleting pod default:ctest-busybox-pod-76906772 2025-07-10 02:05:33,781 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:33,790 - WARNING - Pod uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is still seen in agent 10.0.0.19 VM list 2025-07-10 02:05:38,791 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:38,799 - WARNING - Pod uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is still seen in agent 10.0.0.19 VM list 2025-07-10 02:05:43,800 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:43,808 - WARNING - Pod uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is still seen in agent 10.0.0.19 VM list 2025-07-10 02:05:48,810 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:48,818 - WARNING - Pod uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is still seen in agent 10.0.0.19 VM list 2025-07-10 02:05:53,819 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:53,830 - WARNING - Pod uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is still seen in agent 10.0.0.19 VM list 2025-07-10 02:05:58,830 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:05:58,841 - WARNING - Pod uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is still seen in agent 10.0.0.19 VM list 2025-07-10 02:06:03,842 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:06:03,852 - WARNING - Pod uuid 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is still seen in agent 10.0.0.19 VM list 2025-07-10 02:06:08,852 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=16cf9641-eff3-43ba-9c3c-3d2331d911f2 2025-07-10 02:06:08,860 - DEBUG - Pod 16cf9641-eff3-43ba-9c3c-3d2331d911f2 is not in agent 10.0.0.19 VM list 2025-07-10 02:06:08,860 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:53c3f26a-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:06:08,866 - DEBUG - VMI 53c3f26a-5d32-11f0-9b58-fa163e5b0e0a is removed from agent 10.0.0.19 2025-07-10 02:06:08,866 - INFO - Verified that pod ctest-busybox-pod-76906772 is removed in agent 2025-07-10 02:06:08,866 - INFO - Deleting Ingress : ctest-nginx-ingress-49533692 2025-07-10 02:06:08,872 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=5eb2aaa1-14f1-451b-a974-5a62517cf0e1 2025-07-10 02:06:08,877 - ERROR - Ingress ctest-nginx-ingress-49533692 with uuid 5eb2aaa1-14f1-451b-a974-5a62517cf0e1 still found in kube manager 2025-07-10 02:06:09,878 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=5eb2aaa1-14f1-451b-a974-5a62517cf0e1 2025-07-10 02:06:09,882 - INFO - Ingress ctest-nginx-ingress-49533692 with uuid 5eb2aaa1-14f1-451b-a974-5a62517cf0e1 deleted successfully from kube manager 2025-07-10 02:06:09,882 - INFO - Verifications on Ingress %s cleanup passed 2025-07-10 02:06:09,883 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-10 02:06:10,040 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-10 02:06:10,047 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-10 02:06:10,047 - INFO - Deleting VN __public__ 2025-07-10 02:06:10,204 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/d87c4f11-7672-46db-94f1-1dc2b881e4db 2025-07-10 02:06:10,215 - DEBUG - Response Code: 404 2025-07-10 02:06:10,215 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-07-10 02:06:10,228 - DEBUG - Requesting: http://10.0.0.33:8082/domain/a39605c5-622a-4719-9a07-e6830d92eacc 2025-07-10 02:06:10,235 - DEBUG - Requesting: http://10.0.0.33:8082/project/086d92ab-419a-44d4-b2e2-86f579c5f9f2 2025-07-10 02:06:10,290 - INFO - Validated that VN __public__ is not found in API Server 2025-07-10 02:06:10,291 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-10 02:06:10,299 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-10 02:06:10,308 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-07-10 02:06:10,308 - INFO - Validated that VN __public__ is not in any agent 2025-07-10 02:06:10,308 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-10 02:06:10,321 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-10 02:06:10,327 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-10 02:06:10,334 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-10 02:06:10,334 - INFO - Deleting pod default:ctest-nginx-pod-50869690 2025-07-10 02:06:10,349 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d80b8ee4-a0df-4f67-a712-3ac39e54b38e 2025-07-10 02:06:10,359 - WARNING - Pod uuid d80b8ee4-a0df-4f67-a712-3ac39e54b38e is still seen in agent 10.0.0.19 VM list 2025-07-10 02:06:15,360 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d80b8ee4-a0df-4f67-a712-3ac39e54b38e 2025-07-10 02:06:15,367 - DEBUG - Pod d80b8ee4-a0df-4f67-a712-3ac39e54b38e is not in agent 10.0.0.19 VM list 2025-07-10 02:06:15,367 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4f7733ac-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:06:15,373 - DEBUG - VMI 4f7733ac-5d32-11f0-9b58-fa163e5b0e0a is removed from agent 10.0.0.19 2025-07-10 02:06:15,373 - INFO - Verified that pod ctest-nginx-pod-50869690 is removed in agent 2025-07-10 02:06:15,373 - INFO - Deleting pod default:ctest-nginx-pod-67518042 2025-07-10 02:06:15,391 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d9142e50-d6f7-4bf1-8d11-bc1d917fad6a 2025-07-10 02:06:15,399 - WARNING - Pod uuid d9142e50-d6f7-4bf1-8d11-bc1d917fad6a is still seen in agent 10.0.0.19 VM list 2025-07-10 02:06:20,402 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=d9142e50-d6f7-4bf1-8d11-bc1d917fad6a 2025-07-10 02:06:20,409 - DEBUG - Pod d9142e50-d6f7-4bf1-8d11-bc1d917fad6a is not in agent 10.0.0.19 VM list 2025-07-10 02:06:20,409 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4f0b5f2e-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:06:20,416 - DEBUG - VMI 4f0b5f2e-5d32-11f0-9b58-fa163e5b0e0a is removed from agent 10.0.0.19 2025-07-10 02:06:20,416 - INFO - Verified that pod ctest-nginx-pod-67518042 is removed in agent 2025-07-10 02:06:20,417 - INFO - Deleting service : ctest-nginx-svc-02308140 2025-07-10 02:06:20,653 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-10 02:06:20,660 - DEBUG - No XMPP flaps were noticed during the test 2025-07-10 02:06:20,660 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-07-10 02:06:20,660 - INFO - -------------------------------------------------------------------------------- 2025-07-10 02:06:27,172 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-10 02:06:27,299 - DEBUG - Output : cluster_project={} 2025-07-10 02:06:27,358 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-10 02:06:27,499 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-10 02:06:27,527 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-10 02:06:27,675 - DEBUG - Output : cluster_project={} 2025-07-10 02:06:37,816 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:42,867 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:42,952 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:42,991 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:48,037 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:48,116 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:48,218 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:48,296 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-10 02:06:48,560 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-10 02:06:51,250 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-07-10 02:06:51,257 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-10 02:06:51,287 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-10 02:06:53,315 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-07-10 02:09:53,257 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-10 02:09:53,350 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=df208ed3-da21-4b42-bc21-54992c92d834 2025-07-10 02:09:53,400 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=5e8830fb-ab3b-4f8a-9d23-d554129a8b77 2025-07-10 02:09:53,409 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:09:53,432 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:09:53,442 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3df4dc76-15e8-4d87-b4d1-4e1bb45e362d 2025-07-10 02:09:53,456 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=5c3f7488-0909-4d52-8245-781ce201cead 2025-07-10 02:09:53,460 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:09:53,464 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:09:58,358 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=df208ed3-da21-4b42-bc21-54992c92d834 2025-07-10 02:09:58,366 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7dce52da-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:09:58,470 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:09:58,472 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=5e8830fb-ab3b-4f8a-9d23-d554129a8b77 2025-07-10 02:09:58,483 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7e5b4ac8-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:09:58,518 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=3df4dc76-15e8-4d87-b4d1-4e1bb45e362d 2025-07-10 02:09:58,520 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=5c3f7488-0909-4d52-8245-781ce201cead 2025-07-10 02:09:58,521 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:09:58,525 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:09:58,526 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:09:58,533 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f055680-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:09:58,539 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f7c7288-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:10:03,486 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:10:03,543 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:10:03,545 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:10:03,546 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:10:08,494 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:10:08,559 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:10:08,561 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:10:08,562 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:10:13,503 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:10:13,575 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:10:13,578 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:10:13,580 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:10:18,513 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:10:18,592 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:10:18,594 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:10:18,595 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:10:23,524 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:10:23,606 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:10:23,608 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:10:23,610 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:10:28,551 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6c228600-af36-4f20-a39e-5a77be79e86a 2025-07-10 02:10:28,565 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:80fc18ac-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:10:28,622 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c7048848-a44c-4c1f-bb80-7263826bdea1 2025-07-10 02:10:28,625 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=943a7968-560d-4914-9a88-ba724bc29b09 2025-07-10 02:10:28,627 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8db7b06a-3280-420c-9e0a-1f64d0d338eb 2025-07-10 02:10:28,639 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:817af5aa-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:10:28,642 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8072b31e-5d32-11f0-9b58-fa163e5b0e0a 2025-07-10 02:10:28,644 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7ff5a914-5d32-11f0-9b58-fa163e5b0e0a