2025-04-28 15:54:26,652 - DEBUG - [10.0.0.249]: Running cmd : hostname 2025-04-28 15:54:26,904 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1202-1 2025-04-28 15:54:26,904 - DEBUG - [10.0.0.249]: Running cmd : hostname -f 2025-04-28 15:54:26,949 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1202-1 2025-04-28 15:54:26,949 - DEBUG - [10.0.0.249]: 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-28 15:54:27,046 - DEBUG - Output : NAMES contrail_test_d3J5x4IpO contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 control-named-1 control-nodemgr-1 control-dns-1 control-control-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 config_api-nodemgr-1 2025-04-28 15:54:27,046 - DEBUG - [10.0.0.249]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 15:54:27,080 - DEBUG - Output : 10.0.0.249/24 172.17.0.1/16 2025-04-28 15:54:27,080 - DEBUG - [10.0.0.249]: Running cmd : getent hosts 10.0.0.249 | head -n 1 | awk '{print $2}' 2025-04-28 15:54:27,114 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1202-1 2025-04-28 15:54:27,214 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-04-28 15:54:27,437 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1202-1 2025-04-28 15:54:27,437 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-04-28 15:54:27,461 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1202-1 2025-04-28 15:54:27,461 - DEBUG - [10.0.0.23]: 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-28 15:54:27,547 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-28 15:54:27,547 - DEBUG - [10.0.0.23]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-28 15:54:27,580 - DEBUG - Output : 10.0.0.23/24 2025-04-28 15:54:27,581 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-04-28 15:54:27,614 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1202-1 2025-04-28 15:54:27,727 - INFO - Using existing project ['default-domain', 'k8s-default'](b5e52bd2-e310-48a4-be89-9603d0a3f535) 2025-04-28 15:54:27,811 - INFO - Using existing project ['default-domain', 'k8s-default'](b5e52bd2-e310-48a4-be89-9603d0a3f535) 2025-04-28 15:54:27,957 - INFO - ================================================================================ 2025-04-28 15:54:27,958 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-28 15:54:27,958 - 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-28 15:54:28,199 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:54:28,209 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.0.0.249': '0'}} with 2025-04-28 15:54:28,209 - INFO - Initial checks done. Running the testcase now 2025-04-28 15:54:28,209 - INFO - 2025-04-28 15:54:28,212 - INFO - Namespace default already exists 2025-04-28 15:54:28,213 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 15:54:28,329 - DEBUG - Output : cluster_project={} 2025-04-28 15:54:28,374 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-28 15:54:28,375 - DEBUG - Project uuid in Contrail is b5e52bd2-e310-48a4-be89-9603d0a3f535 2025-04-28 15:54:28,375 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-28 15:54:28,494 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-28 15:54:28,494 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_NamespaceDatabaseList?namespace_uuid=d3498895-5859-467a-850a-5d1db7ffb4c4 2025-04-28 15:54:28,499 - INFO - Namespace default with uuid d3498895-5859-467a-850a-5d1db7ffb4c4 found in kube manager 2025-04-28 15:54:28,499 - INFO - Namespace default verification passed 2025-04-28 15:54:28,502 - DEBUG - Service ctest-nginx-svc-91834598 not present 2025-04-28 15:54:28,502 - INFO - Creating service ctest-nginx-svc-91834598 2025-04-28 15:54:28,531 - INFO - Created Service ctest-nginx-svc-91834598 2025-04-28 15:54:28,537 - DEBUG - Pod ctest-nginx-pod-86071139 not present 2025-04-28 15:54:28,537 - INFO - Creating Pod ctest-nginx-pod-86071139 2025-04-28 15:54:28,622 - DEBUG - Pod : ctest-nginx-pod-86071139 UUID is ef99a9c9-9a35-4070-85e8-51a1bcd5d203 2025-04-28 15:54:28,628 - DEBUG - Pod ctest-nginx-pod-01955272 not present 2025-04-28 15:54:28,628 - INFO - Creating Pod ctest-nginx-pod-01955272 2025-04-28 15:54:28,653 - DEBUG - Pod : ctest-nginx-pod-01955272 UUID is 316a49a0-abe4-4c2f-bec1-2ee19b3d288f 2025-04-28 15:54:28,841 - INFO - Created VN __public__, UUID :87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:29,093 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 15:54:29,102 - DEBUG - Requesting: http://10.0.0.249:8082/domain/4b1069b2-9d97-4385-b303-7441645b0ba0 2025-04-28 15:54:29,128 - DEBUG - Requesting: http://10.0.0.249:8082/project/b5e52bd2-e310-48a4-be89-9603d0a3f535 2025-04-28 15:54:29,242 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:29,259 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:29,272 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:54:29,288 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:54:29,303 - DEBUG - Route Targets: [] 2025-04-28 15:54:29,303 - DEBUG - RT names not yet present for VN __public__ 2025-04-28 15:54:34,304 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 15:54:34,311 - DEBUG - Requesting: http://10.0.0.249:8082/domain/4b1069b2-9d97-4385-b303-7441645b0ba0 2025-04-28 15:54:34,321 - DEBUG - Requesting: http://10.0.0.249:8082/project/b5e52bd2-e310-48a4-be89-9603d0a3f535 2025-04-28 15:54:34,374 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,387 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,399 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:54:34,408 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:54:34,415 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/643611f6-79ba-4919-8742-d738b951d8d6 2025-04-28 15:54:34,422 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 15:54:34,422 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,432 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:54:34,452 - INFO - Verified VN network id 13 for VN 87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,452 - INFO - Verifications in API Server for VN __public__ passed 2025-04-28 15:54:34,452 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,463 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:54:34,471 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:54:34,478 - DEBUG - Requesting: http://10.0.0.249:8082/route-target/643611f6-79ba-4919-8742-d738b951d8d6 2025-04-28 15:54:34,486 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 15:54:34,492 - DEBUG - Control-node 10.0.0.249 : 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': '9782704256260393488', 'uuid-lslong': '13524443289223528735'}, 'enable': 'true', 'created': '2025-04-28T15:54:28', 'last-modified': '2025-04-28T15:54:28', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.483295'} 2025-04-28 15:54:34,492 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:54:34,500 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-28 15:54:34,500 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-28 15:54:34,501 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-28 15:54:34,501 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 15:54:34,506 - DEBUG - Requesting: http://10.0.0.249:8082/domain/4b1069b2-9d97-4385-b303-7441645b0ba0 2025-04-28 15:54:34,514 - DEBUG - Requesting: http://10.0.0.249:8082/project/b5e52bd2-e310-48a4-be89-9603d0a3f535 2025-04-28 15:54:34,557 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,569 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-28 15:54:34,569 - DEBUG - Verifying the vn in opserver 2025-04-28 15:54:34,569 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.249 2025-04-28 15:54:34,569 - DEBUG - Requesting: http://10.0.0.249:8081/analytics/uves/virtual-networks 2025-04-28 15:54:34,574 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.249:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-28 15:54:34,574 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-28 15:54:34,575 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:54:34,583 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:54:34,590 - DEBUG - Do not have enough data to verify VN in agent 2025-04-28 15:54:34,590 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:54:34,596 - DEBUG - VRF ids for VN __public__: {} 2025-04-28 15:54:34,651 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-28 15:54:34,817 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 15:54:34,824 - DEBUG - Requesting: http://10.0.0.249:8082/domain/4b1069b2-9d97-4385-b303-7441645b0ba0 2025-04-28 15:54:34,832 - DEBUG - Requesting: http://10.0.0.249:8082/project/b5e52bd2-e310-48a4-be89-9603d0a3f535 2025-04-28 15:54:34,876 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,887 - DEBUG - Requesting: http://10.0.0.249:8082/floating-ip-pool/eef90183-62f3-48bb-9c1b-fb162c9543e3 2025-04-28 15:54:34,894 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 15:54:34,899 - DEBUG - Requesting: http://10.0.0.249:8082/domain/4b1069b2-9d97-4385-b303-7441645b0ba0 2025-04-28 15:54:34,907 - DEBUG - Requesting: http://10.0.0.249:8082/project/b5e52bd2-e310-48a4-be89-9603d0a3f535 2025-04-28 15:54:34,943 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/87c325b0-a91a-4a10-bbb0-79841715811f 2025-04-28 15:54:34,954 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-28 15:54:34,954 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-28 15:54:34,961 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 15:54:34,968 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-28 15:54:34,969 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-28 15:54:34,971 - DEBUG - Ingress ctest-nginx-ingress-06391153 not present 2025-04-28 15:54:34,971 - INFO - Creating Ingress ctest-nginx-ingress-06391153 2025-04-28 15:54:34,978 - INFO - Created Ingress ctest-nginx-ingress-06391153 2025-04-28 15:54:34,981 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-06391153 2025-04-28 15:54:37,986 - DEBUG - For Ingress ctest-nginx-ingress-06391153, Cluster IP: 10.47.255.249, External IPs ['69.31.239.188'] 2025-04-28 15:54:37,986 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-06391153 2025-04-28 15:54:37,987 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=f976ff80-91a6-44e4-9a1d-c78fdd0110ff 2025-04-28 15:54:37,992 - INFO - Ingress ctest-nginx-ingress-06391153 with uuid f976ff80-91a6-44e4-9a1d-c78fdd0110ff found in kube manager 2025-04-28 15:54:37,992 - INFO - Ingress ctest-nginx-ingress-06391153 verification passed 2025-04-28 15:54:37,995 - DEBUG - Pod ctest-busybox-pod-72313854 not present 2025-04-28 15:54:37,995 - INFO - Creating Pod ctest-busybox-pod-72313854 2025-04-28 15:54:38,037 - DEBUG - Pod : ctest-busybox-pod-72313854 UUID is a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:54:38,061 - DEBUG - Pod ctest-nginx-pod-86071139 not in running state.Currently in Pending 2025-04-28 15:54:43,068 - DEBUG - Pod ctest-nginx-pod-86071139 not in running state.Currently in Pending 2025-04-28 15:54:48,075 - INFO - Pod ctest-nginx-pod-86071139 is in running state.Got IP 10.47.255.251 2025-04-28 15:54:48,098 - DEBUG - Pod ctest-nginx-pod-86071139 has vmi 11f9aa2c-2449-11f0-884c-fa163e744e77 2025-04-28 15:54:48,098 - INFO - Verified pod ctest-nginx-pod-86071139 in contrail-api 2025-04-28 15:54:48,098 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:54:48,111 - DEBUG - VMI 11f9aa2c-2449-11f0-884c-fa163e744e77 is active in agent 10.0.0.23 2025-04-28 15:54:48,111 - INFO - Verified Pod ctest-nginx-pod-86071139 in agent 10.0.0.23 2025-04-28 15:54:48,111 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=ef99a9c9-9a35-4070-85e8-51a1bcd5d203 2025-04-28 15:54:48,115 - INFO - Pod ctest-nginx-pod-86071139 with uuid ef99a9c9-9a35-4070-85e8-51a1bcd5d203 found in kube manager 2025-04-28 15:54:48,115 - INFO - Pod ctest-nginx-pod-86071139 verification passed 2025-04-28 15:54:48,187 - DEBUG - [Pod ctest-nginx-pod-86071139] Cmd: echo ctest-nginx-pod-86071139 > /usr/share/nginx/html/index.html, Output: 2025-04-28 15:54:48,192 - INFO - Pod ctest-nginx-pod-01955272 is in running state.Got IP 10.47.255.250 2025-04-28 15:54:48,206 - DEBUG - Pod ctest-nginx-pod-01955272 has vmi 1276c3d6-2449-11f0-884c-fa163e744e77 2025-04-28 15:54:48,206 - INFO - Verified pod ctest-nginx-pod-01955272 in contrail-api 2025-04-28 15:54:48,206 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:54:48,217 - DEBUG - VMI 1276c3d6-2449-11f0-884c-fa163e744e77 is active in agent 10.0.0.23 2025-04-28 15:54:48,217 - INFO - Verified Pod ctest-nginx-pod-01955272 in agent 10.0.0.23 2025-04-28 15:54:48,217 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=316a49a0-abe4-4c2f-bec1-2ee19b3d288f 2025-04-28 15:54:48,222 - INFO - Pod ctest-nginx-pod-01955272 with uuid 316a49a0-abe4-4c2f-bec1-2ee19b3d288f found in kube manager 2025-04-28 15:54:48,222 - INFO - Pod ctest-nginx-pod-01955272 verification passed 2025-04-28 15:54:48,274 - DEBUG - [Pod ctest-nginx-pod-01955272] Cmd: echo ctest-nginx-pod-01955272 > /usr/share/nginx/html/index.html, Output: 2025-04-28 15:54:48,279 - DEBUG - Pod ctest-busybox-pod-72313854 not in running state.Currently in Pending 2025-04-28 15:54:53,287 - INFO - Pod ctest-busybox-pod-72313854 is in running state.Got IP 10.47.255.248 2025-04-28 15:54:53,302 - DEBUG - Pod ctest-busybox-pod-72313854 has vmi 16cddc26-2449-11f0-884c-fa163e744e77 2025-04-28 15:54:53,302 - INFO - Verified pod ctest-busybox-pod-72313854 in contrail-api 2025-04-28 15:54:53,302 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:54:53,315 - DEBUG - VMI 16cddc26-2449-11f0-884c-fa163e744e77 is active in agent 10.0.0.23 2025-04-28 15:54:53,316 - INFO - Verified Pod ctest-busybox-pod-72313854 in agent 10.0.0.23 2025-04-28 15:54:53,316 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_VirtualMachineDatabaseList?x=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:54:53,320 - INFO - Pod ctest-busybox-pod-72313854 with uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 found in kube manager 2025-04-28 15:54:53,320 - INFO - Pod ctest-busybox-pod-72313854 verification passed 2025-04-28 15:54:53,375 - DEBUG - [Pod ctest-busybox-pod-72313854] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-86071139 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-28 15:54:53,376 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 15:54:53,376 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] Cmd output: ctest-nginx-pod-86071139 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-28 15:54:53,429 - DEBUG - [Pod ctest-busybox-pod-72313854] 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-86071139 2025-04-28 15:54:53,429 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 15:54:53,429 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] 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-86071139 2025-04-28 15:54:53,482 - DEBUG - [Pod ctest-busybox-pod-72313854] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-86071139 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-28 15:54:53,482 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 15:54:53,482 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] Cmd output: ctest-nginx-pod-86071139 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-28 15:54:53,533 - DEBUG - [Pod ctest-busybox-pod-72313854] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-01955272 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-28 15:54:53,533 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-28 15:54:53,533 - DEBUG - [Pod Pod ctest-busybox-pod-72313854] Cmd output: ctest-nginx-pod-01955272 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-28 15:54:53,533 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-86071139': 3, 'ctest-nginx-pod-01955272': 1} 2025-04-28 15:54:53,533 - WARNING - Nothing to delete parallely 2025-04-28 15:54:53,533 - INFO - Deleting pod default:ctest-busybox-pod-72313854 2025-04-28 15:54:53,545 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:54:53,552 - WARNING - Pod uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:54:58,552 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:54:58,560 - WARNING - Pod uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:03,561 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:55:03,568 - WARNING - Pod uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:08,568 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:55:08,576 - WARNING - Pod uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:13,576 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:55:13,584 - WARNING - Pod uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:18,584 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:55:18,592 - WARNING - Pod uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:23,593 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:55:23,602 - WARNING - Pod uuid a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:28,603 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 2025-04-28 15:55:28,610 - DEBUG - Pod a0f1168e-1e97-4b5e-97a0-1c1aff4d1298 is not in agent 10.0.0.23 VM list 2025-04-28 15:55:28,610 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:16cddc26-2449-11f0-884c-fa163e744e77 2025-04-28 15:55:28,617 - DEBUG - VMI 16cddc26-2449-11f0-884c-fa163e744e77 is removed from agent 10.0.0.23 2025-04-28 15:55:28,617 - INFO - Verified that pod ctest-busybox-pod-72313854 is removed in agent 2025-04-28 15:55:28,617 - INFO - Deleting Ingress : ctest-nginx-ingress-06391153 2025-04-28 15:55:28,627 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=f976ff80-91a6-44e4-9a1d-c78fdd0110ff 2025-04-28 15:55:28,632 - ERROR - Ingress ctest-nginx-ingress-06391153 with uuid f976ff80-91a6-44e4-9a1d-c78fdd0110ff still found in kube manager 2025-04-28 15:55:29,633 - DEBUG - Requesting: http://10.0.0.249:8108/Snh_LoadbalancerDatabaseList?x=f976ff80-91a6-44e4-9a1d-c78fdd0110ff 2025-04-28 15:55:29,638 - INFO - Ingress ctest-nginx-ingress-06391153 with uuid f976ff80-91a6-44e4-9a1d-c78fdd0110ff deleted successfully from kube manager 2025-04-28 15:55:29,638 - INFO - Verifications on Ingress %s cleanup passed 2025-04-28 15:55:29,638 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-28 15:55:29,827 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-28 15:55:29,833 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-28 15:55:29,833 - INFO - Deleting VN __public__ 2025-04-28 15:55:29,964 - DEBUG - Requesting: http://10.0.0.249:8082/routing-instance/2e32e6e7-8385-4b54-b353-1b052bf83b77 2025-04-28 15:55:29,971 - DEBUG - Response Code: 404 2025-04-28 15:55:29,972 - DEBUG - Requesting: http://10.0.0.249:8082/domains 2025-04-28 15:55:29,979 - DEBUG - Requesting: http://10.0.0.249:8082/domain/4b1069b2-9d97-4385-b303-7441645b0ba0 2025-04-28 15:55:29,990 - DEBUG - Requesting: http://10.0.0.249:8082/project/b5e52bd2-e310-48a4-be89-9603d0a3f535 2025-04-28 15:55:30,044 - INFO - Validated that VN __public__ is not found in API Server 2025-04-28 15:55:30,044 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-28 15:55:30,051 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:55:30,070 - DEBUG - VN __public__ is not present in Agent 10.0.0.23 2025-04-28 15:55:30,070 - INFO - Validated that VN __public__ is not in any agent 2025-04-28 15:55:30,070 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:55:30,087 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-28 15:55:30,093 - DEBUG - Requesting: http://10.0.0.249:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-28 15:55:30,099 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-28 15:55:30,102 - INFO - Deleting pod default:ctest-nginx-pod-01955272 2025-04-28 15:55:30,122 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=316a49a0-abe4-4c2f-bec1-2ee19b3d288f 2025-04-28 15:55:30,137 - WARNING - Pod uuid 316a49a0-abe4-4c2f-bec1-2ee19b3d288f is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:35,138 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=316a49a0-abe4-4c2f-bec1-2ee19b3d288f 2025-04-28 15:55:35,145 - DEBUG - Pod 316a49a0-abe4-4c2f-bec1-2ee19b3d288f is not in agent 10.0.0.23 VM list 2025-04-28 15:55:35,145 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1276c3d6-2449-11f0-884c-fa163e744e77 2025-04-28 15:55:35,151 - DEBUG - VMI 1276c3d6-2449-11f0-884c-fa163e744e77 is removed from agent 10.0.0.23 2025-04-28 15:55:35,151 - INFO - Verified that pod ctest-nginx-pod-01955272 is removed in agent 2025-04-28 15:55:35,152 - INFO - Deleting pod default:ctest-nginx-pod-86071139 2025-04-28 15:55:35,166 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ef99a9c9-9a35-4070-85e8-51a1bcd5d203 2025-04-28 15:55:35,179 - WARNING - Pod uuid ef99a9c9-9a35-4070-85e8-51a1bcd5d203 is still seen in agent 10.0.0.23 VM list 2025-04-28 15:55:40,180 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ef99a9c9-9a35-4070-85e8-51a1bcd5d203 2025-04-28 15:55:40,187 - DEBUG - Pod ef99a9c9-9a35-4070-85e8-51a1bcd5d203 is not in agent 10.0.0.23 VM list 2025-04-28 15:55:40,187 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:11f9aa2c-2449-11f0-884c-fa163e744e77 2025-04-28 15:55:40,193 - DEBUG - VMI 11f9aa2c-2449-11f0-884c-fa163e744e77 is removed from agent 10.0.0.23 2025-04-28 15:55:40,193 - INFO - Verified that pod ctest-nginx-pod-86071139 is removed in agent 2025-04-28 15:55:40,193 - INFO - Deleting service : ctest-nginx-svc-91834598 2025-04-28 15:55:40,451 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:55:40,458 - DEBUG - No XMPP flaps were noticed during the test
2025-04-28 15:55:40,458 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-04-28 15:55:40,458 - INFO - -------------------------------------------------------------------------------- 2025-04-28 15:55:46,907 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 15:55:47,025 - DEBUG - Output : cluster_project={} 2025-04-28 15:55:47,078 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-28 15:55:47,290 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-28 15:55:47,300 - DEBUG - [10.0.0.249]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-28 15:55:47,433 - DEBUG - Output : cluster_project={} 2025-04-28 15:55:57,562 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:02,605 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:02,690 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:02,730 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:07,814 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:07,850 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:07,998 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:08,046 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-28 15:56:08,315 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:56:10,912 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_ApplicationPolicySetReq? 2025-04-28 15:56:10,918 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-04-28 15:56:10,951 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-04-28 15:56:12,980 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-04-28 15:59:13,070 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-28 15:59:13,133 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f189e9ef-3b1f-4652-b46b-34164e858d61 2025-04-28 15:59:13,147 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=1147ef3f-6ac4-47f6-81ff-32ee0667f22d 2025-04-28 15:59:13,154 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:13,165 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=07632109-72e2-4906-be72-9d6429cc1c94 2025-04-28 15:59:13,170 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:13,175 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:13,180 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:13,187 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:18,262 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f189e9ef-3b1f-4652-b46b-34164e858d61 2025-04-28 15:59:18,264 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=1147ef3f-6ac4-47f6-81ff-32ee0667f22d 2025-04-28 15:59:18,266 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:18,267 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=07632109-72e2-4906-be72-9d6429cc1c94 2025-04-28 15:59:18,268 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:18,271 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:18,272 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:18,273 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:18,297 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4282a75c-2449-11f0-884c-fa163e744e77 2025-04-28 15:59:18,302 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40a32dd0-2449-11f0-884c-fa163e744e77 2025-04-28 15:59:18,303 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:41ec4442-2449-11f0-884c-fa163e744e77 2025-04-28 15:59:23,296 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:23,301 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:23,303 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:23,304 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:23,305 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:28,309 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:28,321 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:28,322 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:28,324 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:28,325 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:33,318 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:33,353 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:33,355 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:33,356 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:33,358 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:38,326 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:38,380 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:38,383 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:38,385 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:38,386 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:43,335 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:43,402 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:43,404 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:43,405 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:43,406 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:48,345 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=c0536ffb-4d55-44f3-b0cf-fae51fa63194 2025-04-28 15:59:48,352 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4135ed64-2449-11f0-884c-fa163e744e77 2025-04-28 15:59:48,442 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=98c3cf91-d76f-4f0b-9114-49e6757ef064 2025-04-28 15:59:48,444 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=db6f1e4b-0f53-4fc7-b09b-c22e2230f25e 2025-04-28 15:59:48,446 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3e753739-0f65-4358-bc90-6b1ea180e75d 2025-04-28 15:59:48,447 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=0eb25a58-8e3a-4f7c-b71d-d3151b797c1a 2025-04-28 15:59:48,461 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:43bbe89a-2449-11f0-884c-fa163e744e77 2025-04-28 15:59:48,465 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:444ae860-2449-11f0-884c-fa163e744e77 2025-04-28 15:59:48,466 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:44ce4c32-2449-11f0-884c-fa163e744e77 2025-04-28 15:59:48,467 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:432d6e9e-2449-11f0-884c-fa163e744e77