2024-09-13 17:30:24,981 - DEBUG - [10.0.0.43]: Running cmd : hostname 2024-09-13 17:30:25,309 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-657-1 2024-09-13 17:30:25,309 - DEBUG - [10.0.0.43]: Running cmd : hostname -f 2024-09-13 17:30:25,362 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-657-1 2024-09-13 17:30:25,362 - DEBUG - [10.0.0.43]: 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-13 17:30:25,566 - DEBUG - Output : NAMES contrail_test_57v75lgm0 contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_cassandra_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_dnsmasq_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 redis_redis_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 2024-09-13 17:30:25,566 - DEBUG - [10.0.0.43]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-13 17:30:25,612 - DEBUG - Output : 10.0.0.43/24 172.17.0.1/16 2024-09-13 17:30:25,612 - DEBUG - [10.0.0.43]: Running cmd : getent hosts 10.0.0.43 | head -n 1 | awk '{print $2}' 2024-09-13 17:30:25,695 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-657-1 2024-09-13 17:30:25,772 - DEBUG - [10.0.0.47]: Running cmd : hostname 2024-09-13 17:30:25,983 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-657-1 2024-09-13 17:30:25,984 - DEBUG - [10.0.0.47]: Running cmd : hostname -f 2024-09-13 17:30:26,008 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-657-1 2024-09-13 17:30:26,008 - DEBUG - [10.0.0.47]: 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-13 17:30:26,093 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-13 17:30:26,094 - DEBUG - [10.0.0.47]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-13 17:30:26,129 - DEBUG - Output : 10.0.0.47/24 2024-09-13 17:30:26,129 - DEBUG - [10.0.0.47]: Running cmd : getent hosts 10.0.0.47 | head -n 1 | awk '{print $2}' 2024-09-13 17:30:26,198 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-657-1 2024-09-13 17:30:26,317 - INFO - Using existing project ['default-domain', 'k8s-default'](c55b4851-9fce-4b8d-8201-2cda722e43f3) 2024-09-13 17:30:26,475 - INFO - Using existing project ['default-domain', 'k8s-default'](c55b4851-9fce-4b8d-8201-2cda722e43f3) 2024-09-13 17:30:26,640 - INFO - ================================================================================ 2024-09-13 17:30:26,640 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-13 17:30:26,640 - 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-13 17:30:26,909 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 17:30:26,918 - DEBUG - Nothing to compare xmpp stats {'10.0.0.47': {'10.0.0.43': '0'}} with 2024-09-13 17:30:26,918 - INFO - Initial checks done. Running the testcase now 2024-09-13 17:30:26,918 - INFO - 2024-09-13 17:30:26,922 - INFO - Namespace default already exists 2024-09-13 17:30:26,922 - DEBUG - [10.0.0.43]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-13 17:30:27,050 - DEBUG - Output : cluster_project={} 2024-09-13 17:30:27,121 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-13 17:30:27,122 - DEBUG - Project uuid in Contrail is c55b4851-9fce-4b8d-8201-2cda722e43f3 2024-09-13 17:30:27,122 - DEBUG - [10.0.0.43]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-13 17:30:27,282 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-13 17:30:27,282 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_NamespaceDatabaseList?namespace_uuid=4cee27f7-62e5-4e01-bc18-b063d08a7281 2024-09-13 17:30:27,289 - INFO - Namespace default with uuid 4cee27f7-62e5-4e01-bc18-b063d08a7281 found in kube manager 2024-09-13 17:30:27,289 - INFO - Namespace default verification passed 2024-09-13 17:30:27,296 - DEBUG - Service ctest-nginx-svc-61732327 not present 2024-09-13 17:30:27,296 - INFO - Creating service ctest-nginx-svc-61732327 2024-09-13 17:30:27,332 - INFO - Created Service ctest-nginx-svc-61732327 2024-09-13 17:30:27,342 - DEBUG - Pod ctest-nginx-pod-70464795 not present 2024-09-13 17:30:27,343 - INFO - Creating Pod ctest-nginx-pod-70464795 2024-09-13 17:30:27,401 - DEBUG - Pod : ctest-nginx-pod-70464795 UUID is 474a0be8-e1fa-40a2-aaad-419417931045 2024-09-13 17:30:27,406 - DEBUG - Pod ctest-nginx-pod-08234842 not present 2024-09-13 17:30:27,406 - INFO - Creating Pod ctest-nginx-pod-08234842 2024-09-13 17:30:27,462 - DEBUG - Pod : ctest-nginx-pod-08234842 UUID is fe5a44a3-ab4c-44b8-bb26-c6c201b0c0c2 2024-09-13 17:30:27,739 - INFO - Created VN __public__, UUID :2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:28,023 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2024-09-13 17:30:28,029 - DEBUG - Requesting: http://10.0.0.43:8082/domain/78a6ea6c-f956-4743-ab88-3fa5a25d2bdf 2024-09-13 17:30:28,058 - DEBUG - Requesting: http://10.0.0.43:8082/project/c55b4851-9fce-4b8d-8201-2cda722e43f3 2024-09-13 17:30:28,150 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:28,180 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:28,213 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:30:28,227 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:30:28,242 - DEBUG - Route Targets: [] 2024-09-13 17:30:28,242 - DEBUG - RT names not yet present for VN __public__ 2024-09-13 17:30:33,243 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2024-09-13 17:30:33,251 - DEBUG - Requesting: http://10.0.0.43:8082/domain/78a6ea6c-f956-4743-ab88-3fa5a25d2bdf 2024-09-13 17:30:33,261 - DEBUG - Requesting: http://10.0.0.43:8082/project/c55b4851-9fce-4b8d-8201-2cda722e43f3 2024-09-13 17:30:33,314 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:33,329 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:33,343 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:30:33,361 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:30:33,369 - DEBUG - Requesting: http://10.0.0.43:8082/route-target/34a35178-4b25-4c8b-a022-334864e444cf 2024-09-13 17:30:33,376 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-13 17:30:33,376 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:33,390 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:30:33,412 - INFO - Verified VN network id 13 for VN 2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:33,412 - INFO - Verifications in API Server for VN __public__ passed 2024-09-13 17:30:33,412 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:33,427 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:30:33,440 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:30:33,449 - DEBUG - Requesting: http://10.0.0.43:8082/route-target/34a35178-4b25-4c8b-a022-334864e444cf 2024-09-13 17:30:33,457 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-13 17:30:33,464 - DEBUG - Control-node 10.0.0.43 : 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': '3168745960585249449', 'uuid-lslong': '9349297796188159362'}, 'enable': 'true', 'created': '2024-09-13T17:30:27', 'last-modified': '2024-09-13T17:30:27', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.530898'} 2024-09-13 17:30:33,464 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 17:30:33,471 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-13 17:30:33,471 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-13 17:30:33,472 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-13 17:30:33,472 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2024-09-13 17:30:33,479 - DEBUG - Requesting: http://10.0.0.43:8082/domain/78a6ea6c-f956-4743-ab88-3fa5a25d2bdf 2024-09-13 17:30:33,487 - DEBUG - Requesting: http://10.0.0.43:8082/project/c55b4851-9fce-4b8d-8201-2cda722e43f3 2024-09-13 17:30:33,540 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:33,558 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-13 17:30:33,558 - DEBUG - Verifying the vn in opserver 2024-09-13 17:30:33,558 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.43 2024-09-13 17:30:33,559 - DEBUG - Requesting: http://10.0.0.43:8081/analytics/uves/virtual-networks 2024-09-13 17:30:33,564 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.43:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-13 17:30:33,564 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-13 17:30:33,564 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 17:30:33,574 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 17:30:33,582 - DEBUG - Do not have enough data to verify VN in agent 2024-09-13 17:30:33,582 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 17:30:33,590 - DEBUG - VRF ids for VN __public__: {} 2024-09-13 17:30:33,719 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-13 17:30:33,851 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2024-09-13 17:30:33,857 - DEBUG - Requesting: http://10.0.0.43:8082/domain/78a6ea6c-f956-4743-ab88-3fa5a25d2bdf 2024-09-13 17:30:33,866 - DEBUG - Requesting: http://10.0.0.43:8082/project/c55b4851-9fce-4b8d-8201-2cda722e43f3 2024-09-13 17:30:33,924 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:33,939 - DEBUG - Requesting: http://10.0.0.43:8082/floating-ip-pool/f503241f-5283-4386-a2cd-4ddc6a8bcd61 2024-09-13 17:30:33,947 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2024-09-13 17:30:33,953 - DEBUG - Requesting: http://10.0.0.43:8082/domain/78a6ea6c-f956-4743-ab88-3fa5a25d2bdf 2024-09-13 17:30:33,962 - DEBUG - Requesting: http://10.0.0.43:8082/project/c55b4851-9fce-4b8d-8201-2cda722e43f3 2024-09-13 17:30:34,022 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/2bf9a5a9-9423-42a9-81bf-60cf99233d82 2024-09-13 17:30:34,036 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-13 17:30:34,036 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-13 17:30:34,049 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-13 17:30:34,057 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-13 17:30:34,058 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-13 17:30:34,061 - DEBUG - Ingress ctest-nginx-ingress-27033340 not present 2024-09-13 17:30:34,061 - INFO - Creating Ingress ctest-nginx-ingress-27033340 2024-09-13 17:30:34,069 - INFO - Created Ingress ctest-nginx-ingress-27033340 2024-09-13 17:30:34,073 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27033340 2024-09-13 17:30:37,092 - DEBUG - For Ingress ctest-nginx-ingress-27033340, Cluster IP: 10.47.255.249, External IPs ['144.145.36.124'] 2024-09-13 17:30:37,093 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-27033340 2024-09-13 17:30:37,093 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_LoadbalancerDatabaseList?x=0497ad21-5c38-4dea-a0ed-fee604ccd109 2024-09-13 17:30:37,099 - INFO - Ingress ctest-nginx-ingress-27033340 with uuid 0497ad21-5c38-4dea-a0ed-fee604ccd109 found in kube manager 2024-09-13 17:30:37,099 - INFO - Ingress ctest-nginx-ingress-27033340 verification passed 2024-09-13 17:30:37,102 - DEBUG - Pod ctest-busybox-pod-31788713 not present 2024-09-13 17:30:37,102 - INFO - Creating Pod ctest-busybox-pod-31788713 2024-09-13 17:30:37,131 - DEBUG - Pod : ctest-busybox-pod-31788713 UUID is 299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:30:37,147 - DEBUG - Pod ctest-nginx-pod-70464795 not in running state.Currently in Pending 2024-09-13 17:30:42,155 - DEBUG - Pod ctest-nginx-pod-70464795 not in running state.Currently in Pending 2024-09-13 17:30:47,161 - INFO - Pod ctest-nginx-pod-70464795 is in running state.Got IP 10.47.255.251 2024-09-13 17:30:47,182 - DEBUG - Pod ctest-nginx-pod-70464795 has vmi def18bb4-71f5-11ef-ae0a-fa163ed1526b 2024-09-13 17:30:47,182 - INFO - Verified pod ctest-nginx-pod-70464795 in contrail-api 2024-09-13 17:30:47,182 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:30:47,195 - DEBUG - VMI def18bb4-71f5-11ef-ae0a-fa163ed1526b is active in agent 10.0.0.47 2024-09-13 17:30:47,195 - INFO - Verified Pod ctest-nginx-pod-70464795 in agent 10.0.0.47 2024-09-13 17:30:47,196 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_VirtualMachineDatabaseList?x=474a0be8-e1fa-40a2-aaad-419417931045 2024-09-13 17:30:47,200 - INFO - Pod ctest-nginx-pod-70464795 with uuid 474a0be8-e1fa-40a2-aaad-419417931045 found in kube manager 2024-09-13 17:30:47,200 - INFO - Pod ctest-nginx-pod-70464795 verification passed 2024-09-13 17:30:47,284 - DEBUG - [Pod ctest-nginx-pod-70464795] Cmd: echo ctest-nginx-pod-70464795 > /usr/share/nginx/html/index.html, Output: 2024-09-13 17:30:47,291 - INFO - Pod ctest-nginx-pod-08234842 is in running state.Got IP 10.47.255.250 2024-09-13 17:30:47,351 - DEBUG - Pod ctest-nginx-pod-08234842 has vmi df6abdc2-71f5-11ef-ae0a-fa163ed1526b 2024-09-13 17:30:47,351 - INFO - Verified pod ctest-nginx-pod-08234842 in contrail-api 2024-09-13 17:30:47,352 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:30:47,366 - DEBUG - VMI df6abdc2-71f5-11ef-ae0a-fa163ed1526b is active in agent 10.0.0.47 2024-09-13 17:30:47,366 - INFO - Verified Pod ctest-nginx-pod-08234842 in agent 10.0.0.47 2024-09-13 17:30:47,366 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_VirtualMachineDatabaseList?x=fe5a44a3-ab4c-44b8-bb26-c6c201b0c0c2 2024-09-13 17:30:47,372 - INFO - Pod ctest-nginx-pod-08234842 with uuid fe5a44a3-ab4c-44b8-bb26-c6c201b0c0c2 found in kube manager 2024-09-13 17:30:47,372 - INFO - Pod ctest-nginx-pod-08234842 verification passed 2024-09-13 17:30:47,428 - DEBUG - [Pod ctest-nginx-pod-08234842] Cmd: echo ctest-nginx-pod-08234842 > /usr/share/nginx/html/index.html, Output: 2024-09-13 17:30:47,436 - DEBUG - Pod ctest-busybox-pod-31788713 not in running state.Currently in Pending 2024-09-13 17:30:52,442 - DEBUG - Pod ctest-busybox-pod-31788713 not in running state.Currently in Pending 2024-09-13 17:30:57,449 - INFO - Pod ctest-busybox-pod-31788713 is in running state.Got IP 10.47.255.248 2024-09-13 17:30:57,468 - DEBUG - Pod ctest-busybox-pod-31788713 has vmi e4364182-71f5-11ef-ae0a-fa163ed1526b 2024-09-13 17:30:57,468 - INFO - Verified pod ctest-busybox-pod-31788713 in contrail-api 2024-09-13 17:30:57,469 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:30:57,486 - DEBUG - VMI e4364182-71f5-11ef-ae0a-fa163ed1526b is active in agent 10.0.0.47 2024-09-13 17:30:57,486 - INFO - Verified Pod ctest-busybox-pod-31788713 in agent 10.0.0.47 2024-09-13 17:30:57,486 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_VirtualMachineDatabaseList?x=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:30:57,492 - INFO - Pod ctest-busybox-pod-31788713 with uuid 299a981f-7ffe-465b-a672-473eb079395d found in kube manager 2024-09-13 17:30:57,492 - INFO - Pod ctest-busybox-pod-31788713 verification passed 2024-09-13 17:30:57,555 - DEBUG - [Pod ctest-busybox-pod-31788713] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-70464795 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-13 17:30:57,555 - DEBUG - [Pod Pod ctest-busybox-pod-31788713] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-13 17:30:57,556 - DEBUG - [Pod Pod ctest-busybox-pod-31788713] Cmd output: ctest-nginx-pod-70464795 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-13 17:30:57,624 - DEBUG - [Pod ctest-busybox-pod-31788713] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-08234842 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-13 17:30:57,624 - DEBUG - [Pod Pod ctest-busybox-pod-31788713] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-13 17:30:57,624 - DEBUG - [Pod Pod ctest-busybox-pod-31788713] Cmd output: ctest-nginx-pod-08234842 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-13 17:30:57,624 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-70464795': 1, 'ctest-nginx-pod-08234842': 1} 2024-09-13 17:30:57,624 - WARNING - Nothing to delete parallely 2024-09-13 17:30:57,624 - INFO - Deleting pod default:ctest-busybox-pod-31788713 2024-09-13 17:30:57,637 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:30:57,644 - WARNING - Pod uuid 299a981f-7ffe-465b-a672-473eb079395d is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:02,645 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:31:02,654 - WARNING - Pod uuid 299a981f-7ffe-465b-a672-473eb079395d is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:07,655 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:31:07,663 - WARNING - Pod uuid 299a981f-7ffe-465b-a672-473eb079395d is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:12,664 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:31:12,688 - WARNING - Pod uuid 299a981f-7ffe-465b-a672-473eb079395d is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:17,689 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:31:17,699 - WARNING - Pod uuid 299a981f-7ffe-465b-a672-473eb079395d is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:22,700 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:31:22,708 - WARNING - Pod uuid 299a981f-7ffe-465b-a672-473eb079395d is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:27,709 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:31:27,717 - WARNING - Pod uuid 299a981f-7ffe-465b-a672-473eb079395d is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:32,718 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=299a981f-7ffe-465b-a672-473eb079395d 2024-09-13 17:31:32,739 - DEBUG - Pod 299a981f-7ffe-465b-a672-473eb079395d is not in agent 10.0.0.47 VM list 2024-09-13 17:31:32,739 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e4364182-71f5-11ef-ae0a-fa163ed1526b 2024-09-13 17:31:32,747 - DEBUG - VMI e4364182-71f5-11ef-ae0a-fa163ed1526b is removed from agent 10.0.0.47 2024-09-13 17:31:32,747 - INFO - Verified that pod ctest-busybox-pod-31788713 is removed in agent 2024-09-13 17:31:32,747 - INFO - Deleting Ingress : ctest-nginx-ingress-27033340 2024-09-13 17:31:32,753 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_LoadbalancerDatabaseList?x=0497ad21-5c38-4dea-a0ed-fee604ccd109 2024-09-13 17:31:32,758 - ERROR - Ingress ctest-nginx-ingress-27033340 with uuid 0497ad21-5c38-4dea-a0ed-fee604ccd109 still found in kube manager 2024-09-13 17:31:33,759 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_LoadbalancerDatabaseList?x=0497ad21-5c38-4dea-a0ed-fee604ccd109 2024-09-13 17:31:33,776 - INFO - Ingress ctest-nginx-ingress-27033340 with uuid 0497ad21-5c38-4dea-a0ed-fee604ccd109 deleted successfully from kube manager 2024-09-13 17:31:33,776 - INFO - Verifications on Ingress %s cleanup passed 2024-09-13 17:31:33,776 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-13 17:31:33,935 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-13 17:31:33,942 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-13 17:31:33,942 - INFO - Deleting VN __public__ 2024-09-13 17:31:34,231 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/469a0152-9ebb-4237-bc48-8a1c939c615c 2024-09-13 17:31:34,241 - DEBUG - Response Code: 404 2024-09-13 17:31:34,242 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2024-09-13 17:31:34,250 - DEBUG - Requesting: http://10.0.0.43:8082/domain/78a6ea6c-f956-4743-ab88-3fa5a25d2bdf 2024-09-13 17:31:34,267 - DEBUG - Requesting: http://10.0.0.43:8082/project/c55b4851-9fce-4b8d-8201-2cda722e43f3 2024-09-13 17:31:34,341 - INFO - Validated that VN __public__ is not found in API Server 2024-09-13 17:31:34,342 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-13 17:31:34,351 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 17:31:34,361 - DEBUG - VN __public__ is not present in Agent 10.0.0.47 2024-09-13 17:31:34,361 - INFO - Validated that VN __public__ is not in any agent 2024-09-13 17:31:34,361 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 17:31:34,370 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 17:31:34,378 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-13 17:31:34,387 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-13 17:31:34,387 - INFO - Deleting pod default:ctest-nginx-pod-08234842 2024-09-13 17:31:34,420 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=fe5a44a3-ab4c-44b8-bb26-c6c201b0c0c2 2024-09-13 17:31:34,440 - WARNING - Pod uuid fe5a44a3-ab4c-44b8-bb26-c6c201b0c0c2 is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:39,441 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=fe5a44a3-ab4c-44b8-bb26-c6c201b0c0c2 2024-09-13 17:31:39,448 - DEBUG - Pod fe5a44a3-ab4c-44b8-bb26-c6c201b0c0c2 is not in agent 10.0.0.47 VM list 2024-09-13 17:31:39,448 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df6abdc2-71f5-11ef-ae0a-fa163ed1526b 2024-09-13 17:31:39,455 - DEBUG - VMI df6abdc2-71f5-11ef-ae0a-fa163ed1526b is removed from agent 10.0.0.47 2024-09-13 17:31:39,455 - INFO - Verified that pod ctest-nginx-pod-08234842 is removed in agent 2024-09-13 17:31:39,456 - INFO - Deleting pod default:ctest-nginx-pod-70464795 2024-09-13 17:31:39,470 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=474a0be8-e1fa-40a2-aaad-419417931045 2024-09-13 17:31:39,480 - WARNING - Pod uuid 474a0be8-e1fa-40a2-aaad-419417931045 is still seen in agent 10.0.0.47 VM list 2024-09-13 17:31:44,480 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=474a0be8-e1fa-40a2-aaad-419417931045 2024-09-13 17:31:44,487 - DEBUG - Pod 474a0be8-e1fa-40a2-aaad-419417931045 is not in agent 10.0.0.47 VM list 2024-09-13 17:31:44,488 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:def18bb4-71f5-11ef-ae0a-fa163ed1526b 2024-09-13 17:31:44,495 - DEBUG - VMI def18bb4-71f5-11ef-ae0a-fa163ed1526b is removed from agent 10.0.0.47 2024-09-13 17:31:44,495 - INFO - Verified that pod ctest-nginx-pod-70464795 is removed in agent 2024-09-13 17:31:44,495 - INFO - Deleting service : ctest-nginx-svc-61732327 2024-09-13 17:31:44,718 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 17:31:44,727 - DEBUG - No XMPP flaps were noticed during the test 2024-09-13 17:31:44,727 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:18] 2024-09-13 17:31:44,727 - INFO - -------------------------------------------------------------------------------- 2024-09-13 17:31:51,181 - DEBUG - [10.0.0.43]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-13 17:31:51,317 - DEBUG - Output : cluster_project={} 2024-09-13 17:31:51,394 - DEBUG - [10.0.0.43]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-13 17:31:51,564 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-13 17:31:51,583 - DEBUG - [10.0.0.43]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-13 17:31:51,716 - DEBUG - Output : cluster_project={} 2024-09-13 17:32:06,888 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:06,948 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:07,037 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:07,128 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:07,173 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:12,288 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:12,351 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:12,447 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 17:32:12,952 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 17:32:16,593 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_ApplicationPolicySetReq? 2024-09-13 17:32:16,601 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AclReq? 2024-09-13 17:32:16,637 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AclReq? 2024-09-13 17:32:18,672 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AclReq? 2024-09-13 17:35:19,506 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 17:35:19,557 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2d53bf68-2af6-4261-88a4-abe0edf911ae 2024-09-13 17:35:19,575 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=97fb8b35-af82-418e-88a0-246cd4bfcea2 2024-09-13 17:35:19,584 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:19,591 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=fea2f3b7-4ecd-472c-ab81-f09ce5069272 2024-09-13 17:35:19,597 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:19,602 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:19,605 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:19,623 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=44ab69ca-fa18-4ecc-9d59-dcea88234c8e 2024-09-13 17:35:24,629 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2d53bf68-2af6-4261-88a4-abe0edf911ae 2024-09-13 17:35:24,632 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=97fb8b35-af82-418e-88a0-246cd4bfcea2 2024-09-13 17:35:24,634 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=fea2f3b7-4ecd-472c-ab81-f09ce5069272 2024-09-13 17:35:24,638 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:10d67252-71f6-11ef-ae0a-fa163ed1526b 2024-09-13 17:35:24,650 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:12b3617a-71f6-11ef-ae0a-fa163ed1526b 2024-09-13 17:35:24,655 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1225b96a-71f6-11ef-ae0a-fa163ed1526b 2024-09-13 17:35:24,658 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:24,660 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:24,661 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:24,663 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=44ab69ca-fa18-4ecc-9d59-dcea88234c8e 2024-09-13 17:35:24,673 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:24,694 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1162381e-71f6-11ef-ae0a-fa163ed1526b 2024-09-13 17:35:29,691 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:29,694 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:29,696 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:29,698 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:34,702 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:34,710 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:34,712 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:34,714 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:39,711 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:39,725 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:39,727 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:39,729 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:44,722 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:44,746 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:44,749 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:44,750 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:50,029 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:50,031 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:50,033 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:50,034 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:55,048 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=2aff6a49-5a75-46a1-919b-67e74bd15ece 2024-09-13 17:35:55,050 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:35:55,051 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=9c8df1a5-d22e-4234-ab8f-630ec6fe81cc 2024-09-13 17:35:55,053 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:35:55,072 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:14e0dab8-71f6-11ef-ae0a-fa163ed1526b 2024-09-13 17:35:55,073 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:13c57620-71f6-11ef-ae0a-fa163ed1526b 2024-09-13 17:36:00,070 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=ba54c973-942f-4a22-841f-ca391aca2305 2024-09-13 17:36:00,078 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:145e9ada-71f6-11ef-ae0a-fa163ed1526b 2024-09-13 17:36:00,081 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_VmListReq?uuid=1fd6469f-3664-4562-97c4-ab26a2cfca77 2024-09-13 17:36:00,091 - DEBUG - Requesting: http://10.0.0.47:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1341ca00-71f6-11ef-ae0a-fa163ed1526b