2024-11-10 17:57:32,168 - DEBUG - [10.0.0.12]: Running cmd : hostname 2024-11-10 17:57:32,426 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-779-1 2024-11-10 17:57:32,426 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2024-11-10 17:57:32,460 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-779-1 2024-11-10 17:57:32,461 - DEBUG - [10.0.0.12]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-11-10 17:57:32,537 - DEBUG - Output : NAMES contrail_test_fCeh8yFC6 contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_rabbitmq_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 2024-11-10 17:57:32,537 - DEBUG - [10.0.0.12]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 17:57:32,608 - DEBUG - Output : 10.0.0.12/24 172.17.0.1/16 2024-11-10 17:57:32,608 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2024-11-10 17:57:32,656 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-779-1 2024-11-10 17:57:32,759 - DEBUG - [10.0.0.38]: Running cmd : hostname 2024-11-10 17:57:32,994 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-779-1 2024-11-10 17:57:32,994 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2024-11-10 17:57:33,029 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-779-1 2024-11-10 17:57:33,029 - DEBUG - [10.0.0.38]: 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-11-10 17:57:33,115 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-10 17:57:33,116 - DEBUG - [10.0.0.38]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-10 17:57:33,150 - DEBUG - Output : 10.0.0.38/24 2024-11-10 17:57:33,151 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2024-11-10 17:57:33,186 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-779-1 2024-11-10 17:57:33,276 - INFO - Using existing project ['default-domain', 'k8s-default'](a80d9a94-3fdd-42dc-b9ea-5abf65da1da2) 2024-11-10 17:57:33,400 - INFO - Using existing project ['default-domain', 'k8s-default'](a80d9a94-3fdd-42dc-b9ea-5abf65da1da2) 2024-11-10 17:57:33,544 - INFO - ================================================================================ 2024-11-10 17:57:33,544 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-10 17:57:33,545 - 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-11-10 17:57:33,792 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 17:57:33,800 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.0.0.12': '0'}} with 2024-11-10 17:57:33,800 - INFO - Initial checks done. Running the testcase now 2024-11-10 17:57:33,800 - INFO - 2024-11-10 17:57:33,817 - INFO - Namespace default already exists 2024-11-10 17:57:33,817 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-10 17:57:33,946 - DEBUG - Output : cluster_project={} 2024-11-10 17:57:33,994 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-10 17:57:33,995 - DEBUG - Project uuid in Contrail is a80d9a94-3fdd-42dc-b9ea-5abf65da1da2 2024-11-10 17:57:33,995 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-10 17:57:34,124 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 17:57:34,124 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_NamespaceDatabaseList?namespace_uuid=77be46e5-cd84-40ee-9130-3d552d177c19 2024-11-10 17:57:34,129 - INFO - Namespace default with uuid 77be46e5-cd84-40ee-9130-3d552d177c19 found in kube manager 2024-11-10 17:57:34,129 - INFO - Namespace default verification passed 2024-11-10 17:57:34,133 - DEBUG - Service ctest-nginx-svc-07631041 not present 2024-11-10 17:57:34,133 - INFO - Creating service ctest-nginx-svc-07631041 2024-11-10 17:57:34,149 - INFO - Created Service ctest-nginx-svc-07631041 2024-11-10 17:57:34,162 - DEBUG - Pod ctest-nginx-pod-81389800 not present 2024-11-10 17:57:34,162 - INFO - Creating Pod ctest-nginx-pod-81389800 2024-11-10 17:57:34,250 - DEBUG - Pod : ctest-nginx-pod-81389800 UUID is 1d9065c4-c6f0-4285-80f5-adee76744554 2024-11-10 17:57:34,252 - DEBUG - Pod ctest-nginx-pod-84663473 not present 2024-11-10 17:57:34,253 - INFO - Creating Pod ctest-nginx-pod-84663473 2024-11-10 17:57:34,278 - DEBUG - Pod : ctest-nginx-pod-84663473 UUID is 0d27abe5-fe21-455f-b2e1-564ca8ba4d27 2024-11-10 17:57:34,465 - INFO - Created VN __public__, UUID :6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:34,790 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-11-10 17:57:34,796 - DEBUG - Requesting: http://10.0.0.12:8082/domain/d97a7e64-c3ae-4832-9f0f-1d5bebea4c4e 2024-11-10 17:57:34,831 - DEBUG - Requesting: http://10.0.0.12:8082/project/a80d9a94-3fdd-42dc-b9ea-5abf65da1da2 2024-11-10 17:57:34,900 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:34,956 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:34,984 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/21232b43-5503-49b2-81f1-28e36cc4bb6d 2024-11-10 17:57:34,994 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/21232b43-5503-49b2-81f1-28e36cc4bb6d 2024-11-10 17:57:35,006 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/d317a49f-c319-41c0-8048-bc2d7e0f48a2 2024-11-10 17:57:35,040 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 17:57:35,040 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:35,067 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/21232b43-5503-49b2-81f1-28e36cc4bb6d 2024-11-10 17:57:35,090 - INFO - Verified VN network id 13 for VN 6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:35,091 - INFO - Verifications in API Server for VN __public__ passed 2024-11-10 17:57:35,092 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:35,114 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/21232b43-5503-49b2-81f1-28e36cc4bb6d 2024-11-10 17:57:35,139 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/21232b43-5503-49b2-81f1-28e36cc4bb6d 2024-11-10 17:57:35,149 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/d317a49f-c319-41c0-8048-bc2d7e0f48a2 2024-11-10 17:57:35,157 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 17:57:35,164 - DEBUG - Control-node 10.0.0.12 : VN object is : {'node_name': 'virtual-network:default-domain:k8s-default:__public__', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'cloud-admin', 'owner-access': '7', 'group': 'cloud-admin-group', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '7795298667215802245', 'uuid-lslong': '13332139941217158476'}, 'enable': 'true', 'created': '2024-11-10T17:57:34', 'last-modified': '2024-11-10T17:57:34', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.507732'} 2024-11-10 17:57:35,164 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:57:35,191 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-10 17:57:35,191 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-10 17:57:35,193 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-10 17:57:35,193 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-11-10 17:57:35,203 - DEBUG - Requesting: http://10.0.0.12:8082/domain/d97a7e64-c3ae-4832-9f0f-1d5bebea4c4e 2024-11-10 17:57:35,212 - DEBUG - Requesting: http://10.0.0.12:8082/project/a80d9a94-3fdd-42dc-b9ea-5abf65da1da2 2024-11-10 17:57:35,300 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:35,314 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-10 17:57:35,314 - DEBUG - Verifying the vn in opserver 2024-11-10 17:57:35,315 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.12 2024-11-10 17:57:35,315 - DEBUG - Requesting: http://10.0.0.12:8081/analytics/uves/virtual-networks 2024-11-10 17:57:35,320 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.12:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-10 17:57:35,320 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-10 17:57:35,321 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:57:35,329 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:57:35,346 - DEBUG - Do not have enough data to verify VN in agent 2024-11-10 17:57:35,346 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:57:35,353 - DEBUG - VRF ids for VN __public__: {} 2024-11-10 17:57:35,494 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-10 17:57:35,649 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-11-10 17:57:35,656 - DEBUG - Requesting: http://10.0.0.12:8082/domain/d97a7e64-c3ae-4832-9f0f-1d5bebea4c4e 2024-11-10 17:57:35,679 - DEBUG - Requesting: http://10.0.0.12:8082/project/a80d9a94-3fdd-42dc-b9ea-5abf65da1da2 2024-11-10 17:57:35,727 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:35,765 - DEBUG - Requesting: http://10.0.0.12:8082/floating-ip-pool/323d67a2-85fb-4094-ba1c-ae6fa423344d 2024-11-10 17:57:35,772 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-11-10 17:57:35,776 - DEBUG - Requesting: http://10.0.0.12:8082/domain/d97a7e64-c3ae-4832-9f0f-1d5bebea4c4e 2024-11-10 17:57:35,784 - DEBUG - Requesting: http://10.0.0.12:8082/project/a80d9a94-3fdd-42dc-b9ea-5abf65da1da2 2024-11-10 17:57:35,835 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/6c2e76d6-2979-4f85-b905-46a3cc0bc54c 2024-11-10 17:57:35,849 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-10 17:57:35,850 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-10 17:57:35,890 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 17:57:35,897 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-10 17:57:35,897 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-10 17:57:35,900 - DEBUG - Ingress ctest-nginx-ingress-79251326 not present 2024-11-10 17:57:35,900 - INFO - Creating Ingress ctest-nginx-ingress-79251326 2024-11-10 17:57:35,908 - INFO - Created Ingress ctest-nginx-ingress-79251326 2024-11-10 17:57:35,911 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-79251326 2024-11-10 17:57:38,917 - DEBUG - For Ingress ctest-nginx-ingress-79251326, Cluster IP: 10.47.255.249, External IPs ['34.41.175.60'] 2024-11-10 17:57:38,917 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-79251326 2024-11-10 17:57:38,917 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=7b93644b-0009-409f-8273-5617f116fcda 2024-11-10 17:57:38,923 - INFO - Ingress ctest-nginx-ingress-79251326 with uuid 7b93644b-0009-409f-8273-5617f116fcda found in kube manager 2024-11-10 17:57:38,923 - INFO - Ingress ctest-nginx-ingress-79251326 verification passed 2024-11-10 17:57:38,926 - DEBUG - Pod ctest-busybox-pod-53437758 not present 2024-11-10 17:57:38,927 - INFO - Creating Pod ctest-busybox-pod-53437758 2024-11-10 17:57:38,964 - DEBUG - Pod : ctest-busybox-pod-53437758 UUID is 3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:57:38,978 - DEBUG - Pod ctest-nginx-pod-81389800 not in running state.Currently in Pending 2024-11-10 17:57:43,999 - DEBUG - Pod ctest-nginx-pod-81389800 not in running state.Currently in Pending 2024-11-10 17:57:49,007 - DEBUG - Pod ctest-nginx-pod-81389800 not in running state.Currently in Pending 2024-11-10 17:57:54,016 - INFO - Pod ctest-nginx-pod-81389800 is in running state.Got IP 10.47.255.251 2024-11-10 17:57:54,050 - DEBUG - Pod ctest-nginx-pod-81389800 has vmi 449415d0-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 17:57:54,050 - INFO - Verified pod ctest-nginx-pod-81389800 in contrail-api 2024-11-10 17:57:54,051 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:57:54,075 - DEBUG - VMI 449415d0-9f8d-11ef-ad33-fa163eb2d2fa is active in agent 10.0.0.38 2024-11-10 17:57:54,076 - INFO - Verified Pod ctest-nginx-pod-81389800 in agent 10.0.0.38 2024-11-10 17:57:54,077 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=1d9065c4-c6f0-4285-80f5-adee76744554 2024-11-10 17:57:54,090 - INFO - Pod ctest-nginx-pod-81389800 with uuid 1d9065c4-c6f0-4285-80f5-adee76744554 found in kube manager 2024-11-10 17:57:54,090 - INFO - Pod ctest-nginx-pod-81389800 verification passed 2024-11-10 17:57:54,157 - DEBUG - [Pod ctest-nginx-pod-81389800] Cmd: echo ctest-nginx-pod-81389800 > /usr/share/nginx/html/index.html, Output: 2024-11-10 17:57:54,163 - INFO - Pod ctest-nginx-pod-84663473 is in running state.Got IP 10.47.255.250 2024-11-10 17:57:54,258 - DEBUG - Pod ctest-nginx-pod-84663473 has vmi 44f988d4-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 17:57:54,258 - INFO - Verified pod ctest-nginx-pod-84663473 in contrail-api 2024-11-10 17:57:54,258 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:57:54,269 - DEBUG - VMI 44f988d4-9f8d-11ef-ad33-fa163eb2d2fa is active in agent 10.0.0.38 2024-11-10 17:57:54,270 - INFO - Verified Pod ctest-nginx-pod-84663473 in agent 10.0.0.38 2024-11-10 17:57:54,270 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=0d27abe5-fe21-455f-b2e1-564ca8ba4d27 2024-11-10 17:57:54,277 - INFO - Pod ctest-nginx-pod-84663473 with uuid 0d27abe5-fe21-455f-b2e1-564ca8ba4d27 found in kube manager 2024-11-10 17:57:54,277 - INFO - Pod ctest-nginx-pod-84663473 verification passed 2024-11-10 17:57:54,341 - DEBUG - [Pod ctest-nginx-pod-84663473] Cmd: echo ctest-nginx-pod-84663473 > /usr/share/nginx/html/index.html, Output: 2024-11-10 17:57:54,349 - DEBUG - Pod ctest-busybox-pod-53437758 not in running state.Currently in Pending 2024-11-10 17:57:59,358 - INFO - Pod ctest-busybox-pod-53437758 is in running state.Got IP 10.47.255.248 2024-11-10 17:57:59,378 - DEBUG - Pod ctest-busybox-pod-53437758 has vmi 4776905c-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 17:57:59,379 - INFO - Verified pod ctest-busybox-pod-53437758 in contrail-api 2024-11-10 17:57:59,379 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:57:59,391 - DEBUG - VMI 4776905c-9f8d-11ef-ad33-fa163eb2d2fa is active in agent 10.0.0.38 2024-11-10 17:57:59,391 - INFO - Verified Pod ctest-busybox-pod-53437758 in agent 10.0.0.38 2024-11-10 17:57:59,391 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:57:59,403 - INFO - Pod ctest-busybox-pod-53437758 with uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 found in kube manager 2024-11-10 17:57:59,403 - INFO - Pod ctest-busybox-pod-53437758 verification passed 2024-11-10 17:57:59,470 - DEBUG - [Pod ctest-busybox-pod-53437758] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-84663473 2024-11-10 17:57:59,470 - DEBUG - [Pod Pod ctest-busybox-pod-53437758] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 17:57:59,470 - DEBUG - [Pod Pod ctest-busybox-pod-53437758] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-84663473 2024-11-10 17:57:59,528 - DEBUG - [Pod ctest-busybox-pod-53437758] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-84663473 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-11-10 17:57:59,528 - DEBUG - [Pod Pod ctest-busybox-pod-53437758] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 17:57:59,528 - DEBUG - [Pod Pod ctest-busybox-pod-53437758] Cmd output: ctest-nginx-pod-84663473 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-11-10 17:57:59,595 - DEBUG - [Pod ctest-busybox-pod-53437758] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-81389800 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-11-10 17:57:59,595 - DEBUG - [Pod Pod ctest-busybox-pod-53437758] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-10 17:57:59,595 - DEBUG - [Pod Pod ctest-busybox-pod-53437758] Cmd output: ctest-nginx-pod-81389800 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-11-10 17:57:59,595 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-81389800': 1, 'ctest-nginx-pod-84663473': 2} 2024-11-10 17:57:59,596 - WARNING - Nothing to delete parallely 2024-11-10 17:57:59,602 - INFO - Deleting pod default:ctest-busybox-pod-53437758 2024-11-10 17:57:59,616 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:57:59,624 - WARNING - Pod uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:04,626 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:58:04,633 - WARNING - Pod uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:09,634 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:58:09,641 - WARNING - Pod uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:14,642 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:58:14,650 - WARNING - Pod uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:19,651 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:58:19,659 - WARNING - Pod uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:24,660 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:58:24,668 - WARNING - Pod uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:29,669 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:58:29,676 - WARNING - Pod uuid 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:34,677 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3c9095c9-1858-4a64-9af9-5e2a512dcda3 2024-11-10 17:58:34,684 - DEBUG - Pod 3c9095c9-1858-4a64-9af9-5e2a512dcda3 is not in agent 10.0.0.38 VM list 2024-11-10 17:58:34,684 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4776905c-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 17:58:34,690 - DEBUG - VMI 4776905c-9f8d-11ef-ad33-fa163eb2d2fa is removed from agent 10.0.0.38 2024-11-10 17:58:34,690 - INFO - Verified that pod ctest-busybox-pod-53437758 is removed in agent 2024-11-10 17:58:34,690 - INFO - Deleting Ingress : ctest-nginx-ingress-79251326 2024-11-10 17:58:34,697 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=7b93644b-0009-409f-8273-5617f116fcda 2024-11-10 17:58:34,734 - ERROR - Ingress ctest-nginx-ingress-79251326 with uuid 7b93644b-0009-409f-8273-5617f116fcda still found in kube manager 2024-11-10 17:58:35,735 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=7b93644b-0009-409f-8273-5617f116fcda 2024-11-10 17:58:35,744 - INFO - Ingress ctest-nginx-ingress-79251326 with uuid 7b93644b-0009-409f-8273-5617f116fcda deleted successfully from kube manager 2024-11-10 17:58:35,744 - INFO - Verifications on Ingress %s cleanup passed 2024-11-10 17:58:35,744 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-10 17:58:35,852 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-10 17:58:35,861 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-10 17:58:35,861 - INFO - Deleting VN __public__ 2024-11-10 17:58:36,062 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/21232b43-5503-49b2-81f1-28e36cc4bb6d 2024-11-10 17:58:36,069 - DEBUG - Response Code: 404 2024-11-10 17:58:36,069 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2024-11-10 17:58:36,077 - DEBUG - Requesting: http://10.0.0.12:8082/domain/d97a7e64-c3ae-4832-9f0f-1d5bebea4c4e 2024-11-10 17:58:36,094 - DEBUG - Requesting: http://10.0.0.12:8082/project/a80d9a94-3fdd-42dc-b9ea-5abf65da1da2 2024-11-10 17:58:36,171 - INFO - Validated that VN __public__ is not found in API Server 2024-11-10 17:58:36,171 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-10 17:58:36,179 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:58:36,190 - DEBUG - VN __public__ is not present in Agent 10.0.0.38 2024-11-10 17:58:36,190 - INFO - Validated that VN __public__ is not in any agent 2024-11-10 17:58:36,190 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:58:36,199 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-10 17:58:36,206 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-10 17:58:36,212 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-10 17:58:36,230 - INFO - Deleting pod default:ctest-nginx-pod-84663473 2024-11-10 17:58:36,260 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=0d27abe5-fe21-455f-b2e1-564ca8ba4d27 2024-11-10 17:58:36,293 - WARNING - Pod uuid 0d27abe5-fe21-455f-b2e1-564ca8ba4d27 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:41,295 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=0d27abe5-fe21-455f-b2e1-564ca8ba4d27 2024-11-10 17:58:41,302 - DEBUG - Pod 0d27abe5-fe21-455f-b2e1-564ca8ba4d27 is not in agent 10.0.0.38 VM list 2024-11-10 17:58:41,302 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:44f988d4-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 17:58:41,309 - DEBUG - VMI 44f988d4-9f8d-11ef-ad33-fa163eb2d2fa is removed from agent 10.0.0.38 2024-11-10 17:58:41,309 - INFO - Verified that pod ctest-nginx-pod-84663473 is removed in agent 2024-11-10 17:58:41,310 - INFO - Deleting pod default:ctest-nginx-pod-81389800 2024-11-10 17:58:41,331 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1d9065c4-c6f0-4285-80f5-adee76744554 2024-11-10 17:58:41,343 - WARNING - Pod uuid 1d9065c4-c6f0-4285-80f5-adee76744554 is still seen in agent 10.0.0.38 VM list 2024-11-10 17:58:46,345 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=1d9065c4-c6f0-4285-80f5-adee76744554 2024-11-10 17:58:46,352 - DEBUG - Pod 1d9065c4-c6f0-4285-80f5-adee76744554 is not in agent 10.0.0.38 VM list 2024-11-10 17:58:46,352 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:449415d0-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 17:58:46,358 - DEBUG - VMI 449415d0-9f8d-11ef-ad33-fa163eb2d2fa is removed from agent 10.0.0.38 2024-11-10 17:58:46,358 - INFO - Verified that pod ctest-nginx-pod-81389800 is removed in agent 2024-11-10 17:58:46,359 - INFO - Deleting service : ctest-nginx-svc-07631041 2024-11-10 17:58:46,581 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 17:58:46,589 - DEBUG - No XMPP flaps were noticed during the test
2024-11-10 17:58:46,589 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2024-11-10 17:58:46,590 - INFO - -------------------------------------------------------------------------------- 2024-11-10 17:58:53,008 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-10 17:58:53,133 - DEBUG - Output : cluster_project={} 2024-11-10 17:58:53,190 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-10 17:58:53,330 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-10 17:58:53,336 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-10 17:58:53,478 - DEBUG - Output : cluster_project={} 2024-11-10 17:59:08,665 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:08,758 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:09,142 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:09,199 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:14,318 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:14,396 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:14,494 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:14,692 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-10 17:59:15,018 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 17:59:23,495 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_ApplicationPolicySetReq? 2024-11-10 17:59:23,507 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-11-10 17:59:23,593 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-11-10 17:59:26,031 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AclReq? 2024-11-10 18:02:26,765 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-10 18:02:26,830 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8d325a22-31d8-4d7e-b752-681e3c02f6f5 2024-11-10 18:02:26,846 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:02:26,860 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a909ce21-d23e-4300-af3c-a562e4cc0712 2024-11-10 18:02:26,869 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=70609bb9-b962-49ca-8fa3-922ff2997f79 2024-11-10 18:02:26,874 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:02:26,879 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:02:26,884 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=43600005-8447-45e2-a7e4-085f25b0ede7 2024-11-10 18:02:26,891 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:02:31,897 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=8d325a22-31d8-4d7e-b752-681e3c02f6f5 2024-11-10 18:02:31,899 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:02:31,909 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:737ffc74-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 18:02:31,950 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=70609bb9-b962-49ca-8fa3-922ff2997f79 2024-11-10 18:02:31,952 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=43600005-8447-45e2-a7e4-085f25b0ede7 2024-11-10 18:02:31,953 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=a909ce21-d23e-4300-af3c-a562e4cc0712 2024-11-10 18:02:31,954 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:02:31,955 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:02:31,958 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:02:31,972 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:74105670-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 18:02:31,974 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:74dfdee0-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 18:02:31,978 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:756d0db0-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 18:02:36,908 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:02:36,978 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:02:36,980 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:02:37,773 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:02:41,918 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:02:41,990 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:02:41,993 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:02:42,783 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:02:46,927 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:02:47,006 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:02:47,008 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:02:47,791 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:02:51,935 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:02:52,019 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:02:52,020 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:02:52,801 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:02:56,944 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:02:57,032 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:02:57,033 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:02:57,811 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:03:01,952 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=da2ee36f-b6ce-428a-94d1-a891f97e65ff 2024-11-10 18:03:01,960 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:771b6e86-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 18:03:02,044 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=9693dc0c-d1c4-4375-9760-1c6f708c7080 2024-11-10 18:03:02,046 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=3a689445-3bdf-4671-b39b-5c0b03fad60b 2024-11-10 18:03:02,056 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7610ca36-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 18:03:02,058 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:779f4ac6-9f8d-11ef-ad33-fa163eb2d2fa 2024-11-10 18:03:02,820 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_VmListReq?uuid=233216a7-ccad-45b6-bff5-8be4406f911a 2024-11-10 18:03:02,828 - DEBUG - Requesting: http://10.0.0.38:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:76948e98-9f8d-11ef-ad33-fa163eb2d2fa