2025-06-30 02:07:21,217 - DEBUG - [10.0.0.57]: Running cmd : hostname 2025-06-30 02:07:21,478 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1303-1 2025-06-30 02:07:21,478 - DEBUG - [10.0.0.57]: Running cmd : hostname -f 2025-06-30 02:07:21,524 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1303-1 2025-06-30 02:07:21,524 - DEBUG - [10.0.0.57]: 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-06-30 02:07:21,601 - DEBUG - Output : NAMES contrail_test_j4n1WYVF9 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 contrail-kubernetes-master-kubemanager-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-zookeeper-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-nodemgr-1 2025-06-30 02:07:21,601 - DEBUG - [10.0.0.57]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 02:07:21,636 - DEBUG - Output : 10.0.0.57/24 172.17.0.1/16 2025-06-30 02:07:21,636 - DEBUG - [10.0.0.57]: Running cmd : getent hosts 10.0.0.57 | head -n 1 | awk '{print $2}' 2025-06-30 02:07:21,710 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1303-1 2025-06-30 02:07:21,780 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-06-30 02:07:22,004 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1303-1 2025-06-30 02:07:22,004 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-06-30 02:07:22,073 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1303-1 2025-06-30 02:07:22,073 - DEBUG - [10.0.0.33]: 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-06-30 02:07:22,118 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-30 02:07:22,118 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 02:07:22,193 - DEBUG - Output : 10.0.0.33/24 2025-06-30 02:07:22,193 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-06-30 02:07:22,227 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1303-1 2025-06-30 02:07:22,310 - INFO - Using existing project ['default-domain', 'k8s-default'](106ac394-ba7d-43e6-8e26-a9af5df61cf2) 2025-06-30 02:07:22,432 - INFO - Using existing project ['default-domain', 'k8s-default'](106ac394-ba7d-43e6-8e26-a9af5df61cf2) 2025-06-30 02:07:22,576 - INFO - ================================================================================ 2025-06-30 02:07:22,576 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-30 02:07:22,577 - 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-06-30 02:07:22,794 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 02:07:22,804 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.57': '0'}} with 2025-06-30 02:07:22,804 - INFO - Initial checks done. Running the testcase now 2025-06-30 02:07:22,804 - INFO - 2025-06-30 02:07:22,809 - INFO - Namespace default already exists 2025-06-30 02:07:22,810 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 02:07:22,927 - DEBUG - Output : cluster_project={} 2025-06-30 02:07:22,967 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-30 02:07:22,967 - DEBUG - Project uuid in Contrail is 106ac394-ba7d-43e6-8e26-a9af5df61cf2 2025-06-30 02:07:22,968 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 02:07:23,083 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 02:07:23,084 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_NamespaceDatabaseList?namespace_uuid=87291b3f-9a9c-435f-ab20-12aa1a69b8d8 2025-06-30 02:07:23,091 - INFO - Namespace default with uuid 87291b3f-9a9c-435f-ab20-12aa1a69b8d8 found in kube manager 2025-06-30 02:07:23,091 - INFO - Namespace default verification passed 2025-06-30 02:07:23,094 - DEBUG - Service ctest-nginx-svc-31991288 not present 2025-06-30 02:07:23,094 - INFO - Creating service ctest-nginx-svc-31991288 2025-06-30 02:07:23,118 - INFO - Created Service ctest-nginx-svc-31991288 2025-06-30 02:07:23,130 - DEBUG - Pod ctest-nginx-pod-78948206 not present 2025-06-30 02:07:23,131 - INFO - Creating Pod ctest-nginx-pod-78948206 2025-06-30 02:07:23,199 - DEBUG - Pod : ctest-nginx-pod-78948206 UUID is 302c75cc-cd43-4257-bc7c-97913645a00c 2025-06-30 02:07:23,213 - DEBUG - Pod ctest-nginx-pod-74430015 not present 2025-06-30 02:07:23,213 - INFO - Creating Pod ctest-nginx-pod-74430015 2025-06-30 02:07:23,238 - DEBUG - Pod : ctest-nginx-pod-74430015 UUID is af889d2b-4ec9-44cd-91af-9780d390bb59 2025-06-30 02:07:23,435 - INFO - Created VN __public__, UUID :6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:23,680 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-30 02:07:23,693 - DEBUG - Requesting: http://10.0.0.57:8082/domain/e916c2cc-84bb-405b-b140-2496a87b1dcc 2025-06-30 02:07:23,710 - DEBUG - Requesting: http://10.0.0.57:8082/project/106ac394-ba7d-43e6-8e26-a9af5df61cf2 2025-06-30 02:07:23,796 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:23,808 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:23,861 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:07:23,890 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:07:23,898 - DEBUG - Route Targets: [] 2025-06-30 02:07:23,898 - DEBUG - RT names not yet present for VN __public__ 2025-06-30 02:07:28,899 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-30 02:07:28,906 - DEBUG - Requesting: http://10.0.0.57:8082/domain/e916c2cc-84bb-405b-b140-2496a87b1dcc 2025-06-30 02:07:28,914 - DEBUG - Requesting: http://10.0.0.57:8082/project/106ac394-ba7d-43e6-8e26-a9af5df61cf2 2025-06-30 02:07:28,963 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:28,974 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:28,983 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:07:28,991 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:07:28,999 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/4f7e7a36-93cb-4fe7-9ccd-a42eda2b2f9a 2025-06-30 02:07:29,006 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 02:07:29,006 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:29,016 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:07:29,032 - INFO - Verified VN network id 14 for VN 6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:29,032 - INFO - Verifications in API Server for VN __public__ passed 2025-06-30 02:07:29,032 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:29,045 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:07:29,054 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:07:29,064 - DEBUG - Requesting: http://10.0.0.57:8082/route-target/4f7e7a36-93cb-4fe7-9ccd-a42eda2b2f9a 2025-06-30 02:07:29,071 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 02:07:29,078 - DEBUG - Control-node 10.0.0.57 : 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': '7775823466685022223', 'uuid-lslong': '11132122777139106295'}, 'enable': 'true', 'created': '2025-06-30T02:07:23', 'last-modified': '2025-06-30T02:07:23', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.441322'} 2025-06-30 02:07:29,078 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 02:07:29,086 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 02:07:29,086 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-30 02:07:29,087 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-30 02:07:29,087 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-30 02:07:29,092 - DEBUG - Requesting: http://10.0.0.57:8082/domain/e916c2cc-84bb-405b-b140-2496a87b1dcc 2025-06-30 02:07:29,100 - DEBUG - Requesting: http://10.0.0.57:8082/project/106ac394-ba7d-43e6-8e26-a9af5df61cf2 2025-06-30 02:07:29,150 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:29,160 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-30 02:07:29,160 - DEBUG - Verifying the vn in opserver 2025-06-30 02:07:29,160 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.57 2025-06-30 02:07:29,160 - DEBUG - Requesting: http://10.0.0.57:8081/analytics/uves/virtual-networks 2025-06-30 02:07:29,165 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.57:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-30 02:07:29,165 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-30 02:07:29,165 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 02:07:29,172 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 02:07:29,180 - DEBUG - Do not have enough data to verify VN in agent 2025-06-30 02:07:29,180 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 02:07:29,186 - DEBUG - VRF ids for VN __public__: {} 2025-06-30 02:07:29,286 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-30 02:07:29,390 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-30 02:07:29,399 - DEBUG - Requesting: http://10.0.0.57:8082/domain/e916c2cc-84bb-405b-b140-2496a87b1dcc 2025-06-30 02:07:29,411 - DEBUG - Requesting: http://10.0.0.57:8082/project/106ac394-ba7d-43e6-8e26-a9af5df61cf2 2025-06-30 02:07:29,458 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:29,472 - DEBUG - Requesting: http://10.0.0.57:8082/floating-ip-pool/3cd73beb-2687-412b-8382-59f35f297c7f 2025-06-30 02:07:29,478 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-30 02:07:29,483 - DEBUG - Requesting: http://10.0.0.57:8082/domain/e916c2cc-84bb-405b-b140-2496a87b1dcc 2025-06-30 02:07:29,491 - DEBUG - Requesting: http://10.0.0.57:8082/project/106ac394-ba7d-43e6-8e26-a9af5df61cf2 2025-06-30 02:07:29,545 - DEBUG - Requesting: http://10.0.0.57:8082/virtual-network/6be9463e-afe8-400f-9a7d-3eaf6f6951f7 2025-06-30 02:07:29,560 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-30 02:07:29,560 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-30 02:07:29,571 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 02:07:29,579 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-30 02:07:29,579 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-30 02:07:29,581 - DEBUG - Ingress ctest-nginx-ingress-57053730 not present 2025-06-30 02:07:29,581 - INFO - Creating Ingress ctest-nginx-ingress-57053730 2025-06-30 02:07:29,589 - INFO - Created Ingress ctest-nginx-ingress-57053730 2025-06-30 02:07:29,594 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-57053730 2025-06-30 02:07:32,600 - DEBUG - For Ingress ctest-nginx-ingress-57053730, Cluster IP: 10.47.255.249, External IPs ['16.85.104.60'] 2025-06-30 02:07:32,600 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-57053730 2025-06-30 02:07:32,600 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=ec189ff9-de4f-43b7-bd78-3dc460e0d91c 2025-06-30 02:07:32,607 - INFO - Ingress ctest-nginx-ingress-57053730 with uuid ec189ff9-de4f-43b7-bd78-3dc460e0d91c found in kube manager 2025-06-30 02:07:32,607 - INFO - Ingress ctest-nginx-ingress-57053730 verification passed 2025-06-30 02:07:32,610 - DEBUG - Pod ctest-busybox-pod-11906451 not present 2025-06-30 02:07:32,610 - INFO - Creating Pod ctest-busybox-pod-11906451 2025-06-30 02:07:32,649 - DEBUG - Pod : ctest-busybox-pod-11906451 UUID is addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:07:32,654 - DEBUG - Pod ctest-nginx-pod-78948206 not in running state.Currently in Pending 2025-06-30 02:07:37,662 - DEBUG - Pod ctest-nginx-pod-78948206 not in running state.Currently in Pending 2025-06-30 02:07:42,670 - INFO - Pod ctest-nginx-pod-78948206 is in running state.Got IP 10.47.255.251 2025-06-30 02:07:42,728 - DEBUG - Pod ctest-nginx-pod-78948206 has vmi f70b0bfe-5556-11f0-a992-fa163e9c9436 2025-06-30 02:07:42,728 - INFO - Verified pod ctest-nginx-pod-78948206 in contrail-api 2025-06-30 02:07:42,728 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:07:42,743 - DEBUG - VMI f70b0bfe-5556-11f0-a992-fa163e9c9436 is active in agent 10.0.0.33 2025-06-30 02:07:42,743 - INFO - Verified Pod ctest-nginx-pod-78948206 in agent 10.0.0.33 2025-06-30 02:07:42,743 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=302c75cc-cd43-4257-bc7c-97913645a00c 2025-06-30 02:07:42,748 - INFO - Pod ctest-nginx-pod-78948206 with uuid 302c75cc-cd43-4257-bc7c-97913645a00c found in kube manager 2025-06-30 02:07:42,748 - INFO - Pod ctest-nginx-pod-78948206 verification passed 2025-06-30 02:07:42,860 - DEBUG - [Pod ctest-nginx-pod-78948206] Cmd: echo ctest-nginx-pod-78948206 > /usr/share/nginx/html/index.html, Output: 2025-06-30 02:07:42,866 - INFO - Pod ctest-nginx-pod-74430015 is in running state.Got IP 10.47.255.250 2025-06-30 02:07:42,882 - DEBUG - Pod ctest-nginx-pod-74430015 has vmi f78bebca-5556-11f0-a992-fa163e9c9436 2025-06-30 02:07:42,883 - INFO - Verified pod ctest-nginx-pod-74430015 in contrail-api 2025-06-30 02:07:42,883 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:07:42,896 - DEBUG - VMI f78bebca-5556-11f0-a992-fa163e9c9436 is active in agent 10.0.0.33 2025-06-30 02:07:42,896 - INFO - Verified Pod ctest-nginx-pod-74430015 in agent 10.0.0.33 2025-06-30 02:07:42,897 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=af889d2b-4ec9-44cd-91af-9780d390bb59 2025-06-30 02:07:42,902 - INFO - Pod ctest-nginx-pod-74430015 with uuid af889d2b-4ec9-44cd-91af-9780d390bb59 found in kube manager 2025-06-30 02:07:42,902 - INFO - Pod ctest-nginx-pod-74430015 verification passed 2025-06-30 02:07:42,960 - DEBUG - [Pod ctest-nginx-pod-74430015] Cmd: echo ctest-nginx-pod-74430015 > /usr/share/nginx/html/index.html, Output: 2025-06-30 02:07:42,966 - DEBUG - Pod ctest-busybox-pod-11906451 not in running state.Currently in Pending 2025-06-30 02:07:47,973 - INFO - Pod ctest-busybox-pod-11906451 is in running state.Got IP 10.47.255.248 2025-06-30 02:07:47,988 - DEBUG - Pod ctest-busybox-pod-11906451 has vmi fbcf835e-5556-11f0-a992-fa163e9c9436 2025-06-30 02:07:47,988 - INFO - Verified pod ctest-busybox-pod-11906451 in contrail-api 2025-06-30 02:07:47,988 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:07:48,000 - DEBUG - VMI fbcf835e-5556-11f0-a992-fa163e9c9436 is active in agent 10.0.0.33 2025-06-30 02:07:48,001 - INFO - Verified Pod ctest-busybox-pod-11906451 in agent 10.0.0.33 2025-06-30 02:07:48,001 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_VirtualMachineDatabaseList?x=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:07:48,007 - INFO - Pod ctest-busybox-pod-11906451 with uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 found in kube manager 2025-06-30 02:07:48,007 - INFO - Pod ctest-busybox-pod-11906451 verification passed 2025-06-30 02:07:48,070 - DEBUG - [Pod ctest-busybox-pod-11906451] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-78948206 2025-06-30 02:07:48,070 - DEBUG - [Pod Pod ctest-busybox-pod-11906451] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 02:07:48,070 - DEBUG - [Pod Pod ctest-busybox-pod-11906451] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-78948206 2025-06-30 02:07:48,132 - DEBUG - [Pod ctest-busybox-pod-11906451] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-74430015 2025-06-30 02:07:48,132 - DEBUG - [Pod Pod ctest-busybox-pod-11906451] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 02:07:48,132 - DEBUG - [Pod Pod ctest-busybox-pod-11906451] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-74430015 2025-06-30 02:07:48,132 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-78948206': 1, 'ctest-nginx-pod-74430015': 1} 2025-06-30 02:07:48,132 - WARNING - Nothing to delete parallely 2025-06-30 02:07:48,133 - INFO - Deleting pod default:ctest-busybox-pod-11906451 2025-06-30 02:07:48,158 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:07:48,167 - WARNING - Pod uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:07:53,167 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:07:53,175 - WARNING - Pod uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:07:58,176 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:07:58,184 - WARNING - Pod uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:08:03,185 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:08:03,193 - WARNING - Pod uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:08:08,194 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:08:08,203 - WARNING - Pod uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:08:13,204 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:08:13,212 - WARNING - Pod uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:08:18,213 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:08:18,221 - WARNING - Pod uuid addd7d35-efcf-4076-aa9d-c3b78c67dba9 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:08:23,222 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=addd7d35-efcf-4076-aa9d-c3b78c67dba9 2025-06-30 02:08:23,230 - DEBUG - Pod addd7d35-efcf-4076-aa9d-c3b78c67dba9 is not in agent 10.0.0.33 VM list 2025-06-30 02:08:23,230 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fbcf835e-5556-11f0-a992-fa163e9c9436 2025-06-30 02:08:23,237 - DEBUG - VMI fbcf835e-5556-11f0-a992-fa163e9c9436 is removed from agent 10.0.0.33 2025-06-30 02:08:23,237 - INFO - Verified that pod ctest-busybox-pod-11906451 is removed in agent 2025-06-30 02:08:23,237 - INFO - Deleting Ingress : ctest-nginx-ingress-57053730 2025-06-30 02:08:23,244 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=ec189ff9-de4f-43b7-bd78-3dc460e0d91c 2025-06-30 02:08:23,251 - ERROR - Ingress ctest-nginx-ingress-57053730 with uuid ec189ff9-de4f-43b7-bd78-3dc460e0d91c still found in kube manager 2025-06-30 02:08:24,255 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=ec189ff9-de4f-43b7-bd78-3dc460e0d91c 2025-06-30 02:08:24,260 - ERROR - Ingress ctest-nginx-ingress-57053730 with uuid ec189ff9-de4f-43b7-bd78-3dc460e0d91c still found in kube manager 2025-06-30 02:08:25,261 - DEBUG - Requesting: http://10.0.0.57:8108/Snh_LoadbalancerDatabaseList?x=ec189ff9-de4f-43b7-bd78-3dc460e0d91c 2025-06-30 02:08:25,266 - INFO - Ingress ctest-nginx-ingress-57053730 with uuid ec189ff9-de4f-43b7-bd78-3dc460e0d91c deleted successfully from kube manager 2025-06-30 02:08:25,266 - INFO - Verifications on Ingress %s cleanup passed 2025-06-30 02:08:25,267 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-30 02:08:25,372 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 02:08:25,379 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-30 02:08:25,379 - INFO - Deleting VN __public__ 2025-06-30 02:08:25,479 - DEBUG - Requesting: http://10.0.0.57:8082/routing-instance/1ac38779-5f28-4988-b6eb-5aaa4c571b66 2025-06-30 02:08:25,485 - DEBUG - Response Code: 404 2025-06-30 02:08:25,486 - DEBUG - Requesting: http://10.0.0.57:8082/domains 2025-06-30 02:08:25,504 - DEBUG - Requesting: http://10.0.0.57:8082/domain/e916c2cc-84bb-405b-b140-2496a87b1dcc 2025-06-30 02:08:25,513 - DEBUG - Requesting: http://10.0.0.57:8082/project/106ac394-ba7d-43e6-8e26-a9af5df61cf2 2025-06-30 02:08:25,566 - INFO - Validated that VN __public__ is not found in API Server 2025-06-30 02:08:25,567 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-30 02:08:25,581 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 02:08:25,590 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2025-06-30 02:08:25,590 - INFO - Validated that VN __public__ is not in any agent 2025-06-30 02:08:25,590 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 02:08:25,599 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 02:08:25,606 - DEBUG - Requesting: http://10.0.0.57:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 02:08:25,612 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-30 02:08:25,612 - INFO - Deleting pod default:ctest-nginx-pod-74430015 2025-06-30 02:08:25,634 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=af889d2b-4ec9-44cd-91af-9780d390bb59 2025-06-30 02:08:25,649 - WARNING - Pod uuid af889d2b-4ec9-44cd-91af-9780d390bb59 is still seen in agent 10.0.0.33 VM list 2025-06-30 02:08:30,650 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=af889d2b-4ec9-44cd-91af-9780d390bb59 2025-06-30 02:08:30,657 - DEBUG - Pod af889d2b-4ec9-44cd-91af-9780d390bb59 is not in agent 10.0.0.33 VM list 2025-06-30 02:08:30,657 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f78bebca-5556-11f0-a992-fa163e9c9436 2025-06-30 02:08:30,664 - DEBUG - VMI f78bebca-5556-11f0-a992-fa163e9c9436 is removed from agent 10.0.0.33 2025-06-30 02:08:30,664 - INFO - Verified that pod ctest-nginx-pod-74430015 is removed in agent 2025-06-30 02:08:30,665 - INFO - Deleting pod default:ctest-nginx-pod-78948206 2025-06-30 02:08:30,679 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=302c75cc-cd43-4257-bc7c-97913645a00c 2025-06-30 02:08:30,689 - WARNING - Pod uuid 302c75cc-cd43-4257-bc7c-97913645a00c is still seen in agent 10.0.0.33 VM list 2025-06-30 02:08:35,690 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=302c75cc-cd43-4257-bc7c-97913645a00c 2025-06-30 02:08:35,698 - DEBUG - Pod 302c75cc-cd43-4257-bc7c-97913645a00c is not in agent 10.0.0.33 VM list 2025-06-30 02:08:35,698 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f70b0bfe-5556-11f0-a992-fa163e9c9436 2025-06-30 02:08:35,705 - DEBUG - VMI f70b0bfe-5556-11f0-a992-fa163e9c9436 is removed from agent 10.0.0.33 2025-06-30 02:08:35,705 - INFO - Verified that pod ctest-nginx-pod-78948206 is removed in agent 2025-06-30 02:08:35,705 - INFO - Deleting service : ctest-nginx-svc-31991288 2025-06-30 02:08:35,998 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 02:08:36,009 - DEBUG - No XMPP flaps were noticed during the test
2025-06-30 02:08:36,009 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14]
2025-06-30 02:08:36,009 - INFO - -------------------------------------------------------------------------------- 2025-06-30 02:08:42,761 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 02:08:42,966 - DEBUG - Output : cluster_project={} 2025-06-30 02:08:43,097 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 02:08:43,286 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 02:08:43,338 - DEBUG - [10.0.0.57]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 02:08:43,469 - DEBUG - Output : cluster_project={} 2025-06-30 02:08:58,648 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:08:58,695 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:08:58,781 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:08:58,865 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:08:58,906 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:08:58,988 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:08:59,073 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:09:04,120 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 02:09:04,351 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 02:09:07,091 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2025-06-30 02:09:07,099 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-06-30 02:09:07,137 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-06-30 02:09:09,177 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2025-06-30 02:12:14,627 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 02:12:14,689 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f2ef6a42-af44-4ba5-9742-477734c02be8 2025-06-30 02:12:14,701 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:14,707 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b06d3166-e770-4978-a684-bd50863026fc 2025-06-30 02:12:14,712 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:14,720 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=dcf6e0d9-7885-4235-96e2-d6e82efc7885 2025-06-30 02:12:14,724 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:14,728 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:14,731 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0ffbddee-aeff-4a97-ab81-3836cea23236 2025-06-30 02:12:19,734 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=f2ef6a42-af44-4ba5-9742-477734c02be8 2025-06-30 02:12:19,738 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:19,744 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:26905ed8-5557-11f0-a992-fa163e9c9436 2025-06-30 02:12:19,782 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=b06d3166-e770-4978-a684-bd50863026fc 2025-06-30 02:12:19,785 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:19,786 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=0ffbddee-aeff-4a97-ab81-3836cea23236 2025-06-30 02:12:19,787 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:19,788 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:19,791 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=dcf6e0d9-7885-4235-96e2-d6e82efc7885 2025-06-30 02:12:19,815 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:27e3a434-5557-11f0-a992-fa163e9c9436 2025-06-30 02:12:19,818 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:287198fc-5557-11f0-a992-fa163e9c9436 2025-06-30 02:12:19,821 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2713294e-5557-11f0-a992-fa163e9c9436 2025-06-30 02:12:24,749 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:24,818 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:24,825 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:24,826 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:29,760 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:29,825 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:29,837 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:29,838 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:34,768 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:34,836 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:34,849 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:34,850 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:39,777 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:39,844 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:39,863 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:39,864 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:44,788 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:44,852 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:44,880 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:44,882 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:49,799 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=e3a2b0c1-b158-4c2b-b096-4061b3d15c5e 2025-06-30 02:12:49,808 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2984568a-5557-11f0-a992-fa163e9c9436 2025-06-30 02:12:49,862 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=faecec0f-957c-40f3-9d3b-7e7993ca3938 2025-06-30 02:12:49,871 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:290cd4b6-5557-11f0-a992-fa163e9c9436 2025-06-30 02:12:49,902 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=88030fbd-ffe0-4983-b5de-c7ec41753424 2025-06-30 02:12:49,904 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=39b6e23b-55cc-4872-a3fc-5da4da758675 2025-06-30 02:12:49,920 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:29ffafd8-5557-11f0-a992-fa163e9c9436 2025-06-30 02:12:49,921 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2a7a5c9c-5557-11f0-a992-fa163e9c9436