2024-08-27 03:49:40,362 - DEBUG - [10.0.0.17]: Running cmd : hostname 2024-08-27 03:49:40,879 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-602-1 2024-08-27 03:49:40,879 - DEBUG - [10.0.0.17]: Running cmd : hostname -f 2024-08-27 03:49:40,999 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-602-1 2024-08-27 03:49:40,999 - DEBUG - [10.0.0.17]: 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-08-27 03:49:41,179 - DEBUG - Output : NAMES contrail_test_UOtuqvJTI contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_schema_1 2024-08-27 03:49:41,180 - DEBUG - [10.0.0.17]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-27 03:49:41,317 - DEBUG - Output : 10.0.0.17/24 172.17.0.1/16 2024-08-27 03:49:41,318 - DEBUG - [10.0.0.17]: Running cmd : getent hosts 10.0.0.17 | head -n 1 | awk '{print $2}' 2024-08-27 03:49:41,381 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-602-1 2024-08-27 03:49:41,492 - DEBUG - [10.0.0.49]: Running cmd : hostname 2024-08-27 03:49:41,720 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-602-1 2024-08-27 03:49:41,720 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2024-08-27 03:49:41,759 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-602-1 2024-08-27 03:49:41,759 - DEBUG - [10.0.0.49]: 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-08-27 03:49:41,851 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-27 03:49:41,852 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-27 03:49:41,891 - DEBUG - Output : 10.0.0.49/24 2024-08-27 03:49:41,891 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2024-08-27 03:49:41,954 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-602-1 2024-08-27 03:49:42,111 - INFO - Using existing project ['default-domain', 'k8s-default'](709d09a1-42fd-48a4-8f6e-e2712fc9721d) 2024-08-27 03:49:42,229 - INFO - Using existing project ['default-domain', 'k8s-default'](709d09a1-42fd-48a4-8f6e-e2712fc9721d) 2024-08-27 03:49:42,380 - INFO - ================================================================================ 2024-08-27 03:49:42,380 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-27 03:49:42,381 - 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-08-27 03:49:42,645 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:49:42,660 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.17': '0'}} with 2024-08-27 03:49:42,660 - INFO - Initial checks done. Running the testcase now 2024-08-27 03:49:42,661 - INFO - 2024-08-27 03:49:42,669 - INFO - Namespace default already exists 2024-08-27 03:49:42,671 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 03:49:42,869 - DEBUG - Output : cluster_project={} 2024-08-27 03:49:42,956 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-27 03:49:42,956 - DEBUG - Project uuid in Contrail is 709d09a1-42fd-48a4-8f6e-e2712fc9721d 2024-08-27 03:49:42,957 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-27 03:49:43,110 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-27 03:49:43,110 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_NamespaceDatabaseList?namespace_uuid=5e59960b-5c38-46d8-abb7-47546b73719a 2024-08-27 03:49:43,116 - INFO - Namespace default with uuid 5e59960b-5c38-46d8-abb7-47546b73719a found in kube manager 2024-08-27 03:49:43,116 - INFO - Namespace default verification passed 2024-08-27 03:49:43,119 - DEBUG - Service ctest-nginx-svc-35954099 not present 2024-08-27 03:49:43,119 - INFO - Creating service ctest-nginx-svc-35954099 2024-08-27 03:49:43,138 - INFO - Created Service ctest-nginx-svc-35954099 2024-08-27 03:49:43,151 - DEBUG - Pod ctest-nginx-pod-33326108 not present 2024-08-27 03:49:43,152 - INFO - Creating Pod ctest-nginx-pod-33326108 2024-08-27 03:49:43,236 - DEBUG - Pod : ctest-nginx-pod-33326108 UUID is 2bdd0af3-7eea-4a4f-a1a4-f19f213d406f 2024-08-27 03:49:43,242 - DEBUG - Pod ctest-nginx-pod-97825923 not present 2024-08-27 03:49:43,242 - INFO - Creating Pod ctest-nginx-pod-97825923 2024-08-27 03:49:43,263 - DEBUG - Pod : ctest-nginx-pod-97825923 UUID is 03c1c9c7-cdef-4194-af5c-5a4b5354fdf4 2024-08-27 03:49:43,439 - INFO - Created VN __public__, UUID :6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:43,686 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-08-27 03:49:43,695 - DEBUG - Requesting: http://10.0.0.17:8082/domain/e7eb084c-e25f-48e7-9159-ce481a831cf5 2024-08-27 03:49:43,721 - DEBUG - Requesting: http://10.0.0.17:8082/project/709d09a1-42fd-48a4-8f6e-e2712fc9721d 2024-08-27 03:49:43,886 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:43,923 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:43,938 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:49:43,954 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:49:43,968 - DEBUG - Route Targets: [] 2024-08-27 03:49:43,968 - DEBUG - RT names not yet present for VN __public__ 2024-08-27 03:49:48,969 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-08-27 03:49:48,975 - DEBUG - Requesting: http://10.0.0.17:8082/domain/e7eb084c-e25f-48e7-9159-ce481a831cf5 2024-08-27 03:49:48,990 - DEBUG - Requesting: http://10.0.0.17:8082/project/709d09a1-42fd-48a4-8f6e-e2712fc9721d 2024-08-27 03:49:49,053 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,062 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,071 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:49:49,081 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:49:49,099 - DEBUG - Requesting: http://10.0.0.17:8082/route-target/81cbfce5-ec5b-45e7-87a3-d388c24b42ed 2024-08-27 03:49:49,107 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-27 03:49:49,107 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,114 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:49:49,130 - INFO - Verified VN network id 13 for VN 6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,130 - INFO - Verifications in API Server for VN __public__ passed 2024-08-27 03:49:49,130 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,139 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:49:49,145 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:49:49,152 - DEBUG - Requesting: http://10.0.0.17:8082/route-target/81cbfce5-ec5b-45e7-87a3-d388c24b42ed 2024-08-27 03:49:49,160 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-27 03:49:49,167 - DEBUG - Control-node 10.0.0.17 : 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': '8054916785380675179', 'uuid-lslong': '13786839303802027164'}, 'enable': 'true', 'created': '2024-08-27T03:49:43', 'last-modified': '2024-08-27T03:49:43', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.576840'} 2024-08-27 03:49:49,167 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:49:49,174 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-27 03:49:49,175 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-27 03:49:49,175 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-27 03:49:49,175 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-08-27 03:49:49,191 - DEBUG - Requesting: http://10.0.0.17:8082/domain/e7eb084c-e25f-48e7-9159-ce481a831cf5 2024-08-27 03:49:49,229 - DEBUG - Requesting: http://10.0.0.17:8082/project/709d09a1-42fd-48a4-8f6e-e2712fc9721d 2024-08-27 03:49:49,307 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,326 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-27 03:49:49,327 - DEBUG - Verifying the vn in opserver 2024-08-27 03:49:49,327 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.17 2024-08-27 03:49:49,327 - DEBUG - Requesting: http://10.0.0.17:8081/analytics/uves/virtual-networks 2024-08-27 03:49:49,334 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.17:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-27 03:49:49,334 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-27 03:49:49,334 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:49:49,345 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:49:49,354 - DEBUG - Do not have enough data to verify VN in agent 2024-08-27 03:49:49,354 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:49:49,362 - DEBUG - VRF ids for VN __public__: {} 2024-08-27 03:49:49,489 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-27 03:49:49,613 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-08-27 03:49:49,621 - DEBUG - Requesting: http://10.0.0.17:8082/domain/e7eb084c-e25f-48e7-9159-ce481a831cf5 2024-08-27 03:49:49,631 - DEBUG - Requesting: http://10.0.0.17:8082/project/709d09a1-42fd-48a4-8f6e-e2712fc9721d 2024-08-27 03:49:49,690 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,706 - DEBUG - Requesting: http://10.0.0.17:8082/floating-ip-pool/0d835bab-d3b7-4db3-ac10-50cad2be2aa2 2024-08-27 03:49:49,719 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-08-27 03:49:49,727 - DEBUG - Requesting: http://10.0.0.17:8082/domain/e7eb084c-e25f-48e7-9159-ce481a831cf5 2024-08-27 03:49:49,743 - DEBUG - Requesting: http://10.0.0.17:8082/project/709d09a1-42fd-48a4-8f6e-e2712fc9721d 2024-08-27 03:49:49,801 - DEBUG - Requesting: http://10.0.0.17:8082/virtual-network/6fc8d023-b7f2-4e6b-bf54-b14d0e837c9c 2024-08-27 03:49:49,824 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-27 03:49:49,824 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-27 03:49:49,859 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-27 03:49:49,872 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-27 03:49:49,872 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-27 03:49:49,877 - DEBUG - Ingress ctest-nginx-ingress-90530841 not present 2024-08-27 03:49:49,877 - INFO - Creating Ingress ctest-nginx-ingress-90530841 2024-08-27 03:49:49,888 - INFO - Created Ingress ctest-nginx-ingress-90530841 2024-08-27 03:49:49,916 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90530841 2024-08-27 03:49:52,935 - DEBUG - For Ingress ctest-nginx-ingress-90530841, Cluster IP: 10.47.255.249, External IPs ['168.160.130.252'] 2024-08-27 03:49:52,936 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-90530841 2024-08-27 03:49:52,936 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=173c2e55-0806-4af6-a976-b8663dc3dbce 2024-08-27 03:49:52,944 - INFO - Ingress ctest-nginx-ingress-90530841 with uuid 173c2e55-0806-4af6-a976-b8663dc3dbce found in kube manager 2024-08-27 03:49:52,944 - INFO - Ingress ctest-nginx-ingress-90530841 verification passed 2024-08-27 03:49:52,948 - DEBUG - Pod ctest-busybox-pod-65689467 not present 2024-08-27 03:49:52,949 - INFO - Creating Pod ctest-busybox-pod-65689467 2024-08-27 03:49:53,020 - DEBUG - Pod : ctest-busybox-pod-65689467 UUID is 2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:49:53,032 - DEBUG - Pod ctest-nginx-pod-33326108 not in running state.Currently in Pending 2024-08-27 03:49:58,049 - DEBUG - Pod ctest-nginx-pod-33326108 not in running state.Currently in Pending 2024-08-27 03:50:03,060 - INFO - Pod ctest-nginx-pod-33326108 is in running state.Got IP 10.47.255.251 2024-08-27 03:50:03,083 - DEBUG - Pod ctest-nginx-pod-33326108 has vmi 6605c002-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:50:03,084 - INFO - Verified pod ctest-nginx-pod-33326108 in contrail-api 2024-08-27 03:50:03,084 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:50:03,107 - DEBUG - VMI 6605c002-6427-11ef-bb44-fa163ef7f406 is active in agent 10.0.0.49 2024-08-27 03:50:03,107 - INFO - Verified Pod ctest-nginx-pod-33326108 in agent 10.0.0.49 2024-08-27 03:50:03,107 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=2bdd0af3-7eea-4a4f-a1a4-f19f213d406f 2024-08-27 03:50:03,123 - INFO - Pod ctest-nginx-pod-33326108 with uuid 2bdd0af3-7eea-4a4f-a1a4-f19f213d406f found in kube manager 2024-08-27 03:50:03,123 - INFO - Pod ctest-nginx-pod-33326108 verification passed 2024-08-27 03:50:03,247 - DEBUG - [Pod ctest-nginx-pod-33326108] Cmd: echo ctest-nginx-pod-33326108 > /usr/share/nginx/html/index.html, Output: 2024-08-27 03:50:03,254 - INFO - Pod ctest-nginx-pod-97825923 is in running state.Got IP 10.47.255.250 2024-08-27 03:50:03,310 - DEBUG - Pod ctest-nginx-pod-97825923 has vmi 66939f80-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:50:03,311 - INFO - Verified pod ctest-nginx-pod-97825923 in contrail-api 2024-08-27 03:50:03,311 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:50:03,334 - DEBUG - VMI 66939f80-6427-11ef-bb44-fa163ef7f406 is active in agent 10.0.0.49 2024-08-27 03:50:03,335 - INFO - Verified Pod ctest-nginx-pod-97825923 in agent 10.0.0.49 2024-08-27 03:50:03,335 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=03c1c9c7-cdef-4194-af5c-5a4b5354fdf4 2024-08-27 03:50:03,350 - INFO - Pod ctest-nginx-pod-97825923 with uuid 03c1c9c7-cdef-4194-af5c-5a4b5354fdf4 found in kube manager 2024-08-27 03:50:03,350 - INFO - Pod ctest-nginx-pod-97825923 verification passed 2024-08-27 03:50:03,427 - DEBUG - [Pod ctest-nginx-pod-97825923] Cmd: echo ctest-nginx-pod-97825923 > /usr/share/nginx/html/index.html, Output: 2024-08-27 03:50:03,443 - DEBUG - Pod ctest-busybox-pod-65689467 not in running state.Currently in Pending 2024-08-27 03:50:08,459 - INFO - Pod ctest-busybox-pod-65689467 is in running state.Got IP 10.47.255.248 2024-08-27 03:50:08,494 - DEBUG - Pod ctest-busybox-pod-65689467 has vmi 6b2d13fa-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:50:08,494 - INFO - Verified pod ctest-busybox-pod-65689467 in contrail-api 2024-08-27 03:50:08,494 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:50:08,518 - DEBUG - VMI 6b2d13fa-6427-11ef-bb44-fa163ef7f406 is active in agent 10.0.0.49 2024-08-27 03:50:08,518 - INFO - Verified Pod ctest-busybox-pod-65689467 in agent 10.0.0.49 2024-08-27 03:50:08,518 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_VirtualMachineDatabaseList?x=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:08,529 - INFO - Pod ctest-busybox-pod-65689467 with uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c found in kube manager 2024-08-27 03:50:08,530 - INFO - Pod ctest-busybox-pod-65689467 verification passed 2024-08-27 03:50:08,611 - DEBUG - [Pod ctest-busybox-pod-65689467] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-97825923 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-08-27 03:50:08,612 - DEBUG - [Pod Pod ctest-busybox-pod-65689467] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 03:50:08,612 - DEBUG - [Pod Pod ctest-busybox-pod-65689467] Cmd output: ctest-nginx-pod-97825923 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-08-27 03:50:08,687 - DEBUG - [Pod ctest-busybox-pod-65689467] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-97825923 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-08-27 03:50:08,687 - DEBUG - [Pod Pod ctest-busybox-pod-65689467] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 03:50:08,687 - DEBUG - [Pod Pod ctest-busybox-pod-65689467] Cmd output: ctest-nginx-pod-97825923 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-08-27 03:50:08,758 - DEBUG - [Pod ctest-busybox-pod-65689467] 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-33326108 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 03:50:08,758 - DEBUG - [Pod Pod ctest-busybox-pod-65689467] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 03:50:08,758 - DEBUG - [Pod Pod ctest-busybox-pod-65689467] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-33326108 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 03:50:08,759 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-33326108': 1, 'ctest-nginx-pod-97825923': 2} 2024-08-27 03:50:08,759 - WARNING - Nothing to delete parallely 2024-08-27 03:50:08,760 - INFO - Deleting pod default:ctest-busybox-pod-65689467 2024-08-27 03:50:08,800 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:08,832 - WARNING - Pod uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:13,833 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:13,847 - WARNING - Pod uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:18,849 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:18,864 - WARNING - Pod uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:23,865 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:23,877 - WARNING - Pod uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:28,880 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:28,896 - WARNING - Pod uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:33,897 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:33,913 - WARNING - Pod uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:38,915 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:38,929 - WARNING - Pod uuid 2aaf7481-8804-4225-b0db-7acc6c247f1c is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:43,932 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2aaf7481-8804-4225-b0db-7acc6c247f1c 2024-08-27 03:50:43,939 - DEBUG - Pod 2aaf7481-8804-4225-b0db-7acc6c247f1c is not in agent 10.0.0.49 VM list 2024-08-27 03:50:43,939 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6b2d13fa-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:50:43,946 - DEBUG - VMI 6b2d13fa-6427-11ef-bb44-fa163ef7f406 is removed from agent 10.0.0.49 2024-08-27 03:50:43,946 - INFO - Verified that pod ctest-busybox-pod-65689467 is removed in agent 2024-08-27 03:50:43,946 - INFO - Deleting Ingress : ctest-nginx-ingress-90530841 2024-08-27 03:50:43,958 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=173c2e55-0806-4af6-a976-b8663dc3dbce 2024-08-27 03:50:43,971 - ERROR - Ingress ctest-nginx-ingress-90530841 with uuid 173c2e55-0806-4af6-a976-b8663dc3dbce still found in kube manager 2024-08-27 03:50:44,973 - DEBUG - Requesting: http://10.0.0.17:8108/Snh_LoadbalancerDatabaseList?x=173c2e55-0806-4af6-a976-b8663dc3dbce 2024-08-27 03:50:44,977 - INFO - Ingress ctest-nginx-ingress-90530841 with uuid 173c2e55-0806-4af6-a976-b8663dc3dbce deleted successfully from kube manager 2024-08-27 03:50:44,977 - INFO - Verifications on Ingress %s cleanup passed 2024-08-27 03:50:44,977 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-27 03:50:45,113 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-27 03:50:45,121 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-27 03:50:45,121 - INFO - Deleting VN __public__ 2024-08-27 03:50:45,363 - DEBUG - Requesting: http://10.0.0.17:8082/routing-instance/3a54e46e-34a6-4497-a5b4-a5cc65a67768 2024-08-27 03:50:45,377 - DEBUG - Response Code: 404 2024-08-27 03:50:45,377 - DEBUG - Requesting: http://10.0.0.17:8082/domains 2024-08-27 03:50:45,396 - DEBUG - Requesting: http://10.0.0.17:8082/domain/e7eb084c-e25f-48e7-9159-ce481a831cf5 2024-08-27 03:50:45,409 - DEBUG - Requesting: http://10.0.0.17:8082/project/709d09a1-42fd-48a4-8f6e-e2712fc9721d 2024-08-27 03:50:45,460 - INFO - Validated that VN __public__ is not found in API Server 2024-08-27 03:50:45,460 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-27 03:50:45,471 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:50:45,483 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2024-08-27 03:50:45,483 - INFO - Validated that VN __public__ is not in any agent 2024-08-27 03:50:45,483 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:50:45,504 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 03:50:45,525 - DEBUG - Requesting: http://10.0.0.17:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-27 03:50:45,534 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-27 03:50:45,535 - INFO - Deleting pod default:ctest-nginx-pod-97825923 2024-08-27 03:50:45,548 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=03c1c9c7-cdef-4194-af5c-5a4b5354fdf4 2024-08-27 03:50:45,567 - WARNING - Pod uuid 03c1c9c7-cdef-4194-af5c-5a4b5354fdf4 is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:50,568 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=03c1c9c7-cdef-4194-af5c-5a4b5354fdf4 2024-08-27 03:50:50,580 - DEBUG - Pod 03c1c9c7-cdef-4194-af5c-5a4b5354fdf4 is not in agent 10.0.0.49 VM list 2024-08-27 03:50:50,580 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:66939f80-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:50:50,591 - DEBUG - VMI 66939f80-6427-11ef-bb44-fa163ef7f406 is removed from agent 10.0.0.49 2024-08-27 03:50:50,591 - INFO - Verified that pod ctest-nginx-pod-97825923 is removed in agent 2024-08-27 03:50:50,592 - INFO - Deleting pod default:ctest-nginx-pod-33326108 2024-08-27 03:50:50,636 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2bdd0af3-7eea-4a4f-a1a4-f19f213d406f 2024-08-27 03:50:50,650 - WARNING - Pod uuid 2bdd0af3-7eea-4a4f-a1a4-f19f213d406f is still seen in agent 10.0.0.49 VM list 2024-08-27 03:50:55,651 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=2bdd0af3-7eea-4a4f-a1a4-f19f213d406f 2024-08-27 03:50:55,667 - DEBUG - Pod 2bdd0af3-7eea-4a4f-a1a4-f19f213d406f is not in agent 10.0.0.49 VM list 2024-08-27 03:50:55,667 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6605c002-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:50:55,682 - DEBUG - VMI 6605c002-6427-11ef-bb44-fa163ef7f406 is removed from agent 10.0.0.49 2024-08-27 03:50:55,682 - INFO - Verified that pod ctest-nginx-pod-33326108 is removed in agent 2024-08-27 03:50:55,683 - INFO - Deleting service : ctest-nginx-svc-35954099 2024-08-27 03:50:56,062 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:50:56,078 - DEBUG - No XMPP flaps were noticed during the test 2024-08-27 03:50:56,078 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2024-08-27 03:50:56,078 - INFO - -------------------------------------------------------------------------------- 2024-08-27 03:51:02,672 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 03:51:02,871 - DEBUG - Output : cluster_project={} 2024-08-27 03:51:02,950 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-27 03:51:03,146 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-27 03:51:03,153 - DEBUG - [10.0.0.17]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 03:51:03,311 - DEBUG - Output : cluster_project={} 2024-08-27 03:51:13,484 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:18,597 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:19,235 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:19,355 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:19,440 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:19,506 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:24,645 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:24,739 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 03:51:25,067 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:51:28,124 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2024-08-27 03:51:28,156 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2024-08-27 03:51:28,221 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2024-08-27 03:51:30,273 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2024-08-27 03:54:32,408 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 03:54:32,525 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8ceab3c7-0b3e-4075-af58-b1e94ccecacb 2024-08-27 03:54:32,551 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:54:32,559 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9119b90-0127-42be-a930-2e52d46cf1fe 2024-08-27 03:54:32,565 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=6d9266a7-2d2d-4bbe-bf52-fbbdd62b1337 2024-08-27 03:54:32,574 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb54f1c2-93f5-4ff7-ae0c-a8b9eb80b0e5 2024-08-27 03:54:32,583 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:54:32,590 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:54:32,595 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:54:37,603 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=8ceab3c7-0b3e-4075-af58-b1e94ccecacb 2024-08-27 03:54:37,616 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:95327870-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:54:37,635 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d9119b90-0127-42be-a930-2e52d46cf1fe 2024-08-27 03:54:37,640 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:54:37,641 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:54:37,642 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb54f1c2-93f5-4ff7-ae0c-a8b9eb80b0e5 2024-08-27 03:54:37,644 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:54:37,645 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=6d9266a7-2d2d-4bbe-bf52-fbbdd62b1337 2024-08-27 03:54:37,646 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:54:37,676 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:95b00100-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:54:37,678 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9661e136-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:54:37,680 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:96e0898c-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:54:42,672 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:54:42,674 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:54:42,676 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:54:42,682 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:54:47,690 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:54:47,696 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:54:47,700 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:54:47,703 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:54:52,731 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:54:52,737 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:54:52,742 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:54:52,745 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:54:57,768 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:54:57,775 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:54:57,778 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:54:59,036 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:55:02,799 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:55:02,804 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:55:02,806 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:55:04,047 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:55:07,881 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=c46df704-f8d1-4eb9-a6f0-8866acf1970b 2024-08-27 03:55:07,883 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5e46e001-7ddb-4980-a8b8-65993ca7dc0a 2024-08-27 03:55:07,885 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bb2247b7-571c-4845-b753-94413bbe06e6 2024-08-27 03:55:07,903 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:97d86562-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:55:07,909 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:97634016-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:55:07,919 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:98c6e1ec-6427-11ef-bb44-fa163ef7f406 2024-08-27 03:55:09,067 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=1147c552-5fdd-4e34-9464-d8dfc31dfa16 2024-08-27 03:55:09,083 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:984b2c6e-6427-11ef-bb44-fa163ef7f406