2024-12-26 01:56:14,464 - DEBUG - [10.0.0.12]: Running cmd : hostname 2024-12-26 01:56:14,852 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-884-1 2024-12-26 01:56:14,853 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2024-12-26 01:56:14,944 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-884-1 2024-12-26 01:56:14,945 - DEBUG - [10.0.0.12]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-12-26 01:56:15,176 - DEBUG - Output : NAMES contrail_test_SFv3BYu3k contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_schema_1 config_api_api_1 config_api_dnsmasq_1 config_api_svcmonitor_1 2024-12-26 01:56:15,177 - DEBUG - [10.0.0.12]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-12-26 01:56:15,266 - DEBUG - Output : 10.0.0.12/24 172.17.0.1/16 2024-12-26 01:56:15,266 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2024-12-26 01:56:15,360 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-884-1 2024-12-26 01:56:15,524 - DEBUG - [10.0.0.30]: Running cmd : hostname 2024-12-26 01:56:15,773 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-884-1 2024-12-26 01:56:15,773 - DEBUG - [10.0.0.30]: Running cmd : hostname -f 2024-12-26 01:56:15,831 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-884-1 2024-12-26 01:56:15,832 - DEBUG - [10.0.0.30]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-12-26 01:56:15,881 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-12-26 01:56:15,882 - DEBUG - [10.0.0.30]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-12-26 01:56:15,963 - DEBUG - Output : 10.0.0.30/24 2024-12-26 01:56:15,964 - DEBUG - [10.0.0.30]: Running cmd : getent hosts 10.0.0.30 | head -n 1 | awk '{print $2}' 2024-12-26 01:56:15,996 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-884-1 2024-12-26 01:56:16,172 - INFO - Using existing project ['default-domain', 'k8s-default'](7b9d6612-636e-45a4-b096-91de2e3e4176) 2024-12-26 01:56:16,287 - INFO - Using existing project ['default-domain', 'k8s-default'](7b9d6612-636e-45a4-b096-91de2e3e4176) 2024-12-26 01:56:16,447 - INFO - ================================================================================ 2024-12-26 01:56:16,448 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-12-26 01:56:16,448 - 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 2024-12-26 01:56:16,791 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-26 01:56:16,807 - DEBUG - Nothing to compare xmpp stats {'10.0.0.30': {'10.0.0.12': '0'}} with 2024-12-26 01:56:16,807 - INFO - Initial checks done. Running the testcase now 2024-12-26 01:56:16,807 - INFO - 2024-12-26 01:56:16,818 - INFO - Namespace default already exists 2024-12-26 01:56:16,819 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-26 01:56:17,081 - DEBUG - Output : cluster_project={} 2024-12-26 01:56:17,163 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-12-26 01:56:17,163 - DEBUG - Project uuid in Contrail is 7b9d6612-636e-45a4-b096-91de2e3e4176 2024-12-26 01:56:17,163 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-12-26 01:56:17,311 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-12-26 01:56:17,312 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_NamespaceDatabaseList?namespace_uuid=501d4f97-c21e-499e-8f75-ce84e68f71c1 2024-12-26 01:56:17,319 - INFO - Namespace default with uuid 501d4f97-c21e-499e-8f75-ce84e68f71c1 found in kube manager 2024-12-26 01:56:17,319 - INFO - Namespace default verification passed 2024-12-26 01:56:17,325 - DEBUG - Service ctest-nginx-svc-56669627 not present 2024-12-26 01:56:17,325 - INFO - Creating service ctest-nginx-svc-56669627 2024-12-26 01:56:17,346 - INFO - Created Service ctest-nginx-svc-56669627 2024-12-26 01:56:17,354 - DEBUG - Pod ctest-nginx-pod-08054991 not present 2024-12-26 01:56:17,355 - INFO - Creating Pod ctest-nginx-pod-08054991 2024-12-26 01:56:17,438 - DEBUG - Pod : ctest-nginx-pod-08054991 UUID is c7194841-fb41-4f42-8912-409cc88abe8e 2024-12-26 01:56:17,441 - DEBUG - Pod ctest-nginx-pod-90573204 not present 2024-12-26 01:56:17,442 - INFO - Creating Pod ctest-nginx-pod-90573204 2024-12-26 01:56:17,483 - DEBUG - Pod : ctest-nginx-pod-90573204 UUID is ac6a8518-6e65-42c4-9427-d55ebebe741c 2024-12-26 01:56:17,646 - INFO - Created VN __public__, UUID :9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:17,922 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-12-26 01:56:17,928 - DEBUG - Requesting: http://10.0.0.12:8082/domain/04fe0838-7735-45ff-9b19-0e16b68878b4 2024-12-26 01:56:17,963 - DEBUG - Requesting: http://10.0.0.12:8082/project/7b9d6612-636e-45a4-b096-91de2e3e4176 2024-12-26 01:56:18,076 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:18,100 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:18,113 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:56:18,131 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:56:18,161 - DEBUG - Route Targets: [] 2024-12-26 01:56:18,161 - DEBUG - RT names not yet present for VN __public__ 2024-12-26 01:56:23,162 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-12-26 01:56:23,173 - DEBUG - Requesting: http://10.0.0.12:8082/domain/04fe0838-7735-45ff-9b19-0e16b68878b4 2024-12-26 01:56:23,196 - DEBUG - Requesting: http://10.0.0.12:8082/project/7b9d6612-636e-45a4-b096-91de2e3e4176 2024-12-26 01:56:23,276 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,289 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,302 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:56:23,313 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:56:23,322 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/fa12b863-2a5d-484c-8161-8e4bc396eb17 2024-12-26 01:56:23,331 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-12-26 01:56:23,331 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,343 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:56:23,362 - INFO - Verified VN network id 13 for VN 9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,362 - INFO - Verifications in API Server for VN __public__ passed 2024-12-26 01:56:23,363 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,376 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:56:23,383 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:56:23,391 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/fa12b863-2a5d-484c-8161-8e4bc396eb17 2024-12-26 01:56:23,399 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-12-26 01:56:23,406 - DEBUG - Control-node 10.0.0.12 : 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': '11119302706439343836', 'uuid-lslong': '12976250245278435406'}, 'enable': 'true', 'created': '2024-12-26T01:56:17', 'last-modified': '2024-12-26T01:56:17', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.594589'} 2024-12-26 01:56:23,406 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-26 01:56:23,415 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-12-26 01:56:23,415 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-12-26 01:56:23,416 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-12-26 01:56:23,416 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-12-26 01:56:23,426 - DEBUG - Requesting: http://10.0.0.12:8082/domain/04fe0838-7735-45ff-9b19-0e16b68878b4 2024-12-26 01:56:23,439 - DEBUG - Requesting: http://10.0.0.12:8082/project/7b9d6612-636e-45a4-b096-91de2e3e4176 2024-12-26 01:56:23,502 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,523 - DEBUG - =>VN __public__ has no policy to be verified 2024-12-26 01:56:23,523 - DEBUG - Verifying the vn in opserver 2024-12-26 01:56:23,523 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.12 2024-12-26 01:56:23,524 - DEBUG - Requesting: http://10.0.0.12:8081/analytics/uves/virtual-networks 2024-12-26 01:56:23,529 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.12:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-12-26 01:56:23,529 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-12-26 01:56:23,529 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-26 01:56:23,539 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-26 01:56:23,547 - DEBUG - Do not have enough data to verify VN in agent 2024-12-26 01:56:23,547 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-26 01:56:23,555 - DEBUG - VRF ids for VN __public__: {} 2024-12-26 01:56:23,662 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-12-26 01:56:23,770 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-12-26 01:56:23,775 - DEBUG - Requesting: http://10.0.0.12:8082/domain/04fe0838-7735-45ff-9b19-0e16b68878b4 2024-12-26 01:56:23,782 - DEBUG - Requesting: http://10.0.0.12:8082/project/7b9d6612-636e-45a4-b096-91de2e3e4176 2024-12-26 01:56:23,831 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,843 - DEBUG - Requesting: http://10.0.0.12:8082/floating-ip-pool/828bc839-de3c-4053-a302-33485c7a43a1 2024-12-26 01:56:23,850 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-12-26 01:56:23,855 - DEBUG - Requesting: http://10.0.0.12:8082/domain/04fe0838-7735-45ff-9b19-0e16b68878b4 2024-12-26 01:56:23,862 - DEBUG - Requesting: http://10.0.0.12:8082/project/7b9d6612-636e-45a4-b096-91de2e3e4176 2024-12-26 01:56:23,908 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/9a4fb2e6-1f5b-4edc-b414-e6d8d265884e 2024-12-26 01:56:23,918 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-12-26 01:56:23,918 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-12-26 01:56:23,925 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-12-26 01:56:23,933 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-12-26 01:56:23,933 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-12-26 01:56:23,936 - DEBUG - Ingress ctest-nginx-ingress-19401412 not present 2024-12-26 01:56:23,936 - INFO - Creating Ingress ctest-nginx-ingress-19401412 2024-12-26 01:56:23,942 - INFO - Created Ingress ctest-nginx-ingress-19401412 2024-12-26 01:56:23,945 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-19401412 2024-12-26 01:56:26,950 - DEBUG - For Ingress ctest-nginx-ingress-19401412, Cluster IP: 10.47.255.249, External IPs ['112.37.1.124'] 2024-12-26 01:56:26,950 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-19401412 2024-12-26 01:56:26,951 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=20778b7a-4c7e-442a-857b-722c3c65dce0 2024-12-26 01:56:26,955 - INFO - Ingress ctest-nginx-ingress-19401412 with uuid 20778b7a-4c7e-442a-857b-722c3c65dce0 found in kube manager 2024-12-26 01:56:26,956 - INFO - Ingress ctest-nginx-ingress-19401412 verification passed 2024-12-26 01:56:26,958 - DEBUG - Pod ctest-busybox-pod-55946813 not present 2024-12-26 01:56:26,958 - INFO - Creating Pod ctest-busybox-pod-55946813 2024-12-26 01:56:27,013 - DEBUG - Pod : ctest-busybox-pod-55946813 UUID is dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:56:27,020 - DEBUG - Pod ctest-nginx-pod-08054991 not in running state.Currently in Pending 2024-12-26 01:56:32,027 - INFO - Pod ctest-nginx-pod-08054991 is in running state.Got IP 10.47.255.251 2024-12-26 01:56:32,044 - DEBUG - Pod ctest-nginx-pod-08054991 has vmi 994f31c8-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 01:56:32,044 - INFO - Verified pod ctest-nginx-pod-08054991 in contrail-api 2024-12-26 01:56:32,044 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:56:32,060 - DEBUG - VMI 994f31c8-c32c-11ef-bc92-fa163e49fbb2 is active in agent 10.0.0.30 2024-12-26 01:56:32,060 - INFO - Verified Pod ctest-nginx-pod-08054991 in agent 10.0.0.30 2024-12-26 01:56:32,060 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=c7194841-fb41-4f42-8912-409cc88abe8e 2024-12-26 01:56:32,071 - INFO - Pod ctest-nginx-pod-08054991 with uuid c7194841-fb41-4f42-8912-409cc88abe8e found in kube manager 2024-12-26 01:56:32,071 - INFO - Pod ctest-nginx-pod-08054991 verification passed 2024-12-26 01:56:32,146 - DEBUG - [Pod ctest-nginx-pod-08054991] Cmd: echo ctest-nginx-pod-08054991 > /usr/share/nginx/html/index.html, Output: 2024-12-26 01:56:32,153 - INFO - Pod ctest-nginx-pod-90573204 is in running state.Got IP 10.47.255.250 2024-12-26 01:56:32,215 - DEBUG - Pod ctest-nginx-pod-90573204 has vmi 99d382e8-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 01:56:32,215 - INFO - Verified pod ctest-nginx-pod-90573204 in contrail-api 2024-12-26 01:56:32,215 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:56:32,234 - DEBUG - VMI 99d382e8-c32c-11ef-bc92-fa163e49fbb2 is active in agent 10.0.0.30 2024-12-26 01:56:32,234 - INFO - Verified Pod ctest-nginx-pod-90573204 in agent 10.0.0.30 2024-12-26 01:56:32,234 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=ac6a8518-6e65-42c4-9427-d55ebebe741c 2024-12-26 01:56:32,247 - INFO - Pod ctest-nginx-pod-90573204 with uuid ac6a8518-6e65-42c4-9427-d55ebebe741c found in kube manager 2024-12-26 01:56:32,247 - INFO - Pod ctest-nginx-pod-90573204 verification passed 2024-12-26 01:56:32,327 - DEBUG - [Pod ctest-nginx-pod-90573204] Cmd: echo ctest-nginx-pod-90573204 > /usr/share/nginx/html/index.html, Output: 2024-12-26 01:56:32,350 - DEBUG - Pod ctest-busybox-pod-55946813 not in running state.Currently in Pending 2024-12-26 01:56:37,358 - DEBUG - Pod ctest-busybox-pod-55946813 not in running state.Currently in Pending 2024-12-26 01:56:42,378 - INFO - Pod ctest-busybox-pod-55946813 is in running state.Got IP 10.47.255.248 2024-12-26 01:56:42,422 - DEBUG - Pod ctest-busybox-pod-55946813 has vmi 9e62b310-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 01:56:42,422 - INFO - Verified pod ctest-busybox-pod-55946813 in contrail-api 2024-12-26 01:56:42,422 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:56:42,447 - DEBUG - VMI 9e62b310-c32c-11ef-bc92-fa163e49fbb2 is active in agent 10.0.0.30 2024-12-26 01:56:42,447 - INFO - Verified Pod ctest-busybox-pod-55946813 in agent 10.0.0.30 2024-12-26 01:56:42,448 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:56:42,462 - INFO - Pod ctest-busybox-pod-55946813 with uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 found in kube manager 2024-12-26 01:56:42,462 - INFO - Pod ctest-busybox-pod-55946813 verification passed 2024-12-26 01:56:42,537 - DEBUG - [Pod ctest-busybox-pod-55946813] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-08054991 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-12-26 01:56:42,537 - DEBUG - [Pod Pod ctest-busybox-pod-55946813] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-26 01:56:42,538 - DEBUG - [Pod Pod ctest-busybox-pod-55946813] Cmd output: ctest-nginx-pod-08054991 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-12-26 01:56:42,620 - DEBUG - [Pod ctest-busybox-pod-55946813] 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-90573204 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-12-26 01:56:42,620 - DEBUG - [Pod Pod ctest-busybox-pod-55946813] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-26 01:56:42,620 - DEBUG - [Pod Pod ctest-busybox-pod-55946813] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-90573204 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-12-26 01:56:42,620 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-08054991': 1, 'ctest-nginx-pod-90573204': 1} 2024-12-26 01:56:42,620 - WARNING - Nothing to delete parallely 2024-12-26 01:56:42,620 - INFO - Deleting pod default:ctest-busybox-pod-55946813 2024-12-26 01:56:42,645 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:56:42,661 - WARNING - Pod uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 is still seen in agent 10.0.0.30 VM list 2024-12-26 01:56:47,662 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:56:47,677 - WARNING - Pod uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 is still seen in agent 10.0.0.30 VM list 2024-12-26 01:56:52,679 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:56:52,693 - WARNING - Pod uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 is still seen in agent 10.0.0.30 VM list 2024-12-26 01:56:57,694 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:56:57,711 - WARNING - Pod uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 is still seen in agent 10.0.0.30 VM list 2024-12-26 01:57:02,712 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:57:02,721 - WARNING - Pod uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 is still seen in agent 10.0.0.30 VM list 2024-12-26 01:57:07,721 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:57:07,730 - WARNING - Pod uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 is still seen in agent 10.0.0.30 VM list 2024-12-26 01:57:12,731 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:57:12,745 - WARNING - Pod uuid dce299b0-e73f-4e94-b26f-b930ce03aae4 is still seen in agent 10.0.0.30 VM list 2024-12-26 01:57:17,746 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dce299b0-e73f-4e94-b26f-b930ce03aae4 2024-12-26 01:57:17,758 - DEBUG - Pod dce299b0-e73f-4e94-b26f-b930ce03aae4 is not in agent 10.0.0.30 VM list 2024-12-26 01:57:17,758 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9e62b310-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 01:57:17,771 - DEBUG - VMI 9e62b310-c32c-11ef-bc92-fa163e49fbb2 is removed from agent 10.0.0.30 2024-12-26 01:57:17,772 - INFO - Verified that pod ctest-busybox-pod-55946813 is removed in agent 2024-12-26 01:57:17,772 - INFO - Deleting Ingress : ctest-nginx-ingress-19401412 2024-12-26 01:57:17,791 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=20778b7a-4c7e-442a-857b-722c3c65dce0 2024-12-26 01:57:17,810 - ERROR - Ingress ctest-nginx-ingress-19401412 with uuid 20778b7a-4c7e-442a-857b-722c3c65dce0 still found in kube manager 2024-12-26 01:57:18,811 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=20778b7a-4c7e-442a-857b-722c3c65dce0 2024-12-26 01:57:18,818 - INFO - Ingress ctest-nginx-ingress-19401412 with uuid 20778b7a-4c7e-442a-857b-722c3c65dce0 deleted successfully from kube manager 2024-12-26 01:57:18,818 - INFO - Verifications on Ingress %s cleanup passed 2024-12-26 01:57:18,818 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-12-26 01:57:18,950 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-12-26 01:57:18,971 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-12-26 01:57:18,971 - INFO - Deleting VN __public__ 2024-12-26 01:57:19,288 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/5130ef0f-f799-4a55-9f62-08de222934c1 2024-12-26 01:57:19,295 - DEBUG - Response Code: 404 2024-12-26 01:57:19,295 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-12-26 01:57:19,303 - DEBUG - Requesting: http://10.0.0.12:8082/domain/04fe0838-7735-45ff-9b19-0e16b68878b4 2024-12-26 01:57:19,316 - DEBUG - Requesting: http://10.0.0.12:8082/project/7b9d6612-636e-45a4-b096-91de2e3e4176 2024-12-26 01:57:19,392 - INFO - Validated that VN __public__ is not found in API Server 2024-12-26 01:57:19,392 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-12-26 01:57:19,413 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-26 01:57:19,427 - DEBUG - VN __public__ is not present in Agent 10.0.0.30 2024-12-26 01:57:19,427 - INFO - Validated that VN __public__ is not in any agent 2024-12-26 01:57:19,428 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-26 01:57:19,441 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-26 01:57:19,449 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-12-26 01:57:19,454 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-12-26 01:57:19,455 - INFO - Deleting pod default:ctest-nginx-pod-90573204 2024-12-26 01:57:19,468 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=ac6a8518-6e65-42c4-9427-d55ebebe741c 2024-12-26 01:57:19,479 - WARNING - Pod uuid ac6a8518-6e65-42c4-9427-d55ebebe741c is still seen in agent 10.0.0.30 VM list 2024-12-26 01:57:24,480 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=ac6a8518-6e65-42c4-9427-d55ebebe741c 2024-12-26 01:57:24,493 - DEBUG - Pod ac6a8518-6e65-42c4-9427-d55ebebe741c is not in agent 10.0.0.30 VM list 2024-12-26 01:57:24,493 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:99d382e8-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 01:57:24,506 - DEBUG - VMI 99d382e8-c32c-11ef-bc92-fa163e49fbb2 is removed from agent 10.0.0.30 2024-12-26 01:57:24,507 - INFO - Verified that pod ctest-nginx-pod-90573204 is removed in agent 2024-12-26 01:57:24,507 - INFO - Deleting pod default:ctest-nginx-pod-08054991 2024-12-26 01:57:24,537 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=c7194841-fb41-4f42-8912-409cc88abe8e 2024-12-26 01:57:24,576 - WARNING - Pod uuid c7194841-fb41-4f42-8912-409cc88abe8e is still seen in agent 10.0.0.30 VM list 2024-12-26 01:57:29,578 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=c7194841-fb41-4f42-8912-409cc88abe8e 2024-12-26 01:57:29,585 - DEBUG - Pod c7194841-fb41-4f42-8912-409cc88abe8e is not in agent 10.0.0.30 VM list 2024-12-26 01:57:29,585 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:994f31c8-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 01:57:29,592 - DEBUG - VMI 994f31c8-c32c-11ef-bc92-fa163e49fbb2 is removed from agent 10.0.0.30 2024-12-26 01:57:29,592 - INFO - Verified that pod ctest-nginx-pod-08054991 is removed in agent 2024-12-26 01:57:29,592 - INFO - Deleting service : ctest-nginx-svc-56669627 2024-12-26 01:57:29,883 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-26 01:57:29,896 - DEBUG - No XMPP flaps were noticed during the test 2024-12-26 01:57:29,896 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2024-12-26 01:57:29,896 - INFO - -------------------------------------------------------------------------------- 2024-12-26 01:57:36,490 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-26 01:57:36,639 - DEBUG - Output : cluster_project={} 2024-12-26 01:57:36,686 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-12-26 01:57:36,919 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-12-26 01:57:36,929 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-26 01:57:37,172 - DEBUG - Output : cluster_project={} 2024-12-26 01:57:47,383 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:52,460 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:52,526 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:52,623 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:52,687 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:57,769 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:57,876 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:57,956 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-26 01:57:58,319 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-26 01:58:01,505 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_ApplicationPolicySetReq? 2024-12-26 01:58:01,519 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_AclReq? 2024-12-26 01:58:01,579 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_AclReq? 2024-12-26 01:58:03,640 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_AclReq? 2024-12-26 02:01:12,043 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-26 02:01:12,116 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=2cb25af1-d36d-4aac-9103-592e76661099 2024-12-26 02:01:12,174 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dd47fd7a-3a10-44ac-8e19-dd975b32b17a 2024-12-26 02:01:12,191 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:12,197 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:12,208 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=196d5949-2813-47b3-870e-18631c25e138 2024-12-26 02:01:12,216 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:12,221 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:12,228 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=1b5ba2b0-2a8d-4e74-bf77-890e988f8560 2024-12-26 02:01:17,148 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=2cb25af1-d36d-4aac-9103-592e76661099 2024-12-26 02:01:17,160 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c8873008-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 02:01:17,310 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:17,314 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=196d5949-2813-47b3-870e-18631c25e138 2024-12-26 02:01:17,321 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=1b5ba2b0-2a8d-4e74-bf77-890e988f8560 2024-12-26 02:01:17,325 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:17,329 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=dd47fd7a-3a10-44ac-8e19-dd975b32b17a 2024-12-26 02:01:17,333 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:17,336 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:17,387 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c9169d42-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 02:01:17,392 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca496384-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 02:01:17,406 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c9c050a8-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 02:01:22,398 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:22,405 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:22,411 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:22,413 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:27,411 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:27,443 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:27,444 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:27,447 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:32,424 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:32,468 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:32,473 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:32,475 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:37,450 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:37,480 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:37,493 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:37,496 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:42,465 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:42,492 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:42,507 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:42,509 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:47,483 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=7dbe803c-adb2-4c2c-9a8f-b4e42a8c9145 2024-12-26 02:01:47,494 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cad90912-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 02:01:47,505 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=eb7280bd-5365-412a-a8a3-d91a298428f0 2024-12-26 02:01:47,514 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cbd07c38-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 02:01:47,528 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=9e4ed414-da4d-4a32-8e66-d2df8f4072c8 2024-12-26 02:01:47,533 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_VmListReq?uuid=41ab2fa0-d233-4dc6-a48e-7d775208d07e 2024-12-26 02:01:47,552 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc5177d4-c32c-11ef-bc92-fa163e49fbb2 2024-12-26 02:01:47,555 - DEBUG - Requesting: http://10.0.0.30:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb55392e-c32c-11ef-bc92-fa163e49fbb2