2024-09-05 02:20:20,836 - DEBUG - [10.0.0.29]: Running cmd : hostname 2024-09-05 02:20:21,137 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-637-1 2024-09-05 02:20:21,137 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2024-09-05 02:20:21,186 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-637-1 2024-09-05 02:20:21,186 - DEBUG - [10.0.0.29]: 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-09-05 02:20:21,399 - DEBUG - Output : NAMES contrail_test_J3alCPcXU contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_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_api_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_schema_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 redis_redis_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_nodemgr_1 2024-09-05 02:20:21,400 - DEBUG - [10.0.0.29]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-05 02:20:21,453 - DEBUG - Output : 10.0.0.29/24 172.17.0.1/16 2024-09-05 02:20:21,453 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2024-09-05 02:20:21,489 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-637-1 2024-09-05 02:20:21,603 - DEBUG - [10.0.0.37]: Running cmd : hostname 2024-09-05 02:20:21,835 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-637-1 2024-09-05 02:20:21,836 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2024-09-05 02:20:21,864 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-637-1 2024-09-05 02:20:21,864 - DEBUG - [10.0.0.37]: 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-09-05 02:20:21,913 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-05 02:20:21,914 - DEBUG - [10.0.0.37]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-05 02:20:21,979 - DEBUG - Output : 10.0.0.37/24 2024-09-05 02:20:21,980 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2024-09-05 02:20:22,010 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-637-1 2024-09-05 02:20:22,198 - INFO - Using existing project ['default-domain', 'k8s-default'](55b63f79-2404-489e-9bfd-75c11996306f) 2024-09-05 02:20:22,310 - INFO - Using existing project ['default-domain', 'k8s-default'](55b63f79-2404-489e-9bfd-75c11996306f) 2024-09-05 02:20:22,469 - INFO - ================================================================================ 2024-09-05 02:20:22,469 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-05 02:20:22,470 - 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-09-05 02:20:22,722 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 02:20:22,735 - DEBUG - Nothing to compare xmpp stats {'10.0.0.37': {'10.0.0.29': '0'}} with 2024-09-05 02:20:22,736 - INFO - Initial checks done. Running the testcase now 2024-09-05 02:20:22,736 - INFO - 2024-09-05 02:20:22,743 - INFO - Namespace default already exists 2024-09-05 02:20:22,744 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 02:20:22,952 - DEBUG - Output : cluster_project={} 2024-09-05 02:20:23,018 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-05 02:20:23,018 - DEBUG - Project uuid in Contrail is 55b63f79-2404-489e-9bfd-75c11996306f 2024-09-05 02:20:23,018 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-05 02:20:23,149 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-05 02:20:23,149 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_NamespaceDatabaseList?namespace_uuid=ba0496ac-2418-4438-9943-9b9678de9039 2024-09-05 02:20:23,154 - INFO - Namespace default with uuid ba0496ac-2418-4438-9943-9b9678de9039 found in kube manager 2024-09-05 02:20:23,155 - INFO - Namespace default verification passed 2024-09-05 02:20:23,160 - DEBUG - Service ctest-nginx-svc-45440926 not present 2024-09-05 02:20:23,160 - INFO - Creating service ctest-nginx-svc-45440926 2024-09-05 02:20:23,180 - INFO - Created Service ctest-nginx-svc-45440926 2024-09-05 02:20:23,188 - DEBUG - Pod ctest-nginx-pod-08619609 not present 2024-09-05 02:20:23,188 - INFO - Creating Pod ctest-nginx-pod-08619609 2024-09-05 02:20:23,269 - DEBUG - Pod : ctest-nginx-pod-08619609 UUID is b06ede1a-1072-4846-b66b-fb703c740d07 2024-09-05 02:20:23,276 - DEBUG - Pod ctest-nginx-pod-48266870 not present 2024-09-05 02:20:23,277 - INFO - Creating Pod ctest-nginx-pod-48266870 2024-09-05 02:20:23,305 - DEBUG - Pod : ctest-nginx-pod-48266870 UUID is f67359fc-c3e1-45ce-b6ac-1db1774aee5d 2024-09-05 02:20:23,475 - INFO - Created VN __public__, UUID :01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:23,740 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-09-05 02:20:23,751 - DEBUG - Requesting: http://10.0.0.29:8082/domain/2564604a-16d5-4965-8547-114c92bf1472 2024-09-05 02:20:23,769 - DEBUG - Requesting: http://10.0.0.29:8082/project/55b63f79-2404-489e-9bfd-75c11996306f 2024-09-05 02:20:23,815 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:23,826 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:23,875 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:20:23,889 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:20:23,904 - DEBUG - Route Targets: [] 2024-09-05 02:20:23,904 - DEBUG - RT names not yet present for VN __public__ 2024-09-05 02:20:28,905 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-09-05 02:20:28,939 - DEBUG - Requesting: http://10.0.0.29:8082/domain/2564604a-16d5-4965-8547-114c92bf1472 2024-09-05 02:20:28,972 - DEBUG - Requesting: http://10.0.0.29:8082/project/55b63f79-2404-489e-9bfd-75c11996306f 2024-09-05 02:20:29,058 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,071 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,079 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:20:29,089 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:20:29,096 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/a511bb25-126c-41db-b512-95d3cdecfac5 2024-09-05 02:20:29,104 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-05 02:20:29,104 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,111 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:20:29,123 - INFO - Verified VN network id 13 for VN 01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,123 - INFO - Verifications in API Server for VN __public__ passed 2024-09-05 02:20:29,123 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,130 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:20:29,136 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:20:29,141 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/a511bb25-126c-41db-b512-95d3cdecfac5 2024-09-05 02:20:29,147 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-05 02:20:29,153 - DEBUG - Control-node 10.0.0.29 : 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': '115256963514190940', 'uuid-lslong': '12077881391206932137'}, 'enable': 'true', 'created': '2024-09-05T02:20:23', 'last-modified': '2024-09-05T02:20:23', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.516728'} 2024-09-05 02:20:29,153 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 02:20:29,161 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-05 02:20:29,161 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-05 02:20:29,161 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-05 02:20:29,161 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-09-05 02:20:29,167 - DEBUG - Requesting: http://10.0.0.29:8082/domain/2564604a-16d5-4965-8547-114c92bf1472 2024-09-05 02:20:29,174 - DEBUG - Requesting: http://10.0.0.29:8082/project/55b63f79-2404-489e-9bfd-75c11996306f 2024-09-05 02:20:29,209 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,215 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-05 02:20:29,216 - DEBUG - Verifying the vn in opserver 2024-09-05 02:20:29,216 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.29 2024-09-05 02:20:29,216 - DEBUG - Requesting: http://10.0.0.29:8081/analytics/uves/virtual-networks 2024-09-05 02:20:29,221 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.29:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-05 02:20:29,221 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-05 02:20:29,221 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 02:20:29,230 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 02:20:29,238 - DEBUG - Do not have enough data to verify VN in agent 2024-09-05 02:20:29,238 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 02:20:29,244 - DEBUG - VRF ids for VN __public__: {} 2024-09-05 02:20:29,332 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-05 02:20:29,429 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-09-05 02:20:29,434 - DEBUG - Requesting: http://10.0.0.29:8082/domain/2564604a-16d5-4965-8547-114c92bf1472 2024-09-05 02:20:29,442 - DEBUG - Requesting: http://10.0.0.29:8082/project/55b63f79-2404-489e-9bfd-75c11996306f 2024-09-05 02:20:29,484 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,494 - DEBUG - Requesting: http://10.0.0.29:8082/floating-ip-pool/28b13ddc-9d8b-445d-a12d-61d708373153 2024-09-05 02:20:29,500 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-09-05 02:20:29,505 - DEBUG - Requesting: http://10.0.0.29:8082/domain/2564604a-16d5-4965-8547-114c92bf1472 2024-09-05 02:20:29,512 - DEBUG - Requesting: http://10.0.0.29:8082/project/55b63f79-2404-489e-9bfd-75c11996306f 2024-09-05 02:20:29,550 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/01997999-0027-4c5c-a79d-41224a309ea9 2024-09-05 02:20:29,558 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-05 02:20:29,558 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-05 02:20:29,563 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-05 02:20:29,569 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-05 02:20:29,569 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-05 02:20:29,572 - DEBUG - Ingress ctest-nginx-ingress-27652023 not present 2024-09-05 02:20:29,573 - INFO - Creating Ingress ctest-nginx-ingress-27652023 2024-09-05 02:20:29,581 - INFO - Created Ingress ctest-nginx-ingress-27652023 2024-09-05 02:20:29,587 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27652023 2024-09-05 02:20:32,592 - DEBUG - For Ingress ctest-nginx-ingress-27652023, Cluster IP: 10.47.255.249, External IPs ['123.161.75.188'] 2024-09-05 02:20:32,592 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-27652023 2024-09-05 02:20:32,592 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=7216a047-99c8-48bc-a57e-8dee4dfcac40 2024-09-05 02:20:32,597 - INFO - Ingress ctest-nginx-ingress-27652023 with uuid 7216a047-99c8-48bc-a57e-8dee4dfcac40 found in kube manager 2024-09-05 02:20:32,597 - INFO - Ingress ctest-nginx-ingress-27652023 verification passed 2024-09-05 02:20:32,602 - DEBUG - Pod ctest-busybox-pod-67547319 not present 2024-09-05 02:20:32,602 - INFO - Creating Pod ctest-busybox-pod-67547319 2024-09-05 02:20:32,645 - DEBUG - Node for Pod ctest-busybox-pod-67547319 not yet populated 2024-09-05 02:20:35,660 - DEBUG - Pod : ctest-busybox-pod-67547319 UUID is d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:20:35,673 - DEBUG - Pod ctest-nginx-pod-08619609 not in running state.Currently in Pending 2024-09-05 02:20:40,681 - INFO - Pod ctest-nginx-pod-08619609 is in running state.Got IP 10.47.255.251 2024-09-05 02:20:40,696 - DEBUG - Pod ctest-nginx-pod-08619609 has vmi 68d1780a-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:20:40,696 - INFO - Verified pod ctest-nginx-pod-08619609 in contrail-api 2024-09-05 02:20:40,696 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:20:40,712 - DEBUG - VMI 68d1780a-6b2d-11ef-aaef-fa163e5b306a is active in agent 10.0.0.37 2024-09-05 02:20:40,712 - INFO - Verified Pod ctest-nginx-pod-08619609 in agent 10.0.0.37 2024-09-05 02:20:40,712 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=b06ede1a-1072-4846-b66b-fb703c740d07 2024-09-05 02:20:40,718 - INFO - Pod ctest-nginx-pod-08619609 with uuid b06ede1a-1072-4846-b66b-fb703c740d07 found in kube manager 2024-09-05 02:20:40,718 - INFO - Pod ctest-nginx-pod-08619609 verification passed 2024-09-05 02:20:40,970 - DEBUG - [Pod ctest-nginx-pod-08619609] Cmd: echo ctest-nginx-pod-08619609 > /usr/share/nginx/html/index.html, Output: 2024-09-05 02:20:40,987 - INFO - Pod ctest-nginx-pod-48266870 is in running state.Got IP 10.47.255.250 2024-09-05 02:20:41,073 - DEBUG - Pod ctest-nginx-pod-48266870 has vmi 694b6d9a-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:20:41,073 - INFO - Verified pod ctest-nginx-pod-48266870 in contrail-api 2024-09-05 02:20:41,073 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:20:41,095 - DEBUG - VMI 694b6d9a-6b2d-11ef-aaef-fa163e5b306a is active in agent 10.0.0.37 2024-09-05 02:20:41,095 - INFO - Verified Pod ctest-nginx-pod-48266870 in agent 10.0.0.37 2024-09-05 02:20:41,097 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=f67359fc-c3e1-45ce-b6ac-1db1774aee5d 2024-09-05 02:20:41,110 - INFO - Pod ctest-nginx-pod-48266870 with uuid f67359fc-c3e1-45ce-b6ac-1db1774aee5d found in kube manager 2024-09-05 02:20:41,110 - INFO - Pod ctest-nginx-pod-48266870 verification passed 2024-09-05 02:20:41,186 - DEBUG - [Pod ctest-nginx-pod-48266870] Cmd: echo ctest-nginx-pod-48266870 > /usr/share/nginx/html/index.html, Output: 2024-09-05 02:20:41,197 - DEBUG - Pod ctest-busybox-pod-67547319 not in running state.Currently in Pending 2024-09-05 02:20:46,249 - DEBUG - Pod ctest-busybox-pod-67547319 not in running state.Currently in Pending 2024-09-05 02:20:51,256 - INFO - Pod ctest-busybox-pod-67547319 is in running state.Got IP 10.47.255.248 2024-09-05 02:20:51,269 - DEBUG - Pod ctest-busybox-pod-67547319 has vmi 6d93fb88-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:20:51,269 - INFO - Verified pod ctest-busybox-pod-67547319 in contrail-api 2024-09-05 02:20:51,269 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:20:51,286 - DEBUG - VMI 6d93fb88-6b2d-11ef-aaef-fa163e5b306a is active in agent 10.0.0.37 2024-09-05 02:20:51,286 - INFO - Verified Pod ctest-busybox-pod-67547319 in agent 10.0.0.37 2024-09-05 02:20:51,287 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:20:51,296 - INFO - Pod ctest-busybox-pod-67547319 with uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 found in kube manager 2024-09-05 02:20:51,296 - INFO - Pod ctest-busybox-pod-67547319 verification passed 2024-09-05 02:20:51,374 - DEBUG - [Pod ctest-busybox-pod-67547319] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-48266870 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-09-05 02:20:51,374 - DEBUG - [Pod Pod ctest-busybox-pod-67547319] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-05 02:20:51,374 - DEBUG - [Pod Pod ctest-busybox-pod-67547319] Cmd output: ctest-nginx-pod-48266870 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-09-05 02:20:51,433 - DEBUG - [Pod ctest-busybox-pod-67547319] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-08619609 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-09-05 02:20:51,434 - DEBUG - [Pod Pod ctest-busybox-pod-67547319] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-05 02:20:51,434 - DEBUG - [Pod Pod ctest-busybox-pod-67547319] Cmd output: ctest-nginx-pod-08619609 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-09-05 02:20:51,434 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-08619609': 1, 'ctest-nginx-pod-48266870': 1} 2024-09-05 02:20:51,434 - WARNING - Nothing to delete parallely 2024-09-05 02:20:51,434 - INFO - Deleting pod default:ctest-busybox-pod-67547319 2024-09-05 02:20:51,453 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:20:51,465 - WARNING - Pod uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:20:56,466 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:20:56,486 - WARNING - Pod uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:01,487 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:21:01,498 - WARNING - Pod uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:06,499 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:21:07,668 - WARNING - Pod uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:12,669 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:21:12,682 - WARNING - Pod uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:17,683 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:21:17,690 - WARNING - Pod uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:22,692 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:21:22,710 - WARNING - Pod uuid d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:27,711 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=d1f495a8-e78b-44d5-aa79-0f01ee2129d6 2024-09-05 02:21:27,727 - DEBUG - Pod d1f495a8-e78b-44d5-aa79-0f01ee2129d6 is not in agent 10.0.0.37 VM list 2024-09-05 02:21:27,728 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6d93fb88-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:21:27,746 - DEBUG - VMI 6d93fb88-6b2d-11ef-aaef-fa163e5b306a is removed from agent 10.0.0.37 2024-09-05 02:21:27,747 - INFO - Verified that pod ctest-busybox-pod-67547319 is removed in agent 2024-09-05 02:21:27,747 - INFO - Deleting Ingress : ctest-nginx-ingress-27652023 2024-09-05 02:21:27,763 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=7216a047-99c8-48bc-a57e-8dee4dfcac40 2024-09-05 02:21:27,780 - ERROR - Ingress ctest-nginx-ingress-27652023 with uuid 7216a047-99c8-48bc-a57e-8dee4dfcac40 still found in kube manager 2024-09-05 02:21:28,781 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=7216a047-99c8-48bc-a57e-8dee4dfcac40 2024-09-05 02:21:28,786 - INFO - Ingress ctest-nginx-ingress-27652023 with uuid 7216a047-99c8-48bc-a57e-8dee4dfcac40 deleted successfully from kube manager 2024-09-05 02:21:28,786 - INFO - Verifications on Ingress %s cleanup passed 2024-09-05 02:21:28,786 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-05 02:21:28,883 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-05 02:21:28,891 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-05 02:21:28,891 - INFO - Deleting VN __public__ 2024-09-05 02:21:29,055 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/bacbcf24-681a-4d4e-9c17-a06f57ba6101 2024-09-05 02:21:29,071 - DEBUG - Response Code: 404 2024-09-05 02:21:29,071 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-09-05 02:21:29,076 - DEBUG - Requesting: http://10.0.0.29:8082/domain/2564604a-16d5-4965-8547-114c92bf1472 2024-09-05 02:21:29,087 - DEBUG - Requesting: http://10.0.0.29:8082/project/55b63f79-2404-489e-9bfd-75c11996306f 2024-09-05 02:21:29,126 - INFO - Validated that VN __public__ is not found in API Server 2024-09-05 02:21:29,126 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-05 02:21:29,134 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 02:21:29,142 - DEBUG - VN __public__ is not present in Agent 10.0.0.37 2024-09-05 02:21:29,142 - INFO - Validated that VN __public__ is not in any agent 2024-09-05 02:21:29,142 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 02:21:29,161 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 02:21:29,168 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-05 02:21:29,173 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-05 02:21:29,173 - INFO - Deleting pod default:ctest-nginx-pod-48266870 2024-09-05 02:21:29,199 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f67359fc-c3e1-45ce-b6ac-1db1774aee5d 2024-09-05 02:21:29,213 - WARNING - Pod uuid f67359fc-c3e1-45ce-b6ac-1db1774aee5d is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:34,214 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f67359fc-c3e1-45ce-b6ac-1db1774aee5d 2024-09-05 02:21:34,224 - DEBUG - Pod f67359fc-c3e1-45ce-b6ac-1db1774aee5d is not in agent 10.0.0.37 VM list 2024-09-05 02:21:34,224 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:694b6d9a-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:21:34,231 - DEBUG - VMI 694b6d9a-6b2d-11ef-aaef-fa163e5b306a is removed from agent 10.0.0.37 2024-09-05 02:21:34,231 - INFO - Verified that pod ctest-nginx-pod-48266870 is removed in agent 2024-09-05 02:21:34,231 - INFO - Deleting pod default:ctest-nginx-pod-08619609 2024-09-05 02:21:34,270 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b06ede1a-1072-4846-b66b-fb703c740d07 2024-09-05 02:21:34,281 - WARNING - Pod uuid b06ede1a-1072-4846-b66b-fb703c740d07 is still seen in agent 10.0.0.37 VM list 2024-09-05 02:21:39,286 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b06ede1a-1072-4846-b66b-fb703c740d07 2024-09-05 02:21:39,311 - DEBUG - Pod b06ede1a-1072-4846-b66b-fb703c740d07 is not in agent 10.0.0.37 VM list 2024-09-05 02:21:39,311 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:68d1780a-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:21:39,325 - DEBUG - VMI 68d1780a-6b2d-11ef-aaef-fa163e5b306a is removed from agent 10.0.0.37 2024-09-05 02:21:39,325 - INFO - Verified that pod ctest-nginx-pod-08619609 is removed in agent 2024-09-05 02:21:39,326 - INFO - Deleting service : ctest-nginx-svc-45440926 2024-09-05 02:21:39,661 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 02:21:39,674 - DEBUG - No XMPP flaps were noticed during the test 2024-09-05 02:21:39,674 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:17] 2024-09-05 02:21:39,675 - INFO - -------------------------------------------------------------------------------- 2024-09-05 02:21:46,243 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 02:21:46,350 - DEBUG - Output : cluster_project={} 2024-09-05 02:21:46,401 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-05 02:21:46,597 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-05 02:21:46,602 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 02:21:46,761 - DEBUG - Output : cluster_project={} 2024-09-05 02:22:01,961 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,060 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,127 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,219 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,318 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,367 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,448 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,485 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 02:22:07,743 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 02:22:10,325 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_ApplicationPolicySetReq? 2024-09-05 02:22:10,337 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-09-05 02:22:10,373 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-09-05 02:22:12,416 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2024-09-05 02:25:13,678 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 02:25:13,751 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ee361-b2d3-4844-bdd6-7938cf439eda 2024-09-05 02:25:13,769 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:13,782 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:13,789 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=86db69c3-1b4d-4c47-9441-f798f7bb75e8 2024-09-05 02:25:13,800 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:13,806 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:13,810 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0f453bc5-54e5-42ef-a34d-f8cfcc5cf7e6 2024-09-05 02:25:13,829 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ed38e5b9-86ff-4e89-88b4-b41024f924b3 2024-09-05 02:25:18,841 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:18,844 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=86db69c3-1b4d-4c47-9441-f798f7bb75e8 2024-09-05 02:25:18,846 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:18,849 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:18,851 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=b46ee361-b2d3-4844-bdd6-7938cf439eda 2024-09-05 02:25:18,855 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=0f453bc5-54e5-42ef-a34d-f8cfcc5cf7e6 2024-09-05 02:25:18,857 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:18,859 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ed38e5b9-86ff-4e89-88b4-b41024f924b3 2024-09-05 02:25:18,885 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a4802aa-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:25:18,893 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9abc9b1a-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:25:18,895 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9b96ac7e-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:25:18,898 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9c228136-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:25:23,868 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:23,898 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:23,904 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:25,698 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:28,885 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:28,919 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:28,927 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:30,718 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:33,900 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:33,943 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:33,947 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:35,735 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:38,909 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:38,961 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:38,965 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:40,753 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:43,921 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:43,979 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:43,982 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:45,764 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:48,932 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=62ae11d3-003e-4d3b-9dcb-48314dacaeae 2024-09-05 02:25:48,947 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9e2c138e-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:25:48,992 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=af194ee3-8e65-447d-8329-1e7e1cae9bef 2024-09-05 02:25:48,996 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=38adccb1-00a1-4373-b506-a61b1a39a551 2024-09-05 02:25:49,016 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9db8541c-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:25:49,021 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9cc7e036-6b2d-11ef-aaef-fa163e5b306a 2024-09-05 02:25:50,776 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=7f3ee1df-ff91-4d8a-a13b-5c200347c1b4 2024-09-05 02:25:50,792 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9d3eba94-6b2d-11ef-aaef-fa163e5b306a