2024-11-04 07:47:05,038 - DEBUG - [10.0.0.36]: Running cmd : hostname 2024-11-04 07:47:05,277 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-760-1 2024-11-04 07:47:05,277 - DEBUG - [10.0.0.36]: Running cmd : hostname -f 2024-11-04 07:47:05,312 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-760-1 2024-11-04 07:47:05,312 - DEBUG - [10.0.0.36]: 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-04 07:47:05,433 - DEBUG - Output : NAMES contrail_test_Tcp8bUBHS contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_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_control_1 control_nodemgr_1 control_dns_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_nodemgr_1 config_api_dnsmasq_1 config_api_schema_1 2024-11-04 07:47:05,433 - DEBUG - [10.0.0.36]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-04 07:47:05,468 - DEBUG - Output : 10.0.0.36/24 172.17.0.1/16 2024-11-04 07:47:05,468 - DEBUG - [10.0.0.36]: Running cmd : getent hosts 10.0.0.36 | head -n 1 | awk '{print $2}' 2024-11-04 07:47:05,502 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-760-1 2024-11-04 07:47:05,615 - DEBUG - [10.0.0.29]: Running cmd : hostname 2024-11-04 07:47:05,861 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-760-1 2024-11-04 07:47:05,861 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2024-11-04 07:47:05,896 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-760-1 2024-11-04 07:47:05,896 - DEBUG - [10.0.0.29]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-11-04 07:47:05,997 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-04 07:47:05,997 - DEBUG - [10.0.0.29]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-04 07:47:06,037 - DEBUG - Output : 10.0.0.29/24 2024-11-04 07:47:06,038 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2024-11-04 07:47:06,121 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-760-1 2024-11-04 07:47:07,690 - INFO - Using existing project ['default-domain', 'k8s-default'](df765b68-392b-4640-af01-337d9fae74b9) 2024-11-04 07:47:07,793 - INFO - Using existing project ['default-domain', 'k8s-default'](df765b68-392b-4640-af01-337d9fae74b9) 2024-11-04 07:47:07,937 - INFO - ================================================================================ 2024-11-04 07:47:07,938 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-04 07:47:07,938 - 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-04 07:47:08,194 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 07:47:08,203 - DEBUG - Nothing to compare xmpp stats {'10.0.0.29': {'10.0.0.36': '0'}} with 2024-11-04 07:47:08,203 - INFO - Initial checks done. Running the testcase now 2024-11-04 07:47:08,204 - INFO - 2024-11-04 07:47:08,208 - INFO - Namespace default already exists 2024-11-04 07:47:08,209 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-04 07:47:08,349 - DEBUG - Output : cluster_project={} 2024-11-04 07:47:08,437 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-04 07:47:08,437 - DEBUG - Project uuid in Contrail is df765b68-392b-4640-af01-337d9fae74b9 2024-11-04 07:47:08,438 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-04 07:47:08,576 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-04 07:47:08,577 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_NamespaceDatabaseList?namespace_uuid=c5d1e045-65cc-435b-b884-1fc03e79a070 2024-11-04 07:47:08,583 - INFO - Namespace default with uuid c5d1e045-65cc-435b-b884-1fc03e79a070 found in kube manager 2024-11-04 07:47:08,583 - INFO - Namespace default verification passed 2024-11-04 07:47:08,586 - DEBUG - Service ctest-nginx-svc-36888167 not present 2024-11-04 07:47:08,586 - INFO - Creating service ctest-nginx-svc-36888167 2024-11-04 07:47:08,638 - INFO - Created Service ctest-nginx-svc-36888167 2024-11-04 07:47:08,644 - DEBUG - Pod ctest-nginx-pod-78972830 not present 2024-11-04 07:47:08,644 - INFO - Creating Pod ctest-nginx-pod-78972830 2024-11-04 07:47:08,703 - DEBUG - Pod : ctest-nginx-pod-78972830 UUID is ab830563-4a49-4c53-a707-9ef4945bd01a 2024-11-04 07:47:08,711 - DEBUG - Pod ctest-nginx-pod-62736646 not present 2024-11-04 07:47:08,711 - INFO - Creating Pod ctest-nginx-pod-62736646 2024-11-04 07:47:08,738 - DEBUG - Pod : ctest-nginx-pod-62736646 UUID is 4b921af9-4fc1-4d77-8c14-d39975755a3a 2024-11-04 07:47:10,138 - INFO - Created VN __public__, UUID :5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:10,506 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-04 07:47:10,516 - DEBUG - Requesting: http://10.0.0.36:8082/domain/b464a73b-37c4-49f3-a7da-30f5093b96e2 2024-11-04 07:47:10,550 - DEBUG - Requesting: http://10.0.0.36:8082/project/df765b68-392b-4640-af01-337d9fae74b9 2024-11-04 07:47:10,621 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:10,641 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:10,681 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/28f27015-efb2-47a8-9fbb-fcd101eeb384 2024-11-04 07:47:10,694 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/28f27015-efb2-47a8-9fbb-fcd101eeb384 2024-11-04 07:47:10,703 - DEBUG - Requesting: http://10.0.0.36:8082/route-target/d583ecad-f560-496a-9ae6-9e23cac3fadf 2024-11-04 07:47:10,711 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-04 07:47:10,711 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:10,725 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/28f27015-efb2-47a8-9fbb-fcd101eeb384 2024-11-04 07:47:10,746 - INFO - Verified VN network id 13 for VN 5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:10,746 - INFO - Verifications in API Server for VN __public__ passed 2024-11-04 07:47:10,747 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:10,763 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/28f27015-efb2-47a8-9fbb-fcd101eeb384 2024-11-04 07:47:10,772 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/28f27015-efb2-47a8-9fbb-fcd101eeb384 2024-11-04 07:47:10,781 - DEBUG - Requesting: http://10.0.0.36:8082/route-target/d583ecad-f560-496a-9ae6-9e23cac3fadf 2024-11-04 07:47:10,790 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-04 07:47:10,796 - DEBUG - Control-node 10.0.0.36 : 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': '5797125906964434168', 'uuid-lslong': '12061325316922829932'}, 'enable': 'true', 'created': '2024-11-04T07:47:10', 'last-modified': '2024-11-04T07:47:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.449800'} 2024-11-04 07:47:10,796 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 07:47:10,813 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-04 07:47:10,814 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-04 07:47:10,817 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-04 07:47:10,818 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-04 07:47:10,831 - DEBUG - Requesting: http://10.0.0.36:8082/domain/b464a73b-37c4-49f3-a7da-30f5093b96e2 2024-11-04 07:47:10,850 - DEBUG - Requesting: http://10.0.0.36:8082/project/df765b68-392b-4640-af01-337d9fae74b9 2024-11-04 07:47:10,935 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:10,965 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-04 07:47:10,965 - DEBUG - Verifying the vn in opserver 2024-11-04 07:47:10,965 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.36 2024-11-04 07:47:10,965 - DEBUG - Requesting: http://10.0.0.36:8081/analytics/uves/virtual-networks 2024-11-04 07:47:10,971 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.36:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-04 07:47:10,971 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-04 07:47:10,971 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 07:47:10,981 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 07:47:10,998 - DEBUG - Do not have enough data to verify VN in agent 2024-11-04 07:47:10,998 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 07:47:11,016 - DEBUG - VRF ids for VN __public__: {} 2024-11-04 07:47:11,143 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-04 07:47:11,398 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-04 07:47:11,406 - DEBUG - Requesting: http://10.0.0.36:8082/domain/b464a73b-37c4-49f3-a7da-30f5093b96e2 2024-11-04 07:47:11,425 - DEBUG - Requesting: http://10.0.0.36:8082/project/df765b68-392b-4640-af01-337d9fae74b9 2024-11-04 07:47:11,517 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:11,543 - DEBUG - Requesting: http://10.0.0.36:8082/floating-ip-pool/453c4539-88f3-4b55-94ce-7bde35a4247d 2024-11-04 07:47:11,561 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-04 07:47:11,584 - DEBUG - Requesting: http://10.0.0.36:8082/domain/b464a73b-37c4-49f3-a7da-30f5093b96e2 2024-11-04 07:47:11,611 - DEBUG - Requesting: http://10.0.0.36:8082/project/df765b68-392b-4640-af01-337d9fae74b9 2024-11-04 07:47:11,686 - DEBUG - Requesting: http://10.0.0.36:8082/virtual-network/5073874c-42d4-4cf8-a762-6f78db9c6c6c 2024-11-04 07:47:11,704 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-04 07:47:11,704 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-04 07:47:11,758 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-04 07:47:11,770 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-04 07:47:11,771 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-04 07:47:11,776 - DEBUG - Ingress ctest-nginx-ingress-62509094 not present 2024-11-04 07:47:11,777 - INFO - Creating Ingress ctest-nginx-ingress-62509094 2024-11-04 07:47:11,790 - INFO - Created Ingress ctest-nginx-ingress-62509094 2024-11-04 07:47:11,805 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62509094 2024-11-04 07:47:14,809 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62509094 2024-11-04 07:47:17,816 - DEBUG - For Ingress ctest-nginx-ingress-62509094, Cluster IP: 10.47.255.249, External IPs ['18.49.136.124'] 2024-11-04 07:47:17,816 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-62509094 2024-11-04 07:47:17,818 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=f8715224-569f-4875-ac61-f112f9d6daab 2024-11-04 07:47:17,825 - INFO - Ingress ctest-nginx-ingress-62509094 with uuid f8715224-569f-4875-ac61-f112f9d6daab found in kube manager 2024-11-04 07:47:17,825 - INFO - Ingress ctest-nginx-ingress-62509094 verification passed 2024-11-04 07:47:17,843 - DEBUG - Pod ctest-busybox-pod-95853576 not present 2024-11-04 07:47:17,844 - INFO - Creating Pod ctest-busybox-pod-95853576 2024-11-04 07:47:17,895 - DEBUG - Pod : ctest-busybox-pod-95853576 UUID is e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:17,901 - DEBUG - Pod ctest-nginx-pod-78972830 not in running state.Currently in Pending 2024-11-04 07:47:22,910 - DEBUG - Pod ctest-nginx-pod-78972830 not in running state.Currently in Pending 2024-11-04 07:47:27,919 - INFO - Pod ctest-nginx-pod-78972830 is in running state.Got IP 10.47.255.251 2024-11-04 07:47:27,942 - DEBUG - Pod ctest-nginx-pod-78972830 has vmi 002b6030-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:47:27,942 - INFO - Verified pod ctest-nginx-pod-78972830 in contrail-api 2024-11-04 07:47:27,943 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:47:27,959 - DEBUG - VMI 002b6030-9a81-11ef-b2aa-fa163ef202a8 is active in agent 10.0.0.29 2024-11-04 07:47:27,959 - INFO - Verified Pod ctest-nginx-pod-78972830 in agent 10.0.0.29 2024-11-04 07:47:27,959 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=ab830563-4a49-4c53-a707-9ef4945bd01a 2024-11-04 07:47:27,965 - INFO - Pod ctest-nginx-pod-78972830 with uuid ab830563-4a49-4c53-a707-9ef4945bd01a found in kube manager 2024-11-04 07:47:27,965 - INFO - Pod ctest-nginx-pod-78972830 verification passed 2024-11-04 07:47:28,050 - DEBUG - [Pod ctest-nginx-pod-78972830] Cmd: echo ctest-nginx-pod-78972830 > /usr/share/nginx/html/index.html, Output: 2024-11-04 07:47:28,057 - INFO - Pod ctest-nginx-pod-62736646 is in running state.Got IP 10.47.255.250 2024-11-04 07:47:28,079 - DEBUG - Pod ctest-nginx-pod-62736646 has vmi 00b3120a-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:47:28,079 - INFO - Verified pod ctest-nginx-pod-62736646 in contrail-api 2024-11-04 07:47:28,079 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:47:28,092 - DEBUG - VMI 00b3120a-9a81-11ef-b2aa-fa163ef202a8 is active in agent 10.0.0.29 2024-11-04 07:47:28,092 - INFO - Verified Pod ctest-nginx-pod-62736646 in agent 10.0.0.29 2024-11-04 07:47:28,092 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=4b921af9-4fc1-4d77-8c14-d39975755a3a 2024-11-04 07:47:28,097 - INFO - Pod ctest-nginx-pod-62736646 with uuid 4b921af9-4fc1-4d77-8c14-d39975755a3a found in kube manager 2024-11-04 07:47:28,097 - INFO - Pod ctest-nginx-pod-62736646 verification passed 2024-11-04 07:47:28,155 - DEBUG - [Pod ctest-nginx-pod-62736646] Cmd: echo ctest-nginx-pod-62736646 > /usr/share/nginx/html/index.html, Output: 2024-11-04 07:47:28,162 - DEBUG - Pod ctest-busybox-pod-95853576 not in running state.Currently in Pending 2024-11-04 07:47:33,171 - INFO - Pod ctest-busybox-pod-95853576 is in running state.Got IP 10.47.255.248 2024-11-04 07:47:33,258 - DEBUG - Pod ctest-busybox-pod-95853576 has vmi 0405d078-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:47:33,258 - INFO - Verified pod ctest-busybox-pod-95853576 in contrail-api 2024-11-04 07:47:33,259 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:47:33,272 - DEBUG - VMI 0405d078-9a81-11ef-b2aa-fa163ef202a8 is active in agent 10.0.0.29 2024-11-04 07:47:33,272 - INFO - Verified Pod ctest-busybox-pod-95853576 in agent 10.0.0.29 2024-11-04 07:47:33,272 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_VirtualMachineDatabaseList?x=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:33,277 - INFO - Pod ctest-busybox-pod-95853576 with uuid e40f9855-33f1-46ef-9814-c1b299f91acd found in kube manager 2024-11-04 07:47:33,277 - INFO - Pod ctest-busybox-pod-95853576 verification passed 2024-11-04 07:47:33,339 - DEBUG - [Pod ctest-busybox-pod-95853576] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-62736646 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-04 07:47:33,339 - DEBUG - [Pod Pod ctest-busybox-pod-95853576] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-04 07:47:33,339 - DEBUG - [Pod Pod ctest-busybox-pod-95853576] Cmd output: ctest-nginx-pod-62736646 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-04 07:47:33,401 - DEBUG - [Pod ctest-busybox-pod-95853576] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78972830 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-04 07:47:33,403 - DEBUG - [Pod Pod ctest-busybox-pod-95853576] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-04 07:47:33,403 - DEBUG - [Pod Pod ctest-busybox-pod-95853576] Cmd output: ctest-nginx-pod-78972830 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-04 07:47:33,403 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-78972830': 1, 'ctest-nginx-pod-62736646': 1} 2024-11-04 07:47:33,403 - WARNING - Nothing to delete parallely 2024-11-04 07:47:33,403 - INFO - Deleting pod default:ctest-busybox-pod-95853576 2024-11-04 07:47:33,873 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:33,883 - WARNING - Pod uuid e40f9855-33f1-46ef-9814-c1b299f91acd is still seen in agent 10.0.0.29 VM list 2024-11-04 07:47:38,885 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:38,893 - WARNING - Pod uuid e40f9855-33f1-46ef-9814-c1b299f91acd is still seen in agent 10.0.0.29 VM list 2024-11-04 07:47:43,894 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:43,902 - WARNING - Pod uuid e40f9855-33f1-46ef-9814-c1b299f91acd is still seen in agent 10.0.0.29 VM list 2024-11-04 07:47:48,903 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:48,912 - WARNING - Pod uuid e40f9855-33f1-46ef-9814-c1b299f91acd is still seen in agent 10.0.0.29 VM list 2024-11-04 07:47:53,913 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:53,926 - WARNING - Pod uuid e40f9855-33f1-46ef-9814-c1b299f91acd is still seen in agent 10.0.0.29 VM list 2024-11-04 07:47:58,926 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:47:58,935 - WARNING - Pod uuid e40f9855-33f1-46ef-9814-c1b299f91acd is still seen in agent 10.0.0.29 VM list 2024-11-04 07:48:03,936 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:48:03,946 - WARNING - Pod uuid e40f9855-33f1-46ef-9814-c1b299f91acd is still seen in agent 10.0.0.29 VM list 2024-11-04 07:48:08,947 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e40f9855-33f1-46ef-9814-c1b299f91acd 2024-11-04 07:48:08,955 - DEBUG - Pod e40f9855-33f1-46ef-9814-c1b299f91acd is not in agent 10.0.0.29 VM list 2024-11-04 07:48:08,955 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0405d078-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:48:08,963 - DEBUG - VMI 0405d078-9a81-11ef-b2aa-fa163ef202a8 is removed from agent 10.0.0.29 2024-11-04 07:48:08,963 - INFO - Verified that pod ctest-busybox-pod-95853576 is removed in agent 2024-11-04 07:48:08,963 - INFO - Deleting Ingress : ctest-nginx-ingress-62509094 2024-11-04 07:48:08,969 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=f8715224-569f-4875-ac61-f112f9d6daab 2024-11-04 07:48:08,975 - ERROR - Ingress ctest-nginx-ingress-62509094 with uuid f8715224-569f-4875-ac61-f112f9d6daab still found in kube manager 2024-11-04 07:48:09,976 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=f8715224-569f-4875-ac61-f112f9d6daab 2024-11-04 07:48:09,983 - ERROR - Ingress ctest-nginx-ingress-62509094 with uuid f8715224-569f-4875-ac61-f112f9d6daab still found in kube manager 2024-11-04 07:48:10,984 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=f8715224-569f-4875-ac61-f112f9d6daab 2024-11-04 07:48:10,991 - ERROR - Ingress ctest-nginx-ingress-62509094 with uuid f8715224-569f-4875-ac61-f112f9d6daab still found in kube manager 2024-11-04 07:48:11,992 - DEBUG - Requesting: http://10.0.0.36:8108/Snh_LoadbalancerDatabaseList?x=f8715224-569f-4875-ac61-f112f9d6daab 2024-11-04 07:48:11,998 - INFO - Ingress ctest-nginx-ingress-62509094 with uuid f8715224-569f-4875-ac61-f112f9d6daab deleted successfully from kube manager 2024-11-04 07:48:11,998 - INFO - Verifications on Ingress %s cleanup passed 2024-11-04 07:48:11,998 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-04 07:48:12,070 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-04 07:48:12,077 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-04 07:48:12,077 - INFO - Deleting VN __public__ 2024-11-04 07:48:12,192 - DEBUG - Requesting: http://10.0.0.36:8082/routing-instance/28f27015-efb2-47a8-9fbb-fcd101eeb384 2024-11-04 07:48:12,200 - DEBUG - Response Code: 404 2024-11-04 07:48:12,200 - DEBUG - Requesting: http://10.0.0.36:8082/domains 2024-11-04 07:48:12,223 - DEBUG - Requesting: http://10.0.0.36:8082/domain/b464a73b-37c4-49f3-a7da-30f5093b96e2 2024-11-04 07:48:12,238 - DEBUG - Requesting: http://10.0.0.36:8082/project/df765b68-392b-4640-af01-337d9fae74b9 2024-11-04 07:48:12,302 - INFO - Validated that VN __public__ is not found in API Server 2024-11-04 07:48:12,302 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-04 07:48:12,310 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 07:48:12,325 - DEBUG - VN __public__ is not present in Agent 10.0.0.29 2024-11-04 07:48:12,325 - INFO - Validated that VN __public__ is not in any agent 2024-11-04 07:48:12,326 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 07:48:12,335 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 07:48:12,342 - DEBUG - Requesting: http://10.0.0.36:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-04 07:48:12,347 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-04 07:48:12,348 - INFO - Deleting pod default:ctest-nginx-pod-62736646 2024-11-04 07:48:12,363 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4b921af9-4fc1-4d77-8c14-d39975755a3a 2024-11-04 07:48:12,377 - WARNING - Pod uuid 4b921af9-4fc1-4d77-8c14-d39975755a3a is still seen in agent 10.0.0.29 VM list 2024-11-04 07:48:17,379 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=4b921af9-4fc1-4d77-8c14-d39975755a3a 2024-11-04 07:48:17,387 - DEBUG - Pod 4b921af9-4fc1-4d77-8c14-d39975755a3a is not in agent 10.0.0.29 VM list 2024-11-04 07:48:17,387 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:00b3120a-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:48:17,395 - DEBUG - VMI 00b3120a-9a81-11ef-b2aa-fa163ef202a8 is removed from agent 10.0.0.29 2024-11-04 07:48:17,395 - INFO - Verified that pod ctest-nginx-pod-62736646 is removed in agent 2024-11-04 07:48:17,395 - INFO - Deleting pod default:ctest-nginx-pod-78972830 2024-11-04 07:48:17,407 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ab830563-4a49-4c53-a707-9ef4945bd01a 2024-11-04 07:48:17,423 - WARNING - Pod uuid ab830563-4a49-4c53-a707-9ef4945bd01a is still seen in agent 10.0.0.29 VM list 2024-11-04 07:48:22,424 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ab830563-4a49-4c53-a707-9ef4945bd01a 2024-11-04 07:48:22,433 - DEBUG - Pod ab830563-4a49-4c53-a707-9ef4945bd01a is not in agent 10.0.0.29 VM list 2024-11-04 07:48:22,433 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:002b6030-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:48:22,441 - DEBUG - VMI 002b6030-9a81-11ef-b2aa-fa163ef202a8 is removed from agent 10.0.0.29 2024-11-04 07:48:22,442 - INFO - Verified that pod ctest-nginx-pod-78972830 is removed in agent 2024-11-04 07:48:22,442 - INFO - Deleting service : ctest-nginx-svc-36888167 2024-11-04 07:48:22,689 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 07:48:22,698 - DEBUG - No XMPP flaps were noticed during the test
2024-11-04 07:48:22,698 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:15]
2024-11-04 07:48:22,698 - INFO - -------------------------------------------------------------------------------- 2024-11-04 07:48:29,228 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-04 07:48:29,373 - DEBUG - Output : cluster_project={} 2024-11-04 07:48:29,452 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-04 07:48:29,661 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-04 07:48:29,672 - DEBUG - [10.0.0.36]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-04 07:48:29,876 - DEBUG - Output : cluster_project={} 2024-11-04 07:48:45,174 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:51,130 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:51,195 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:51,292 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:51,356 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:51,442 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:51,535 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:51,594 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 07:48:53,149 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 07:48:57,395 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_ApplicationPolicySetReq? 2024-11-04 07:48:57,405 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-11-04 07:48:57,443 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-11-04 07:48:59,494 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2024-11-04 07:52:03,916 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 07:52:04,731 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=79de213b-d815-455e-b586-a12d9fe396c3 2024-11-04 07:52:04,739 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=69dfd8e9-3c3b-475a-93f9-db043ac2368c 2024-11-04 07:52:04,749 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:04,764 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:04,781 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:04,792 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=1d6d37b5-95d3-4016-961d-28501f468f22 2024-11-04 07:52:04,802 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:04,807 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:09,856 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:09,860 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:09,862 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:09,864 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=1d6d37b5-95d3-4016-961d-28501f468f22 2024-11-04 07:52:09,865 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:09,866 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=79de213b-d815-455e-b586-a12d9fe396c3 2024-11-04 07:52:09,867 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=69dfd8e9-3c3b-475a-93f9-db043ac2368c 2024-11-04 07:52:09,869 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:09,894 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:321669b4-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:52:09,900 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:31634c44-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:52:09,902 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2fb9b0fe-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:52:14,875 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:14,897 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:14,902 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:14,904 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:14,907 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:19,884 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:19,911 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:19,921 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:19,923 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:19,924 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:24,893 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:24,920 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:24,938 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:24,940 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:24,942 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:29,903 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:29,929 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:29,955 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:29,957 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:29,959 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:34,911 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:34,938 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:34,973 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:34,975 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:34,977 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:39,938 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=ee10dcd1-a643-452c-baa0-8197d17879f7 2024-11-04 07:52:39,946 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:34b36a82-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:52:39,948 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=62d3f122-c9b7-40bd-a5e2-5061b9988ff8 2024-11-04 07:52:39,958 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:341deb9c-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:52:39,990 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=e53671e5-7955-4497-8d0e-023147473348 2024-11-04 07:52:39,993 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05b54447-d875-4d25-8b9f-f4607c858409 2024-11-04 07:52:39,994 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=006e887d-b21f-418c-a90b-f347ed92c7a2 2024-11-04 07:52:40,009 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30727e72-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:52:40,011 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:337e0320-9a81-11ef-b2aa-fa163ef202a8 2024-11-04 07:52:40,013 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:32ec2b26-9a81-11ef-b2aa-fa163ef202a8