2025-05-12 02:12:49,581 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-05-12 02:12:49,822 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1222-1 2025-05-12 02:12:49,823 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-05-12 02:12:49,857 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1222-1 2025-05-12 02:12:49,857 - DEBUG - [10.0.0.129]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-05-12 02:12:49,922 - DEBUG - Output : NAMES contrail_test_OGk5hLCY2 contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 config_api-api-1 2025-05-12 02:12:49,922 - DEBUG - [10.0.0.129]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-12 02:12:49,998 - DEBUG - Output : 10.0.0.129/24 172.17.0.1/16 2025-05-12 02:12:49,998 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-05-12 02:12:50,031 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1222-1 2025-05-12 02:12:50,121 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-05-12 02:12:50,376 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1222-1 2025-05-12 02:12:50,377 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-05-12 02:12:50,412 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1222-1 2025-05-12 02:12:50,412 - DEBUG - [10.0.0.56]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-05-12 02:12:50,457 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-12 02:12:50,458 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-12 02:12:50,531 - DEBUG - Output : 10.0.0.56/24 2025-05-12 02:12:50,531 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-05-12 02:12:50,565 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1222-1 2025-05-12 02:12:50,651 - INFO - Using existing project ['default-domain', 'k8s-default'](e4255bfb-f2e5-4895-86fe-7bf4b30a1974) 2025-05-12 02:12:50,760 - INFO - Using existing project ['default-domain', 'k8s-default'](e4255bfb-f2e5-4895-86fe-7bf4b30a1974) 2025-05-12 02:12:50,896 - INFO - ================================================================================ 2025-05-12 02:12:50,897 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-12 02:12:50,897 - 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 2025-05-12 02:12:51,082 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-12 02:12:51,091 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.129': '0'}} with 2025-05-12 02:12:51,091 - INFO - Initial checks done. Running the testcase now 2025-05-12 02:12:51,091 - INFO - 2025-05-12 02:12:51,095 - INFO - Namespace default already exists 2025-05-12 02:12:51,095 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-12 02:12:51,191 - DEBUG - Output : cluster_project={} 2025-05-12 02:12:51,235 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-12 02:12:51,235 - DEBUG - Project uuid in Contrail is e4255bfb-f2e5-4895-86fe-7bf4b30a1974 2025-05-12 02:12:51,235 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-12 02:12:51,352 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-12 02:12:51,352 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_NamespaceDatabaseList?namespace_uuid=6e3b56ff-821d-44bb-8543-6595f16cedb7 2025-05-12 02:12:51,357 - INFO - Namespace default with uuid 6e3b56ff-821d-44bb-8543-6595f16cedb7 found in kube manager 2025-05-12 02:12:51,357 - INFO - Namespace default verification passed 2025-05-12 02:12:51,360 - DEBUG - Service ctest-nginx-svc-50047551 not present 2025-05-12 02:12:51,360 - INFO - Creating service ctest-nginx-svc-50047551 2025-05-12 02:12:51,382 - INFO - Created Service ctest-nginx-svc-50047551 2025-05-12 02:12:51,385 - DEBUG - Pod ctest-nginx-pod-40161401 not present 2025-05-12 02:12:51,386 - INFO - Creating Pod ctest-nginx-pod-40161401 2025-05-12 02:12:51,450 - DEBUG - Pod : ctest-nginx-pod-40161401 UUID is 0f02deb0-9ced-4d8a-be15-65bb3820e4b9 2025-05-12 02:12:51,453 - DEBUG - Pod ctest-nginx-pod-90372315 not present 2025-05-12 02:12:51,453 - INFO - Creating Pod ctest-nginx-pod-90372315 2025-05-12 02:12:51,483 - DEBUG - Pod : ctest-nginx-pod-90372315 UUID is 0998a192-2ab1-4b3d-b13b-9b36ab08074c 2025-05-12 02:12:51,656 - INFO - Created VN __public__, UUID :69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:51,855 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-05-12 02:12:51,863 - DEBUG - Requesting: http://10.0.0.129:8082/domain/c5778f14-f637-40e6-864c-ee51b8125a91 2025-05-12 02:12:51,880 - DEBUG - Requesting: http://10.0.0.129:8082/project/e4255bfb-f2e5-4895-86fe-7bf4b30a1974 2025-05-12 02:12:51,939 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:51,951 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:51,960 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:12:52,008 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:12:52,031 - DEBUG - Route Targets: [] 2025-05-12 02:12:52,031 - DEBUG - RT names not yet present for VN __public__ 2025-05-12 02:12:57,032 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-05-12 02:12:57,038 - DEBUG - Requesting: http://10.0.0.129:8082/domain/c5778f14-f637-40e6-864c-ee51b8125a91 2025-05-12 02:12:57,045 - DEBUG - Requesting: http://10.0.0.129:8082/project/e4255bfb-f2e5-4895-86fe-7bf4b30a1974 2025-05-12 02:12:57,082 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,090 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,098 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:12:57,122 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:12:57,131 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/c160aabe-aec2-49a0-8eb6-ab9d53aee615 2025-05-12 02:12:57,141 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-12 02:12:57,141 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,150 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:12:57,163 - INFO - Verified VN network id 14 for VN 69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,163 - INFO - Verifications in API Server for VN __public__ passed 2025-05-12 02:12:57,163 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,172 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:12:57,179 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:12:57,185 - DEBUG - Requesting: http://10.0.0.129:8082/route-target/c160aabe-aec2-49a0-8eb6-ab9d53aee615 2025-05-12 02:12:57,191 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-12 02:12:57,196 - DEBUG - Control-node 10.0.0.129 : 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': '7593138991915418593', 'uuid-lslong': '10855160040947675204'}, 'enable': 'true', 'created': '2025-05-12T02:12:51', 'last-modified': '2025-05-12T02:12:51', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.387286'} 2025-05-12 02:12:57,196 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-12 02:12:57,201 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-12 02:12:57,202 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-12 02:12:57,202 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-12 02:12:57,202 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-05-12 02:12:57,207 - DEBUG - Requesting: http://10.0.0.129:8082/domain/c5778f14-f637-40e6-864c-ee51b8125a91 2025-05-12 02:12:57,214 - DEBUG - Requesting: http://10.0.0.129:8082/project/e4255bfb-f2e5-4895-86fe-7bf4b30a1974 2025-05-12 02:12:57,243 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,253 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-12 02:12:57,253 - DEBUG - Verifying the vn in opserver 2025-05-12 02:12:57,253 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.129 2025-05-12 02:12:57,253 - DEBUG - Requesting: http://10.0.0.129:8081/analytics/uves/virtual-networks 2025-05-12 02:12:57,258 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.129:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-12 02:12:57,258 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-12 02:12:57,258 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-12 02:12:57,267 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-12 02:12:57,272 - DEBUG - Do not have enough data to verify VN in agent 2025-05-12 02:12:57,273 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-12 02:12:57,279 - DEBUG - VRF ids for VN __public__: {} 2025-05-12 02:12:57,388 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-12 02:12:57,566 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-05-12 02:12:57,572 - DEBUG - Requesting: http://10.0.0.129:8082/domain/c5778f14-f637-40e6-864c-ee51b8125a91 2025-05-12 02:12:57,580 - DEBUG - Requesting: http://10.0.0.129:8082/project/e4255bfb-f2e5-4895-86fe-7bf4b30a1974 2025-05-12 02:12:57,623 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,633 - DEBUG - Requesting: http://10.0.0.129:8082/floating-ip-pool/d69d493e-4265-419e-abec-f35af6ae930d 2025-05-12 02:12:57,639 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-05-12 02:12:57,643 - DEBUG - Requesting: http://10.0.0.129:8082/domain/c5778f14-f637-40e6-864c-ee51b8125a91 2025-05-12 02:12:57,650 - DEBUG - Requesting: http://10.0.0.129:8082/project/e4255bfb-f2e5-4895-86fe-7bf4b30a1974 2025-05-12 02:12:57,691 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-network/69603fae-d749-43e1-96a5-468b4cb37044 2025-05-12 02:12:57,699 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-12 02:12:57,699 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-12 02:12:57,704 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-12 02:12:57,710 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-12 02:12:57,710 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-12 02:12:57,714 - DEBUG - Ingress ctest-nginx-ingress-21526724 not present 2025-05-12 02:12:57,714 - INFO - Creating Ingress ctest-nginx-ingress-21526724 2025-05-12 02:12:57,720 - INFO - Created Ingress ctest-nginx-ingress-21526724 2025-05-12 02:12:57,728 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-21526724 2025-05-12 02:13:00,738 - DEBUG - For Ingress ctest-nginx-ingress-21526724, Cluster IP: 10.47.255.249, External IPs ['119.198.249.188'] 2025-05-12 02:13:00,738 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-21526724 2025-05-12 02:13:00,738 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=f231275e-ec6e-478c-85d1-a3a3c8042301 2025-05-12 02:13:00,742 - INFO - Ingress ctest-nginx-ingress-21526724 with uuid f231275e-ec6e-478c-85d1-a3a3c8042301 found in kube manager 2025-05-12 02:13:00,743 - INFO - Ingress ctest-nginx-ingress-21526724 verification passed 2025-05-12 02:13:00,745 - DEBUG - Pod ctest-busybox-pod-19775664 not present 2025-05-12 02:13:00,746 - INFO - Creating Pod ctest-busybox-pod-19775664 2025-05-12 02:13:00,765 - DEBUG - Pod : ctest-busybox-pod-19775664 UUID is 492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:00,775 - DEBUG - Pod ctest-nginx-pod-40161401 not in running state.Currently in Pending 2025-05-12 02:13:05,781 - DEBUG - Pod ctest-nginx-pod-40161401 not in running state.Currently in Pending 2025-05-12 02:13:10,788 - INFO - Pod ctest-nginx-pod-40161401 is in running state.Got IP 10.47.255.251 2025-05-12 02:13:10,801 - DEBUG - Pod ctest-nginx-pod-40161401 has vmi 9c54b350-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:13:10,801 - INFO - Verified pod ctest-nginx-pod-40161401 in contrail-api 2025-05-12 02:13:10,801 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:13:10,814 - DEBUG - VMI 9c54b350-2ed6-11f0-9952-fa163eab6970 is active in agent 10.0.0.56 2025-05-12 02:13:10,814 - INFO - Verified Pod ctest-nginx-pod-40161401 in agent 10.0.0.56 2025-05-12 02:13:10,814 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=0f02deb0-9ced-4d8a-be15-65bb3820e4b9 2025-05-12 02:13:10,818 - INFO - Pod ctest-nginx-pod-40161401 with uuid 0f02deb0-9ced-4d8a-be15-65bb3820e4b9 found in kube manager 2025-05-12 02:13:10,818 - INFO - Pod ctest-nginx-pod-40161401 verification passed 2025-05-12 02:13:10,880 - DEBUG - [Pod ctest-nginx-pod-40161401] Cmd: echo ctest-nginx-pod-40161401 > /usr/share/nginx/html/index.html, Output: 2025-05-12 02:13:10,885 - INFO - Pod ctest-nginx-pod-90372315 is in running state.Got IP 10.47.255.250 2025-05-12 02:13:10,897 - DEBUG - Pod ctest-nginx-pod-90372315 has vmi 9cbb9818-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:13:10,897 - INFO - Verified pod ctest-nginx-pod-90372315 in contrail-api 2025-05-12 02:13:10,897 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:13:10,908 - DEBUG - VMI 9cbb9818-2ed6-11f0-9952-fa163eab6970 is active in agent 10.0.0.56 2025-05-12 02:13:10,908 - INFO - Verified Pod ctest-nginx-pod-90372315 in agent 10.0.0.56 2025-05-12 02:13:10,908 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=0998a192-2ab1-4b3d-b13b-9b36ab08074c 2025-05-12 02:13:10,912 - INFO - Pod ctest-nginx-pod-90372315 with uuid 0998a192-2ab1-4b3d-b13b-9b36ab08074c found in kube manager 2025-05-12 02:13:10,912 - INFO - Pod ctest-nginx-pod-90372315 verification passed 2025-05-12 02:13:10,972 - DEBUG - [Pod ctest-nginx-pod-90372315] Cmd: echo ctest-nginx-pod-90372315 > /usr/share/nginx/html/index.html, Output: 2025-05-12 02:13:10,977 - DEBUG - Pod ctest-busybox-pod-19775664 not in running state.Currently in Pending 2025-05-12 02:13:15,983 - INFO - Pod ctest-busybox-pod-19775664 is in running state.Got IP 10.47.255.248 2025-05-12 02:13:16,000 - DEBUG - Pod ctest-busybox-pod-19775664 has vmi a120d38c-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:13:16,000 - INFO - Verified pod ctest-busybox-pod-19775664 in contrail-api 2025-05-12 02:13:16,000 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:13:16,012 - DEBUG - VMI a120d38c-2ed6-11f0-9952-fa163eab6970 is active in agent 10.0.0.56 2025-05-12 02:13:16,012 - INFO - Verified Pod ctest-busybox-pod-19775664 in agent 10.0.0.56 2025-05-12 02:13:16,012 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_VirtualMachineDatabaseList?x=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:16,016 - INFO - Pod ctest-busybox-pod-19775664 with uuid 492ed995-b898-46ac-b483-61ad6bb3b852 found in kube manager 2025-05-12 02:13:16,016 - INFO - Pod ctest-busybox-pod-19775664 verification passed 2025-05-12 02:13:16,072 - DEBUG - [Pod ctest-busybox-pod-19775664] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-40161401 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-12 02:13:16,072 - DEBUG - [Pod Pod ctest-busybox-pod-19775664] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-12 02:13:16,072 - DEBUG - [Pod Pod ctest-busybox-pod-19775664] Cmd output: ctest-nginx-pod-40161401 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-12 02:13:16,128 - DEBUG - [Pod ctest-busybox-pod-19775664] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-40161401 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-12 02:13:16,128 - DEBUG - [Pod Pod ctest-busybox-pod-19775664] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-12 02:13:16,128 - DEBUG - [Pod Pod ctest-busybox-pod-19775664] Cmd output: ctest-nginx-pod-40161401 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-12 02:13:16,193 - DEBUG - [Pod ctest-busybox-pod-19775664] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-90372315 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-12 02:13:16,193 - DEBUG - [Pod Pod ctest-busybox-pod-19775664] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-12 02:13:16,193 - DEBUG - [Pod Pod ctest-busybox-pod-19775664] Cmd output: ctest-nginx-pod-90372315 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-12 02:13:16,193 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-40161401': 2, 'ctest-nginx-pod-90372315': 1} 2025-05-12 02:13:16,193 - WARNING - Nothing to delete parallely 2025-05-12 02:13:16,194 - INFO - Deleting pod default:ctest-busybox-pod-19775664 2025-05-12 02:13:16,211 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:16,219 - WARNING - Pod uuid 492ed995-b898-46ac-b483-61ad6bb3b852 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:21,220 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:21,227 - WARNING - Pod uuid 492ed995-b898-46ac-b483-61ad6bb3b852 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:26,229 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:26,237 - WARNING - Pod uuid 492ed995-b898-46ac-b483-61ad6bb3b852 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:31,238 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:31,248 - WARNING - Pod uuid 492ed995-b898-46ac-b483-61ad6bb3b852 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:36,249 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:36,257 - WARNING - Pod uuid 492ed995-b898-46ac-b483-61ad6bb3b852 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:41,259 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:41,274 - WARNING - Pod uuid 492ed995-b898-46ac-b483-61ad6bb3b852 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:46,274 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:46,282 - WARNING - Pod uuid 492ed995-b898-46ac-b483-61ad6bb3b852 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:51,282 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=492ed995-b898-46ac-b483-61ad6bb3b852 2025-05-12 02:13:51,290 - DEBUG - Pod 492ed995-b898-46ac-b483-61ad6bb3b852 is not in agent 10.0.0.56 VM list 2025-05-12 02:13:51,290 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a120d38c-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:13:51,298 - DEBUG - VMI a120d38c-2ed6-11f0-9952-fa163eab6970 is removed from agent 10.0.0.56 2025-05-12 02:13:51,298 - INFO - Verified that pod ctest-busybox-pod-19775664 is removed in agent 2025-05-12 02:13:51,298 - INFO - Deleting Ingress : ctest-nginx-ingress-21526724 2025-05-12 02:13:51,304 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=f231275e-ec6e-478c-85d1-a3a3c8042301 2025-05-12 02:13:51,309 - ERROR - Ingress ctest-nginx-ingress-21526724 with uuid f231275e-ec6e-478c-85d1-a3a3c8042301 still found in kube manager 2025-05-12 02:13:52,310 - DEBUG - Requesting: http://10.0.0.129:8108/Snh_LoadbalancerDatabaseList?x=f231275e-ec6e-478c-85d1-a3a3c8042301 2025-05-12 02:13:52,316 - INFO - Ingress ctest-nginx-ingress-21526724 with uuid f231275e-ec6e-478c-85d1-a3a3c8042301 deleted successfully from kube manager 2025-05-12 02:13:52,316 - INFO - Verifications on Ingress %s cleanup passed 2025-05-12 02:13:52,316 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-12 02:13:52,425 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-12 02:13:52,444 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-12 02:13:52,444 - INFO - Deleting VN __public__ 2025-05-12 02:13:52,572 - DEBUG - Requesting: http://10.0.0.129:8082/routing-instance/9b88acdc-20b4-4f03-a822-62ca46713570 2025-05-12 02:13:52,576 - DEBUG - Response Code: 404 2025-05-12 02:13:52,576 - DEBUG - Requesting: http://10.0.0.129:8082/domains 2025-05-12 02:13:52,580 - DEBUG - Requesting: http://10.0.0.129:8082/domain/c5778f14-f637-40e6-864c-ee51b8125a91 2025-05-12 02:13:52,586 - DEBUG - Requesting: http://10.0.0.129:8082/project/e4255bfb-f2e5-4895-86fe-7bf4b30a1974 2025-05-12 02:13:52,617 - INFO - Validated that VN __public__ is not found in API Server 2025-05-12 02:13:52,618 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-12 02:13:52,626 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-12 02:13:52,637 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-05-12 02:13:52,637 - INFO - Validated that VN __public__ is not in any agent 2025-05-12 02:13:52,637 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-12 02:13:52,648 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-12 02:13:52,653 - DEBUG - Requesting: http://10.0.0.129:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-12 02:13:52,658 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-12 02:13:52,658 - INFO - Deleting pod default:ctest-nginx-pod-90372315 2025-05-12 02:13:52,676 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0998a192-2ab1-4b3d-b13b-9b36ab08074c 2025-05-12 02:13:52,699 - WARNING - Pod uuid 0998a192-2ab1-4b3d-b13b-9b36ab08074c is still seen in agent 10.0.0.56 VM list 2025-05-12 02:13:57,700 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0998a192-2ab1-4b3d-b13b-9b36ab08074c 2025-05-12 02:13:57,708 - DEBUG - Pod 0998a192-2ab1-4b3d-b13b-9b36ab08074c is not in agent 10.0.0.56 VM list 2025-05-12 02:13:57,708 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9cbb9818-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:13:57,716 - DEBUG - VMI 9cbb9818-2ed6-11f0-9952-fa163eab6970 is removed from agent 10.0.0.56 2025-05-12 02:13:57,716 - INFO - Verified that pod ctest-nginx-pod-90372315 is removed in agent 2025-05-12 02:13:57,716 - INFO - Deleting pod default:ctest-nginx-pod-40161401 2025-05-12 02:13:57,736 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0f02deb0-9ced-4d8a-be15-65bb3820e4b9 2025-05-12 02:13:57,746 - WARNING - Pod uuid 0f02deb0-9ced-4d8a-be15-65bb3820e4b9 is still seen in agent 10.0.0.56 VM list 2025-05-12 02:14:02,749 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0f02deb0-9ced-4d8a-be15-65bb3820e4b9 2025-05-12 02:14:02,757 - DEBUG - Pod 0f02deb0-9ced-4d8a-be15-65bb3820e4b9 is not in agent 10.0.0.56 VM list 2025-05-12 02:14:02,757 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9c54b350-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:14:02,763 - DEBUG - VMI 9c54b350-2ed6-11f0-9952-fa163eab6970 is removed from agent 10.0.0.56 2025-05-12 02:14:02,763 - INFO - Verified that pod ctest-nginx-pod-40161401 is removed in agent 2025-05-12 02:14:02,764 - INFO - Deleting service : ctest-nginx-svc-50047551 2025-05-12 02:14:02,950 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-12 02:14:02,959 - DEBUG - No XMPP flaps were noticed during the test
2025-05-12 02:14:02,959 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-05-12 02:14:02,959 - INFO - -------------------------------------------------------------------------------- 2025-05-12 02:14:09,331 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-12 02:14:09,438 - DEBUG - Output : cluster_project={} 2025-05-12 02:14:09,519 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-12 02:14:09,691 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-12 02:14:09,701 - DEBUG - [10.0.0.129]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-12 02:14:09,856 - DEBUG - Output : cluster_project={} 2025-05-12 02:14:19,935 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:24,984 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:25,067 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:25,122 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:25,214 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:25,266 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:30,459 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:30,496 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-12 02:14:30,749 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-12 02:14:33,432 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_ApplicationPolicySetReq? 2025-05-12 02:14:33,440 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-05-12 02:14:33,471 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-05-12 02:14:35,505 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-05-12 02:17:42,387 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-12 02:17:42,460 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a382190b-c7a5-4478-a59d-fb94109fecac 2025-05-12 02:17:42,476 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:17:42,481 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c8d0b703-fd33-452d-8158-8072278d4d14 2025-05-12 02:17:42,490 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2f15e5ea-b1ee-48e9-a5ae-90b7062e2c68 2025-05-12 02:17:42,496 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:17:42,500 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:17:42,507 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=919f389b-1092-42c1-9aad-e67e710d527d 2025-05-12 02:17:42,511 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:17:47,567 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2f15e5ea-b1ee-48e9-a5ae-90b7062e2c68 2025-05-12 02:17:47,569 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=919f389b-1092-42c1-9aad-e67e710d527d 2025-05-12 02:17:47,571 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=a382190b-c7a5-4478-a59d-fb94109fecac 2025-05-12 02:17:47,572 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:17:47,573 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:17:47,574 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:17:47,575 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c8d0b703-fd33-452d-8158-8072278d4d14 2025-05-12 02:17:47,596 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:17:47,602 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc6ef212-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:17:47,603 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cbea4044-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:17:47,605 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cac56144-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:17:47,609 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb451128-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:17:52,601 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:17:52,603 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:17:52,608 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:17:52,632 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:17:57,618 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:17:57,620 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:17:57,622 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:17:57,639 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:18:02,635 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:18:02,641 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:18:02,642 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:18:02,647 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:18:07,660 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:18:07,662 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:18:07,664 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:18:07,666 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:18:12,684 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:18:12,686 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:18:12,687 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:18:12,689 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:18:17,739 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ff4a9257-3dda-42ea-9cd8-9edd01364fc5 2025-05-12 02:18:17,741 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=c26aec25-1bd3-43fb-88a9-33f7923c5c2b 2025-05-12 02:18:17,743 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6b7ba119-1c69-49f4-a96f-a5aa2c4b8bba 2025-05-12 02:18:17,744 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=d0286550-59de-4ea7-8f23-a3d680fa5b08 2025-05-12 02:18:17,758 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ccf99ac0-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:18:17,762 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ce502dd0-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:18:17,763 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cde4efac-2ed6-11f0-9952-fa163eab6970 2025-05-12 02:18:17,765 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd6e19d6-2ed6-11f0-9952-fa163eab6970