2025-04-27 10:23:26,303 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-04-27 10:23:26,542 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1197-1 2025-04-27 10:23:26,542 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-04-27 10:23:26,576 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1197-1 2025-04-27 10:23:26,576 - 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-27 10:23:26,640 - DEBUG - Output : NAMES contrail_test_UZ8Jprv3v contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-schema-1 config_api-api-1 config_api-svcmonitor-1 config_api-nodemgr-1 2025-04-27 10:23:26,640 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-27 10:23:26,683 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-04-27 10:23:26,684 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-04-27 10:23:26,757 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1197-1 2025-04-27 10:23:26,804 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-04-27 10:23:27,023 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1197-1 2025-04-27 10:23:27,024 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-04-27 10:23:27,047 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1197-1 2025-04-27 10:23:27,047 - 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-27 10:23:27,090 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-27 10:23:27,091 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-27 10:23:27,124 - DEBUG - Output : 10.0.0.22/24 2025-04-27 10:23:27,125 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-04-27 10:23:27,194 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1197-1 2025-04-27 10:23:27,251 - INFO - Using existing project ['default-domain', 'k8s-default'](fb081d19-65e5-4c3b-ad57-d0e7f75b2274) 2025-04-27 10:23:27,324 - INFO - Using existing project ['default-domain', 'k8s-default'](fb081d19-65e5-4c3b-ad57-d0e7f75b2274) 2025-04-27 10:23:27,464 - INFO - ================================================================================ 2025-04-27 10:23:27,464 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-27 10:23:27,465 - 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-27 10:23:27,664 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-27 10:23:27,672 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.50': '0'}} with 2025-04-27 10:23:27,672 - INFO - Initial checks done. Running the testcase now 2025-04-27 10:23:27,672 - INFO - 2025-04-27 10:23:27,677 - INFO - Namespace default already exists 2025-04-27 10:23:27,677 - 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-27 10:23:27,817 - DEBUG - Output : cluster_project={} 2025-04-27 10:23:27,908 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-27 10:23:27,909 - DEBUG - Project uuid in Contrail is fb081d19-65e5-4c3b-ad57-d0e7f75b2274 2025-04-27 10:23:27,909 - 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-27 10:23:28,057 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-27 10:23:28,057 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=46cf6080-1782-454d-aa1c-755330001829 2025-04-27 10:23:28,062 - INFO - Namespace default with uuid 46cf6080-1782-454d-aa1c-755330001829 found in kube manager 2025-04-27 10:23:28,062 - INFO - Namespace default verification passed 2025-04-27 10:23:28,070 - DEBUG - Service ctest-nginx-svc-22277808 not present 2025-04-27 10:23:28,070 - INFO - Creating service ctest-nginx-svc-22277808 2025-04-27 10:23:28,085 - INFO - Created Service ctest-nginx-svc-22277808 2025-04-27 10:23:28,097 - DEBUG - Pod ctest-nginx-pod-32948951 not present 2025-04-27 10:23:28,098 - INFO - Creating Pod ctest-nginx-pod-32948951 2025-04-27 10:23:28,152 - DEBUG - Pod : ctest-nginx-pod-32948951 UUID is eb060893-82d5-4dc1-8c25-724475688c69 2025-04-27 10:23:28,157 - DEBUG - Pod ctest-nginx-pod-74839801 not present 2025-04-27 10:23:28,157 - INFO - Creating Pod ctest-nginx-pod-74839801 2025-04-27 10:23:28,197 - DEBUG - Pod : ctest-nginx-pod-74839801 UUID is 6a695f64-ba2e-40fd-9be4-4f92579d30a3 2025-04-27 10:23:28,712 - INFO - Created VN __public__, UUID :f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:28,964 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-27 10:23:28,977 - DEBUG - Requesting: http://10.0.0.50:8082/domain/bc0bd24e-5559-4d43-ad1c-099234120491 2025-04-27 10:23:29,066 - DEBUG - Requesting: http://10.0.0.50:8082/project/fb081d19-65e5-4c3b-ad57-d0e7f75b2274 2025-04-27 10:23:29,219 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:29,293 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:29,321 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/8a348935-9821-4d94-9db4-e9cdb933fe04 2025-04-27 10:23:29,341 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/8a348935-9821-4d94-9db4-e9cdb933fe04 2025-04-27 10:23:29,385 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/8a0f93be-6e16-4dcf-a049-dc6b6088cd16 2025-04-27 10:23:29,482 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-27 10:23:29,482 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:29,493 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/8a348935-9821-4d94-9db4-e9cdb933fe04 2025-04-27 10:23:29,531 - INFO - Verified VN network id 13 for VN f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:29,531 - INFO - Verifications in API Server for VN __public__ passed 2025-04-27 10:23:29,531 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:29,543 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/8a348935-9821-4d94-9db4-e9cdb933fe04 2025-04-27 10:23:29,581 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/8a348935-9821-4d94-9db4-e9cdb933fe04 2025-04-27 10:23:29,590 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/8a0f93be-6e16-4dcf-a049-dc6b6088cd16 2025-04-27 10:23:29,596 - 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-27 10:23:29,607 - 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': '17595204711237307428', 'uuid-lslong': '10193127771946553917'}, 'enable': 'true', 'created': '2025-04-27T10:23:28', 'last-modified': '2025-04-27T10:23:28', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.736360'} 2025-04-27 10:23:29,607 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-27 10:23:29,619 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-27 10:23:29,619 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-27 10:23:29,619 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-27 10:23:29,619 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-27 10:23:29,645 - DEBUG - Requesting: http://10.0.0.50:8082/domain/bc0bd24e-5559-4d43-ad1c-099234120491 2025-04-27 10:23:29,660 - DEBUG - Requesting: http://10.0.0.50:8082/project/fb081d19-65e5-4c3b-ad57-d0e7f75b2274 2025-04-27 10:23:29,758 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:29,783 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-27 10:23:29,783 - DEBUG - Verifying the vn in opserver 2025-04-27 10:23:29,783 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-04-27 10:23:29,783 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-04-27 10:23:29,789 - 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-27 10:23:29,789 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-27 10:23:29,789 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-27 10:23:29,797 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-27 10:23:29,817 - DEBUG - Do not have enough data to verify VN in agent 2025-04-27 10:23:29,817 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-27 10:23:29,823 - DEBUG - VRF ids for VN __public__: {} 2025-04-27 10:23:29,976 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-27 10:23:30,115 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-27 10:23:30,121 - DEBUG - Requesting: http://10.0.0.50:8082/domain/bc0bd24e-5559-4d43-ad1c-099234120491 2025-04-27 10:23:30,129 - DEBUG - Requesting: http://10.0.0.50:8082/project/fb081d19-65e5-4c3b-ad57-d0e7f75b2274 2025-04-27 10:23:30,216 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:30,234 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/04c113c7-8b2f-43c1-ba7e-e8fd5413ef9c 2025-04-27 10:23:30,249 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-27 10:23:30,267 - DEBUG - Requesting: http://10.0.0.50:8082/domain/bc0bd24e-5559-4d43-ad1c-099234120491 2025-04-27 10:23:30,275 - DEBUG - Requesting: http://10.0.0.50:8082/project/fb081d19-65e5-4c3b-ad57-d0e7f75b2274 2025-04-27 10:23:30,338 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/f42eb976-2394-4c24-8d75-43b3fd0b123d 2025-04-27 10:23:30,354 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-27 10:23:30,354 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-27 10:23:30,365 - 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-27 10:23:30,371 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-27 10:23:30,371 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-27 10:23:30,374 - DEBUG - Ingress ctest-nginx-ingress-32104006 not present 2025-04-27 10:23:30,375 - INFO - Creating Ingress ctest-nginx-ingress-32104006 2025-04-27 10:23:30,383 - INFO - Created Ingress ctest-nginx-ingress-32104006 2025-04-27 10:23:30,397 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32104006 2025-04-27 10:23:33,402 - DEBUG - For Ingress ctest-nginx-ingress-32104006, Cluster IP: 10.47.255.249, External IPs ['194.129.79.60'] 2025-04-27 10:23:33,402 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-32104006 2025-04-27 10:23:33,403 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f146876c-172d-4b66-bb45-f7a657dfd58b 2025-04-27 10:23:33,410 - INFO - Ingress ctest-nginx-ingress-32104006 with uuid f146876c-172d-4b66-bb45-f7a657dfd58b found in kube manager 2025-04-27 10:23:33,410 - INFO - Ingress ctest-nginx-ingress-32104006 verification passed 2025-04-27 10:23:33,413 - DEBUG - Pod ctest-busybox-pod-52809351 not present 2025-04-27 10:23:33,413 - INFO - Creating Pod ctest-busybox-pod-52809351 2025-04-27 10:23:33,442 - DEBUG - Pod : ctest-busybox-pod-52809351 UUID is eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:23:33,451 - DEBUG - Pod ctest-nginx-pod-32948951 not in running state.Currently in Pending 2025-04-27 10:23:38,458 - DEBUG - Pod ctest-nginx-pod-32948951 not in running state.Currently in Pending 2025-04-27 10:23:43,466 - INFO - Pod ctest-nginx-pod-32948951 is in running state.Got IP 10.47.255.251 2025-04-27 10:23:43,479 - DEBUG - Pod ctest-nginx-pod-32948951 has vmi aa470110-2351-11f0-b564-fa163eea387a 2025-04-27 10:23:43,479 - INFO - Verified pod ctest-nginx-pod-32948951 in contrail-api 2025-04-27 10:23:43,479 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:23:43,494 - DEBUG - VMI aa470110-2351-11f0-b564-fa163eea387a is active in agent 10.0.0.22 2025-04-27 10:23:43,494 - INFO - Verified Pod ctest-nginx-pod-32948951 in agent 10.0.0.22 2025-04-27 10:23:43,494 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=eb060893-82d5-4dc1-8c25-724475688c69 2025-04-27 10:23:43,499 - INFO - Pod ctest-nginx-pod-32948951 with uuid eb060893-82d5-4dc1-8c25-724475688c69 found in kube manager 2025-04-27 10:23:43,499 - INFO - Pod ctest-nginx-pod-32948951 verification passed 2025-04-27 10:23:43,563 - DEBUG - [Pod ctest-nginx-pod-32948951] Cmd: echo ctest-nginx-pod-32948951 > /usr/share/nginx/html/index.html, Output: 2025-04-27 10:23:43,568 - INFO - Pod ctest-nginx-pod-74839801 is in running state.Got IP 10.47.255.250 2025-04-27 10:23:43,624 - DEBUG - Pod ctest-nginx-pod-74839801 has vmi aac5b712-2351-11f0-b564-fa163eea387a 2025-04-27 10:23:43,625 - INFO - Verified pod ctest-nginx-pod-74839801 in contrail-api 2025-04-27 10:23:43,625 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:23:43,635 - DEBUG - VMI aac5b712-2351-11f0-b564-fa163eea387a is active in agent 10.0.0.22 2025-04-27 10:23:43,636 - INFO - Verified Pod ctest-nginx-pod-74839801 in agent 10.0.0.22 2025-04-27 10:23:43,636 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=6a695f64-ba2e-40fd-9be4-4f92579d30a3 2025-04-27 10:23:43,640 - INFO - Pod ctest-nginx-pod-74839801 with uuid 6a695f64-ba2e-40fd-9be4-4f92579d30a3 found in kube manager 2025-04-27 10:23:43,640 - INFO - Pod ctest-nginx-pod-74839801 verification passed 2025-04-27 10:23:43,692 - DEBUG - [Pod ctest-nginx-pod-74839801] Cmd: echo ctest-nginx-pod-74839801 > /usr/share/nginx/html/index.html, Output: 2025-04-27 10:23:43,697 - DEBUG - Pod ctest-busybox-pod-52809351 not in running state.Currently in Pending 2025-04-27 10:23:48,710 - INFO - Pod ctest-busybox-pod-52809351 is in running state.Got IP 10.47.255.248 2025-04-27 10:23:48,723 - DEBUG - Pod ctest-busybox-pod-52809351 has vmi ad2d067c-2351-11f0-b564-fa163eea387a 2025-04-27 10:23:48,723 - INFO - Verified pod ctest-busybox-pod-52809351 in contrail-api 2025-04-27 10:23:48,723 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:23:48,734 - DEBUG - VMI ad2d067c-2351-11f0-b564-fa163eea387a is active in agent 10.0.0.22 2025-04-27 10:23:48,734 - INFO - Verified Pod ctest-busybox-pod-52809351 in agent 10.0.0.22 2025-04-27 10:23:48,734 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:23:48,738 - INFO - Pod ctest-busybox-pod-52809351 with uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 found in kube manager 2025-04-27 10:23:48,738 - INFO - Pod ctest-busybox-pod-52809351 verification passed 2025-04-27 10:23:48,798 - DEBUG - [Pod ctest-busybox-pod-52809351] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-74839801 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-27 10:23:48,798 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-27 10:23:48,798 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd output: ctest-nginx-pod-74839801 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-27 10:23:48,850 - DEBUG - [Pod ctest-busybox-pod-52809351] 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-74839801 2025-04-27 10:23:48,850 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-27 10:23:48,850 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] 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-74839801 2025-04-27 10:23:48,903 - DEBUG - [Pod ctest-busybox-pod-52809351] 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-74839801 2025-04-27 10:23:48,903 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-27 10:23:48,903 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] 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-74839801 2025-04-27 10:23:48,956 - DEBUG - [Pod ctest-busybox-pod-52809351] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-74839801 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-27 10:23:48,956 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-27 10:23:48,956 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd output: ctest-nginx-pod-74839801 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-27 10:23:49,011 - DEBUG - [Pod ctest-busybox-pod-52809351] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-32948951 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-27 10:23:49,011 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-27 10:23:49,011 - DEBUG - [Pod Pod ctest-busybox-pod-52809351] Cmd output: ctest-nginx-pod-32948951 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-27 10:23:49,011 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-32948951': 1, 'ctest-nginx-pod-74839801': 4} 2025-04-27 10:23:49,011 - WARNING - Nothing to delete parallely 2025-04-27 10:23:49,011 - INFO - Deleting pod default:ctest-busybox-pod-52809351 2025-04-27 10:23:49,022 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:23:49,031 - WARNING - Pod uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:23:54,032 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:23:54,039 - WARNING - Pod uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:23:59,040 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:23:59,048 - WARNING - Pod uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:24:04,049 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:24:04,059 - WARNING - Pod uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:24:09,059 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:24:09,126 - WARNING - Pod uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:24:14,126 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:24:14,138 - WARNING - Pod uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:24:19,139 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:24:19,146 - WARNING - Pod uuid eca8747b-a5be-4448-b61a-fc6fd5b364a1 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:24:24,147 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eca8747b-a5be-4448-b61a-fc6fd5b364a1 2025-04-27 10:24:24,154 - DEBUG - Pod eca8747b-a5be-4448-b61a-fc6fd5b364a1 is not in agent 10.0.0.22 VM list 2025-04-27 10:24:24,154 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ad2d067c-2351-11f0-b564-fa163eea387a 2025-04-27 10:24:24,160 - DEBUG - VMI ad2d067c-2351-11f0-b564-fa163eea387a is removed from agent 10.0.0.22 2025-04-27 10:24:24,160 - INFO - Verified that pod ctest-busybox-pod-52809351 is removed in agent 2025-04-27 10:24:24,160 - INFO - Deleting Ingress : ctest-nginx-ingress-32104006 2025-04-27 10:24:24,166 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f146876c-172d-4b66-bb45-f7a657dfd58b 2025-04-27 10:24:24,174 - ERROR - Ingress ctest-nginx-ingress-32104006 with uuid f146876c-172d-4b66-bb45-f7a657dfd58b still found in kube manager 2025-04-27 10:24:25,177 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=f146876c-172d-4b66-bb45-f7a657dfd58b 2025-04-27 10:24:25,181 - INFO - Ingress ctest-nginx-ingress-32104006 with uuid f146876c-172d-4b66-bb45-f7a657dfd58b deleted successfully from kube manager 2025-04-27 10:24:25,181 - INFO - Verifications on Ingress %s cleanup passed 2025-04-27 10:24:25,181 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-27 10:24:25,262 - 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-27 10:24:25,281 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-27 10:24:25,281 - INFO - Deleting VN __public__ 2025-04-27 10:24:25,409 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/8a348935-9821-4d94-9db4-e9cdb933fe04 2025-04-27 10:24:25,436 - DEBUG - Response Code: 404 2025-04-27 10:24:25,437 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-04-27 10:24:25,445 - DEBUG - Requesting: http://10.0.0.50:8082/domain/bc0bd24e-5559-4d43-ad1c-099234120491 2025-04-27 10:24:25,455 - DEBUG - Requesting: http://10.0.0.50:8082/project/fb081d19-65e5-4c3b-ad57-d0e7f75b2274 2025-04-27 10:24:25,494 - INFO - Validated that VN __public__ is not found in API Server 2025-04-27 10:24:25,494 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-27 10:24:25,507 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-27 10:24:25,530 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-04-27 10:24:25,530 - INFO - Validated that VN __public__ is not in any agent 2025-04-27 10:24:25,531 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-27 10:24:25,553 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-27 10:24:25,560 - 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-27 10:24:25,569 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-27 10:24:25,569 - INFO - Deleting pod default:ctest-nginx-pod-74839801 2025-04-27 10:24:25,584 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a695f64-ba2e-40fd-9be4-4f92579d30a3 2025-04-27 10:24:25,620 - WARNING - Pod uuid 6a695f64-ba2e-40fd-9be4-4f92579d30a3 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:24:30,621 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6a695f64-ba2e-40fd-9be4-4f92579d30a3 2025-04-27 10:24:30,629 - DEBUG - Pod 6a695f64-ba2e-40fd-9be4-4f92579d30a3 is not in agent 10.0.0.22 VM list 2025-04-27 10:24:30,629 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aac5b712-2351-11f0-b564-fa163eea387a 2025-04-27 10:24:30,635 - DEBUG - VMI aac5b712-2351-11f0-b564-fa163eea387a is removed from agent 10.0.0.22 2025-04-27 10:24:30,635 - INFO - Verified that pod ctest-nginx-pod-74839801 is removed in agent 2025-04-27 10:24:30,636 - INFO - Deleting pod default:ctest-nginx-pod-32948951 2025-04-27 10:24:30,666 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eb060893-82d5-4dc1-8c25-724475688c69 2025-04-27 10:24:30,677 - WARNING - Pod uuid eb060893-82d5-4dc1-8c25-724475688c69 is still seen in agent 10.0.0.22 VM list 2025-04-27 10:24:35,678 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=eb060893-82d5-4dc1-8c25-724475688c69 2025-04-27 10:24:35,685 - DEBUG - Pod eb060893-82d5-4dc1-8c25-724475688c69 is not in agent 10.0.0.22 VM list 2025-04-27 10:24:35,685 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa470110-2351-11f0-b564-fa163eea387a 2025-04-27 10:24:35,691 - DEBUG - VMI aa470110-2351-11f0-b564-fa163eea387a is removed from agent 10.0.0.22 2025-04-27 10:24:35,691 - INFO - Verified that pod ctest-nginx-pod-32948951 is removed in agent 2025-04-27 10:24:35,691 - INFO - Deleting service : ctest-nginx-svc-22277808 2025-04-27 10:24:35,872 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-27 10:24:35,878 - DEBUG - No XMPP flaps were noticed during the test 2025-04-27 10:24:35,879 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2025-04-27 10:24:35,879 - INFO - -------------------------------------------------------------------------------- 2025-04-27 10:24:42,290 - 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-27 10:24:42,426 - DEBUG - Output : cluster_project={} 2025-04-27 10:24:42,476 - 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-27 10:24:42,693 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-27 10:24:42,699 - 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-27 10:24:42,854 - DEBUG - Output : cluster_project={} 2025-04-27 10:24:57,958 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:24:58,039 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:24:58,117 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:24:58,151 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:25:03,192 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:25:03,325 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:25:03,358 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:25:03,432 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-27 10:25:03,664 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-27 10:25:06,258 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-04-27 10:25:06,264 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-04-27 10:25:06,309 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-04-27 10:25:08,338 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-04-27 10:28:18,644 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-27 10:28:18,698 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:18,705 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:18,710 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:18,714 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b6a75f70-5f2b-4851-bc7e-24ca41d90584 2025-04-27 10:28:18,724 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:18,734 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=82c0c36a-73b4-4ac1-8668-be2ca02bc01a 2025-04-27 10:28:18,738 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:18,754 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=804a3f6a-dd85-4ba6-95b8-5376db107fc9 2025-04-27 10:28:23,770 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:23,814 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=82c0c36a-73b4-4ac1-8668-be2ca02bc01a 2025-04-27 10:28:23,816 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=804a3f6a-dd85-4ba6-95b8-5376db107fc9 2025-04-27 10:28:23,817 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:23,818 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:23,819 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:23,827 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=b6a75f70-5f2b-4851-bc7e-24ca41d90584 2025-04-27 10:28:23,829 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:23,835 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d7082904-2351-11f0-b564-fa163eea387a 2025-04-27 10:28:23,836 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d6738088-2351-11f0-b564-fa163eea387a 2025-04-27 10:28:23,843 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d77e435a-2351-11f0-b564-fa163eea387a 2025-04-27 10:28:28,778 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:28,841 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:28,843 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:28,845 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:28,846 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:33,786 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:33,863 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:33,865 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:33,866 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:33,868 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:38,796 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:38,879 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:38,889 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:38,890 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:38,891 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:43,807 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:43,886 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:43,903 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:43,904 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:43,906 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:48,815 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:48,893 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:48,917 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:48,920 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:48,921 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:53,833 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=663771ab-7886-462c-b47a-94aaeeec5b6e 2025-04-27 10:28:53,846 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d60690fe-2351-11f0-b564-fa163eea387a 2025-04-27 10:28:53,902 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=048e010d-169b-43fc-a4c7-18dbdc92cae2 2025-04-27 10:28:53,909 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d886bc46-2351-11f0-b564-fa163eea387a 2025-04-27 10:28:53,938 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=785affc5-1ca7-4b54-a2de-890357b06296 2025-04-27 10:28:53,939 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c0a7188-79a1-4c94-b534-a91e704e733b 2025-04-27 10:28:53,941 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=4410d6a5-aaaa-4c03-a350-ea9dab049db9 2025-04-27 10:28:53,955 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d80064a2-2351-11f0-b564-fa163eea387a 2025-04-27 10:28:53,958 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d92042b2-2351-11f0-b564-fa163eea387a 2025-04-27 10:28:53,960 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d9bae7cc-2351-11f0-b564-fa163eea387a