2025-07-24 02:15:39,911 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-07-24 02:15:40,164 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1342-1 2025-07-24 02:15:40,164 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-07-24 02:15:40,198 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1342-1 2025-07-24 02:15:40,198 - DEBUG - [10.0.0.49]: 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-24 02:15:40,316 - DEBUG - Output : NAMES contrail_test_zbxmFMaQR contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-schema-1 2025-07-24 02:15:40,316 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-24 02:15:40,349 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-07-24 02:15:40,349 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-07-24 02:15:40,383 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1342-1 2025-07-24 02:15:40,467 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-07-24 02:15:40,683 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1342-1 2025-07-24 02:15:40,683 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-07-24 02:15:40,707 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1342-1 2025-07-24 02:15:40,707 - DEBUG - [10.0.0.56]: 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-24 02:15:40,793 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-24 02:15:40,793 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-24 02:15:40,828 - DEBUG - Output : 10.0.0.56/24 2025-07-24 02:15:40,828 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-07-24 02:15:40,851 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1342-1 2025-07-24 02:15:40,920 - INFO - Using existing project ['default-domain', 'k8s-default'](f5ed9adf-ff1d-4e54-a062-a96f448562c9) 2025-07-24 02:15:41,023 - INFO - Using existing project ['default-domain', 'k8s-default'](f5ed9adf-ff1d-4e54-a062-a96f448562c9) 2025-07-24 02:15:41,215 - INFO - ================================================================================ 2025-07-24 02:15:41,215 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-24 02:15:41,216 - 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-24 02:15:41,436 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-24 02:15:41,443 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.49': '0'}} with 2025-07-24 02:15:41,444 - INFO - Initial checks done. Running the testcase now 2025-07-24 02:15:41,444 - INFO - 2025-07-24 02:15:41,447 - INFO - Namespace default already exists 2025-07-24 02:15:41,447 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-24 02:15:41,553 - DEBUG - Output : cluster_project={} 2025-07-24 02:15:41,599 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-24 02:15:41,600 - DEBUG - Project uuid in Contrail is f5ed9adf-ff1d-4e54-a062-a96f448562c9 2025-07-24 02:15:41,600 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-24 02:15:41,716 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-24 02:15:41,717 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=33d06cf0-513c-4357-8cd3-f3f48dc8cbbc 2025-07-24 02:15:41,721 - INFO - Namespace default with uuid 33d06cf0-513c-4357-8cd3-f3f48dc8cbbc found in kube manager 2025-07-24 02:15:41,721 - INFO - Namespace default verification passed 2025-07-24 02:15:41,724 - DEBUG - Service ctest-nginx-svc-14460231 not present 2025-07-24 02:15:41,724 - INFO - Creating service ctest-nginx-svc-14460231 2025-07-24 02:15:41,746 - INFO - Created Service ctest-nginx-svc-14460231 2025-07-24 02:15:41,749 - DEBUG - Pod ctest-nginx-pod-39836551 not present 2025-07-24 02:15:41,749 - INFO - Creating Pod ctest-nginx-pod-39836551 2025-07-24 02:15:41,809 - DEBUG - Pod : ctest-nginx-pod-39836551 UUID is 947fe968-a60c-4310-b24a-3f62b8f25085 2025-07-24 02:15:41,817 - DEBUG - Pod ctest-nginx-pod-94057302 not present 2025-07-24 02:15:41,820 - INFO - Creating Pod ctest-nginx-pod-94057302 2025-07-24 02:15:41,854 - DEBUG - Pod : ctest-nginx-pod-94057302 UUID is 65e7fba4-5c68-4fa1-ae33-d8b7743e8ac9 2025-07-24 02:15:42,081 - INFO - Created VN __public__, UUID :915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:42,341 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-24 02:15:42,346 - DEBUG - Requesting: http://10.0.0.49:8082/domain/3f2f3bdd-1e7f-4d0a-9150-9f90ddd9268d 2025-07-24 02:15:42,359 - DEBUG - Requesting: http://10.0.0.49:8082/project/f5ed9adf-ff1d-4e54-a062-a96f448562c9 2025-07-24 02:15:42,409 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:42,420 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:42,428 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:15:42,468 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:15:42,488 - DEBUG - Route Targets: [] 2025-07-24 02:15:42,489 - DEBUG - RT names not yet present for VN __public__ 2025-07-24 02:15:47,489 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-24 02:15:47,495 - DEBUG - Requesting: http://10.0.0.49:8082/domain/3f2f3bdd-1e7f-4d0a-9150-9f90ddd9268d 2025-07-24 02:15:47,503 - DEBUG - Requesting: http://10.0.0.49:8082/project/f5ed9adf-ff1d-4e54-a062-a96f448562c9 2025-07-24 02:15:47,547 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:47,565 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:47,574 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:15:47,582 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:15:47,588 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/c68b9563-4262-4dc4-9b7d-da597fa8d3d6 2025-07-24 02:15:47,594 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-24 02:15:47,594 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:47,602 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:15:47,615 - INFO - Verified VN network id 13 for VN 915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:47,615 - INFO - Verifications in API Server for VN __public__ passed 2025-07-24 02:15:47,615 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:47,623 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:15:47,629 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:15:47,636 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/c68b9563-4262-4dc4-9b7d-da597fa8d3d6 2025-07-24 02:15:47,642 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-24 02:15:47,648 - DEBUG - Control-node 10.0.0.49 : 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': '10474425985445413608', 'uuid-lslong': '10112262559909744741'}, 'enable': 'true', 'created': '2025-07-24T02:15:42', 'last-modified': '2025-07-24T02:15:42', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.403070'} 2025-07-24 02:15:47,648 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-24 02:15:47,655 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-24 02:15:47,655 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-24 02:15:47,655 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-24 02:15:47,655 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-24 02:15:47,660 - DEBUG - Requesting: http://10.0.0.49:8082/domain/3f2f3bdd-1e7f-4d0a-9150-9f90ddd9268d 2025-07-24 02:15:47,668 - DEBUG - Requesting: http://10.0.0.49:8082/project/f5ed9adf-ff1d-4e54-a062-a96f448562c9 2025-07-24 02:15:47,708 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:47,723 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-24 02:15:47,723 - DEBUG - Verifying the vn in opserver 2025-07-24 02:15:47,723 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-07-24 02:15:47,723 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-07-24 02:15:47,728 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-24 02:15:47,728 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-24 02:15:47,728 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-24 02:15:47,737 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-24 02:15:47,743 - DEBUG - Do not have enough data to verify VN in agent 2025-07-24 02:15:47,743 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-24 02:15:47,749 - DEBUG - VRF ids for VN __public__: {} 2025-07-24 02:15:47,840 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-24 02:15:47,940 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-24 02:15:47,946 - DEBUG - Requesting: http://10.0.0.49:8082/domain/3f2f3bdd-1e7f-4d0a-9150-9f90ddd9268d 2025-07-24 02:15:47,954 - DEBUG - Requesting: http://10.0.0.49:8082/project/f5ed9adf-ff1d-4e54-a062-a96f448562c9 2025-07-24 02:15:47,989 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:48,000 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/dca7b98b-9caf-41a6-8dab-99899595967b 2025-07-24 02:15:48,008 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-24 02:15:48,014 - DEBUG - Requesting: http://10.0.0.49:8082/domain/3f2f3bdd-1e7f-4d0a-9150-9f90ddd9268d 2025-07-24 02:15:48,022 - DEBUG - Requesting: http://10.0.0.49:8082/project/f5ed9adf-ff1d-4e54-a062-a96f448562c9 2025-07-24 02:15:48,058 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/915ca2f0-1898-42e8-8c55-f9389ee71065 2025-07-24 02:15:48,067 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-24 02:15:48,067 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-24 02:15:48,074 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-24 02:15:48,079 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-24 02:15:48,080 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-24 02:15:48,082 - DEBUG - Ingress ctest-nginx-ingress-37013624 not present 2025-07-24 02:15:48,082 - INFO - Creating Ingress ctest-nginx-ingress-37013624 2025-07-24 02:15:48,089 - INFO - Created Ingress ctest-nginx-ingress-37013624 2025-07-24 02:15:48,093 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-37013624 2025-07-24 02:15:51,103 - DEBUG - For Ingress ctest-nginx-ingress-37013624, Cluster IP: 10.47.255.249, External IPs ['174.64.147.188'] 2025-07-24 02:15:51,103 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-37013624 2025-07-24 02:15:51,103 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=256f3db5-62b6-4c93-8b1f-453ee82deed8 2025-07-24 02:15:51,109 - INFO - Ingress ctest-nginx-ingress-37013624 with uuid 256f3db5-62b6-4c93-8b1f-453ee82deed8 found in kube manager 2025-07-24 02:15:51,109 - INFO - Ingress ctest-nginx-ingress-37013624 verification passed 2025-07-24 02:15:51,117 - DEBUG - Pod ctest-busybox-pod-78918969 not present 2025-07-24 02:15:51,117 - INFO - Creating Pod ctest-busybox-pod-78918969 2025-07-24 02:15:51,130 - DEBUG - Node for Pod ctest-busybox-pod-78918969 not yet populated 2025-07-24 02:15:54,137 - DEBUG - Pod : ctest-busybox-pod-78918969 UUID is 1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:15:54,142 - DEBUG - Pod ctest-nginx-pod-39836551 not in running state.Currently in Pending 2025-07-24 02:15:59,149 - INFO - Pod ctest-nginx-pod-39836551 is in running state.Got IP 10.47.255.251 2025-07-24 02:15:59,163 - DEBUG - Pod ctest-nginx-pod-39836551 has vmi 1a0e2f4c-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:15:59,163 - INFO - Verified pod ctest-nginx-pod-39836551 in contrail-api 2025-07-24 02:15:59,163 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:15:59,174 - DEBUG - VMI 1a0e2f4c-6834-11f0-8d3b-fa163efc08bd is active in agent 10.0.0.56 2025-07-24 02:15:59,175 - INFO - Verified Pod ctest-nginx-pod-39836551 in agent 10.0.0.56 2025-07-24 02:15:59,175 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=947fe968-a60c-4310-b24a-3f62b8f25085 2025-07-24 02:15:59,179 - INFO - Pod ctest-nginx-pod-39836551 with uuid 947fe968-a60c-4310-b24a-3f62b8f25085 found in kube manager 2025-07-24 02:15:59,179 - INFO - Pod ctest-nginx-pod-39836551 verification passed 2025-07-24 02:15:59,250 - DEBUG - [Pod ctest-nginx-pod-39836551] Cmd: echo ctest-nginx-pod-39836551 > /usr/share/nginx/html/index.html, Output: 2025-07-24 02:15:59,256 - INFO - Pod ctest-nginx-pod-94057302 is in running state.Got IP 10.47.255.250 2025-07-24 02:15:59,309 - DEBUG - Pod ctest-nginx-pod-94057302 has vmi 1a72134a-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:15:59,309 - INFO - Verified pod ctest-nginx-pod-94057302 in contrail-api 2025-07-24 02:15:59,309 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:15:59,319 - DEBUG - VMI 1a72134a-6834-11f0-8d3b-fa163efc08bd is active in agent 10.0.0.56 2025-07-24 02:15:59,320 - INFO - Verified Pod ctest-nginx-pod-94057302 in agent 10.0.0.56 2025-07-24 02:15:59,320 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=65e7fba4-5c68-4fa1-ae33-d8b7743e8ac9 2025-07-24 02:15:59,324 - INFO - Pod ctest-nginx-pod-94057302 with uuid 65e7fba4-5c68-4fa1-ae33-d8b7743e8ac9 found in kube manager 2025-07-24 02:15:59,324 - INFO - Pod ctest-nginx-pod-94057302 verification passed 2025-07-24 02:15:59,374 - DEBUG - [Pod ctest-nginx-pod-94057302] Cmd: echo ctest-nginx-pod-94057302 > /usr/share/nginx/html/index.html, Output: 2025-07-24 02:15:59,379 - DEBUG - Pod ctest-busybox-pod-78918969 not in running state.Currently in Pending 2025-07-24 02:16:04,385 - INFO - Pod ctest-busybox-pod-78918969 is in running state.Got IP 10.47.255.248 2025-07-24 02:16:04,398 - DEBUG - Pod ctest-busybox-pod-78918969 has vmi 1ed0a3b6-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:16:04,398 - INFO - Verified pod ctest-busybox-pod-78918969 in contrail-api 2025-07-24 02:16:04,398 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:16:04,408 - DEBUG - VMI 1ed0a3b6-6834-11f0-8d3b-fa163efc08bd is active in agent 10.0.0.56 2025-07-24 02:16:04,408 - INFO - Verified Pod ctest-busybox-pod-78918969 in agent 10.0.0.56 2025-07-24 02:16:04,409 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:04,413 - INFO - Pod ctest-busybox-pod-78918969 with uuid 1e4fb640-7843-4af6-a19f-d965e48d975b found in kube manager 2025-07-24 02:16:04,413 - INFO - Pod ctest-busybox-pod-78918969 verification passed 2025-07-24 02:16:04,470 - DEBUG - [Pod ctest-busybox-pod-78918969] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39836551 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-24 02:16:04,470 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-24 02:16:04,470 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd output: ctest-nginx-pod-39836551 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-24 02:16:04,524 - DEBUG - [Pod ctest-busybox-pod-78918969] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-39836551 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-24 02:16:04,524 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-24 02:16:04,524 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd output: ctest-nginx-pod-39836551 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-24 02:16:04,582 - DEBUG - [Pod ctest-busybox-pod-78918969] 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) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39836551 2025-07-24 02:16:04,582 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-24 02:16:04,582 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39836551 2025-07-24 02:16:04,634 - DEBUG - [Pod ctest-busybox-pod-78918969] 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) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39836551 2025-07-24 02:16:04,634 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-24 02:16:04,634 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-39836551 2025-07-24 02:16:04,687 - DEBUG - [Pod ctest-busybox-pod-78918969] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94057302 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-24 02:16:04,687 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-24 02:16:04,687 - DEBUG - [Pod Pod ctest-busybox-pod-78918969] Cmd output: ctest-nginx-pod-94057302 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-24 02:16:04,687 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-39836551': 4, 'ctest-nginx-pod-94057302': 1} 2025-07-24 02:16:04,688 - WARNING - Nothing to delete parallely 2025-07-24 02:16:04,688 - INFO - Deleting pod default:ctest-busybox-pod-78918969 2025-07-24 02:16:04,707 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:04,720 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:09,721 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:09,729 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:14,729 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:14,736 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:19,737 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:19,744 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:24,744 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:24,752 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:29,754 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:29,761 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:34,762 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:34,770 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:39,771 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:39,779 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:44,780 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:44,789 - WARNING - Pod uuid 1e4fb640-7843-4af6-a19f-d965e48d975b is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:49,790 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1e4fb640-7843-4af6-a19f-d965e48d975b 2025-07-24 02:16:49,797 - DEBUG - Pod 1e4fb640-7843-4af6-a19f-d965e48d975b is not in agent 10.0.0.56 VM list 2025-07-24 02:16:49,797 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1ed0a3b6-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:16:49,804 - DEBUG - VMI 1ed0a3b6-6834-11f0-8d3b-fa163efc08bd is removed from agent 10.0.0.56 2025-07-24 02:16:49,804 - INFO - Verified that pod ctest-busybox-pod-78918969 is removed in agent 2025-07-24 02:16:49,804 - INFO - Deleting Ingress : ctest-nginx-ingress-37013624 2025-07-24 02:16:49,820 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=256f3db5-62b6-4c93-8b1f-453ee82deed8 2025-07-24 02:16:49,838 - ERROR - Ingress ctest-nginx-ingress-37013624 with uuid 256f3db5-62b6-4c93-8b1f-453ee82deed8 still found in kube manager 2025-07-24 02:16:50,839 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=256f3db5-62b6-4c93-8b1f-453ee82deed8 2025-07-24 02:16:50,853 - INFO - Ingress ctest-nginx-ingress-37013624 with uuid 256f3db5-62b6-4c93-8b1f-453ee82deed8 deleted successfully from kube manager 2025-07-24 02:16:50,855 - INFO - Verifications on Ingress %s cleanup passed 2025-07-24 02:16:50,855 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-24 02:16:51,062 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-24 02:16:51,072 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-24 02:16:51,072 - INFO - Deleting VN __public__ 2025-07-24 02:16:51,409 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/d0045541-1f16-43a5-8c4c-204bae75a102 2025-07-24 02:16:51,451 - DEBUG - Response Code: 404 2025-07-24 02:16:51,451 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-24 02:16:51,470 - DEBUG - Requesting: http://10.0.0.49:8082/domain/3f2f3bdd-1e7f-4d0a-9150-9f90ddd9268d 2025-07-24 02:16:51,485 - DEBUG - Requesting: http://10.0.0.49:8082/project/f5ed9adf-ff1d-4e54-a062-a96f448562c9 2025-07-24 02:16:51,584 - INFO - Validated that VN __public__ is not found in API Server 2025-07-24 02:16:51,584 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-24 02:16:51,592 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-24 02:16:51,602 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-07-24 02:16:51,602 - INFO - Validated that VN __public__ is not in any agent 2025-07-24 02:16:51,602 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-24 02:16:51,616 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-24 02:16:51,632 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-24 02:16:51,643 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-24 02:16:51,643 - INFO - Deleting pod default:ctest-nginx-pod-94057302 2025-07-24 02:16:51,667 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65e7fba4-5c68-4fa1-ae33-d8b7743e8ac9 2025-07-24 02:16:51,710 - WARNING - Pod uuid 65e7fba4-5c68-4fa1-ae33-d8b7743e8ac9 is still seen in agent 10.0.0.56 VM list 2025-07-24 02:16:56,712 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65e7fba4-5c68-4fa1-ae33-d8b7743e8ac9 2025-07-24 02:16:56,719 - DEBUG - Pod 65e7fba4-5c68-4fa1-ae33-d8b7743e8ac9 is not in agent 10.0.0.56 VM list 2025-07-24 02:16:56,719 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1a72134a-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:16:56,726 - DEBUG - VMI 1a72134a-6834-11f0-8d3b-fa163efc08bd is removed from agent 10.0.0.56 2025-07-24 02:16:56,726 - INFO - Verified that pod ctest-nginx-pod-94057302 is removed in agent 2025-07-24 02:16:56,726 - INFO - Deleting pod default:ctest-nginx-pod-39836551 2025-07-24 02:16:56,743 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=947fe968-a60c-4310-b24a-3f62b8f25085 2025-07-24 02:16:56,766 - WARNING - Pod uuid 947fe968-a60c-4310-b24a-3f62b8f25085 is still seen in agent 10.0.0.56 VM list 2025-07-24 02:17:01,767 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=947fe968-a60c-4310-b24a-3f62b8f25085 2025-07-24 02:17:01,775 - DEBUG - Pod 947fe968-a60c-4310-b24a-3f62b8f25085 is not in agent 10.0.0.56 VM list 2025-07-24 02:17:01,775 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1a0e2f4c-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:17:01,781 - DEBUG - VMI 1a0e2f4c-6834-11f0-8d3b-fa163efc08bd is removed from agent 10.0.0.56 2025-07-24 02:17:01,781 - INFO - Verified that pod ctest-nginx-pod-39836551 is removed in agent 2025-07-24 02:17:01,781 - INFO - Deleting service : ctest-nginx-svc-14460231 2025-07-24 02:17:02,009 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-24 02:17:02,015 - DEBUG - No XMPP flaps were noticed during the test
2025-07-24 02:17:02,015 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:21]
2025-07-24 02:17:02,016 - INFO - -------------------------------------------------------------------------------- 2025-07-24 02:17:08,404 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-24 02:17:08,511 - DEBUG - Output : cluster_project={} 2025-07-24 02:17:08,564 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-24 02:17:08,802 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-24 02:17:08,810 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-24 02:17:08,962 - DEBUG - Output : cluster_project={} 2025-07-24 02:17:19,087 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:19,165 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:19,204 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:24,289 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:24,323 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:29,364 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:29,521 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:29,560 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-24 02:17:29,813 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-24 02:17:32,360 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_ApplicationPolicySetReq? 2025-07-24 02:17:32,367 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-24 02:17:32,419 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-24 02:17:34,466 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-24 02:20:34,453 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-24 02:20:34,498 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0cd92ab2-651b-4304-9845-edbb8a203ade 2025-07-24 02:20:34,519 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2031fc69-99ad-4969-af8d-6979d92d431c 2025-07-24 02:20:34,527 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cfa702ea-8bd7-4e5a-acd4-78426ffbe6ac 2025-07-24 02:20:34,533 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:20:34,539 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:20:34,547 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:20:34,568 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:20:34,581 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1bb6fbbf-51b7-4b2e-bd9e-87a637264c4c 2025-07-24 02:20:39,558 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0cd92ab2-651b-4304-9845-edbb8a203ade 2025-07-24 02:20:39,566 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4da8b958-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:20:39,572 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2031fc69-99ad-4969-af8d-6979d92d431c 2025-07-24 02:20:39,578 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4e1d5bf0-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:20:39,595 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:20:39,596 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:20:39,597 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cfa702ea-8bd7-4e5a-acd4-78426ffbe6ac 2025-07-24 02:20:39,598 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:20:39,606 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:20:39,609 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=1bb6fbbf-51b7-4b2e-bd9e-87a637264c4c 2025-07-24 02:20:39,616 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4eba3b14-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:20:39,626 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4f30fcf4-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:20:44,614 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:20:44,616 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:20:44,618 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:20:44,619 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:20:49,634 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:20:49,635 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:20:49,637 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:20:49,638 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:20:54,652 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:20:54,654 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:20:54,656 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:20:54,657 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:20:59,675 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:20:59,677 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:20:59,679 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:20:59,680 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:21:04,712 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:21:04,714 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:21:04,716 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:21:04,717 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:21:09,732 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ba2c4b9c-ad94-44a4-9f93-0481fc66cfbd 2025-07-24 02:21:09,733 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bf56d541-743a-4c9d-a4db-19801e4f2847 2025-07-24 02:21:09,735 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ed71ea9b-ec03-42e8-b518-8519fc102ebc 2025-07-24 02:21:09,737 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a21dfe40-f4f2-405c-89fa-614f33bfdadb 2025-07-24 02:21:09,750 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5097b650-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:21:09,751 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4fbc61ea-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:21:09,755 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:502dec48-6834-11f0-8d3b-fa163efc08bd 2025-07-24 02:21:09,756 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5104885c-6834-11f0-8d3b-fa163efc08bd