2025-02-04 21:20:23,303 - DEBUG - [10.0.0.40]: Running cmd : hostname 2025-02-04 21:20:23,632 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-960-1 2025-02-04 21:20:23,632 - DEBUG - [10.0.0.40]: Running cmd : hostname -f 2025-02-04 21:20:23,666 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-960-1 2025-02-04 21:20:23,667 - DEBUG - [10.0.0.40]: 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}' 2025-02-04 21:20:23,776 - DEBUG - Output : NAMES contrail_test_nN0pYAlmI contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_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 2025-02-04 21:20:23,776 - DEBUG - [10.0.0.40]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-04 21:20:23,820 - DEBUG - Output : 10.0.0.40/24 172.17.0.1/16 2025-02-04 21:20:23,820 - DEBUG - [10.0.0.40]: Running cmd : getent hosts 10.0.0.40 | head -n 1 | awk '{print $2}' 2025-02-04 21:20:23,890 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-960-1 2025-02-04 21:20:23,948 - DEBUG - [10.0.0.35]: Running cmd : hostname 2025-02-04 21:20:24,189 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-960-1 2025-02-04 21:20:24,189 - DEBUG - [10.0.0.35]: Running cmd : hostname -f 2025-02-04 21:20:24,214 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-960-1 2025-02-04 21:20:24,214 - DEBUG - [10.0.0.35]: 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}' 2025-02-04 21:20:24,260 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-04 21:20:24,260 - DEBUG - [10.0.0.35]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-04 21:20:24,332 - DEBUG - Output : 10.0.0.35/24 2025-02-04 21:20:24,332 - DEBUG - [10.0.0.35]: Running cmd : getent hosts 10.0.0.35 | head -n 1 | awk '{print $2}' 2025-02-04 21:20:24,368 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-960-1 2025-02-04 21:20:24,446 - INFO - Using existing project ['default-domain', 'k8s-default'](0558d0e8-1bf3-410d-8d25-32db9b50781e) 2025-02-04 21:20:24,546 - INFO - Using existing project ['default-domain', 'k8s-default'](0558d0e8-1bf3-410d-8d25-32db9b50781e) 2025-02-04 21:20:24,687 - INFO - ================================================================================ 2025-02-04 21:20:24,687 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-04 21:20:24,688 - 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-02-04 21:20:24,915 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-04 21:20:24,923 - DEBUG - Nothing to compare xmpp stats {'10.0.0.35': {'10.0.0.40': '0'}} with 2025-02-04 21:20:24,923 - INFO - Initial checks done. Running the testcase now 2025-02-04 21:20:24,923 - INFO - 2025-02-04 21:20:24,926 - INFO - Namespace default already exists 2025-02-04 21:20:24,926 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-04 21:20:25,041 - DEBUG - Output : cluster_project={} 2025-02-04 21:20:25,076 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-04 21:20:25,076 - DEBUG - Project uuid in Contrail is 0558d0e8-1bf3-410d-8d25-32db9b50781e 2025-02-04 21:20:25,076 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-04 21:20:25,209 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-04 21:20:25,209 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_NamespaceDatabaseList?namespace_uuid=497ace9a-9bd2-41eb-8163-ca5a3bedf75d 2025-02-04 21:20:25,214 - INFO - Namespace default with uuid 497ace9a-9bd2-41eb-8163-ca5a3bedf75d found in kube manager 2025-02-04 21:20:25,214 - INFO - Namespace default verification passed 2025-02-04 21:20:25,217 - DEBUG - Service ctest-nginx-svc-96439517 not present 2025-02-04 21:20:25,217 - INFO - Creating service ctest-nginx-svc-96439517 2025-02-04 21:20:25,240 - INFO - Created Service ctest-nginx-svc-96439517 2025-02-04 21:20:25,256 - DEBUG - Pod ctest-nginx-pod-28897376 not present 2025-02-04 21:20:25,256 - INFO - Creating Pod ctest-nginx-pod-28897376 2025-02-04 21:20:25,305 - DEBUG - Pod : ctest-nginx-pod-28897376 UUID is a9770f53-2d78-4305-b032-3f0991bf923b 2025-02-04 21:20:25,308 - DEBUG - Pod ctest-nginx-pod-53203521 not present 2025-02-04 21:20:25,308 - INFO - Creating Pod ctest-nginx-pod-53203521 2025-02-04 21:20:25,340 - DEBUG - Pod : ctest-nginx-pod-53203521 UUID is f2c7a899-3f81-4bd6-96c9-b35f8a491220 2025-02-04 21:20:25,486 - INFO - Created VN __public__, UUID :92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:25,700 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-02-04 21:20:25,708 - DEBUG - Requesting: http://10.0.0.40:8082/domain/d1b6171c-8f99-4118-bcf9-1d4e9b4e79c3 2025-02-04 21:20:25,729 - DEBUG - Requesting: http://10.0.0.40:8082/project/0558d0e8-1bf3-410d-8d25-32db9b50781e 2025-02-04 21:20:25,812 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:25,826 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:25,833 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:20:25,843 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:20:25,888 - DEBUG - Route Targets: [] 2025-02-04 21:20:25,889 - DEBUG - RT names not yet present for VN __public__ 2025-02-04 21:20:30,889 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-02-04 21:20:30,895 - DEBUG - Requesting: http://10.0.0.40:8082/domain/d1b6171c-8f99-4118-bcf9-1d4e9b4e79c3 2025-02-04 21:20:30,905 - DEBUG - Requesting: http://10.0.0.40:8082/project/0558d0e8-1bf3-410d-8d25-32db9b50781e 2025-02-04 21:20:30,969 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:30,980 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:30,994 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:20:31,006 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:20:31,013 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/dba90209-5277-4917-9c1f-7127fac4f9be 2025-02-04 21:20:31,024 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-02-04 21:20:31,024 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:31,031 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:20:31,046 - INFO - Verified VN network id 13 for VN 92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:31,046 - INFO - Verifications in API Server for VN __public__ passed 2025-02-04 21:20:31,047 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:31,055 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:20:31,061 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:20:31,067 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/dba90209-5277-4917-9c1f-7127fac4f9be 2025-02-04 21:20:31,073 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-04 21:20:31,079 - DEBUG - Control-node 10.0.0.40 : 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': '10536239968886147712', 'uuid-lslong': '10143661521516780637'}, 'enable': 'true', 'created': '2025-02-04T21:20:25', 'last-modified': '2025-02-04T21:20:25', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.433960'} 2025-02-04 21:20:31,079 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-04 21:20:31,086 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-02-04 21:20:31,086 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-04 21:20:31,086 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-04 21:20:31,086 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-02-04 21:20:31,092 - DEBUG - Requesting: http://10.0.0.40:8082/domain/d1b6171c-8f99-4118-bcf9-1d4e9b4e79c3 2025-02-04 21:20:31,098 - DEBUG - Requesting: http://10.0.0.40:8082/project/0558d0e8-1bf3-410d-8d25-32db9b50781e 2025-02-04 21:20:31,128 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:31,135 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-04 21:20:31,135 - DEBUG - Verifying the vn in opserver 2025-02-04 21:20:31,135 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.40 2025-02-04 21:20:31,135 - DEBUG - Requesting: http://10.0.0.40:8081/analytics/uves/virtual-networks 2025-02-04 21:20:31,140 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.40:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-04 21:20:31,140 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-04 21:20:31,140 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-04 21:20:31,148 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-04 21:20:31,155 - DEBUG - Do not have enough data to verify VN in agent 2025-02-04 21:20:31,155 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-04 21:20:31,161 - DEBUG - VRF ids for VN __public__: {} 2025-02-04 21:20:31,244 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-04 21:20:31,339 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-02-04 21:20:31,344 - DEBUG - Requesting: http://10.0.0.40:8082/domain/d1b6171c-8f99-4118-bcf9-1d4e9b4e79c3 2025-02-04 21:20:31,351 - DEBUG - Requesting: http://10.0.0.40:8082/project/0558d0e8-1bf3-410d-8d25-32db9b50781e 2025-02-04 21:20:31,383 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:31,392 - DEBUG - Requesting: http://10.0.0.40:8082/floating-ip-pool/cc097ae8-2c65-44e0-96c6-56977809d77e 2025-02-04 21:20:31,397 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-02-04 21:20:31,402 - DEBUG - Requesting: http://10.0.0.40:8082/domain/d1b6171c-8f99-4118-bcf9-1d4e9b4e79c3 2025-02-04 21:20:31,408 - DEBUG - Requesting: http://10.0.0.40:8082/project/0558d0e8-1bf3-410d-8d25-32db9b50781e 2025-02-04 21:20:31,447 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/92383e6d-a5bb-4a80-8cc5-86690fce5c5d 2025-02-04 21:20:31,455 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-04 21:20:31,455 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-04 21:20:31,460 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-04 21:20:31,466 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-04 21:20:31,466 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-04 21:20:31,469 - DEBUG - Ingress ctest-nginx-ingress-34401783 not present 2025-02-04 21:20:31,470 - INFO - Creating Ingress ctest-nginx-ingress-34401783 2025-02-04 21:20:31,476 - INFO - Created Ingress ctest-nginx-ingress-34401783 2025-02-04 21:20:31,479 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-34401783 2025-02-04 21:20:34,487 - DEBUG - For Ingress ctest-nginx-ingress-34401783, Cluster IP: 10.47.255.249, External IPs ['180.203.195.60'] 2025-02-04 21:20:34,487 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-34401783 2025-02-04 21:20:34,487 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=f5067c45-74ed-4d79-80ea-9e16d3f1bd2d 2025-02-04 21:20:34,492 - INFO - Ingress ctest-nginx-ingress-34401783 with uuid f5067c45-74ed-4d79-80ea-9e16d3f1bd2d found in kube manager 2025-02-04 21:20:34,492 - INFO - Ingress ctest-nginx-ingress-34401783 verification passed 2025-02-04 21:20:34,495 - DEBUG - Pod ctest-busybox-pod-67381918 not present 2025-02-04 21:20:34,495 - INFO - Creating Pod ctest-busybox-pod-67381918 2025-02-04 21:20:34,523 - DEBUG - Pod : ctest-busybox-pod-67381918 UUID is 847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:20:34,528 - DEBUG - Pod ctest-nginx-pod-28897376 not in running state.Currently in Pending 2025-02-04 21:20:39,534 - DEBUG - Pod ctest-nginx-pod-28897376 not in running state.Currently in Pending 2025-02-04 21:20:44,542 - INFO - Pod ctest-nginx-pod-28897376 is in running state.Got IP 10.47.255.251 2025-02-04 21:20:44,555 - DEBUG - Pod ctest-nginx-pod-28897376 has vmi da4c92fc-e33d-11ef-a54f-fa163eb34007 2025-02-04 21:20:44,556 - INFO - Verified pod ctest-nginx-pod-28897376 in contrail-api 2025-02-04 21:20:44,556 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:20:44,570 - DEBUG - VMI da4c92fc-e33d-11ef-a54f-fa163eb34007 is active in agent 10.0.0.35 2025-02-04 21:20:44,570 - INFO - Verified Pod ctest-nginx-pod-28897376 in agent 10.0.0.35 2025-02-04 21:20:44,570 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=a9770f53-2d78-4305-b032-3f0991bf923b 2025-02-04 21:20:44,576 - INFO - Pod ctest-nginx-pod-28897376 with uuid a9770f53-2d78-4305-b032-3f0991bf923b found in kube manager 2025-02-04 21:20:44,576 - INFO - Pod ctest-nginx-pod-28897376 verification passed 2025-02-04 21:20:44,674 - DEBUG - [Pod ctest-nginx-pod-28897376] Cmd: echo ctest-nginx-pod-28897376 > /usr/share/nginx/html/index.html, Output: 2025-02-04 21:20:44,679 - INFO - Pod ctest-nginx-pod-53203521 is in running state.Got IP 10.47.255.250 2025-02-04 21:20:44,692 - DEBUG - Pod ctest-nginx-pod-53203521 has vmi dab19cc4-e33d-11ef-a54f-fa163eb34007 2025-02-04 21:20:44,692 - INFO - Verified pod ctest-nginx-pod-53203521 in contrail-api 2025-02-04 21:20:44,692 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:20:44,704 - DEBUG - VMI dab19cc4-e33d-11ef-a54f-fa163eb34007 is active in agent 10.0.0.35 2025-02-04 21:20:44,705 - INFO - Verified Pod ctest-nginx-pod-53203521 in agent 10.0.0.35 2025-02-04 21:20:44,705 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=f2c7a899-3f81-4bd6-96c9-b35f8a491220 2025-02-04 21:20:44,710 - INFO - Pod ctest-nginx-pod-53203521 with uuid f2c7a899-3f81-4bd6-96c9-b35f8a491220 found in kube manager 2025-02-04 21:20:44,710 - INFO - Pod ctest-nginx-pod-53203521 verification passed 2025-02-04 21:20:44,768 - DEBUG - [Pod ctest-nginx-pod-53203521] Cmd: echo ctest-nginx-pod-53203521 > /usr/share/nginx/html/index.html, Output: 2025-02-04 21:20:44,775 - DEBUG - Pod ctest-busybox-pod-67381918 not in running state.Currently in Pending 2025-02-04 21:20:49,782 - INFO - Pod ctest-busybox-pod-67381918 is in running state.Got IP 10.47.255.248 2025-02-04 21:20:49,838 - DEBUG - Pod ctest-busybox-pod-67381918 has vmi df146940-e33d-11ef-a54f-fa163eb34007 2025-02-04 21:20:49,838 - INFO - Verified pod ctest-busybox-pod-67381918 in contrail-api 2025-02-04 21:20:49,838 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:20:49,853 - DEBUG - VMI df146940-e33d-11ef-a54f-fa163eb34007 is active in agent 10.0.0.35 2025-02-04 21:20:49,853 - INFO - Verified Pod ctest-busybox-pod-67381918 in agent 10.0.0.35 2025-02-04 21:20:49,853 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:20:49,859 - INFO - Pod ctest-busybox-pod-67381918 with uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 found in kube manager 2025-02-04 21:20:49,859 - INFO - Pod ctest-busybox-pod-67381918 verification passed 2025-02-04 21:20:49,925 - DEBUG - [Pod ctest-busybox-pod-67381918] 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) ctest-nginx-pod-28897376 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-04 21:20:49,925 - DEBUG - [Pod Pod ctest-busybox-pod-67381918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-04 21:20:49,925 - DEBUG - [Pod Pod ctest-busybox-pod-67381918] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-28897376 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-02-04 21:20:49,986 - DEBUG - [Pod ctest-busybox-pod-67381918] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-28897376 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-02-04 21:20:49,986 - DEBUG - [Pod Pod ctest-busybox-pod-67381918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-04 21:20:49,986 - DEBUG - [Pod Pod ctest-busybox-pod-67381918] Cmd output: ctest-nginx-pod-28897376 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-02-04 21:20:50,042 - DEBUG - [Pod ctest-busybox-pod-67381918] 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-53203521 2025-02-04 21:20:50,042 - DEBUG - [Pod Pod ctest-busybox-pod-67381918] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-04 21:20:50,043 - DEBUG - [Pod Pod ctest-busybox-pod-67381918] 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-53203521 2025-02-04 21:20:50,043 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-28897376': 2, 'ctest-nginx-pod-53203521': 1} 2025-02-04 21:20:50,043 - WARNING - Nothing to delete parallely 2025-02-04 21:20:50,043 - INFO - Deleting pod default:ctest-busybox-pod-67381918 2025-02-04 21:20:50,065 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:20:50,078 - WARNING - Pod uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:20:55,079 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:20:55,090 - WARNING - Pod uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:00,091 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:21:00,098 - WARNING - Pod uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:05,099 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:21:05,106 - WARNING - Pod uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:10,107 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:21:10,114 - WARNING - Pod uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:15,115 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:21:15,123 - WARNING - Pod uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:20,124 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:21:20,131 - WARNING - Pod uuid 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:25,131 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=847e6139-6c90-4c02-a27f-9bcaf0c9f325 2025-02-04 21:21:25,139 - DEBUG - Pod 847e6139-6c90-4c02-a27f-9bcaf0c9f325 is not in agent 10.0.0.35 VM list 2025-02-04 21:21:25,139 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df146940-e33d-11ef-a54f-fa163eb34007 2025-02-04 21:21:25,145 - DEBUG - VMI df146940-e33d-11ef-a54f-fa163eb34007 is removed from agent 10.0.0.35 2025-02-04 21:21:25,145 - INFO - Verified that pod ctest-busybox-pod-67381918 is removed in agent 2025-02-04 21:21:25,145 - INFO - Deleting Ingress : ctest-nginx-ingress-34401783 2025-02-04 21:21:25,155 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=f5067c45-74ed-4d79-80ea-9e16d3f1bd2d 2025-02-04 21:21:25,161 - ERROR - Ingress ctest-nginx-ingress-34401783 with uuid f5067c45-74ed-4d79-80ea-9e16d3f1bd2d still found in kube manager 2025-02-04 21:21:26,162 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=f5067c45-74ed-4d79-80ea-9e16d3f1bd2d 2025-02-04 21:21:26,167 - INFO - Ingress ctest-nginx-ingress-34401783 with uuid f5067c45-74ed-4d79-80ea-9e16d3f1bd2d deleted successfully from kube manager 2025-02-04 21:21:26,167 - INFO - Verifications on Ingress %s cleanup passed 2025-02-04 21:21:26,167 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-04 21:21:26,239 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-04 21:21:26,245 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-04 21:21:26,245 - INFO - Deleting VN __public__ 2025-02-04 21:21:26,436 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/7fe0a7c8-a9d7-4c00-96b7-d914db72b8e3 2025-02-04 21:21:26,444 - DEBUG - Response Code: 404 2025-02-04 21:21:26,444 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-02-04 21:21:26,454 - DEBUG - Requesting: http://10.0.0.40:8082/domain/d1b6171c-8f99-4118-bcf9-1d4e9b4e79c3 2025-02-04 21:21:26,465 - DEBUG - Requesting: http://10.0.0.40:8082/project/0558d0e8-1bf3-410d-8d25-32db9b50781e 2025-02-04 21:21:26,564 - INFO - Validated that VN __public__ is not found in API Server 2025-02-04 21:21:26,569 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-04 21:21:26,579 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-04 21:21:26,589 - DEBUG - VN __public__ is not present in Agent 10.0.0.35 2025-02-04 21:21:26,589 - INFO - Validated that VN __public__ is not in any agent 2025-02-04 21:21:26,590 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-04 21:21:26,604 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-04 21:21:26,611 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-04 21:21:26,617 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-04 21:21:26,618 - INFO - Deleting pod default:ctest-nginx-pod-53203521 2025-02-04 21:21:26,641 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f2c7a899-3f81-4bd6-96c9-b35f8a491220 2025-02-04 21:21:26,649 - WARNING - Pod uuid f2c7a899-3f81-4bd6-96c9-b35f8a491220 is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:31,650 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f2c7a899-3f81-4bd6-96c9-b35f8a491220 2025-02-04 21:21:31,659 - DEBUG - Pod f2c7a899-3f81-4bd6-96c9-b35f8a491220 is not in agent 10.0.0.35 VM list 2025-02-04 21:21:31,659 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dab19cc4-e33d-11ef-a54f-fa163eb34007 2025-02-04 21:21:31,667 - DEBUG - VMI dab19cc4-e33d-11ef-a54f-fa163eb34007 is removed from agent 10.0.0.35 2025-02-04 21:21:31,667 - INFO - Verified that pod ctest-nginx-pod-53203521 is removed in agent 2025-02-04 21:21:31,668 - INFO - Deleting pod default:ctest-nginx-pod-28897376 2025-02-04 21:21:31,697 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a9770f53-2d78-4305-b032-3f0991bf923b 2025-02-04 21:21:31,713 - WARNING - Pod uuid a9770f53-2d78-4305-b032-3f0991bf923b is still seen in agent 10.0.0.35 VM list 2025-02-04 21:21:36,713 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=a9770f53-2d78-4305-b032-3f0991bf923b 2025-02-04 21:21:36,721 - DEBUG - Pod a9770f53-2d78-4305-b032-3f0991bf923b is not in agent 10.0.0.35 VM list 2025-02-04 21:21:36,721 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:da4c92fc-e33d-11ef-a54f-fa163eb34007 2025-02-04 21:21:36,728 - DEBUG - VMI da4c92fc-e33d-11ef-a54f-fa163eb34007 is removed from agent 10.0.0.35 2025-02-04 21:21:36,728 - INFO - Verified that pod ctest-nginx-pod-28897376 is removed in agent 2025-02-04 21:21:36,728 - INFO - Deleting service : ctest-nginx-svc-96439517 2025-02-04 21:21:36,967 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-04 21:21:36,976 - DEBUG - No XMPP flaps were noticed during the test
2025-02-04 21:21:36,976 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2025-02-04 21:21:36,976 - INFO - -------------------------------------------------------------------------------- 2025-02-04 21:21:43,375 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-04 21:21:43,509 - DEBUG - Output : cluster_project={} 2025-02-04 21:21:43,557 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-04 21:21:43,706 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-04 21:21:43,719 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-04 21:21:43,886 - DEBUG - Output : cluster_project={} 2025-02-04 21:21:54,038 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:21:59,077 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:21:59,162 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:21:59,218 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:22:04,261 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:22:04,338 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:22:04,380 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:22:04,464 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-04 21:22:04,713 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-04 21:22:06,546 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_ApplicationPolicySetReq? 2025-02-04 21:22:06,553 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2025-02-04 21:22:06,588 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2025-02-04 21:22:08,628 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2025-02-04 21:25:09,058 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-04 21:25:09,094 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=3d59bacd-4db8-4afc-9298-1769184b10b7 2025-02-04 21:25:09,111 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ad5c4780-a65a-436b-b6e6-00052db90ed6 2025-02-04 21:25:09,121 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:09,135 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=b6ff75af-fc58-45db-9ade-9ff1f39418a7 2025-02-04 21:25:09,141 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:09,149 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=541d0dce-fb1d-40ed-8c7b-df58f8eb4ebe 2025-02-04 21:25:09,153 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:09,157 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:14,163 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=3d59bacd-4db8-4afc-9298-1769184b10b7 2025-02-04 21:25:14,170 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:08f35f5a-e33e-11ef-a54f-fa163eb34007 2025-02-04 21:25:14,206 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:14,210 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:14,214 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=541d0dce-fb1d-40ed-8c7b-df58f8eb4ebe 2025-02-04 21:25:14,215 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:14,216 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:14,218 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=b6ff75af-fc58-45db-9ade-9ff1f39418a7 2025-02-04 21:25:14,219 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=ad5c4780-a65a-436b-b6e6-00052db90ed6 2025-02-04 21:25:14,240 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0a3e1c6a-e33e-11ef-a54f-fa163eb34007 2025-02-04 21:25:14,243 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0ad478cc-e33e-11ef-a54f-fa163eb34007 2025-02-04 21:25:14,249 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:099907de-e33e-11ef-a54f-fa163eb34007 2025-02-04 21:25:19,214 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:19,243 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:19,249 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:19,252 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:24,222 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:24,253 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:24,262 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:24,264 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:29,231 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:29,260 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:29,275 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:29,277 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:34,239 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:34,268 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:34,287 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:34,289 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:39,248 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:39,285 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:39,300 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:39,302 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:44,296 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=199e9365-c4a5-4ee2-9071-ba437c140b15 2025-02-04 21:25:44,298 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b911279-c932-4d84-91c6-3e5e697c6f42 2025-02-04 21:25:44,308 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0ce6bb8e-e33e-11ef-a54f-fa163eb34007 2025-02-04 21:25:44,310 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0b6d6546-e33e-11ef-a54f-fa163eb34007 2025-02-04 21:25:44,312 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=8d6a6a7f-77b8-4313-8b2a-d78e9ee1311e 2025-02-04 21:25:44,314 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=235324b8-f660-4877-adc4-b420cf536caf 2025-02-04 21:25:44,328 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0bec0838-e33e-11ef-a54f-fa163eb34007 2025-02-04 21:25:44,329 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0c6861d0-e33e-11ef-a54f-fa163eb34007