2025-04-18 11:09:57,421 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-04-18 11:09:58,060 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1152-1 2025-04-18 11:09:58,060 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-04-18 11:09:58,095 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1152-1 2025-04-18 11:09:58,095 - 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-04-18 11:09:58,198 - DEBUG - Output : NAMES contrail_test_gSBZSrwSW contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-svcmonitor-1 2025-04-18 11:09:58,199 - DEBUG - [10.0.0.48]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-18 11:09:58,232 - DEBUG - Output : 10.0.0.48/24 172.17.0.1/16 2025-04-18 11:09:58,233 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-04-18 11:09:58,278 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1152-1 2025-04-18 11:09:58,378 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-04-18 11:09:58,598 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1152-1 2025-04-18 11:09:58,598 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-04-18 11:09:58,633 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1152-1 2025-04-18 11:09:58,633 - DEBUG - [10.0.0.65]: 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-18 11:09:58,711 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-18 11:09:58,711 - DEBUG - [10.0.0.65]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-18 11:09:58,746 - DEBUG - Output : 10.0.0.65/24 2025-04-18 11:09:58,746 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-04-18 11:09:58,817 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1152-1 2025-04-18 11:09:58,912 - INFO - Using existing project ['default-domain', 'k8s-default'](cf873d88-626b-4b85-9ec3-d2d3b8276a02) 2025-04-18 11:09:59,050 - INFO - Using existing project ['default-domain', 'k8s-default'](cf873d88-626b-4b85-9ec3-d2d3b8276a02) 2025-04-18 11:09:59,224 - INFO - ================================================================================ 2025-04-18 11:09:59,224 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-18 11:09:59,225 - 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-18 11:09:59,477 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-18 11:09:59,485 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.0.0.48': '0'}} with 2025-04-18 11:09:59,485 - INFO - Initial checks done. Running the testcase now 2025-04-18 11:09:59,485 - INFO - 2025-04-18 11:09:59,490 - INFO - Namespace default already exists 2025-04-18 11:09:59,490 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-18 11:09:59,608 - DEBUG - Output : cluster_project={} 2025-04-18 11:09:59,661 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-18 11:09:59,662 - DEBUG - Project uuid in Contrail is cf873d88-626b-4b85-9ec3-d2d3b8276a02 2025-04-18 11:09:59,662 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-18 11:09:59,780 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-18 11:09:59,780 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_NamespaceDatabaseList?namespace_uuid=e68a7231-e0d0-44a2-986e-1835a4f966a9 2025-04-18 11:09:59,785 - INFO - Namespace default with uuid e68a7231-e0d0-44a2-986e-1835a4f966a9 found in kube manager 2025-04-18 11:09:59,785 - INFO - Namespace default verification passed 2025-04-18 11:09:59,788 - DEBUG - Service ctest-nginx-svc-75355486 not present 2025-04-18 11:09:59,788 - INFO - Creating service ctest-nginx-svc-75355486 2025-04-18 11:09:59,811 - INFO - Created Service ctest-nginx-svc-75355486 2025-04-18 11:09:59,821 - DEBUG - Pod ctest-nginx-pod-63556700 not present 2025-04-18 11:09:59,822 - INFO - Creating Pod ctest-nginx-pod-63556700 2025-04-18 11:09:59,901 - DEBUG - Pod : ctest-nginx-pod-63556700 UUID is a330c051-8828-4961-81f7-cbaddb7b29f7 2025-04-18 11:09:59,909 - DEBUG - Pod ctest-nginx-pod-47069214 not present 2025-04-18 11:09:59,911 - INFO - Creating Pod ctest-nginx-pod-47069214 2025-04-18 11:09:59,941 - DEBUG - Pod : ctest-nginx-pod-47069214 UUID is 3a4ae5fa-56b9-4b78-b764-4932ccf311bc 2025-04-18 11:10:00,185 - INFO - Created VN __public__, UUID :23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:00,429 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 11:10:00,439 - DEBUG - Requesting: http://10.0.0.48:8082/domain/9ff80d8b-b5bf-4227-b8b3-073e396f9818 2025-04-18 11:10:00,462 - DEBUG - Requesting: http://10.0.0.48:8082/project/cf873d88-626b-4b85-9ec3-d2d3b8276a02 2025-04-18 11:10:00,561 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:00,622 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:00,658 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:00,690 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:00,711 - DEBUG - Route Targets: [] 2025-04-18 11:10:00,711 - DEBUG - RT names not yet present for VN __public__ 2025-04-18 11:10:05,712 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 11:10:05,720 - DEBUG - Requesting: http://10.0.0.48:8082/domain/9ff80d8b-b5bf-4227-b8b3-073e396f9818 2025-04-18 11:10:05,733 - DEBUG - Requesting: http://10.0.0.48:8082/project/cf873d88-626b-4b85-9ec3-d2d3b8276a02 2025-04-18 11:10:05,793 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:05,806 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:05,819 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:05,829 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:05,837 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/4792e62f-4356-4169-abe3-2974f6fb6fb3 2025-04-18 11:10:05,845 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-18 11:10:05,845 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:05,857 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:05,877 - INFO - Verified VN network id 14 for VN 23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:05,877 - INFO - Verifications in API Server for VN __public__ passed 2025-04-18 11:10:05,878 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:05,889 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:05,899 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:05,910 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/4792e62f-4356-4169-abe3-2974f6fb6fb3 2025-04-18 11:10:05,920 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-18 11:10:05,928 - DEBUG - Control-node 10.0.0.48 : 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': '2575093003731484787', 'uuid-lslong': '11841966599089139314'}, 'enable': 'true', 'created': '2025-04-18T11:10:00', 'last-modified': '2025-04-18T11:10:00', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.558420'} 2025-04-18 11:10:05,928 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 11:10:05,936 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-18 11:10:05,936 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-18 11:10:05,937 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-18 11:10:05,937 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 11:10:05,943 - DEBUG - Requesting: http://10.0.0.48:8082/domain/9ff80d8b-b5bf-4227-b8b3-073e396f9818 2025-04-18 11:10:05,955 - DEBUG - Requesting: http://10.0.0.48:8082/project/cf873d88-626b-4b85-9ec3-d2d3b8276a02 2025-04-18 11:10:06,006 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:06,018 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-18 11:10:06,018 - DEBUG - Verifying the vn in opserver 2025-04-18 11:10:06,018 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.48 2025-04-18 11:10:06,018 - DEBUG - Requesting: http://10.0.0.48:8081/analytics/uves/virtual-networks 2025-04-18 11:10:06,024 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.48:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-18 11:10:06,024 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-18 11:10:06,024 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 11:10:06,034 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 11:10:06,041 - DEBUG - Do not have enough data to verify VN in agent 2025-04-18 11:10:06,041 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 11:10:06,049 - DEBUG - VRF ids for VN __public__: {} 2025-04-18 11:10:06,161 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-18 11:10:06,303 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 11:10:06,310 - DEBUG - Requesting: http://10.0.0.48:8082/domain/9ff80d8b-b5bf-4227-b8b3-073e396f9818 2025-04-18 11:10:06,321 - DEBUG - Requesting: http://10.0.0.48:8082/project/cf873d88-626b-4b85-9ec3-d2d3b8276a02 2025-04-18 11:10:06,379 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:06,395 - DEBUG - Requesting: http://10.0.0.48:8082/floating-ip-pool/4f3db043-c93c-406b-843e-d5a582bbcb95 2025-04-18 11:10:06,406 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 11:10:06,415 - DEBUG - Requesting: http://10.0.0.48:8082/domain/9ff80d8b-b5bf-4227-b8b3-073e396f9818 2025-04-18 11:10:06,426 - DEBUG - Requesting: http://10.0.0.48:8082/project/cf873d88-626b-4b85-9ec3-d2d3b8276a02 2025-04-18 11:10:06,486 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/23bc9171-8702-4073-a457-1de164bfae72 2025-04-18 11:10:06,503 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-18 11:10:06,503 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-18 11:10:06,516 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-18 11:10:06,524 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-18 11:10:06,524 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-18 11:10:06,532 - DEBUG - Ingress ctest-nginx-ingress-73706930 not present 2025-04-18 11:10:06,532 - INFO - Creating Ingress ctest-nginx-ingress-73706930 2025-04-18 11:10:06,544 - INFO - Created Ingress ctest-nginx-ingress-73706930 2025-04-18 11:10:06,557 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-73706930 2025-04-18 11:10:09,566 - DEBUG - For Ingress ctest-nginx-ingress-73706930, Cluster IP: 10.47.255.249, External IPs ['71.146.109.252'] 2025-04-18 11:10:09,566 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-73706930 2025-04-18 11:10:09,566 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=8ebfc938-908d-4f6a-aa7a-0e797ac54eba 2025-04-18 11:10:09,572 - INFO - Ingress ctest-nginx-ingress-73706930 with uuid 8ebfc938-908d-4f6a-aa7a-0e797ac54eba found in kube manager 2025-04-18 11:10:09,572 - INFO - Ingress ctest-nginx-ingress-73706930 verification passed 2025-04-18 11:10:09,576 - DEBUG - Pod ctest-busybox-pod-46822458 not present 2025-04-18 11:10:09,577 - INFO - Creating Pod ctest-busybox-pod-46822458 2025-04-18 11:10:09,616 - DEBUG - Node for Pod ctest-busybox-pod-46822458 not yet populated 2025-04-18 11:10:12,623 - DEBUG - Pod : ctest-busybox-pod-46822458 UUID is 8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:12,629 - DEBUG - Pod ctest-nginx-pod-63556700 not in running state.Currently in Pending 2025-04-18 11:10:17,638 - INFO - Pod ctest-nginx-pod-63556700 is in running state.Got IP 10.47.255.251 2025-04-18 11:10:17,694 - DEBUG - Pod ctest-nginx-pod-63556700 has vmi ac60d1be-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:10:17,694 - INFO - Verified pod ctest-nginx-pod-63556700 in contrail-api 2025-04-18 11:10:17,694 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:10:17,711 - DEBUG - VMI ac60d1be-1c45-11f0-8bb8-fa163e1de319 is active in agent 10.0.0.65 2025-04-18 11:10:17,711 - INFO - Verified Pod ctest-nginx-pod-63556700 in agent 10.0.0.65 2025-04-18 11:10:17,711 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=a330c051-8828-4961-81f7-cbaddb7b29f7 2025-04-18 11:10:17,717 - INFO - Pod ctest-nginx-pod-63556700 with uuid a330c051-8828-4961-81f7-cbaddb7b29f7 found in kube manager 2025-04-18 11:10:17,717 - INFO - Pod ctest-nginx-pod-63556700 verification passed 2025-04-18 11:10:17,786 - DEBUG - [Pod ctest-nginx-pod-63556700] Cmd: echo ctest-nginx-pod-63556700 > /usr/share/nginx/html/index.html, Output: 2025-04-18 11:10:17,793 - INFO - Pod ctest-nginx-pod-47069214 is in running state.Got IP 10.47.255.250 2025-04-18 11:10:17,809 - DEBUG - Pod ctest-nginx-pod-47069214 has vmi aced4888-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:10:17,809 - INFO - Verified pod ctest-nginx-pod-47069214 in contrail-api 2025-04-18 11:10:17,809 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:10:17,822 - DEBUG - VMI aced4888-1c45-11f0-8bb8-fa163e1de319 is active in agent 10.0.0.65 2025-04-18 11:10:17,823 - INFO - Verified Pod ctest-nginx-pod-47069214 in agent 10.0.0.65 2025-04-18 11:10:17,823 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=3a4ae5fa-56b9-4b78-b764-4932ccf311bc 2025-04-18 11:10:17,828 - INFO - Pod ctest-nginx-pod-47069214 with uuid 3a4ae5fa-56b9-4b78-b764-4932ccf311bc found in kube manager 2025-04-18 11:10:17,828 - INFO - Pod ctest-nginx-pod-47069214 verification passed 2025-04-18 11:10:17,891 - DEBUG - [Pod ctest-nginx-pod-47069214] Cmd: echo ctest-nginx-pod-47069214 > /usr/share/nginx/html/index.html, Output: 2025-04-18 11:10:17,899 - DEBUG - Pod ctest-busybox-pod-46822458 not in running state.Currently in Pending 2025-04-18 11:10:22,907 - INFO - Pod ctest-busybox-pod-46822458 is in running state.Got IP 10.47.255.248 2025-04-18 11:10:22,926 - DEBUG - Pod ctest-busybox-pod-46822458 has vmi b1466022-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:10:22,926 - INFO - Verified pod ctest-busybox-pod-46822458 in contrail-api 2025-04-18 11:10:22,926 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:10:22,938 - DEBUG - VMI b1466022-1c45-11f0-8bb8-fa163e1de319 is active in agent 10.0.0.65 2025-04-18 11:10:22,938 - INFO - Verified Pod ctest-busybox-pod-46822458 in agent 10.0.0.65 2025-04-18 11:10:22,938 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:22,943 - INFO - Pod ctest-busybox-pod-46822458 with uuid 8fc374e1-2730-4662-9273-086240a00515 found in kube manager 2025-04-18 11:10:22,943 - INFO - Pod ctest-busybox-pod-46822458 verification passed 2025-04-18 11:10:23,006 - DEBUG - [Pod ctest-busybox-pod-46822458] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-47069214 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-18 11:10:23,006 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-18 11:10:23,006 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd output: ctest-nginx-pod-47069214 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-18 11:10:23,067 - DEBUG - [Pod ctest-busybox-pod-46822458] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-47069214 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-18 11:10:23,067 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-18 11:10:23,067 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd output: ctest-nginx-pod-47069214 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-18 11:10:23,129 - DEBUG - [Pod ctest-busybox-pod-46822458] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-47069214 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-18 11:10:23,129 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-18 11:10:23,129 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd output: ctest-nginx-pod-47069214 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-18 11:10:23,196 - DEBUG - [Pod ctest-busybox-pod-46822458] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-63556700 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-18 11:10:23,196 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-18 11:10:23,196 - DEBUG - [Pod Pod ctest-busybox-pod-46822458] Cmd output: ctest-nginx-pod-63556700 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-18 11:10:23,196 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-63556700': 1, 'ctest-nginx-pod-47069214': 3} 2025-04-18 11:10:23,197 - WARNING - Nothing to delete parallely 2025-04-18 11:10:23,197 - INFO - Deleting pod default:ctest-busybox-pod-46822458 2025-04-18 11:10:23,218 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:23,227 - WARNING - Pod uuid 8fc374e1-2730-4662-9273-086240a00515 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:10:28,227 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:28,235 - WARNING - Pod uuid 8fc374e1-2730-4662-9273-086240a00515 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:10:33,235 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:33,243 - WARNING - Pod uuid 8fc374e1-2730-4662-9273-086240a00515 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:10:38,244 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:38,253 - WARNING - Pod uuid 8fc374e1-2730-4662-9273-086240a00515 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:10:43,254 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:43,272 - WARNING - Pod uuid 8fc374e1-2730-4662-9273-086240a00515 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:10:48,273 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:48,281 - WARNING - Pod uuid 8fc374e1-2730-4662-9273-086240a00515 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:10:53,282 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:53,292 - WARNING - Pod uuid 8fc374e1-2730-4662-9273-086240a00515 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:10:58,293 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=8fc374e1-2730-4662-9273-086240a00515 2025-04-18 11:10:58,302 - DEBUG - Pod 8fc374e1-2730-4662-9273-086240a00515 is not in agent 10.0.0.65 VM list 2025-04-18 11:10:58,303 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b1466022-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:10:58,311 - DEBUG - VMI b1466022-1c45-11f0-8bb8-fa163e1de319 is removed from agent 10.0.0.65 2025-04-18 11:10:58,311 - INFO - Verified that pod ctest-busybox-pod-46822458 is removed in agent 2025-04-18 11:10:58,311 - INFO - Deleting Ingress : ctest-nginx-ingress-73706930 2025-04-18 11:10:58,318 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=8ebfc938-908d-4f6a-aa7a-0e797ac54eba 2025-04-18 11:10:58,325 - ERROR - Ingress ctest-nginx-ingress-73706930 with uuid 8ebfc938-908d-4f6a-aa7a-0e797ac54eba still found in kube manager 2025-04-18 11:10:59,325 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=8ebfc938-908d-4f6a-aa7a-0e797ac54eba 2025-04-18 11:10:59,330 - INFO - Ingress ctest-nginx-ingress-73706930 with uuid 8ebfc938-908d-4f6a-aa7a-0e797ac54eba deleted successfully from kube manager 2025-04-18 11:10:59,331 - INFO - Verifications on Ingress %s cleanup passed 2025-04-18 11:10:59,331 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-18 11:10:59,523 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-18 11:10:59,540 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-18 11:10:59,540 - INFO - Deleting VN __public__ 2025-04-18 11:10:59,856 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/a245c650-3ee7-40a3-9854-12f85ecf9501 2025-04-18 11:10:59,867 - DEBUG - Response Code: 404 2025-04-18 11:10:59,867 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-04-18 11:10:59,903 - DEBUG - Requesting: http://10.0.0.48:8082/domain/9ff80d8b-b5bf-4227-b8b3-073e396f9818 2025-04-18 11:10:59,916 - DEBUG - Requesting: http://10.0.0.48:8082/project/cf873d88-626b-4b85-9ec3-d2d3b8276a02 2025-04-18 11:11:00,005 - INFO - Validated that VN __public__ is not found in API Server 2025-04-18 11:11:00,005 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-18 11:11:00,020 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 11:11:00,067 - DEBUG - VN __public__ is not present in Agent 10.0.0.65 2025-04-18 11:11:00,067 - INFO - Validated that VN __public__ is not in any agent 2025-04-18 11:11:00,067 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 11:11:00,089 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-18 11:11:00,118 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-18 11:11:00,129 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-18 11:11:00,129 - INFO - Deleting pod default:ctest-nginx-pod-47069214 2025-04-18 11:11:00,145 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a4ae5fa-56b9-4b78-b764-4932ccf311bc 2025-04-18 11:11:00,157 - WARNING - Pod uuid 3a4ae5fa-56b9-4b78-b764-4932ccf311bc is still seen in agent 10.0.0.65 VM list 2025-04-18 11:11:05,158 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=3a4ae5fa-56b9-4b78-b764-4932ccf311bc 2025-04-18 11:11:05,168 - DEBUG - Pod 3a4ae5fa-56b9-4b78-b764-4932ccf311bc is not in agent 10.0.0.65 VM list 2025-04-18 11:11:05,168 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aced4888-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:11:05,176 - DEBUG - VMI aced4888-1c45-11f0-8bb8-fa163e1de319 is removed from agent 10.0.0.65 2025-04-18 11:11:05,176 - INFO - Verified that pod ctest-nginx-pod-47069214 is removed in agent 2025-04-18 11:11:05,176 - INFO - Deleting pod default:ctest-nginx-pod-63556700 2025-04-18 11:11:05,204 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a330c051-8828-4961-81f7-cbaddb7b29f7 2025-04-18 11:11:05,215 - WARNING - Pod uuid a330c051-8828-4961-81f7-cbaddb7b29f7 is still seen in agent 10.0.0.65 VM list 2025-04-18 11:11:10,216 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=a330c051-8828-4961-81f7-cbaddb7b29f7 2025-04-18 11:11:10,226 - DEBUG - Pod a330c051-8828-4961-81f7-cbaddb7b29f7 is not in agent 10.0.0.65 VM list 2025-04-18 11:11:10,226 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac60d1be-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:11:10,234 - DEBUG - VMI ac60d1be-1c45-11f0-8bb8-fa163e1de319 is removed from agent 10.0.0.65 2025-04-18 11:11:10,234 - INFO - Verified that pod ctest-nginx-pod-63556700 is removed in agent 2025-04-18 11:11:10,234 - INFO - Deleting service : ctest-nginx-svc-75355486 2025-04-18 11:11:10,486 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-18 11:11:10,495 - DEBUG - No XMPP flaps were noticed during the test 2025-04-18 11:11:10,495 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11] 2025-04-18 11:11:10,495 - INFO - -------------------------------------------------------------------------------- 2025-04-18 11:11:20,078 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-18 11:11:20,241 - DEBUG - Output : cluster_project={} 2025-04-18 11:11:20,316 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-18 11:11:20,510 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-18 11:11:20,528 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-18 11:11:20,713 - DEBUG - Output : cluster_project={} 2025-04-18 11:11:25,842 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:30,906 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:30,994 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:36,045 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:36,130 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:36,193 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:36,370 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:36,420 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-18 11:11:36,685 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-18 11:11:39,334 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_ApplicationPolicySetReq? 2025-04-18 11:11:39,344 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-04-18 11:11:39,379 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-04-18 11:11:41,413 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AclReq? 2025-04-18 11:14:49,136 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-18 11:14:49,189 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:14:49,198 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:14:49,226 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:14:49,233 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:14:49,238 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:14:49,260 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1406e2c0-d447-4994-b28e-2b381ae80d94 2025-04-18 11:14:49,267 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=cdf73132-c7aa-475f-962e-19ec15359349 2025-04-18 11:14:49,274 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e019af1b-76a6-45be-af40-da10c4ca1288 2025-04-18 11:14:54,278 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:14:54,281 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:14:54,338 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:14:54,341 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=1406e2c0-d447-4994-b28e-2b381ae80d94 2025-04-18 11:14:54,342 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=cdf73132-c7aa-475f-962e-19ec15359349 2025-04-18 11:14:54,344 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=e019af1b-76a6-45be-af40-da10c4ca1288 2025-04-18 11:14:54,345 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:14:54,346 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:14:54,369 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dbc927f8-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:14:54,373 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dc54cd08-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:14:54,377 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:daf1fc74-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:14:59,292 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:14:59,295 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:14:59,369 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:14:59,372 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:14:59,380 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:15:04,308 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:15:04,310 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:15:04,380 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:15:04,384 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:15:04,389 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:15:09,322 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:15:09,324 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:15:09,400 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:15:09,401 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:15:09,403 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:15:14,336 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:15:14,338 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:15:14,417 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:15:14,420 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:15:14,422 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:15:19,350 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:15:19,352 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:15:19,436 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:15:19,439 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:15:19,442 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:15:24,365 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=17b9b136-7f26-4dd6-8ee6-5770c0297c80 2025-04-18 11:15:24,367 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=adc15d1b-438d-48d5-a04d-190afb2701cf 2025-04-18 11:15:24,378 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dea8e116-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:15:24,381 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d9f579b8-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:15:24,501 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ba5b22c0-4d3e-4dd0-ad05-638b63eb30ea 2025-04-18 11:15:24,503 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=ec64084f-2585-4d3e-856b-47a3cde9ce10 2025-04-18 11:15:24,505 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_VmListReq?uuid=277f7d7d-3487-49d6-b65c-22bae1363cb1 2025-04-18 11:15:24,522 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dd8c9e3a-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:15:24,524 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dcf4cdbc-1c45-11f0-8bb8-fa163e1de319 2025-04-18 11:15:24,528 - DEBUG - Requesting: http://10.0.0.65:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:de272324-1c45-11f0-8bb8-fa163e1de319