2025-04-25 09:12:20,743 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-04-25 09:12:20,989 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1190-1 2025-04-25 09:12:20,989 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-04-25 09:12:21,023 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1190-1 2025-04-25 09:12:21,023 - DEBUG - [10.0.0.50]: 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-25 09:12:21,123 - DEBUG - Output : NAMES contrail_test_KPkLSjDKE contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 2025-04-25 09:12:21,123 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-25 09:12:21,157 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-04-25 09:12:21,157 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-04-25 09:12:21,200 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1190-1 2025-04-25 09:12:21,283 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-04-25 09:12:21,482 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1190-1 2025-04-25 09:12:21,482 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-04-25 09:12:21,507 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1190-1 2025-04-25 09:12:21,507 - DEBUG - [10.0.0.22]: 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-25 09:12:21,586 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-25 09:12:21,587 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-25 09:12:21,609 - DEBUG - Output : 10.0.0.22/24 2025-04-25 09:12:21,610 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-04-25 09:12:21,632 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1190-1 2025-04-25 09:12:21,706 - INFO - Using existing project ['default-domain', 'k8s-default'](41b807fd-78f0-4d9d-9241-5b73b26acb98) 2025-04-25 09:12:21,815 - INFO - Using existing project ['default-domain', 'k8s-default'](41b807fd-78f0-4d9d-9241-5b73b26acb98) 2025-04-25 09:12:21,965 - INFO - ================================================================================ 2025-04-25 09:12:21,966 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-25 09:12:21,966 - 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-25 09:12:22,202 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-25 09:12:22,209 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.50': '0'}} with 2025-04-25 09:12:22,210 - INFO - Initial checks done. Running the testcase now 2025-04-25 09:12:22,210 - INFO - 2025-04-25 09:12:22,213 - INFO - Namespace default already exists 2025-04-25 09:12:22,214 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-25 09:12:22,328 - DEBUG - Output : cluster_project={} 2025-04-25 09:12:22,372 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-25 09:12:22,373 - DEBUG - Project uuid in Contrail is 41b807fd-78f0-4d9d-9241-5b73b26acb98 2025-04-25 09:12:22,373 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-25 09:12:22,493 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-25 09:12:22,493 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=32f2a3c6-a147-4232-8cd7-687bbe32f7ad 2025-04-25 09:12:22,497 - INFO - Namespace default with uuid 32f2a3c6-a147-4232-8cd7-687bbe32f7ad found in kube manager 2025-04-25 09:12:22,498 - INFO - Namespace default verification passed 2025-04-25 09:12:22,500 - DEBUG - Service ctest-nginx-svc-99627362 not present 2025-04-25 09:12:22,501 - INFO - Creating service ctest-nginx-svc-99627362 2025-04-25 09:12:22,514 - INFO - Created Service ctest-nginx-svc-99627362 2025-04-25 09:12:22,523 - DEBUG - Pod ctest-nginx-pod-35945481 not present 2025-04-25 09:12:22,524 - INFO - Creating Pod ctest-nginx-pod-35945481 2025-04-25 09:12:22,601 - DEBUG - Pod : ctest-nginx-pod-35945481 UUID is 14ea67a9-8400-4ce2-96a3-a67391d9834d 2025-04-25 09:12:22,606 - DEBUG - Pod ctest-nginx-pod-46035629 not present 2025-04-25 09:12:22,606 - INFO - Creating Pod ctest-nginx-pod-46035629 2025-04-25 09:12:22,629 - DEBUG - Pod : ctest-nginx-pod-46035629 UUID is 0df5cf94-784c-4b7c-b79c-b966b319aa4e 2025-04-25 09:12:22,817 - INFO - Created VN __public__, UUID :51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:23,034 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-25 09:12:23,040 - DEBUG - Requesting: http://10.0.0.50:8082/domain/4ca8906c-9ebb-4273-934e-6cebbddfba94 2025-04-25 09:12:23,059 - DEBUG - Requesting: http://10.0.0.50:8082/project/41b807fd-78f0-4d9d-9241-5b73b26acb98 2025-04-25 09:12:23,130 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:23,146 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:23,155 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:12:23,204 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:12:23,235 - DEBUG - Route Targets: [] 2025-04-25 09:12:23,235 - DEBUG - RT names not yet present for VN __public__ 2025-04-25 09:12:28,235 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-25 09:12:28,242 - DEBUG - Requesting: http://10.0.0.50:8082/domain/4ca8906c-9ebb-4273-934e-6cebbddfba94 2025-04-25 09:12:28,251 - DEBUG - Requesting: http://10.0.0.50:8082/project/41b807fd-78f0-4d9d-9241-5b73b26acb98 2025-04-25 09:12:28,304 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,314 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,323 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:12:28,330 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:12:28,336 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/34ff91cd-3ab6-4d7a-beab-133545222128 2025-04-25 09:12:28,341 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-25 09:12:28,341 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,350 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:12:28,361 - INFO - Verified VN network id 13 for VN 51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,362 - INFO - Verifications in API Server for VN __public__ passed 2025-04-25 09:12:28,362 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,373 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:12:28,379 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:12:28,386 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/34ff91cd-3ab6-4d7a-beab-133545222128 2025-04-25 09:12:28,392 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-25 09:12:28,398 - DEBUG - Control-node 10.0.0.50 : 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': '5901557290147333888', 'uuid-lslong': '10293495580139258965'}, 'enable': 'true', 'created': '2025-04-25T09:12:22', 'last-modified': '2025-04-25T09:12:22', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.435111'} 2025-04-25 09:12:28,398 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-25 09:12:28,405 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-25 09:12:28,405 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-25 09:12:28,406 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-25 09:12:28,406 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-25 09:12:28,411 - DEBUG - Requesting: http://10.0.0.50:8082/domain/4ca8906c-9ebb-4273-934e-6cebbddfba94 2025-04-25 09:12:28,419 - DEBUG - Requesting: http://10.0.0.50:8082/project/41b807fd-78f0-4d9d-9241-5b73b26acb98 2025-04-25 09:12:28,460 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,470 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-25 09:12:28,470 - DEBUG - Verifying the vn in opserver 2025-04-25 09:12:28,470 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-04-25 09:12:28,470 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-04-25 09:12:28,475 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.50:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-25 09:12:28,475 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-25 09:12:28,476 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-25 09:12:28,484 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-25 09:12:28,490 - DEBUG - Do not have enough data to verify VN in agent 2025-04-25 09:12:28,490 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-25 09:12:28,499 - DEBUG - VRF ids for VN __public__: {} 2025-04-25 09:12:28,602 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-25 09:12:28,699 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-25 09:12:28,707 - DEBUG - Requesting: http://10.0.0.50:8082/domain/4ca8906c-9ebb-4273-934e-6cebbddfba94 2025-04-25 09:12:28,715 - DEBUG - Requesting: http://10.0.0.50:8082/project/41b807fd-78f0-4d9d-9241-5b73b26acb98 2025-04-25 09:12:28,773 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,785 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/4c3b610f-5779-4ab8-add4-115545403247 2025-04-25 09:12:28,791 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-25 09:12:28,796 - DEBUG - Requesting: http://10.0.0.50:8082/domain/4ca8906c-9ebb-4273-934e-6cebbddfba94 2025-04-25 09:12:28,804 - DEBUG - Requesting: http://10.0.0.50:8082/project/41b807fd-78f0-4d9d-9241-5b73b26acb98 2025-04-25 09:12:28,840 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/51e68b16-6cd9-4700-8ed9-d7b15f410455 2025-04-25 09:12:28,852 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-25 09:12:28,852 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-25 09:12:28,860 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-25 09:12:28,867 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-25 09:12:28,867 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-25 09:12:28,870 - DEBUG - Ingress ctest-nginx-ingress-96116838 not present 2025-04-25 09:12:28,870 - INFO - Creating Ingress ctest-nginx-ingress-96116838 2025-04-25 09:12:28,880 - INFO - Created Ingress ctest-nginx-ingress-96116838 2025-04-25 09:12:28,884 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-96116838 2025-04-25 09:12:31,890 - DEBUG - For Ingress ctest-nginx-ingress-96116838, Cluster IP: 10.47.255.249, External IPs ['3.35.37.60'] 2025-04-25 09:12:31,890 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-96116838 2025-04-25 09:12:31,891 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=818ace12-7070-48fd-b974-7696eed2e90f 2025-04-25 09:12:31,899 - INFO - Ingress ctest-nginx-ingress-96116838 with uuid 818ace12-7070-48fd-b974-7696eed2e90f found in kube manager 2025-04-25 09:12:31,899 - INFO - Ingress ctest-nginx-ingress-96116838 verification passed 2025-04-25 09:12:31,905 - DEBUG - Pod ctest-busybox-pod-92473311 not present 2025-04-25 09:12:31,906 - INFO - Creating Pod ctest-busybox-pod-92473311 2025-04-25 09:12:31,944 - DEBUG - Pod : ctest-busybox-pod-92473311 UUID is f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:12:31,963 - DEBUG - Pod ctest-nginx-pod-35945481 not in running state.Currently in Pending 2025-04-25 09:12:36,970 - INFO - Pod ctest-nginx-pod-35945481 is in running state.Got IP 10.47.255.251 2025-04-25 09:12:37,031 - DEBUG - Pod ctest-nginx-pod-35945481 has vmi 669184c4-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:12:37,032 - INFO - Verified pod ctest-nginx-pod-35945481 in contrail-api 2025-04-25 09:12:37,032 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:12:37,047 - DEBUG - VMI 669184c4-21b5-11f0-83dc-fa163e9ed514 is active in agent 10.0.0.22 2025-04-25 09:12:37,047 - INFO - Verified Pod ctest-nginx-pod-35945481 in agent 10.0.0.22 2025-04-25 09:12:37,047 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=14ea67a9-8400-4ce2-96a3-a67391d9834d 2025-04-25 09:12:37,053 - INFO - Pod ctest-nginx-pod-35945481 with uuid 14ea67a9-8400-4ce2-96a3-a67391d9834d found in kube manager 2025-04-25 09:12:37,053 - INFO - Pod ctest-nginx-pod-35945481 verification passed 2025-04-25 09:12:37,124 - DEBUG - [Pod ctest-nginx-pod-35945481] Cmd: echo ctest-nginx-pod-35945481 > /usr/share/nginx/html/index.html, Output: 2025-04-25 09:12:37,130 - DEBUG - Pod ctest-nginx-pod-46035629 not in running state.Currently in Pending 2025-04-25 09:12:42,137 - INFO - Pod ctest-nginx-pod-46035629 is in running state.Got IP 10.47.255.250 2025-04-25 09:12:42,158 - DEBUG - Pod ctest-nginx-pod-46035629 has vmi 67086080-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:12:42,159 - INFO - Verified pod ctest-nginx-pod-46035629 in contrail-api 2025-04-25 09:12:42,159 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:12:42,169 - DEBUG - VMI 67086080-21b5-11f0-83dc-fa163e9ed514 is active in agent 10.0.0.22 2025-04-25 09:12:42,169 - INFO - Verified Pod ctest-nginx-pod-46035629 in agent 10.0.0.22 2025-04-25 09:12:42,170 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=0df5cf94-784c-4b7c-b79c-b966b319aa4e 2025-04-25 09:12:42,175 - INFO - Pod ctest-nginx-pod-46035629 with uuid 0df5cf94-784c-4b7c-b79c-b966b319aa4e found in kube manager 2025-04-25 09:12:42,176 - INFO - Pod ctest-nginx-pod-46035629 verification passed 2025-04-25 09:12:42,377 - DEBUG - [Pod ctest-nginx-pod-46035629] Cmd: echo ctest-nginx-pod-46035629 > /usr/share/nginx/html/index.html, Output: 2025-04-25 09:12:42,383 - DEBUG - Pod ctest-busybox-pod-92473311 not in running state.Currently in Pending 2025-04-25 09:12:47,389 - INFO - Pod ctest-busybox-pod-92473311 is in running state.Got IP 10.47.255.248 2025-04-25 09:12:47,405 - DEBUG - Pod ctest-busybox-pod-92473311 has vmi 6b58b932-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:12:47,405 - INFO - Verified pod ctest-busybox-pod-92473311 in contrail-api 2025-04-25 09:12:47,405 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:12:47,424 - DEBUG - VMI 6b58b932-21b5-11f0-83dc-fa163e9ed514 is active in agent 10.0.0.22 2025-04-25 09:12:47,425 - INFO - Verified Pod ctest-busybox-pod-92473311 in agent 10.0.0.22 2025-04-25 09:12:47,425 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:12:47,430 - INFO - Pod ctest-busybox-pod-92473311 with uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 found in kube manager 2025-04-25 09:12:47,430 - INFO - Pod ctest-busybox-pod-92473311 verification passed 2025-04-25 09:12:47,485 - DEBUG - [Pod ctest-busybox-pod-92473311] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46035629 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-25 09:12:47,485 - DEBUG - [Pod Pod ctest-busybox-pod-92473311] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-25 09:12:47,485 - DEBUG - [Pod Pod ctest-busybox-pod-92473311] Cmd output: ctest-nginx-pod-46035629 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-25 09:12:47,536 - DEBUG - [Pod ctest-busybox-pod-92473311] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46035629 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-25 09:12:47,536 - DEBUG - [Pod Pod ctest-busybox-pod-92473311] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-25 09:12:47,536 - DEBUG - [Pod Pod ctest-busybox-pod-92473311] Cmd output: ctest-nginx-pod-46035629 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-25 09:12:47,598 - DEBUG - [Pod ctest-busybox-pod-92473311] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-35945481 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-25 09:12:47,598 - DEBUG - [Pod Pod ctest-busybox-pod-92473311] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-25 09:12:47,598 - DEBUG - [Pod Pod ctest-busybox-pod-92473311] Cmd output: ctest-nginx-pod-35945481 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-25 09:12:47,598 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-35945481': 1, 'ctest-nginx-pod-46035629': 2} 2025-04-25 09:12:47,598 - WARNING - Nothing to delete parallely 2025-04-25 09:12:47,598 - INFO - Deleting pod default:ctest-busybox-pod-92473311 2025-04-25 09:12:47,615 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:12:47,624 - WARNING - Pod uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is still seen in agent 10.0.0.22 VM list 2025-04-25 09:12:52,625 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:12:52,632 - WARNING - Pod uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is still seen in agent 10.0.0.22 VM list 2025-04-25 09:12:57,632 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:12:57,639 - WARNING - Pod uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is still seen in agent 10.0.0.22 VM list 2025-04-25 09:13:02,640 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:13:02,649 - WARNING - Pod uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is still seen in agent 10.0.0.22 VM list 2025-04-25 09:13:07,649 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:13:07,655 - WARNING - Pod uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is still seen in agent 10.0.0.22 VM list 2025-04-25 09:13:12,656 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:13:12,664 - WARNING - Pod uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is still seen in agent 10.0.0.22 VM list 2025-04-25 09:13:17,664 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:13:17,671 - WARNING - Pod uuid f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is still seen in agent 10.0.0.22 VM list 2025-04-25 09:13:22,672 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 2025-04-25 09:13:22,679 - DEBUG - Pod f5566c01-a3d7-4ec8-86b6-80bb2c2bf817 is not in agent 10.0.0.22 VM list 2025-04-25 09:13:22,679 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6b58b932-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:13:22,685 - DEBUG - VMI 6b58b932-21b5-11f0-83dc-fa163e9ed514 is removed from agent 10.0.0.22 2025-04-25 09:13:22,685 - INFO - Verified that pod ctest-busybox-pod-92473311 is removed in agent 2025-04-25 09:13:22,685 - INFO - Deleting Ingress : ctest-nginx-ingress-96116838 2025-04-25 09:13:22,697 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=818ace12-7070-48fd-b974-7696eed2e90f 2025-04-25 09:13:22,707 - ERROR - Ingress ctest-nginx-ingress-96116838 with uuid 818ace12-7070-48fd-b974-7696eed2e90f still found in kube manager 2025-04-25 09:13:23,708 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=818ace12-7070-48fd-b974-7696eed2e90f 2025-04-25 09:13:23,712 - INFO - Ingress ctest-nginx-ingress-96116838 with uuid 818ace12-7070-48fd-b974-7696eed2e90f deleted successfully from kube manager 2025-04-25 09:13:23,712 - INFO - Verifications on Ingress %s cleanup passed 2025-04-25 09:13:23,712 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-25 09:13:23,848 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-25 09:13:23,855 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-25 09:13:23,855 - INFO - Deleting VN __public__ 2025-04-25 09:13:24,032 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/e11f5b7f-6cb5-4c9f-8a78-093f1555a08f 2025-04-25 09:13:24,037 - DEBUG - Response Code: 404 2025-04-25 09:13:24,037 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-25 09:13:24,042 - DEBUG - Requesting: http://10.0.0.50:8082/domain/4ca8906c-9ebb-4273-934e-6cebbddfba94 2025-04-25 09:13:24,064 - DEBUG - Requesting: http://10.0.0.50:8082/project/41b807fd-78f0-4d9d-9241-5b73b26acb98 2025-04-25 09:13:24,165 - INFO - Validated that VN __public__ is not found in API Server 2025-04-25 09:13:24,165 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-25 09:13:24,173 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-25 09:13:24,203 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-04-25 09:13:24,203 - INFO - Validated that VN __public__ is not in any agent 2025-04-25 09:13:24,206 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-25 09:13:24,229 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-25 09:13:24,240 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-25 09:13:24,247 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-25 09:13:24,247 - INFO - Deleting pod default:ctest-nginx-pod-46035629 2025-04-25 09:13:24,258 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0df5cf94-784c-4b7c-b79c-b966b319aa4e 2025-04-25 09:13:24,270 - WARNING - Pod uuid 0df5cf94-784c-4b7c-b79c-b966b319aa4e is still seen in agent 10.0.0.22 VM list 2025-04-25 09:13:29,271 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=0df5cf94-784c-4b7c-b79c-b966b319aa4e 2025-04-25 09:13:29,277 - DEBUG - Pod 0df5cf94-784c-4b7c-b79c-b966b319aa4e is not in agent 10.0.0.22 VM list 2025-04-25 09:13:29,277 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:67086080-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:13:29,282 - DEBUG - VMI 67086080-21b5-11f0-83dc-fa163e9ed514 is removed from agent 10.0.0.22 2025-04-25 09:13:29,282 - INFO - Verified that pod ctest-nginx-pod-46035629 is removed in agent 2025-04-25 09:13:29,283 - INFO - Deleting pod default:ctest-nginx-pod-35945481 2025-04-25 09:13:29,300 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=14ea67a9-8400-4ce2-96a3-a67391d9834d 2025-04-25 09:13:29,307 - WARNING - Pod uuid 14ea67a9-8400-4ce2-96a3-a67391d9834d is still seen in agent 10.0.0.22 VM list 2025-04-25 09:13:34,308 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=14ea67a9-8400-4ce2-96a3-a67391d9834d 2025-04-25 09:13:34,315 - DEBUG - Pod 14ea67a9-8400-4ce2-96a3-a67391d9834d is not in agent 10.0.0.22 VM list 2025-04-25 09:13:34,315 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:669184c4-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:13:34,321 - DEBUG - VMI 669184c4-21b5-11f0-83dc-fa163e9ed514 is removed from agent 10.0.0.22 2025-04-25 09:13:34,321 - INFO - Verified that pod ctest-nginx-pod-35945481 is removed in agent 2025-04-25 09:13:34,321 - INFO - Deleting service : ctest-nginx-svc-99627362 2025-04-25 09:13:34,562 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-25 09:13:34,568 - DEBUG - No XMPP flaps were noticed during the test 2025-04-25 09:13:34,568 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-04-25 09:13:34,568 - INFO - -------------------------------------------------------------------------------- 2025-04-25 09:13:44,067 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-25 09:13:44,251 - DEBUG - Output : cluster_project={} 2025-04-25 09:13:44,329 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-25 09:13:44,576 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-25 09:13:44,582 - DEBUG - [10.0.0.50]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-25 09:13:44,723 - DEBUG - Output : cluster_project={} 2025-04-25 09:13:54,888 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:13:59,930 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:14:00,012 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:14:00,056 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:14:00,135 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:14:05,180 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:14:05,319 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:14:05,353 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-25 09:14:05,583 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-25 09:14:08,217 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-04-25 09:14:08,223 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-04-25 09:14:08,253 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-04-25 09:14:10,284 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-04-25 09:17:10,349 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-25 09:17:10,399 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=91383e60-b36e-409d-adec-568b5874837d 2025-04-25 09:17:10,409 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e699cb6f-36c5-4b10-91eb-9c86ff2623fe 2025-04-25 09:17:10,413 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c4898a5b-c870-4474-ba4c-a6f6309ecfd7 2025-04-25 09:17:10,417 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bb3d7f22-be09-4a8e-a502-d844a763ae6e 2025-04-25 09:17:10,426 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:10,435 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:10,443 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:10,449 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:15,507 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=e699cb6f-36c5-4b10-91eb-9c86ff2623fe 2025-04-25 09:17:15,509 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=91383e60-b36e-409d-adec-568b5874837d 2025-04-25 09:17:15,511 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:15,512 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:15,513 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=bb3d7f22-be09-4a8e-a502-d844a763ae6e 2025-04-25 09:17:15,514 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:15,515 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c4898a5b-c870-4474-ba4c-a6f6309ecfd7 2025-04-25 09:17:15,517 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:15,541 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:963432a8-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:17:15,543 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9702f8a4-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:17:15,544 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:951c42f2-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:17:15,548 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:978a2c5c-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:17:20,541 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:20,543 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:20,544 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:20,546 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:25,573 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:25,574 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:25,575 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:25,578 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:30,591 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:30,594 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:30,595 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:30,596 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:35,611 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:35,613 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:35,615 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:35,616 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:40,630 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:40,632 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:40,633 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:40,635 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:45,665 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=d6d5a329-6ac2-4b5a-b5c9-c797bb3b1ea5 2025-04-25 09:17:45,666 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=c067a7e4-d3af-43f3-8727-ec1f4608c9d6 2025-04-25 09:17:45,669 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=ee4de729-2f3f-4400-a59f-f844dad395cd 2025-04-25 09:17:45,670 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=97a39a35-62b1-4f7e-aac7-d69e2149470e 2025-04-25 09:17:45,683 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:98bf8cac-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:17:45,687 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:982e131c-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:17:45,691 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9942707c-21b5-11f0-83dc-fa163e9ed514 2025-04-25 09:17:45,692 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:99c7a512-21b5-11f0-83dc-fa163e9ed514