2024-09-18 00:26:19,421 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-09-18 00:26:19,654 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-688-1 2024-09-18 00:26:19,654 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-09-18 00:26:19,687 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-688-1 2024-09-18 00:26:19,688 - DEBUG - [10.0.0.34]: 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-18 00:26:19,761 - DEBUG - Output : NAMES contrail_test_OOnLGmCC0 contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_collector_1 analytics_api_1 redis_redis_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_cassandra_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_dnsmasq_1 config_api_schema_1 2024-09-18 00:26:19,762 - DEBUG - [10.0.0.34]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 00:26:19,847 - DEBUG - Output : 10.0.0.34/24 172.17.0.1/16 2024-09-18 00:26:19,847 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-09-18 00:26:19,883 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-688-1 2024-09-18 00:26:19,966 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-09-18 00:26:20,187 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-688-1 2024-09-18 00:26:20,187 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-09-18 00:26:20,210 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-688-1 2024-09-18 00:26:20,211 - DEBUG - [10.0.0.24]: 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-18 00:26:20,255 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-18 00:26:20,255 - DEBUG - [10.0.0.24]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 00:26:20,325 - DEBUG - Output : 10.0.0.24/24 2024-09-18 00:26:20,325 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-09-18 00:26:20,359 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-688-1 2024-09-18 00:26:20,477 - INFO - Using existing project ['default-domain', 'k8s-default'](1864362b-33a7-46ca-9856-378cde19b718) 2024-09-18 00:26:20,604 - INFO - Using existing project ['default-domain', 'k8s-default'](1864362b-33a7-46ca-9856-378cde19b718) 2024-09-18 00:26:20,768 - INFO - ================================================================================ 2024-09-18 00:26:20,768 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-18 00:26:20,769 - 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-18 00:26:21,015 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:26:21,022 - DEBUG - Nothing to compare xmpp stats {'10.0.0.24': {'10.0.0.34': '0'}} with 2024-09-18 00:26:21,022 - INFO - Initial checks done. Running the testcase now 2024-09-18 00:26:21,022 - INFO - 2024-09-18 00:26:21,027 - INFO - Namespace default already exists 2024-09-18 00:26:21,027 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 00:26:21,133 - DEBUG - Output : cluster_project={} 2024-09-18 00:26:21,183 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-18 00:26:21,184 - DEBUG - Project uuid in Contrail is 1864362b-33a7-46ca-9856-378cde19b718 2024-09-18 00:26:21,184 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 00:26:21,301 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 00:26:21,301 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_NamespaceDatabaseList?namespace_uuid=cab69d79-fd2d-469f-9c40-b9c803ea16f9 2024-09-18 00:26:21,305 - INFO - Namespace default with uuid cab69d79-fd2d-469f-9c40-b9c803ea16f9 found in kube manager 2024-09-18 00:26:21,305 - INFO - Namespace default verification passed 2024-09-18 00:26:21,308 - DEBUG - Service ctest-nginx-svc-72592362 not present 2024-09-18 00:26:21,308 - INFO - Creating service ctest-nginx-svc-72592362 2024-09-18 00:26:21,336 - INFO - Created Service ctest-nginx-svc-72592362 2024-09-18 00:26:21,343 - DEBUG - Pod ctest-nginx-pod-01907698 not present 2024-09-18 00:26:21,343 - INFO - Creating Pod ctest-nginx-pod-01907698 2024-09-18 00:26:21,417 - DEBUG - Pod : ctest-nginx-pod-01907698 UUID is 7fe4d8fe-002e-49d3-b487-5ab4bcfdd520 2024-09-18 00:26:21,425 - DEBUG - Pod ctest-nginx-pod-56935910 not present 2024-09-18 00:26:21,425 - INFO - Creating Pod ctest-nginx-pod-56935910 2024-09-18 00:26:21,450 - DEBUG - Pod : ctest-nginx-pod-56935910 UUID is d0dedda6-8dda-4d12-8d95-41749cf6ba06 2024-09-18 00:26:21,743 - INFO - Created VN __public__, UUID :175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:21,897 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 00:26:21,923 - DEBUG - Requesting: http://10.0.0.34:8082/domain/86775caa-e279-4dff-ba9c-53d6d63ed744 2024-09-18 00:26:21,981 - DEBUG - Requesting: http://10.0.0.34:8082/project/1864362b-33a7-46ca-9856-378cde19b718 2024-09-18 00:26:22,034 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:22,050 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:22,063 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:26:22,101 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:26:22,109 - DEBUG - Route Targets: [] 2024-09-18 00:26:22,109 - DEBUG - RT names not yet present for VN __public__ 2024-09-18 00:26:27,109 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 00:26:27,115 - DEBUG - Requesting: http://10.0.0.34:8082/domain/86775caa-e279-4dff-ba9c-53d6d63ed744 2024-09-18 00:26:27,123 - DEBUG - Requesting: http://10.0.0.34:8082/project/1864362b-33a7-46ca-9856-378cde19b718 2024-09-18 00:26:27,201 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,216 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,231 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:26:27,244 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:26:27,253 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/9c12d882-cc12-49be-a2b4-cf2049a4e36b 2024-09-18 00:26:27,261 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 00:26:27,261 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,276 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:26:27,300 - INFO - Verified VN network id 13 for VN 175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,300 - INFO - Verifications in API Server for VN __public__ passed 2024-09-18 00:26:27,300 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,316 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:26:27,323 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:26:27,330 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/9c12d882-cc12-49be-a2b4-cf2049a4e36b 2024-09-18 00:26:27,336 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 00:26:27,343 - DEBUG - Control-node 10.0.0.34 : 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': '1683128474744341075', 'uuid-lslong': '9447427225810546458'}, 'enable': 'true', 'created': '2024-09-18T00:26:21', 'last-modified': '2024-09-18T00:26:21', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.563845'} 2024-09-18 00:26:27,343 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:26:27,350 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 00:26:27,350 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-18 00:26:27,350 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-18 00:26:27,350 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 00:26:27,356 - DEBUG - Requesting: http://10.0.0.34:8082/domain/86775caa-e279-4dff-ba9c-53d6d63ed744 2024-09-18 00:26:27,365 - DEBUG - Requesting: http://10.0.0.34:8082/project/1864362b-33a7-46ca-9856-378cde19b718 2024-09-18 00:26:27,410 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,423 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-18 00:26:27,423 - DEBUG - Verifying the vn in opserver 2024-09-18 00:26:27,423 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.34 2024-09-18 00:26:27,423 - DEBUG - Requesting: http://10.0.0.34:8081/analytics/uves/virtual-networks 2024-09-18 00:26:27,428 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.34:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-18 00:26:27,429 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-18 00:26:27,429 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:26:27,436 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:26:27,444 - DEBUG - Do not have enough data to verify VN in agent 2024-09-18 00:26:27,444 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:26:27,449 - DEBUG - VRF ids for VN __public__: {} 2024-09-18 00:26:27,552 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-18 00:26:27,662 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 00:26:27,668 - DEBUG - Requesting: http://10.0.0.34:8082/domain/86775caa-e279-4dff-ba9c-53d6d63ed744 2024-09-18 00:26:27,678 - DEBUG - Requesting: http://10.0.0.34:8082/project/1864362b-33a7-46ca-9856-378cde19b718 2024-09-18 00:26:27,724 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,739 - DEBUG - Requesting: http://10.0.0.34:8082/floating-ip-pool/d726b4ec-6a88-4bed-aff1-f4224b333a63 2024-09-18 00:26:27,746 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 00:26:27,751 - DEBUG - Requesting: http://10.0.0.34:8082/domain/86775caa-e279-4dff-ba9c-53d6d63ed744 2024-09-18 00:26:27,769 - DEBUG - Requesting: http://10.0.0.34:8082/project/1864362b-33a7-46ca-9856-378cde19b718 2024-09-18 00:26:27,819 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/175bac6e-207b-4253-831c-0101dbcaaf1a 2024-09-18 00:26:27,840 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-18 00:26:27,840 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-18 00:26:27,851 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 00:26:27,857 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-18 00:26:27,857 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-18 00:26:27,860 - DEBUG - Ingress ctest-nginx-ingress-11972158 not present 2024-09-18 00:26:27,860 - INFO - Creating Ingress ctest-nginx-ingress-11972158 2024-09-18 00:26:27,871 - INFO - Created Ingress ctest-nginx-ingress-11972158 2024-09-18 00:26:27,874 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-11972158 2024-09-18 00:26:30,884 - DEBUG - For Ingress ctest-nginx-ingress-11972158, Cluster IP: 10.47.255.249, External IPs ['95.255.170.252'] 2024-09-18 00:26:30,885 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-11972158 2024-09-18 00:26:30,885 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=d4b4f052-92eb-4775-bfa3-9d1a89f8e31e 2024-09-18 00:26:30,892 - INFO - Ingress ctest-nginx-ingress-11972158 with uuid d4b4f052-92eb-4775-bfa3-9d1a89f8e31e found in kube manager 2024-09-18 00:26:30,892 - INFO - Ingress ctest-nginx-ingress-11972158 verification passed 2024-09-18 00:26:30,899 - DEBUG - Pod ctest-busybox-pod-02135721 not present 2024-09-18 00:26:30,900 - INFO - Creating Pod ctest-busybox-pod-02135721 2024-09-18 00:26:30,935 - DEBUG - Pod : ctest-busybox-pod-02135721 UUID is ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:26:30,942 - DEBUG - Pod ctest-nginx-pod-01907698 not in running state.Currently in Pending 2024-09-18 00:26:35,948 - INFO - Pod ctest-nginx-pod-01907698 is in running state.Got IP 10.47.255.251 2024-09-18 00:26:36,036 - DEBUG - Pod ctest-nginx-pod-01907698 has vmi a24c7b80-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:26:36,036 - INFO - Verified pod ctest-nginx-pod-01907698 in contrail-api 2024-09-18 00:26:36,036 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:26:36,053 - DEBUG - VMI a24c7b80-7554-11ef-9794-fa163eb4d31d is active in agent 10.0.0.24 2024-09-18 00:26:36,053 - INFO - Verified Pod ctest-nginx-pod-01907698 in agent 10.0.0.24 2024-09-18 00:26:36,053 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=7fe4d8fe-002e-49d3-b487-5ab4bcfdd520 2024-09-18 00:26:36,057 - INFO - Pod ctest-nginx-pod-01907698 with uuid 7fe4d8fe-002e-49d3-b487-5ab4bcfdd520 found in kube manager 2024-09-18 00:26:36,057 - INFO - Pod ctest-nginx-pod-01907698 verification passed 2024-09-18 00:26:36,122 - DEBUG - [Pod ctest-nginx-pod-01907698] Cmd: echo ctest-nginx-pod-01907698 > /usr/share/nginx/html/index.html, Output: 2024-09-18 00:26:36,130 - DEBUG - Pod ctest-nginx-pod-56935910 not in running state.Currently in Pending 2024-09-18 00:26:41,136 - INFO - Pod ctest-nginx-pod-56935910 is in running state.Got IP 10.47.255.250 2024-09-18 00:26:41,154 - DEBUG - Pod ctest-nginx-pod-56935910 has vmi a2ca4b6e-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:26:41,154 - INFO - Verified pod ctest-nginx-pod-56935910 in contrail-api 2024-09-18 00:26:41,154 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:26:41,164 - DEBUG - VMI a2ca4b6e-7554-11ef-9794-fa163eb4d31d is active in agent 10.0.0.24 2024-09-18 00:26:41,165 - INFO - Verified Pod ctest-nginx-pod-56935910 in agent 10.0.0.24 2024-09-18 00:26:41,165 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=d0dedda6-8dda-4d12-8d95-41749cf6ba06 2024-09-18 00:26:41,169 - INFO - Pod ctest-nginx-pod-56935910 with uuid d0dedda6-8dda-4d12-8d95-41749cf6ba06 found in kube manager 2024-09-18 00:26:41,169 - INFO - Pod ctest-nginx-pod-56935910 verification passed 2024-09-18 00:26:41,237 - DEBUG - [Pod ctest-nginx-pod-56935910] Cmd: echo ctest-nginx-pod-56935910 > /usr/share/nginx/html/index.html, Output: 2024-09-18 00:26:41,243 - DEBUG - Pod ctest-busybox-pod-02135721 not in running state.Currently in Pending 2024-09-18 00:26:46,370 - INFO - Pod ctest-busybox-pod-02135721 is in running state.Got IP 10.47.255.248 2024-09-18 00:26:46,387 - DEBUG - Pod ctest-busybox-pod-02135721 has vmi a7077a62-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:26:46,387 - INFO - Verified pod ctest-busybox-pod-02135721 in contrail-api 2024-09-18 00:26:46,387 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:26:46,398 - DEBUG - VMI a7077a62-7554-11ef-9794-fa163eb4d31d is active in agent 10.0.0.24 2024-09-18 00:26:46,398 - INFO - Verified Pod ctest-busybox-pod-02135721 in agent 10.0.0.24 2024-09-18 00:26:46,398 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:26:46,403 - INFO - Pod ctest-busybox-pod-02135721 with uuid ead8ab94-1677-485c-8b98-ffcf19ace007 found in kube manager 2024-09-18 00:26:46,403 - INFO - Pod ctest-busybox-pod-02135721 verification passed 2024-09-18 00:26:46,461 - DEBUG - [Pod ctest-busybox-pod-02135721] 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-01907698 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-18 00:26:46,461 - DEBUG - [Pod Pod ctest-busybox-pod-02135721] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 00:26:46,461 - DEBUG - [Pod Pod ctest-busybox-pod-02135721] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-01907698 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-18 00:26:46,507 - DEBUG - [Pod ctest-busybox-pod-02135721] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-01907698 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-18 00:26:46,507 - DEBUG - [Pod Pod ctest-busybox-pod-02135721] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 00:26:46,507 - DEBUG - [Pod Pod ctest-busybox-pod-02135721] Cmd output: ctest-nginx-pod-01907698 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-18 00:26:46,564 - DEBUG - [Pod ctest-busybox-pod-02135721] 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-56935910 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-18 00:26:46,564 - DEBUG - [Pod Pod ctest-busybox-pod-02135721] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 00:26:46,564 - DEBUG - [Pod Pod ctest-busybox-pod-02135721] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-56935910 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-18 00:26:46,564 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-01907698': 2, 'ctest-nginx-pod-56935910': 1} 2024-09-18 00:26:46,565 - WARNING - Nothing to delete parallely 2024-09-18 00:26:46,565 - INFO - Deleting pod default:ctest-busybox-pod-02135721 2024-09-18 00:26:46,573 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:26:46,580 - WARNING - Pod uuid ead8ab94-1677-485c-8b98-ffcf19ace007 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:26:51,581 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:26:51,587 - WARNING - Pod uuid ead8ab94-1677-485c-8b98-ffcf19ace007 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:26:56,588 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:26:56,595 - WARNING - Pod uuid ead8ab94-1677-485c-8b98-ffcf19ace007 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:27:01,596 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:27:01,605 - WARNING - Pod uuid ead8ab94-1677-485c-8b98-ffcf19ace007 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:27:06,606 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:27:06,614 - WARNING - Pod uuid ead8ab94-1677-485c-8b98-ffcf19ace007 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:27:11,615 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:27:11,622 - WARNING - Pod uuid ead8ab94-1677-485c-8b98-ffcf19ace007 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:27:16,623 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:27:16,631 - WARNING - Pod uuid ead8ab94-1677-485c-8b98-ffcf19ace007 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:27:21,632 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=ead8ab94-1677-485c-8b98-ffcf19ace007 2024-09-18 00:27:21,638 - DEBUG - Pod ead8ab94-1677-485c-8b98-ffcf19ace007 is not in agent 10.0.0.24 VM list 2024-09-18 00:27:21,638 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a7077a62-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:27:21,644 - DEBUG - VMI a7077a62-7554-11ef-9794-fa163eb4d31d is removed from agent 10.0.0.24 2024-09-18 00:27:21,644 - INFO - Verified that pod ctest-busybox-pod-02135721 is removed in agent 2024-09-18 00:27:21,644 - INFO - Deleting Ingress : ctest-nginx-ingress-11972158 2024-09-18 00:27:21,650 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=d4b4f052-92eb-4775-bfa3-9d1a89f8e31e 2024-09-18 00:27:21,655 - ERROR - Ingress ctest-nginx-ingress-11972158 with uuid d4b4f052-92eb-4775-bfa3-9d1a89f8e31e still found in kube manager 2024-09-18 00:27:22,656 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=d4b4f052-92eb-4775-bfa3-9d1a89f8e31e 2024-09-18 00:27:22,660 - INFO - Ingress ctest-nginx-ingress-11972158 with uuid d4b4f052-92eb-4775-bfa3-9d1a89f8e31e deleted successfully from kube manager 2024-09-18 00:27:22,660 - INFO - Verifications on Ingress %s cleanup passed 2024-09-18 00:27:22,660 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-18 00:27:22,779 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 00:27:22,789 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-18 00:27:22,789 - INFO - Deleting VN __public__ 2024-09-18 00:27:22,919 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/9d9ab61c-4125-4e78-a5f7-24783e9b0427 2024-09-18 00:27:22,946 - DEBUG - Response Code: 404 2024-09-18 00:27:22,946 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-09-18 00:27:22,953 - DEBUG - Requesting: http://10.0.0.34:8082/domain/86775caa-e279-4dff-ba9c-53d6d63ed744 2024-09-18 00:27:22,970 - DEBUG - Requesting: http://10.0.0.34:8082/project/1864362b-33a7-46ca-9856-378cde19b718 2024-09-18 00:27:23,054 - INFO - Validated that VN __public__ is not found in API Server 2024-09-18 00:27:23,054 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-18 00:27:23,061 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:27:23,070 - DEBUG - VN __public__ is not present in Agent 10.0.0.24 2024-09-18 00:27:23,070 - INFO - Validated that VN __public__ is not in any agent 2024-09-18 00:27:23,071 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:27:23,090 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 00:27:23,097 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 00:27:23,113 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-18 00:27:23,114 - INFO - Deleting pod default:ctest-nginx-pod-56935910 2024-09-18 00:27:23,131 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=d0dedda6-8dda-4d12-8d95-41749cf6ba06 2024-09-18 00:27:23,157 - WARNING - Pod uuid d0dedda6-8dda-4d12-8d95-41749cf6ba06 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:27:28,158 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=d0dedda6-8dda-4d12-8d95-41749cf6ba06 2024-09-18 00:27:28,166 - DEBUG - Pod d0dedda6-8dda-4d12-8d95-41749cf6ba06 is not in agent 10.0.0.24 VM list 2024-09-18 00:27:28,166 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a2ca4b6e-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:27:28,172 - DEBUG - VMI a2ca4b6e-7554-11ef-9794-fa163eb4d31d is removed from agent 10.0.0.24 2024-09-18 00:27:28,172 - INFO - Verified that pod ctest-nginx-pod-56935910 is removed in agent 2024-09-18 00:27:28,172 - INFO - Deleting pod default:ctest-nginx-pod-01907698 2024-09-18 00:27:28,202 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7fe4d8fe-002e-49d3-b487-5ab4bcfdd520 2024-09-18 00:27:28,209 - WARNING - Pod uuid 7fe4d8fe-002e-49d3-b487-5ab4bcfdd520 is still seen in agent 10.0.0.24 VM list 2024-09-18 00:27:33,210 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=7fe4d8fe-002e-49d3-b487-5ab4bcfdd520 2024-09-18 00:27:33,216 - DEBUG - Pod 7fe4d8fe-002e-49d3-b487-5ab4bcfdd520 is not in agent 10.0.0.24 VM list 2024-09-18 00:27:33,216 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a24c7b80-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:27:33,221 - DEBUG - VMI a24c7b80-7554-11ef-9794-fa163eb4d31d is removed from agent 10.0.0.24 2024-09-18 00:27:33,222 - INFO - Verified that pod ctest-nginx-pod-01907698 is removed in agent 2024-09-18 00:27:33,222 - INFO - Deleting service : ctest-nginx-svc-72592362 2024-09-18 00:27:33,462 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:27:33,473 - DEBUG - No XMPP flaps were noticed during the test 2024-09-18 00:27:33,473 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2024-09-18 00:27:33,473 - INFO - -------------------------------------------------------------------------------- 2024-09-18 00:27:39,832 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 00:27:39,973 - DEBUG - Output : cluster_project={} 2024-09-18 00:27:40,032 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 00:27:40,159 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 00:27:40,164 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 00:27:40,336 - DEBUG - Output : cluster_project={} 2024-09-18 00:27:55,524 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:27:55,567 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:27:55,652 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:27:55,736 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:28:00,795 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:28:00,893 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:28:00,945 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:28:01,032 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 00:28:01,273 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:28:04,104 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_ApplicationPolicySetReq? 2024-09-18 00:28:04,118 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2024-09-18 00:28:04,162 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2024-09-18 00:28:06,192 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2024-09-18 00:31:07,198 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 00:31:07,239 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9f1c7fe1-0a42-4adf-9b61-124cf0bf653c 2024-09-18 00:31:07,280 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=54652f87-07c8-463c-a2ee-72a819f8b07d 2024-09-18 00:31:07,297 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:07,306 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:07,315 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:07,322 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:07,330 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdbca4fa-1f21-4b7f-ade0-75a5325bf762 2024-09-18 00:31:07,338 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6f8ff7-8e2a-47e2-ae8b-21bc8a287d8a 2024-09-18 00:31:12,416 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6f8ff7-8e2a-47e2-ae8b-21bc8a287d8a 2024-09-18 00:31:12,418 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=54652f87-07c8-463c-a2ee-72a819f8b07d 2024-09-18 00:31:12,420 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=9f1c7fe1-0a42-4adf-9b61-124cf0bf653c 2024-09-18 00:31:12,421 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdbca4fa-1f21-4b7f-ade0-75a5325bf762 2024-09-18 00:31:12,424 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:12,425 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:12,426 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:12,427 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:12,456 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d16bf210-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:31:12,458 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d21b5d7c-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:31:12,459 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d2a96e5a-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:31:12,460 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d0fd79b6-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:31:17,457 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:17,462 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:17,466 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:17,467 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:22,466 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:22,470 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:22,479 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:22,481 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:27,474 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:27,478 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:27,496 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:27,498 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:32,484 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:32,486 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:32,507 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:32,509 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:37,497 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:37,498 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:37,519 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:37,520 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:42,602 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=e4549221-49c4-4eb8-b811-10a06f0a7f63 2024-09-18 00:31:42,604 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=4c6ed4e0-b9c2-4228-b6ef-b6f187cb0148 2024-09-18 00:31:42,605 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=835391c6-1ebe-4d2d-8d6f-71b2c2b4ebc7 2024-09-18 00:31:42,607 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=5f4900bb-6b01-4ae9-a5b6-ba7a7f3aeafa 2024-09-18 00:31:42,624 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d3bfc820-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:31:42,627 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d4366ab6-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:31:42,628 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d341afda-7554-11ef-9794-fa163eb4d31d 2024-09-18 00:31:42,630 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d4af4602-7554-11ef-9794-fa163eb4d31d