2025-04-22 22:53:08,084 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-04-22 22:53:08,309 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1174-1 2025-04-22 22:53:08,309 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-04-22 22:53:08,341 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1174-1 2025-04-22 22:53:08,341 - DEBUG - [10.0.0.249]: 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-04-22 22:53:08,395 - DEBUG - Output : NAMES contrail_test_GZ3WIYCXt contrail-kubernetes-master-kubemanager-1 webui-job-1 webui-web-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-schema-1 config_api-dnsmasq-1 config_api-api-1 config_api-svcmonitor-1 2025-04-22 22:53:08,396 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 22:53:08,464 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-04-22 22:53:08,464 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-04-22 22:53:08,497 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1174-1 2025-04-22 22:53:08,582 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-04-22 22:53:08,850 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1174-1 2025-04-22 22:53:08,850 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-04-22 22:53:08,883 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1174-1 2025-04-22 22:53:08,883 - DEBUG - [10.0.0.19]: 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-04-22 22:53:08,927 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-22 22:53:08,927 - DEBUG - [10.0.0.19]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 22:53:08,999 - DEBUG - Output : 10.0.0.19/24 2025-04-22 22:53:08,999 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-04-22 22:53:09,032 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1174-1 2025-04-22 22:53:09,114 - INFO - Using existing project ['default-domain', 'k8s-default'](f511f9dc-de0e-49dd-8a79-58d35bad1c11) 2025-04-22 22:53:09,224 - INFO - Using existing project ['default-domain', 'k8s-default'](f511f9dc-de0e-49dd-8a79-58d35bad1c11) 2025-04-22 22:53:09,358 - INFO - ================================================================================ 2025-04-22 22:53:09,358 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-22 22:53:09,359 - 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-04-22 22:53:09,591 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 22:53:09,599 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.249': '0'}} with 2025-04-22 22:53:09,599 - INFO - Initial checks done. Running the testcase now 2025-04-22 22:53:09,599 - INFO - 2025-04-22 22:53:09,603 - INFO - Namespace default already exists 2025-04-22 22:53:09,603 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 22:53:09,718 - DEBUG - Output : cluster_project={} 2025-04-22 22:53:09,751 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-22 22:53:09,751 - DEBUG - Project uuid in Contrail is f511f9dc-de0e-49dd-8a79-58d35bad1c11 2025-04-22 22:53:09,752 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 22:53:09,859 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 22:53:09,859 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=1ad654f2-bd49-44c1-ab38-712b6df32150 2025-04-22 22:53:09,863 - INFO - Namespace default with uuid 1ad654f2-bd49-44c1-ab38-712b6df32150 found in kube manager 2025-04-22 22:53:09,863 - INFO - Namespace default verification passed 2025-04-22 22:53:09,865 - DEBUG - Service ctest-nginx-svc-03996390 not present 2025-04-22 22:53:09,865 - INFO - Creating service ctest-nginx-svc-03996390 2025-04-22 22:53:09,879 - INFO - Created Service ctest-nginx-svc-03996390 2025-04-22 22:53:09,885 - DEBUG - Pod ctest-nginx-pod-35522800 not present 2025-04-22 22:53:09,885 - INFO - Creating Pod ctest-nginx-pod-35522800 2025-04-22 22:53:09,918 - DEBUG - Pod : ctest-nginx-pod-35522800 UUID is 1d236aee-1eff-43e4-89a6-414fed2e4649 2025-04-22 22:53:09,922 - DEBUG - Pod ctest-nginx-pod-51081742 not present 2025-04-22 22:53:09,923 - INFO - Creating Pod ctest-nginx-pod-51081742 2025-04-22 22:53:09,968 - DEBUG - Pod : ctest-nginx-pod-51081742 UUID is c10d31ec-9195-41c1-a5dd-4e48b4a0e163 2025-04-22 22:53:10,108 - INFO - Created VN __public__, UUID :bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:10,240 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-22 22:53:10,245 - DEBUG - Requesting: http://10.0.0.249:8082/domain/7b90f339-1b97-4c98-8662-3e3ed57c0a7d 2025-04-22 22:53:10,312 - DEBUG - Requesting: http://10.0.0.249:8082/project/f511f9dc-de0e-49dd-8a79-58d35bad1c11 2025-04-22 22:53:10,367 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:10,377 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:10,385 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:53:10,408 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:53:10,414 - DEBUG - Route Targets: [] 2025-04-22 22:53:10,414 - DEBUG - RT names not yet present for VN __public__ 2025-04-22 22:53:15,415 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-22 22:53:15,421 - DEBUG - Requesting: http://10.0.0.249:8082/domain/7b90f339-1b97-4c98-8662-3e3ed57c0a7d 2025-04-22 22:53:15,428 - DEBUG - Requesting: http://10.0.0.249:8082/project/f511f9dc-de0e-49dd-8a79-58d35bad1c11 2025-04-22 22:53:15,470 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,478 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,485 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:53:15,492 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:53:15,498 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/29fadc2d-ff22-4ff6-bb7e-c1a2fd7dd83d 2025-04-22 22:53:15,506 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 22:53:15,506 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,514 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:53:15,530 - INFO - Verified VN network id 13 for VN bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,530 - INFO - Verifications in API Server for VN __public__ passed 2025-04-22 22:53:15,530 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,543 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:53:15,549 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:53:15,559 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/29fadc2d-ff22-4ff6-bb7e-c1a2fd7dd83d 2025-04-22 22:53:15,566 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 22:53:15,572 - DEBUG - Control-node 10.0.0.249 : 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': '13654366818352056898', 'uuid-lslong': '9496846566695517640'}, 'enable': 'true', 'created': '2025-04-22T22:53:10', 'last-modified': '2025-04-22T22:53:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.372844'} 2025-04-22 22:53:15,572 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 22:53:15,578 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 22:53:15,578 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-22 22:53:15,578 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-22 22:53:15,579 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-22 22:53:15,587 - DEBUG - Requesting: http://10.0.0.249:8082/domain/7b90f339-1b97-4c98-8662-3e3ed57c0a7d 2025-04-22 22:53:15,594 - DEBUG - Requesting: http://10.0.0.249:8082/project/f511f9dc-de0e-49dd-8a79-58d35bad1c11 2025-04-22 22:53:15,640 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,651 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-22 22:53:15,651 - DEBUG - Verifying the vn in opserver 2025-04-22 22:53:15,651 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-04-22 22:53:15,651 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-04-22 22:53:15,663 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-22 22:53:15,663 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-22 22:53:15,663 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 22:53:15,671 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 22:53:15,677 - DEBUG - Do not have enough data to verify VN in agent 2025-04-22 22:53:15,677 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 22:53:15,682 - DEBUG - VRF ids for VN __public__: {} 2025-04-22 22:53:15,771 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-22 22:53:15,862 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-22 22:53:15,866 - DEBUG - Requesting: http://10.0.0.249:8082/domain/7b90f339-1b97-4c98-8662-3e3ed57c0a7d 2025-04-22 22:53:15,873 - DEBUG - Requesting: http://10.0.0.249:8082/project/f511f9dc-de0e-49dd-8a79-58d35bad1c11 2025-04-22 22:53:15,905 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,914 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/55118b24-2f62-48fd-8932-a7542737febc 2025-04-22 22:53:15,920 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-22 22:53:15,923 - DEBUG - Requesting: http://10.0.0.249:8082/domain/7b90f339-1b97-4c98-8662-3e3ed57c0a7d 2025-04-22 22:53:15,931 - DEBUG - Requesting: http://10.0.0.249:8082/project/f511f9dc-de0e-49dd-8a79-58d35bad1c11 2025-04-22 22:53:15,961 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/bd7e0e47-00c1-4a42-83cb-93a2ce463dc8 2025-04-22 22:53:15,970 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-22 22:53:15,970 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-22 22:53:15,977 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 22:53:15,986 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-22 22:53:15,987 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-22 22:53:15,989 - DEBUG - Ingress ctest-nginx-ingress-43872133 not present 2025-04-22 22:53:15,990 - INFO - Creating Ingress ctest-nginx-ingress-43872133 2025-04-22 22:53:15,999 - INFO - Created Ingress ctest-nginx-ingress-43872133 2025-04-22 22:53:16,003 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-43872133 2025-04-22 22:53:19,008 - DEBUG - For Ingress ctest-nginx-ingress-43872133, Cluster IP: 10.47.255.249, External IPs ['82.67.174.252'] 2025-04-22 22:53:19,009 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-43872133 2025-04-22 22:53:19,009 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=b10e228b-a338-42ca-8b04-fb1447d6f68d 2025-04-22 22:53:19,016 - INFO - Ingress ctest-nginx-ingress-43872133 with uuid b10e228b-a338-42ca-8b04-fb1447d6f68d found in kube manager 2025-04-22 22:53:19,017 - INFO - Ingress ctest-nginx-ingress-43872133 verification passed 2025-04-22 22:53:19,019 - DEBUG - Pod ctest-busybox-pod-50900175 not present 2025-04-22 22:53:19,020 - INFO - Creating Pod ctest-busybox-pod-50900175 2025-04-22 22:53:19,045 - DEBUG - Node for Pod ctest-busybox-pod-50900175 not yet populated 2025-04-22 22:53:22,057 - DEBUG - Pod : ctest-busybox-pod-50900175 UUID is e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:53:22,083 - DEBUG - Pod ctest-nginx-pod-35522800 not in running state.Currently in Pending 2025-04-22 22:53:27,089 - DEBUG - Pod ctest-nginx-pod-35522800 not in running state.Currently in Pending 2025-04-22 22:53:32,095 - INFO - Pod ctest-nginx-pod-35522800 is in running state.Got IP 10.47.255.251 2025-04-22 22:53:32,107 - DEBUG - Pod ctest-nginx-pod-35522800 has vmi 90d3fe96-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:53:32,107 - INFO - Verified pod ctest-nginx-pod-35522800 in contrail-api 2025-04-22 22:53:32,107 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:53:32,119 - DEBUG - VMI 90d3fe96-1fcc-11f0-a200-fa163e252b8e is active in agent 10.0.0.19 2025-04-22 22:53:32,119 - INFO - Verified Pod ctest-nginx-pod-35522800 in agent 10.0.0.19 2025-04-22 22:53:32,119 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=1d236aee-1eff-43e4-89a6-414fed2e4649 2025-04-22 22:53:32,123 - INFO - Pod ctest-nginx-pod-35522800 with uuid 1d236aee-1eff-43e4-89a6-414fed2e4649 found in kube manager 2025-04-22 22:53:32,123 - INFO - Pod ctest-nginx-pod-35522800 verification passed 2025-04-22 22:53:32,181 - DEBUG - [Pod ctest-nginx-pod-35522800] Cmd: echo ctest-nginx-pod-35522800 > /usr/share/nginx/html/index.html, Output: 2025-04-22 22:53:32,186 - INFO - Pod ctest-nginx-pod-51081742 is in running state.Got IP 10.47.255.250 2025-04-22 22:53:32,197 - DEBUG - Pod ctest-nginx-pod-51081742 has vmi 9137b378-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:53:32,197 - INFO - Verified pod ctest-nginx-pod-51081742 in contrail-api 2025-04-22 22:53:32,197 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:53:32,206 - DEBUG - VMI 9137b378-1fcc-11f0-a200-fa163e252b8e is active in agent 10.0.0.19 2025-04-22 22:53:32,206 - INFO - Verified Pod ctest-nginx-pod-51081742 in agent 10.0.0.19 2025-04-22 22:53:32,207 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=c10d31ec-9195-41c1-a5dd-4e48b4a0e163 2025-04-22 22:53:32,210 - INFO - Pod ctest-nginx-pod-51081742 with uuid c10d31ec-9195-41c1-a5dd-4e48b4a0e163 found in kube manager 2025-04-22 22:53:32,210 - INFO - Pod ctest-nginx-pod-51081742 verification passed 2025-04-22 22:53:32,259 - DEBUG - [Pod ctest-nginx-pod-51081742] Cmd: echo ctest-nginx-pod-51081742 > /usr/share/nginx/html/index.html, Output: 2025-04-22 22:53:32,263 - DEBUG - Pod ctest-busybox-pod-50900175 not in running state.Currently in Pending 2025-04-22 22:53:37,269 - INFO - Pod ctest-busybox-pod-50900175 is in running state.Got IP 10.47.255.248 2025-04-22 22:53:37,324 - DEBUG - Pod ctest-busybox-pod-50900175 has vmi 9595bf32-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:53:37,324 - INFO - Verified pod ctest-busybox-pod-50900175 in contrail-api 2025-04-22 22:53:37,324 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:53:37,333 - DEBUG - VMI 9595bf32-1fcc-11f0-a200-fa163e252b8e is active in agent 10.0.0.19 2025-04-22 22:53:37,334 - INFO - Verified Pod ctest-busybox-pod-50900175 in agent 10.0.0.19 2025-04-22 22:53:37,334 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:53:37,337 - INFO - Pod ctest-busybox-pod-50900175 with uuid e76c7351-5724-4015-b959-246cf7728b0e found in kube manager 2025-04-22 22:53:37,337 - INFO - Pod ctest-busybox-pod-50900175 verification passed 2025-04-22 22:53:37,392 - DEBUG - [Pod ctest-busybox-pod-50900175] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-35522800 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-04-22 22:53:37,393 - DEBUG - [Pod Pod ctest-busybox-pod-50900175] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 22:53:37,393 - DEBUG - [Pod Pod ctest-busybox-pod-50900175] Cmd output: ctest-nginx-pod-35522800 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-04-22 22:53:37,448 - DEBUG - [Pod ctest-busybox-pod-50900175] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-35522800 2025-04-22 22:53:37,448 - DEBUG - [Pod Pod ctest-busybox-pod-50900175] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 22:53:37,448 - DEBUG - [Pod Pod ctest-busybox-pod-50900175] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-35522800 2025-04-22 22:53:37,500 - DEBUG - [Pod ctest-busybox-pod-50900175] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-51081742 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-04-22 22:53:37,500 - DEBUG - [Pod Pod ctest-busybox-pod-50900175] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 22:53:37,500 - DEBUG - [Pod Pod ctest-busybox-pod-50900175] Cmd output: ctest-nginx-pod-51081742 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-04-22 22:53:37,500 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-35522800': 2, 'ctest-nginx-pod-51081742': 1} 2025-04-22 22:53:37,501 - WARNING - Nothing to delete parallely 2025-04-22 22:53:37,501 - INFO - Deleting pod default:ctest-busybox-pod-50900175 2025-04-22 22:53:37,516 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:53:37,522 - WARNING - Pod uuid e76c7351-5724-4015-b959-246cf7728b0e is still seen in agent 10.0.0.19 VM list 2025-04-22 22:53:42,523 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:53:42,531 - WARNING - Pod uuid e76c7351-5724-4015-b959-246cf7728b0e is still seen in agent 10.0.0.19 VM list 2025-04-22 22:53:47,531 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:53:47,539 - WARNING - Pod uuid e76c7351-5724-4015-b959-246cf7728b0e is still seen in agent 10.0.0.19 VM list 2025-04-22 22:53:52,540 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:53:52,548 - WARNING - Pod uuid e76c7351-5724-4015-b959-246cf7728b0e is still seen in agent 10.0.0.19 VM list 2025-04-22 22:53:57,549 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:53:57,555 - WARNING - Pod uuid e76c7351-5724-4015-b959-246cf7728b0e is still seen in agent 10.0.0.19 VM list 2025-04-22 22:54:02,556 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:54:02,564 - WARNING - Pod uuid e76c7351-5724-4015-b959-246cf7728b0e is still seen in agent 10.0.0.19 VM list 2025-04-22 22:54:07,566 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:54:07,572 - WARNING - Pod uuid e76c7351-5724-4015-b959-246cf7728b0e is still seen in agent 10.0.0.19 VM list 2025-04-22 22:54:12,573 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e76c7351-5724-4015-b959-246cf7728b0e 2025-04-22 22:54:12,579 - DEBUG - Pod e76c7351-5724-4015-b959-246cf7728b0e is not in agent 10.0.0.19 VM list 2025-04-22 22:54:12,579 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9595bf32-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:54:12,586 - DEBUG - VMI 9595bf32-1fcc-11f0-a200-fa163e252b8e is removed from agent 10.0.0.19 2025-04-22 22:54:12,586 - INFO - Verified that pod ctest-busybox-pod-50900175 is removed in agent 2025-04-22 22:54:12,587 - INFO - Deleting Ingress : ctest-nginx-ingress-43872133 2025-04-22 22:54:12,594 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=b10e228b-a338-42ca-8b04-fb1447d6f68d 2025-04-22 22:54:12,598 - ERROR - Ingress ctest-nginx-ingress-43872133 with uuid b10e228b-a338-42ca-8b04-fb1447d6f68d still found in kube manager 2025-04-22 22:54:13,599 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=b10e228b-a338-42ca-8b04-fb1447d6f68d 2025-04-22 22:54:13,608 - INFO - Ingress ctest-nginx-ingress-43872133 with uuid b10e228b-a338-42ca-8b04-fb1447d6f68d deleted successfully from kube manager 2025-04-22 22:54:13,608 - INFO - Verifications on Ingress %s cleanup passed 2025-04-22 22:54:13,609 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-22 22:54:13,665 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 22:54:13,676 - WARNING - Control-node ifmap object for FIP pool __fip_pool_public__ , VN __public__ is found! 2025-04-22 22:54:18,676 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 22:54:18,683 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-22 22:54:18,683 - INFO - Deleting VN __public__ 2025-04-22 22:54:18,774 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/03e56825-5e4e-47b2-a7f8-a03f01c40378 2025-04-22 22:54:18,779 - DEBUG - Response Code: 404 2025-04-22 22:54:18,779 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-22 22:54:18,784 - DEBUG - Requesting: http://10.0.0.249:8082/domain/7b90f339-1b97-4c98-8662-3e3ed57c0a7d 2025-04-22 22:54:18,800 - DEBUG - Requesting: http://10.0.0.249:8082/project/f511f9dc-de0e-49dd-8a79-58d35bad1c11 2025-04-22 22:54:18,837 - INFO - Validated that VN __public__ is not found in API Server 2025-04-22 22:54:18,837 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-22 22:54:18,843 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 22:54:18,848 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-04-22 22:54:18,849 - INFO - Validated that VN __public__ is not in any agent 2025-04-22 22:54:18,849 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 22:54:18,854 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 22:54:18,859 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 22:54:18,864 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-22 22:54:18,864 - INFO - Deleting pod default:ctest-nginx-pod-51081742 2025-04-22 22:54:18,874 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c10d31ec-9195-41c1-a5dd-4e48b4a0e163 2025-04-22 22:54:18,881 - WARNING - Pod uuid c10d31ec-9195-41c1-a5dd-4e48b4a0e163 is still seen in agent 10.0.0.19 VM list 2025-04-22 22:54:23,881 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=c10d31ec-9195-41c1-a5dd-4e48b4a0e163 2025-04-22 22:54:23,888 - DEBUG - Pod c10d31ec-9195-41c1-a5dd-4e48b4a0e163 is not in agent 10.0.0.19 VM list 2025-04-22 22:54:23,888 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9137b378-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:54:23,893 - DEBUG - VMI 9137b378-1fcc-11f0-a200-fa163e252b8e is removed from agent 10.0.0.19 2025-04-22 22:54:23,893 - INFO - Verified that pod ctest-nginx-pod-51081742 is removed in agent 2025-04-22 22:54:23,894 - INFO - Deleting pod default:ctest-nginx-pod-35522800 2025-04-22 22:54:23,921 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1d236aee-1eff-43e4-89a6-414fed2e4649 2025-04-22 22:54:23,928 - WARNING - Pod uuid 1d236aee-1eff-43e4-89a6-414fed2e4649 is still seen in agent 10.0.0.19 VM list 2025-04-22 22:54:28,929 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1d236aee-1eff-43e4-89a6-414fed2e4649 2025-04-22 22:54:28,936 - DEBUG - Pod 1d236aee-1eff-43e4-89a6-414fed2e4649 is not in agent 10.0.0.19 VM list 2025-04-22 22:54:28,936 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:90d3fe96-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:54:28,942 - DEBUG - VMI 90d3fe96-1fcc-11f0-a200-fa163e252b8e is removed from agent 10.0.0.19 2025-04-22 22:54:28,942 - INFO - Verified that pod ctest-nginx-pod-35522800 is removed in agent 2025-04-22 22:54:28,942 - INFO - Deleting service : ctest-nginx-svc-03996390 2025-04-22 22:54:29,129 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 22:54:29,136 - DEBUG - No XMPP flaps were noticed during the test 2025-04-22 22:54:29,136 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:20] 2025-04-22 22:54:29,136 - INFO - -------------------------------------------------------------------------------- 2025-04-22 22:54:35,520 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 22:54:35,624 - DEBUG - Output : cluster_project={} 2025-04-22 22:54:35,663 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 22:54:35,779 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 22:54:35,824 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 22:54:35,952 - DEBUG - Output : cluster_project={} 2025-04-22 22:54:51,042 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,074 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,145 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,228 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,260 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,335 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,424 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,497 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 22:54:51,724 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 22:54:53,424 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-04-22 22:54:53,432 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-22 22:54:53,459 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-22 22:54:55,485 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-04-22 22:58:01,079 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 22:58:01,131 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e5f8f84c-9e04-4207-bf4b-d4d354be71a9 2025-04-22 22:58:01,151 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=877b1ef4-0119-460b-8c09-85f42b2bb175 2025-04-22 22:58:01,155 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1cb9b29e-738b-450e-a62d-999f5506a4a0 2025-04-22 22:58:01,159 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=75f8a098-b226-4229-a93f-7d6ac93913fa 2025-04-22 22:58:01,163 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:01,166 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:01,172 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:01,176 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:06,245 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:06,247 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:06,248 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=75f8a098-b226-4229-a93f-7d6ac93913fa 2025-04-22 22:58:06,249 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=1cb9b29e-738b-450e-a62d-999f5506a4a0 2025-04-22 22:58:06,250 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=877b1ef4-0119-460b-8c09-85f42b2bb175 2025-04-22 22:58:06,254 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e5f8f84c-9e04-4207-bf4b-d4d354be71a9 2025-04-22 22:58:06,255 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:06,256 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:06,274 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c55caffa-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:58:06,276 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c3e9c432-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:58:06,277 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c44ee1d2-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:58:06,278 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c4e89a48-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:58:11,275 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:11,277 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:11,282 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:11,283 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:16,288 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:16,289 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:16,295 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:16,296 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:21,301 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:21,302 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:21,308 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:21,309 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:26,314 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:26,315 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:26,321 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:26,323 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:31,326 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:31,328 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:31,331 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:31,332 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:36,385 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dc942c9c-8e8d-43f3-b717-c6bf362bc3f5 2025-04-22 22:58:36,387 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4518e106-4b51-4fa9-abed-96db5a4bf27a 2025-04-22 22:58:36,389 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=80470a0d-2cfe-4c52-9c66-ffe9637904f6 2025-04-22 22:58:36,390 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=6cd5a2a5-4088-4835-8243-18e3e228c378 2025-04-22 22:58:36,412 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c5d0cdfe-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:58:36,413 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c69ed8b6-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:58:36,414 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c7082988-1fcc-11f0-a200-fa163e252b8e 2025-04-22 22:58:36,426 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c63a2092-1fcc-11f0-a200-fa163e252b8e