2025-06-30 11:41:02,952 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-06-30 11:41:03,263 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1304-1 2025-06-30 11:41:03,263 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-06-30 11:41:03,297 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1304-1 2025-06-30 11:41:03,297 - DEBUG - [10.0.0.129]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-30 11:41:03,398 - DEBUG - Output : NAMES ecstatic_clarke contrail_test_9rfroYdKq contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 2025-06-30 11:41:03,399 - DEBUG - [10.0.0.129]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 11:41:03,442 - DEBUG - Output : 10.0.0.129/24 172.17.0.1/16 2025-06-30 11:41:03,443 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-06-30 11:41:03,487 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1304-1 2025-06-30 11:41:03,582 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-06-30 11:41:03,809 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1304-1 2025-06-30 11:41:03,809 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-06-30 11:41:03,844 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1304-1 2025-06-30 11:41:03,845 - 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-06-30 11:41:03,890 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-30 11:41:03,891 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 11:41:03,924 - DEBUG - Output : 10.0.0.56/24 2025-06-30 11:41:03,924 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-06-30 11:41:03,995 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1304-1 2025-06-30 11:41:04,095 - INFO - Using existing project ['default-domain', 'k8s-default'](04ab4b47-e0fc-490f-be8e-11c39e04d3ac) 2025-06-30 11:41:04,216 - INFO - Using existing project ['default-domain', 'k8s-default'](04ab4b47-e0fc-490f-be8e-11c39e04d3ac) 2025-06-30 11:41:04,356 - INFO - ================================================================================ 2025-06-30 11:41:04,357 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-30 11:41:04,357 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-06-30 11:41:04,620 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 11:41:04,628 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.129': '0'}} with 2025-06-30 11:41:04,628 - INFO - Initial checks done. Running the testcase now 2025-06-30 11:41:04,628 - INFO - 2025-06-30 11:41:04,632 - INFO - Namespace default already exists 2025-06-30 11:41:04,632 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 11:41:04,755 - DEBUG - Output : cluster_project={} 2025-06-30 11:41:04,813 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-30 11:41:04,814 - DEBUG - Project uuid in Contrail is 04ab4b47-e0fc-490f-be8e-11c39e04d3ac 2025-06-30 11:41:04,814 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 11:41:04,984 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 11:41:04,984 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_NamespaceDatabaseList?namespace_uuid=e93def5b-2675-4b2f-a660-8f1237aeb3ee 2025-06-30 11:41:04,989 - INFO - Namespace default with uuid e93def5b-2675-4b2f-a660-8f1237aeb3ee found in kube manager 2025-06-30 11:41:04,990 - INFO - Namespace default verification passed 2025-06-30 11:41:04,993 - DEBUG - Service ctest-nginx-svc-63591008 not present 2025-06-30 11:41:04,993 - INFO - Creating service ctest-nginx-svc-63591008 2025-06-30 11:41:05,010 - INFO - Created Service ctest-nginx-svc-63591008 2025-06-30 11:41:05,022 - DEBUG - Pod ctest-nginx-pod-98732340 not present 2025-06-30 11:41:05,022 - INFO - Creating Pod ctest-nginx-pod-98732340 2025-06-30 11:41:05,112 - DEBUG - Pod : ctest-nginx-pod-98732340 UUID is db3d252e-4e59-4feb-9e03-588fd22dde29 2025-06-30 11:41:05,122 - DEBUG - Pod ctest-nginx-pod-26421681 not present 2025-06-30 11:41:05,122 - INFO - Creating Pod ctest-nginx-pod-26421681 2025-06-30 11:41:05,149 - DEBUG - Pod : ctest-nginx-pod-26421681 UUID is abc75737-48e1-4e70-8ea0-599334383cbc 2025-06-30 11:41:05,354 - INFO - Created VN __public__, UUID :00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:05,734 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-30 11:41:05,741 - DEBUG - Requesting: http://10.0.0.129:8082/domain/33b3eb2f-8008-4324-80f5-c543388eebe1 2025-06-30 11:41:05,757 - DEBUG - Requesting: http://10.0.0.129:8082/project/04ab4b47-e0fc-490f-be8e-11c39e04d3ac 2025-06-30 11:41:05,823 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:05,845 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:05,872 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:41:05,885 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:41:05,929 - DEBUG - Route Targets: [] 2025-06-30 11:41:05,929 - DEBUG - RT names not yet present for VN __public__ 2025-06-30 11:41:10,929 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-30 11:41:10,936 - DEBUG - Requesting: http://10.0.0.129:8082/domain/33b3eb2f-8008-4324-80f5-c543388eebe1 2025-06-30 11:41:10,944 - DEBUG - Requesting: http://10.0.0.129:8082/project/04ab4b47-e0fc-490f-be8e-11c39e04d3ac 2025-06-30 11:41:10,984 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:10,994 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:11,003 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:41:11,011 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:41:11,017 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/60a11704-f54e-46cb-9228-eee025c43252 2025-06-30 11:41:11,023 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 11:41:11,024 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:11,032 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:41:11,046 - INFO - Verified VN network id 13 for VN 00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:11,046 - INFO - Verifications in API Server for VN __public__ passed 2025-06-30 11:41:11,046 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:11,055 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:41:11,061 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:41:11,068 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/60a11704-f54e-46cb-9228-eee025c43252 2025-06-30 11:41:11,074 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 11:41:11,080 - DEBUG - Control-node 10.0.0.129 : 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': '49998481457760651', 'uuid-lslong': '13707899012551693790'}, 'enable': 'true', 'created': '2025-06-30T11:41:05', 'last-modified': '2025-06-30T11:41:05', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.456668'} 2025-06-30 11:41:11,080 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 11:41:11,086 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 11:41:11,086 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-30 11:41:11,087 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-30 11:41:11,087 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-30 11:41:11,092 - DEBUG - Requesting: http://10.0.0.129:8082/domain/33b3eb2f-8008-4324-80f5-c543388eebe1 2025-06-30 11:41:11,100 - DEBUG - Requesting: http://10.0.0.129:8082/project/04ab4b47-e0fc-490f-be8e-11c39e04d3ac 2025-06-30 11:41:11,143 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:11,153 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-30 11:41:11,153 - DEBUG - Verifying the vn in opserver 2025-06-30 11:41:11,153 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.129 2025-06-30 11:41:11,153 - DEBUG - Requesting: http://10.0.0.129:8081/analytics/uves/virtual-networks 2025-06-30 11:41:11,158 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.129:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-30 11:41:11,158 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-30 11:41:11,158 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 11:41:11,166 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 11:41:11,172 - DEBUG - Do not have enough data to verify VN in agent 2025-06-30 11:41:11,172 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 11:41:11,178 - DEBUG - VRF ids for VN __public__: {} 2025-06-30 11:41:11,266 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-30 11:41:11,374 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-30 11:41:11,379 - DEBUG - Requesting: http://10.0.0.129:8082/domain/33b3eb2f-8008-4324-80f5-c543388eebe1 2025-06-30 11:41:11,386 - DEBUG - Requesting: http://10.0.0.129:8082/project/04ab4b47-e0fc-490f-be8e-11c39e04d3ac 2025-06-30 11:41:11,423 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:11,434 - DEBUG - Requesting: http://10.0.0.129:8082/floating-ip-pool/9f14e7b1-b494-42ad-8a69-a023567a7d34 2025-06-30 11:41:11,439 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-30 11:41:11,444 - DEBUG - Requesting: http://10.0.0.129:8082/domain/33b3eb2f-8008-4324-80f5-c543388eebe1 2025-06-30 11:41:11,450 - DEBUG - Requesting: http://10.0.0.129:8082/project/04ab4b47-e0fc-490f-be8e-11c39e04d3ac 2025-06-30 11:41:11,489 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/00b1a15a-9e99-498b-be3c-3d863c1255de 2025-06-30 11:41:11,498 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-30 11:41:11,498 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-30 11:41:11,505 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 11:41:11,510 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-30 11:41:11,510 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-30 11:41:11,513 - DEBUG - Ingress ctest-nginx-ingress-54932184 not present 2025-06-30 11:41:11,513 - INFO - Creating Ingress ctest-nginx-ingress-54932184 2025-06-30 11:41:11,522 - INFO - Created Ingress ctest-nginx-ingress-54932184 2025-06-30 11:41:11,525 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-54932184 2025-06-30 11:41:14,529 - DEBUG - For Ingress ctest-nginx-ingress-54932184, Cluster IP: 10.47.255.249, External IPs ['2.254.42.60'] 2025-06-30 11:41:14,530 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-54932184 2025-06-30 11:41:14,530 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=50c5974f-6737-456e-b5fd-e4062817b765 2025-06-30 11:41:14,534 - INFO - Ingress ctest-nginx-ingress-54932184 with uuid 50c5974f-6737-456e-b5fd-e4062817b765 found in kube manager 2025-06-30 11:41:14,534 - INFO - Ingress ctest-nginx-ingress-54932184 verification passed 2025-06-30 11:41:14,537 - DEBUG - Pod ctest-busybox-pod-90693150 not present 2025-06-30 11:41:14,537 - INFO - Creating Pod ctest-busybox-pod-90693150 2025-06-30 11:41:14,586 - DEBUG - Pod : ctest-busybox-pod-90693150 UUID is 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:14,605 - DEBUG - Pod ctest-nginx-pod-98732340 not in running state.Currently in Pending 2025-06-30 11:41:19,626 - INFO - Pod ctest-nginx-pod-98732340 is in running state.Got IP 10.47.255.251 2025-06-30 11:41:19,667 - DEBUG - Pod ctest-nginx-pod-98732340 has vmi 1c3d4180-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:41:19,667 - INFO - Verified pod ctest-nginx-pod-98732340 in contrail-api 2025-06-30 11:41:19,668 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:41:19,687 - DEBUG - VMI 1c3d4180-55a7-11f0-b065-fa163ee88fd4 is active in agent 10.0.0.56 2025-06-30 11:41:19,688 - INFO - Verified Pod ctest-nginx-pod-98732340 in agent 10.0.0.56 2025-06-30 11:41:19,688 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=db3d252e-4e59-4feb-9e03-588fd22dde29 2025-06-30 11:41:19,701 - INFO - Pod ctest-nginx-pod-98732340 with uuid db3d252e-4e59-4feb-9e03-588fd22dde29 found in kube manager 2025-06-30 11:41:19,701 - INFO - Pod ctest-nginx-pod-98732340 verification passed 2025-06-30 11:41:19,770 - DEBUG - [Pod ctest-nginx-pod-98732340] Cmd: echo ctest-nginx-pod-98732340 > /usr/share/nginx/html/index.html, Output: 2025-06-30 11:41:19,778 - INFO - Pod ctest-nginx-pod-26421681 is in running state.Got IP 10.47.255.250 2025-06-30 11:41:19,855 - DEBUG - Pod ctest-nginx-pod-26421681 has vmi 1ce9dc24-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:41:19,855 - INFO - Verified pod ctest-nginx-pod-26421681 in contrail-api 2025-06-30 11:41:19,855 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:41:19,867 - DEBUG - VMI 1ce9dc24-55a7-11f0-b065-fa163ee88fd4 is active in agent 10.0.0.56 2025-06-30 11:41:19,868 - INFO - Verified Pod ctest-nginx-pod-26421681 in agent 10.0.0.56 2025-06-30 11:41:19,868 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=abc75737-48e1-4e70-8ea0-599334383cbc 2025-06-30 11:41:19,872 - INFO - Pod ctest-nginx-pod-26421681 with uuid abc75737-48e1-4e70-8ea0-599334383cbc found in kube manager 2025-06-30 11:41:19,872 - INFO - Pod ctest-nginx-pod-26421681 verification passed 2025-06-30 11:41:19,943 - DEBUG - [Pod ctest-nginx-pod-26421681] Cmd: echo ctest-nginx-pod-26421681 > /usr/share/nginx/html/index.html, Output: 2025-06-30 11:41:19,948 - DEBUG - Pod ctest-busybox-pod-90693150 not in running state.Currently in Pending 2025-06-30 11:41:24,954 - INFO - Pod ctest-busybox-pod-90693150 is in running state.Got IP 10.47.255.248 2025-06-30 11:41:24,969 - DEBUG - Pod ctest-busybox-pod-90693150 has vmi 20d58770-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:41:24,969 - INFO - Verified pod ctest-busybox-pod-90693150 in contrail-api 2025-06-30 11:41:24,970 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:41:24,980 - DEBUG - VMI 20d58770-55a7-11f0-b065-fa163ee88fd4 is active in agent 10.0.0.56 2025-06-30 11:41:24,981 - INFO - Verified Pod ctest-busybox-pod-90693150 in agent 10.0.0.56 2025-06-30 11:41:24,981 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:24,986 - INFO - Pod ctest-busybox-pod-90693150 with uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 found in kube manager 2025-06-30 11:41:24,986 - INFO - Pod ctest-busybox-pod-90693150 verification passed 2025-06-30 11:41:25,045 - DEBUG - [Pod ctest-busybox-pod-90693150] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98732340 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-06-30 11:41:25,045 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 11:41:25,045 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] Cmd output: ctest-nginx-pod-98732340 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-06-30 11:41:25,100 - DEBUG - [Pod ctest-busybox-pod-90693150] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-98732340 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-06-30 11:41:25,100 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 11:41:25,100 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] Cmd output: ctest-nginx-pod-98732340 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-06-30 11:41:25,155 - DEBUG - [Pod ctest-busybox-pod-90693150] 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-98732340 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-30 11:41:25,156 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 11:41:25,156 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-98732340 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-06-30 11:41:25,215 - DEBUG - [Pod ctest-busybox-pod-90693150] 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-26421681 2025-06-30 11:41:25,216 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 11:41:25,216 - DEBUG - [Pod Pod ctest-busybox-pod-90693150] 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-26421681 2025-06-30 11:41:25,216 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-98732340': 3, 'ctest-nginx-pod-26421681': 1} 2025-06-30 11:41:25,216 - WARNING - Nothing to delete parallely 2025-06-30 11:41:25,216 - INFO - Deleting pod default:ctest-busybox-pod-90693150 2025-06-30 11:41:25,225 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:25,235 - WARNING - Pod uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:41:30,236 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:30,243 - WARNING - Pod uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:41:35,244 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:35,252 - WARNING - Pod uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:41:40,253 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:40,260 - WARNING - Pod uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:41:45,260 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:45,268 - WARNING - Pod uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:41:50,269 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:50,276 - WARNING - Pod uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:41:55,277 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:41:55,284 - WARNING - Pod uuid 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:42:00,285 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 2025-06-30 11:42:00,292 - DEBUG - Pod 6f932e31-29fd-4eb1-9ed2-e2999ba3ab51 is not in agent 10.0.0.56 VM list 2025-06-30 11:42:00,292 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:20d58770-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:42:00,299 - DEBUG - VMI 20d58770-55a7-11f0-b065-fa163ee88fd4 is removed from agent 10.0.0.56 2025-06-30 11:42:00,299 - INFO - Verified that pod ctest-busybox-pod-90693150 is removed in agent 2025-06-30 11:42:00,299 - INFO - Deleting Ingress : ctest-nginx-ingress-54932184 2025-06-30 11:42:00,305 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=50c5974f-6737-456e-b5fd-e4062817b765 2025-06-30 11:42:00,310 - ERROR - Ingress ctest-nginx-ingress-54932184 with uuid 50c5974f-6737-456e-b5fd-e4062817b765 still found in kube manager 2025-06-30 11:42:01,311 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=50c5974f-6737-456e-b5fd-e4062817b765 2025-06-30 11:42:01,315 - INFO - Ingress ctest-nginx-ingress-54932184 with uuid 50c5974f-6737-456e-b5fd-e4062817b765 deleted successfully from kube manager 2025-06-30 11:42:01,315 - INFO - Verifications on Ingress %s cleanup passed 2025-06-30 11:42:01,315 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-30 11:42:01,484 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 11:42:01,490 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-30 11:42:01,490 - INFO - Deleting VN __public__ 2025-06-30 11:42:01,668 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/4d0157ea-eade-42c4-aebe-5a8edc75e066 2025-06-30 11:42:01,683 - DEBUG - Response Code: 404 2025-06-30 11:42:01,683 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-06-30 11:42:01,692 - DEBUG - Requesting: http://10.0.0.129:8082/domain/33b3eb2f-8008-4324-80f5-c543388eebe1 2025-06-30 11:42:01,711 - DEBUG - Requesting: http://10.0.0.129:8082/project/04ab4b47-e0fc-490f-be8e-11c39e04d3ac 2025-06-30 11:42:01,782 - INFO - Validated that VN __public__ is not found in API Server 2025-06-30 11:42:01,783 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-30 11:42:01,794 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 11:42:01,804 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-06-30 11:42:01,804 - INFO - Validated that VN __public__ is not in any agent 2025-06-30 11:42:01,804 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 11:42:01,827 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 11:42:01,834 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 11:42:01,850 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-30 11:42:01,851 - INFO - Deleting pod default:ctest-nginx-pod-26421681 2025-06-30 11:42:01,859 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=abc75737-48e1-4e70-8ea0-599334383cbc 2025-06-30 11:42:01,882 - WARNING - Pod uuid abc75737-48e1-4e70-8ea0-599334383cbc is still seen in agent 10.0.0.56 VM list 2025-06-30 11:42:06,884 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=abc75737-48e1-4e70-8ea0-599334383cbc 2025-06-30 11:42:06,894 - DEBUG - Pod abc75737-48e1-4e70-8ea0-599334383cbc is not in agent 10.0.0.56 VM list 2025-06-30 11:42:06,894 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1ce9dc24-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:42:06,901 - DEBUG - VMI 1ce9dc24-55a7-11f0-b065-fa163ee88fd4 is removed from agent 10.0.0.56 2025-06-30 11:42:06,901 - INFO - Verified that pod ctest-nginx-pod-26421681 is removed in agent 2025-06-30 11:42:06,902 - INFO - Deleting pod default:ctest-nginx-pod-98732340 2025-06-30 11:42:06,910 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=db3d252e-4e59-4feb-9e03-588fd22dde29 2025-06-30 11:42:06,928 - WARNING - Pod uuid db3d252e-4e59-4feb-9e03-588fd22dde29 is still seen in agent 10.0.0.56 VM list 2025-06-30 11:42:11,929 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=db3d252e-4e59-4feb-9e03-588fd22dde29 2025-06-30 11:42:11,937 - DEBUG - Pod db3d252e-4e59-4feb-9e03-588fd22dde29 is not in agent 10.0.0.56 VM list 2025-06-30 11:42:11,937 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1c3d4180-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:42:11,944 - DEBUG - VMI 1c3d4180-55a7-11f0-b065-fa163ee88fd4 is removed from agent 10.0.0.56 2025-06-30 11:42:11,944 - INFO - Verified that pod ctest-nginx-pod-98732340 is removed in agent 2025-06-30 11:42:11,944 - INFO - Deleting service : ctest-nginx-svc-63591008 2025-06-30 11:42:12,169 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 11:42:12,177 - DEBUG - No XMPP flaps were noticed during the test 2025-06-30 11:42:12,177 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2025-06-30 11:42:12,177 - INFO - -------------------------------------------------------------------------------- 2025-06-30 11:42:18,538 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 11:42:18,645 - DEBUG - Output : cluster_project={} 2025-06-30 11:42:18,685 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 11:42:18,824 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 11:42:18,835 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 11:42:18,977 - DEBUG - Output : cluster_project={} 2025-06-30 11:42:34,078 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,162 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,247 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,280 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,363 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,399 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,480 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,559 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 11:42:34,820 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 11:42:37,756 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_ApplicationPolicySetReq? 2025-06-30 11:42:37,773 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-06-30 11:42:37,828 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-06-30 11:42:39,864 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-06-30 11:45:40,198 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 11:45:40,238 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=065dce36-ba15-415c-8b20-9e9e0f163a34 2025-06-30 11:45:40,256 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c7cb919d-75c2-4bcf-b4fa-1d45497ac916 2025-06-30 11:45:40,268 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=291aa252-a4b7-464f-b63c-95012c44a049 2025-06-30 11:45:40,279 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=067138f8-376f-41b8-bdb4-a8100561a358 2025-06-30 11:45:40,288 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:45:40,306 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:45:40,310 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:45:40,317 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:45:45,282 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=065dce36-ba15-415c-8b20-9e9e0f163a34 2025-06-30 11:45:45,289 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:47c4620c-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:45:45,296 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c7cb919d-75c2-4bcf-b4fa-1d45497ac916 2025-06-30 11:45:45,302 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:48459002-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:45:45,320 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=067138f8-376f-41b8-bdb4-a8100561a358 2025-06-30 11:45:45,322 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:45:45,323 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=291aa252-a4b7-464f-b63c-95012c44a049 2025-06-30 11:45:45,336 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:45:45,339 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:48e689da-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:45:45,340 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:45:45,342 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:45:45,346 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:49633d04-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:45:50,348 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:45:50,363 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:45:50,366 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:45:50,369 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:45:55,355 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:45:55,380 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:45:55,382 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:45:55,384 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:46:00,364 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:46:00,398 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:46:00,400 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:46:00,401 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:46:05,373 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:46:05,414 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:46:05,416 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:46:05,419 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:46:10,382 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:46:10,431 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:46:10,433 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:46:10,434 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:46:15,391 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=bcb2decc-51b9-4c02-963a-dd0a22a0ff90 2025-06-30 11:46:15,399 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4af25f9c-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:46:15,450 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b4a3e674-ec6d-416b-b73e-7d53955627e0 2025-06-30 11:46:15,452 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=7a751e48-10a7-442c-a4d1-3420c1a95b4e 2025-06-30 11:46:15,453 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=65fb1d96-6ce1-42f7-b825-01a66c2da71d 2025-06-30 11:46:15,468 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:49f13f1e-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:46:15,471 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4b69c136-55a7-11f0-b065-fa163ee88fd4 2025-06-30 11:46:15,473 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4a7bb3ec-55a7-11f0-b065-fa163ee88fd4