2025-05-07 14:05:44,233 - DEBUG - [10.0.0.38]: Running cmd : hostname 2025-05-07 14:05:44,498 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1219-1 2025-05-07 14:05:44,498 - DEBUG - [10.0.0.38]: Running cmd : hostname -f 2025-05-07 14:05:44,553 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1219-1 2025-05-07 14:05:44,553 - DEBUG - [10.0.0.38]: 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-07 14:05:44,653 - DEBUG - Output : NAMES contrail_test_XzDBsBzl8 contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-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-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-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-schema-1 config_api-dnsmasq-1 2025-05-07 14:05:44,653 - DEBUG - [10.0.0.38]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-07 14:05:44,741 - DEBUG - Output : 10.0.0.38/24 172.17.0.1/16 2025-05-07 14:05:44,742 - DEBUG - [10.0.0.38]: Running cmd : getent hosts 10.0.0.38 | head -n 1 | awk '{print $2}' 2025-05-07 14:05:44,807 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1219-1 2025-05-07 14:05:44,930 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-05-07 14:05:45,133 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1219-1 2025-05-07 14:05:45,134 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-05-07 14:05:45,157 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1219-1 2025-05-07 14:05:45,157 - DEBUG - [10.0.0.48]: 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-07 14:05:45,240 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-07 14:05:45,241 - DEBUG - [10.0.0.48]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-07 14:05:45,264 - DEBUG - Output : 10.0.0.48/24 2025-05-07 14:05:45,264 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-05-07 14:05:45,286 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1219-1 2025-05-07 14:05:45,348 - INFO - Using existing project ['default-domain', 'k8s-default'](a01e5660-e2a8-4055-9275-1645ece074fe) 2025-05-07 14:05:45,477 - INFO - Using existing project ['default-domain', 'k8s-default'](a01e5660-e2a8-4055-9275-1645ece074fe) 2025-05-07 14:05:45,621 - INFO - ================================================================================ 2025-05-07 14:05:45,621 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-07 14:05:45,622 - 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-07 14:05:45,821 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-07 14:05:45,828 - DEBUG - Nothing to compare xmpp stats {'10.0.0.48': {'10.0.0.38': '0'}} with 2025-05-07 14:05:45,828 - INFO - Initial checks done. Running the testcase now 2025-05-07 14:05:45,828 - INFO - 2025-05-07 14:05:45,832 - INFO - Namespace default already exists 2025-05-07 14:05:45,833 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-07 14:05:46,008 - DEBUG - Output : cluster_project={} 2025-05-07 14:05:46,066 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-07 14:05:46,067 - DEBUG - Project uuid in Contrail is a01e5660-e2a8-4055-9275-1645ece074fe 2025-05-07 14:05:46,067 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-07 14:05:46,229 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-07 14:05:46,229 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_NamespaceDatabaseList?namespace_uuid=afdc065b-8c19-446b-a5a7-06474268fdd8 2025-05-07 14:05:46,233 - INFO - Namespace default with uuid afdc065b-8c19-446b-a5a7-06474268fdd8 found in kube manager 2025-05-07 14:05:46,233 - INFO - Namespace default verification passed 2025-05-07 14:05:46,236 - DEBUG - Service ctest-nginx-svc-03718287 not present 2025-05-07 14:05:46,237 - INFO - Creating service ctest-nginx-svc-03718287 2025-05-07 14:05:46,257 - INFO - Created Service ctest-nginx-svc-03718287 2025-05-07 14:05:46,261 - DEBUG - Pod ctest-nginx-pod-64589464 not present 2025-05-07 14:05:46,262 - INFO - Creating Pod ctest-nginx-pod-64589464 2025-05-07 14:05:46,308 - DEBUG - Pod : ctest-nginx-pod-64589464 UUID is ae5961ee-ae70-4e6e-b9a7-0b5984405f46 2025-05-07 14:05:46,315 - DEBUG - Pod ctest-nginx-pod-59833758 not present 2025-05-07 14:05:46,316 - INFO - Creating Pod ctest-nginx-pod-59833758 2025-05-07 14:05:46,347 - DEBUG - Pod : ctest-nginx-pod-59833758 UUID is 30dad7a0-2215-482e-a7e5-396a862c70c1 2025-05-07 14:05:46,585 - INFO - Created VN __public__, UUID :70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:46,830 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-07 14:05:46,837 - DEBUG - Requesting: http://10.0.0.38:8082/domain/2886ea43-7745-4945-92c1-c22f75b68b58 2025-05-07 14:05:46,865 - DEBUG - Requesting: http://10.0.0.38:8082/project/a01e5660-e2a8-4055-9275-1645ece074fe 2025-05-07 14:05:46,943 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:46,954 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:46,963 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:05:46,974 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:05:46,981 - DEBUG - Route Targets: [] 2025-05-07 14:05:46,981 - DEBUG - RT names not yet present for VN __public__ 2025-05-07 14:05:51,982 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-07 14:05:51,987 - DEBUG - Requesting: http://10.0.0.38:8082/domain/2886ea43-7745-4945-92c1-c22f75b68b58 2025-05-07 14:05:51,995 - DEBUG - Requesting: http://10.0.0.38:8082/project/a01e5660-e2a8-4055-9275-1645ece074fe 2025-05-07 14:05:52,035 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,044 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,052 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:05:52,058 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:05:52,063 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a0439042-849d-4b8a-9ef2-d5b094ecd590 2025-05-07 14:05:52,068 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-07 14:05:52,068 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,076 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:05:52,086 - INFO - Verified VN network id 13 for VN 70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,087 - INFO - Verifications in API Server for VN __public__ passed 2025-05-07 14:05:52,087 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,094 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:05:52,108 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:05:52,113 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/a0439042-849d-4b8a-9ef2-d5b094ecd590 2025-05-07 14:05:52,118 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-07 14:05:52,125 - DEBUG - Control-node 10.0.0.38 : 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': '8119108958776281936', 'uuid-lslong': '11103296702077653154'}, 'enable': 'true', 'created': '2025-05-07T14:05:46', 'last-modified': '2025-05-07T14:05:46', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.365573'} 2025-05-07 14:05:52,125 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-07 14:05:52,131 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-07 14:05:52,131 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-07 14:05:52,131 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-07 14:05:52,131 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-07 14:05:52,136 - DEBUG - Requesting: http://10.0.0.38:8082/domain/2886ea43-7745-4945-92c1-c22f75b68b58 2025-05-07 14:05:52,144 - DEBUG - Requesting: http://10.0.0.38:8082/project/a01e5660-e2a8-4055-9275-1645ece074fe 2025-05-07 14:05:52,182 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,190 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-07 14:05:52,190 - DEBUG - Verifying the vn in opserver 2025-05-07 14:05:52,190 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.38 2025-05-07 14:05:52,190 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-05-07 14:05:52,194 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-07 14:05:52,194 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-07 14:05:52,194 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-07 14:05:52,201 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-07 14:05:52,206 - DEBUG - Do not have enough data to verify VN in agent 2025-05-07 14:05:52,206 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-07 14:05:52,212 - DEBUG - VRF ids for VN __public__: {} 2025-05-07 14:05:52,298 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-07 14:05:52,399 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-07 14:05:52,410 - DEBUG - Requesting: http://10.0.0.38:8082/domain/2886ea43-7745-4945-92c1-c22f75b68b58 2025-05-07 14:05:52,417 - DEBUG - Requesting: http://10.0.0.38:8082/project/a01e5660-e2a8-4055-9275-1645ece074fe 2025-05-07 14:05:52,460 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,469 - DEBUG - Requesting: http://10.0.0.38:8082/floating-ip-pool/ae4637cc-c3b8-4ad7-b551-aab75e8f1071 2025-05-07 14:05:52,474 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-07 14:05:52,478 - DEBUG - Requesting: http://10.0.0.38:8082/domain/2886ea43-7745-4945-92c1-c22f75b68b58 2025-05-07 14:05:52,484 - DEBUG - Requesting: http://10.0.0.38:8082/project/a01e5660-e2a8-4055-9275-1645ece074fe 2025-05-07 14:05:52,525 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/70acde94-c48d-4b50-9a16-d585d31ad0a2 2025-05-07 14:05:52,534 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-07 14:05:52,534 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-07 14:05:52,540 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-07 14:05:52,546 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-07 14:05:52,546 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-07 14:05:52,549 - DEBUG - Ingress ctest-nginx-ingress-27797424 not present 2025-05-07 14:05:52,549 - INFO - Creating Ingress ctest-nginx-ingress-27797424 2025-05-07 14:05:52,557 - INFO - Created Ingress ctest-nginx-ingress-27797424 2025-05-07 14:05:52,565 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-27797424 2025-05-07 14:05:55,571 - DEBUG - For Ingress ctest-nginx-ingress-27797424, Cluster IP: 10.47.255.249, External IPs ['107.175.111.188'] 2025-05-07 14:05:55,571 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-27797424 2025-05-07 14:05:55,571 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=962497da-9491-4a8a-a7e1-4fb5b249b127 2025-05-07 14:05:55,577 - INFO - Ingress ctest-nginx-ingress-27797424 with uuid 962497da-9491-4a8a-a7e1-4fb5b249b127 found in kube manager 2025-05-07 14:05:55,577 - INFO - Ingress ctest-nginx-ingress-27797424 verification passed 2025-05-07 14:05:55,580 - DEBUG - Pod ctest-busybox-pod-83707370 not present 2025-05-07 14:05:55,580 - INFO - Creating Pod ctest-busybox-pod-83707370 2025-05-07 14:05:55,625 - DEBUG - Pod : ctest-busybox-pod-83707370 UUID is c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:05:55,629 - DEBUG - Pod ctest-nginx-pod-64589464 not in running state.Currently in Pending 2025-05-07 14:06:00,636 - INFO - Pod ctest-nginx-pod-64589464 is in running state.Got IP 10.47.255.251 2025-05-07 14:06:00,689 - DEBUG - Pod ctest-nginx-pod-64589464 has vmi 602c6ed2-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:06:00,690 - INFO - Verified pod ctest-nginx-pod-64589464 in contrail-api 2025-05-07 14:06:00,690 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:06:00,701 - DEBUG - VMI 602c6ed2-2b4c-11f0-b160-fa163ed608b1 is active in agent 10.0.0.48 2025-05-07 14:06:00,702 - INFO - Verified Pod ctest-nginx-pod-64589464 in agent 10.0.0.48 2025-05-07 14:06:00,702 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=ae5961ee-ae70-4e6e-b9a7-0b5984405f46 2025-05-07 14:06:00,706 - INFO - Pod ctest-nginx-pod-64589464 with uuid ae5961ee-ae70-4e6e-b9a7-0b5984405f46 found in kube manager 2025-05-07 14:06:00,706 - INFO - Pod ctest-nginx-pod-64589464 verification passed 2025-05-07 14:06:00,766 - DEBUG - [Pod ctest-nginx-pod-64589464] Cmd: echo ctest-nginx-pod-64589464 > /usr/share/nginx/html/index.html, Output: 2025-05-07 14:06:00,772 - INFO - Pod ctest-nginx-pod-59833758 is in running state.Got IP 10.47.255.250 2025-05-07 14:06:00,785 - DEBUG - Pod ctest-nginx-pod-59833758 has vmi 608d5d82-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:06:00,785 - INFO - Verified pod ctest-nginx-pod-59833758 in contrail-api 2025-05-07 14:06:00,786 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:06:00,796 - DEBUG - VMI 608d5d82-2b4c-11f0-b160-fa163ed608b1 is active in agent 10.0.0.48 2025-05-07 14:06:00,797 - INFO - Verified Pod ctest-nginx-pod-59833758 in agent 10.0.0.48 2025-05-07 14:06:00,797 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=30dad7a0-2215-482e-a7e5-396a862c70c1 2025-05-07 14:06:00,801 - INFO - Pod ctest-nginx-pod-59833758 with uuid 30dad7a0-2215-482e-a7e5-396a862c70c1 found in kube manager 2025-05-07 14:06:00,801 - INFO - Pod ctest-nginx-pod-59833758 verification passed 2025-05-07 14:06:00,858 - DEBUG - [Pod ctest-nginx-pod-59833758] Cmd: echo ctest-nginx-pod-59833758 > /usr/share/nginx/html/index.html, Output: 2025-05-07 14:06:00,863 - DEBUG - Pod ctest-busybox-pod-83707370 not in running state.Currently in Pending 2025-05-07 14:06:05,872 - INFO - Pod ctest-busybox-pod-83707370 is in running state.Got IP 10.47.255.248 2025-05-07 14:06:05,888 - DEBUG - Pod ctest-busybox-pod-83707370 has vmi 64dbc95a-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:06:05,888 - INFO - Verified pod ctest-busybox-pod-83707370 in contrail-api 2025-05-07 14:06:05,888 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:06:05,900 - DEBUG - VMI 64dbc95a-2b4c-11f0-b160-fa163ed608b1 is active in agent 10.0.0.48 2025-05-07 14:06:05,901 - INFO - Verified Pod ctest-busybox-pod-83707370 in agent 10.0.0.48 2025-05-07 14:06:05,901 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_VirtualMachineDatabaseList?x=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:05,905 - INFO - Pod ctest-busybox-pod-83707370 with uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f found in kube manager 2025-05-07 14:06:05,905 - INFO - Pod ctest-busybox-pod-83707370 verification passed 2025-05-07 14:06:05,957 - DEBUG - [Pod ctest-busybox-pod-83707370] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-59833758 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-07 14:06:05,957 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-07 14:06:05,957 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd output: ctest-nginx-pod-59833758 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-07 14:06:06,010 - DEBUG - [Pod ctest-busybox-pod-83707370] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-59833758 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-07 14:06:06,010 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-07 14:06:06,010 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd output: ctest-nginx-pod-59833758 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-07 14:06:06,061 - DEBUG - [Pod ctest-busybox-pod-83707370] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-59833758 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-07 14:06:06,061 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-07 14:06:06,061 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd output: ctest-nginx-pod-59833758 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-07 14:06:06,114 - DEBUG - [Pod ctest-busybox-pod-83707370] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-64589464 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-07 14:06:06,114 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-07 14:06:06,114 - DEBUG - [Pod Pod ctest-busybox-pod-83707370] Cmd output: ctest-nginx-pod-64589464 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-07 14:06:06,114 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-64589464': 1, 'ctest-nginx-pod-59833758': 3} 2025-05-07 14:06:06,114 - WARNING - Nothing to delete parallely 2025-05-07 14:06:06,114 - INFO - Deleting pod default:ctest-busybox-pod-83707370 2025-05-07 14:06:06,127 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:06,134 - WARNING - Pod uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:11,134 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:11,141 - WARNING - Pod uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:16,142 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:16,149 - WARNING - Pod uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:21,149 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:21,157 - WARNING - Pod uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:26,158 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:26,166 - WARNING - Pod uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:31,166 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:31,173 - WARNING - Pod uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:36,173 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:36,182 - WARNING - Pod uuid c0729caa-de9b-4df6-87c4-4cfb5fba096f is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:41,182 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c0729caa-de9b-4df6-87c4-4cfb5fba096f 2025-05-07 14:06:41,191 - DEBUG - Pod c0729caa-de9b-4df6-87c4-4cfb5fba096f is not in agent 10.0.0.48 VM list 2025-05-07 14:06:41,191 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:64dbc95a-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:06:41,198 - DEBUG - VMI 64dbc95a-2b4c-11f0-b160-fa163ed608b1 is removed from agent 10.0.0.48 2025-05-07 14:06:41,198 - INFO - Verified that pod ctest-busybox-pod-83707370 is removed in agent 2025-05-07 14:06:41,198 - INFO - Deleting Ingress : ctest-nginx-ingress-27797424 2025-05-07 14:06:41,205 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=962497da-9491-4a8a-a7e1-4fb5b249b127 2025-05-07 14:06:41,212 - ERROR - Ingress ctest-nginx-ingress-27797424 with uuid 962497da-9491-4a8a-a7e1-4fb5b249b127 still found in kube manager 2025-05-07 14:06:42,213 - DEBUG - Requesting: http://10.0.0.38:8108/Snh_LoadbalancerDatabaseList?x=962497da-9491-4a8a-a7e1-4fb5b249b127 2025-05-07 14:06:42,217 - INFO - Ingress ctest-nginx-ingress-27797424 with uuid 962497da-9491-4a8a-a7e1-4fb5b249b127 deleted successfully from kube manager 2025-05-07 14:06:42,217 - INFO - Verifications on Ingress %s cleanup passed 2025-05-07 14:06:42,218 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-07 14:06:42,385 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-07 14:06:42,392 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-07 14:06:42,393 - INFO - Deleting VN __public__ 2025-05-07 14:06:42,537 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/a682399c-dd51-41c8-965c-ff962cd87e19 2025-05-07 14:06:42,551 - DEBUG - Response Code: 404 2025-05-07 14:06:42,551 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-05-07 14:06:42,558 - DEBUG - Requesting: http://10.0.0.38:8082/domain/2886ea43-7745-4945-92c1-c22f75b68b58 2025-05-07 14:06:42,575 - DEBUG - Requesting: http://10.0.0.38:8082/project/a01e5660-e2a8-4055-9275-1645ece074fe 2025-05-07 14:06:42,637 - INFO - Validated that VN __public__ is not found in API Server 2025-05-07 14:06:42,637 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-07 14:06:42,644 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-07 14:06:42,653 - DEBUG - VN __public__ is not present in Agent 10.0.0.48 2025-05-07 14:06:42,653 - INFO - Validated that VN __public__ is not in any agent 2025-05-07 14:06:42,653 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-07 14:06:42,661 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-07 14:06:42,673 - DEBUG - Requesting: http://10.0.0.38:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-07 14:06:42,680 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-07 14:06:42,680 - INFO - Deleting pod default:ctest-nginx-pod-59833758 2025-05-07 14:06:42,695 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=30dad7a0-2215-482e-a7e5-396a862c70c1 2025-05-07 14:06:42,711 - WARNING - Pod uuid 30dad7a0-2215-482e-a7e5-396a862c70c1 is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:47,712 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=30dad7a0-2215-482e-a7e5-396a862c70c1 2025-05-07 14:06:47,720 - DEBUG - Pod 30dad7a0-2215-482e-a7e5-396a862c70c1 is not in agent 10.0.0.48 VM list 2025-05-07 14:06:47,720 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:608d5d82-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:06:47,727 - DEBUG - VMI 608d5d82-2b4c-11f0-b160-fa163ed608b1 is removed from agent 10.0.0.48 2025-05-07 14:06:47,727 - INFO - Verified that pod ctest-nginx-pod-59833758 is removed in agent 2025-05-07 14:06:47,727 - INFO - Deleting pod default:ctest-nginx-pod-64589464 2025-05-07 14:06:47,737 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=ae5961ee-ae70-4e6e-b9a7-0b5984405f46 2025-05-07 14:06:47,747 - WARNING - Pod uuid ae5961ee-ae70-4e6e-b9a7-0b5984405f46 is still seen in agent 10.0.0.48 VM list 2025-05-07 14:06:52,748 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=ae5961ee-ae70-4e6e-b9a7-0b5984405f46 2025-05-07 14:06:52,756 - DEBUG - Pod ae5961ee-ae70-4e6e-b9a7-0b5984405f46 is not in agent 10.0.0.48 VM list 2025-05-07 14:06:52,756 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:602c6ed2-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:06:52,764 - DEBUG - VMI 602c6ed2-2b4c-11f0-b160-fa163ed608b1 is removed from agent 10.0.0.48 2025-05-07 14:06:52,764 - INFO - Verified that pod ctest-nginx-pod-64589464 is removed in agent 2025-05-07 14:06:52,764 - INFO - Deleting service : ctest-nginx-svc-03718287 2025-05-07 14:06:52,938 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-07 14:06:52,944 - DEBUG - No XMPP flaps were noticed during the test
2025-05-07 14:06:52,945 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07]
2025-05-07 14:06:52,945 - INFO - -------------------------------------------------------------------------------- 2025-05-07 14:06:59,396 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-07 14:06:59,547 - DEBUG - Output : cluster_project={} 2025-05-07 14:06:59,607 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-07 14:06:59,748 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-07 14:06:59,756 - DEBUG - [10.0.0.38]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-07 14:06:59,894 - DEBUG - Output : cluster_project={} 2025-05-07 14:07:15,046 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:15,087 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:15,165 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:15,200 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:20,286 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:20,386 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:20,462 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:20,496 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-07 14:07:20,692 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-07 14:07:23,159 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_ApplicationPolicySetReq? 2025-05-07 14:07:23,169 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-05-07 14:07:23,210 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-05-07 14:07:25,255 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-05-07 14:10:31,704 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-07 14:10:31,762 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=ee7129a2-e91f-41fe-8c99-656d2af1753a 2025-05-07 14:10:31,779 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:10:31,786 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d49583d2-26a0-4660-900a-9bac8ff6a033 2025-05-07 14:10:31,790 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=ec8b86a0-4c51-4952-867e-db27b2632548 2025-05-07 14:10:31,795 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:10:31,799 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:10:31,805 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e66432b6-e09f-4830-8084-c92ba228a093 2025-05-07 14:10:31,811 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:10:36,823 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=ee7129a2-e91f-41fe-8c99-656d2af1753a 2025-05-07 14:10:36,830 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8bbb4adc-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:10:36,832 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:10:36,854 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d49583d2-26a0-4660-900a-9bac8ff6a033 2025-05-07 14:10:36,862 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8cf2cc86-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:10:36,873 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=ec8b86a0-4c51-4952-867e-db27b2632548 2025-05-07 14:10:36,874 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:10:36,883 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8d6d3cd2-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:10:36,885 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e66432b6-e09f-4830-8084-c92ba228a093 2025-05-07 14:10:36,886 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:10:36,887 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:10:36,903 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8c402f4a-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:10:41,842 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:10:41,890 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:10:41,907 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:10:41,909 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:10:46,850 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:10:46,898 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:10:46,920 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:10:46,921 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:10:51,857 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:10:51,905 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:10:51,931 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:10:51,933 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:10:56,865 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:10:56,913 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:10:56,943 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:10:56,945 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:11:01,873 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:11:01,920 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:11:01,956 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:11:01,957 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:11:06,891 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2dcf2e3-374d-44b0-9f74-3ac03141fd47 2025-05-07 14:11:06,898 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8eddfe1c-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:11:06,931 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=78a89e55-b666-43b5-a373-bb489d5823f2 2025-05-07 14:11:06,937 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8e6e92c0-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:11:06,967 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=01e3731b-f39a-4d3a-93a3-1b19e075203b 2025-05-07 14:11:06,969 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9c4fadfb-1878-4850-87ce-cd6a4b9cc47b 2025-05-07 14:11:06,978 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8df75796-2b4c-11f0-b160-fa163ed608b1 2025-05-07 14:11:06,980 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f5ea706-2b4c-11f0-b160-fa163ed608b1