2025-04-22 14:39:24,421 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-04-22 14:39:24,679 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1166-1 2025-04-22 14:39:24,679 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-04-22 14:39:24,714 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1166-1 2025-04-22 14:39:24,714 - DEBUG - [10.0.0.49]: 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-22 14:39:24,821 - DEBUG - Output : NAMES contrail_test_biE3GpZMu contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 analytics_database-nodemgr-1 analytics_database-cassandra-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-nodemgr-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-dnsmasq-1 config_api-schema-1 2025-04-22 14:39:24,822 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 14:39:24,858 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-04-22 14:39:24,859 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-04-22 14:39:24,904 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1166-1 2025-04-22 14:39:25,005 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-04-22 14:39:25,247 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1166-1 2025-04-22 14:39:25,247 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-04-22 14:39:25,270 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1166-1 2025-04-22 14:39:25,270 - DEBUG - [10.0.0.129]: 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-22 14:39:25,314 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-22 14:39:25,314 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 14:39:25,388 - DEBUG - Output : 10.0.0.129/24 2025-04-22 14:39:25,389 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-04-22 14:39:25,423 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1166-1 2025-04-22 14:39:25,515 - INFO - Using existing project ['default-domain', 'k8s-default'](975c8fce-3d9c-4611-a18d-afeb65fc4540) 2025-04-22 14:39:25,602 - INFO - Using existing project ['default-domain', 'k8s-default'](975c8fce-3d9c-4611-a18d-afeb65fc4540) 2025-04-22 14:39:25,745 - INFO - ================================================================================ 2025-04-22 14:39:25,745 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-22 14:39:25,746 - 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-22 14:39:25,982 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 14:39:25,990 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.49': '0'}} with 2025-04-22 14:39:25,991 - INFO - Initial checks done. Running the testcase now 2025-04-22 14:39:25,991 - INFO - 2025-04-22 14:39:25,994 - INFO - Namespace default already exists 2025-04-22 14:39:25,995 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 14:39:26,103 - DEBUG - Output : cluster_project={} 2025-04-22 14:39:26,153 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-22 14:39:26,153 - DEBUG - Project uuid in Contrail is 975c8fce-3d9c-4611-a18d-afeb65fc4540 2025-04-22 14:39:26,153 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 14:39:26,271 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 14:39:26,272 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=75da35ba-3feb-47a9-a2a5-e779fb7a0211 2025-04-22 14:39:26,276 - INFO - Namespace default with uuid 75da35ba-3feb-47a9-a2a5-e779fb7a0211 found in kube manager 2025-04-22 14:39:26,277 - INFO - Namespace default verification passed 2025-04-22 14:39:26,279 - DEBUG - Service ctest-nginx-svc-78005220 not present 2025-04-22 14:39:26,280 - INFO - Creating service ctest-nginx-svc-78005220 2025-04-22 14:39:26,304 - INFO - Created Service ctest-nginx-svc-78005220 2025-04-22 14:39:26,326 - DEBUG - Pod ctest-nginx-pod-38933306 not present 2025-04-22 14:39:26,326 - INFO - Creating Pod ctest-nginx-pod-38933306 2025-04-22 14:39:26,360 - DEBUG - Pod : ctest-nginx-pod-38933306 UUID is 575ef05c-5ddd-4142-9af4-81bfab5cee14 2025-04-22 14:39:26,369 - DEBUG - Pod ctest-nginx-pod-94277009 not present 2025-04-22 14:39:26,370 - INFO - Creating Pod ctest-nginx-pod-94277009 2025-04-22 14:39:26,421 - DEBUG - Pod : ctest-nginx-pod-94277009 UUID is 83c93fe4-2c59-4588-8d49-f0c763d07734 2025-04-22 14:39:26,600 - INFO - Created VN __public__, UUID :2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:26,845 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-04-22 14:39:26,854 - DEBUG - Requesting: http://10.0.0.49:8082/domain/a387cc27-da67-43fa-b328-44ea7e5fe7cc 2025-04-22 14:39:26,873 - DEBUG - Requesting: http://10.0.0.49:8082/project/975c8fce-3d9c-4611-a18d-afeb65fc4540 2025-04-22 14:39:26,940 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:26,965 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:27,009 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:39:27,037 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:39:27,062 - DEBUG - Route Targets: [] 2025-04-22 14:39:27,062 - DEBUG - RT names not yet present for VN __public__ 2025-04-22 14:39:32,064 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-04-22 14:39:32,074 - DEBUG - Requesting: http://10.0.0.49:8082/domain/a387cc27-da67-43fa-b328-44ea7e5fe7cc 2025-04-22 14:39:32,083 - DEBUG - Requesting: http://10.0.0.49:8082/project/975c8fce-3d9c-4611-a18d-afeb65fc4540 2025-04-22 14:39:32,144 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,154 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,165 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:39:32,174 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:39:32,182 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/d7e2b175-d4b8-4d10-8767-1214b4967cb2 2025-04-22 14:39:32,190 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 14:39:32,190 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,200 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:39:32,222 - INFO - Verified VN network id 14 for VN 2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,222 - INFO - Verifications in API Server for VN __public__ passed 2025-04-22 14:39:32,222 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,237 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:39:32,247 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:39:32,263 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/d7e2b175-d4b8-4d10-8767-1214b4967cb2 2025-04-22 14:39:32,280 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 14:39:32,290 - DEBUG - Control-node 10.0.0.49 : 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': '2748905969325590821', 'uuid-lslong': '13307294920038296814'}, 'enable': 'true', 'created': '2025-04-22T14:39:26', 'last-modified': '2025-04-22T14:39:26', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.577886'} 2025-04-22 14:39:32,290 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 14:39:32,299 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 14:39:32,299 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-22 14:39:32,300 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-22 14:39:32,300 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-04-22 14:39:32,309 - DEBUG - Requesting: http://10.0.0.49:8082/domain/a387cc27-da67-43fa-b328-44ea7e5fe7cc 2025-04-22 14:39:32,321 - DEBUG - Requesting: http://10.0.0.49:8082/project/975c8fce-3d9c-4611-a18d-afeb65fc4540 2025-04-22 14:39:32,377 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,393 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-22 14:39:32,393 - DEBUG - Verifying the vn in opserver 2025-04-22 14:39:32,393 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-04-22 14:39:32,393 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-04-22 14:39:32,398 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-22 14:39:32,398 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-22 14:39:32,398 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 14:39:32,407 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 14:39:32,414 - DEBUG - Do not have enough data to verify VN in agent 2025-04-22 14:39:32,414 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 14:39:32,422 - DEBUG - VRF ids for VN __public__: {} 2025-04-22 14:39:32,553 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-22 14:39:32,713 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-04-22 14:39:32,727 - DEBUG - Requesting: http://10.0.0.49:8082/domain/a387cc27-da67-43fa-b328-44ea7e5fe7cc 2025-04-22 14:39:32,737 - DEBUG - Requesting: http://10.0.0.49:8082/project/975c8fce-3d9c-4611-a18d-afeb65fc4540 2025-04-22 14:39:32,796 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,814 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/4bc6bb72-bedc-4be2-920c-2f54bea7aefd 2025-04-22 14:39:32,826 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-04-22 14:39:32,832 - DEBUG - Requesting: http://10.0.0.49:8082/domain/a387cc27-da67-43fa-b328-44ea7e5fe7cc 2025-04-22 14:39:32,846 - DEBUG - Requesting: http://10.0.0.49:8082/project/975c8fce-3d9c-4611-a18d-afeb65fc4540 2025-04-22 14:39:32,910 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/2626136a-2e9a-4925-b8ad-0239863e2cee 2025-04-22 14:39:32,931 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-22 14:39:32,931 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-22 14:39:32,945 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 14:39:32,953 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-22 14:39:32,953 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-22 14:39:32,958 - DEBUG - Ingress ctest-nginx-ingress-23956264 not present 2025-04-22 14:39:32,959 - INFO - Creating Ingress ctest-nginx-ingress-23956264 2025-04-22 14:39:32,969 - INFO - Created Ingress ctest-nginx-ingress-23956264 2025-04-22 14:39:32,973 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-23956264 2025-04-22 14:39:35,978 - DEBUG - For Ingress ctest-nginx-ingress-23956264, Cluster IP: 10.47.255.249, External IPs ['164.59.59.60'] 2025-04-22 14:39:35,978 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-23956264 2025-04-22 14:39:35,978 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=433e6262-3fa4-4895-9d4c-16b431856c0d 2025-04-22 14:39:35,987 - INFO - Ingress ctest-nginx-ingress-23956264 with uuid 433e6262-3fa4-4895-9d4c-16b431856c0d found in kube manager 2025-04-22 14:39:35,987 - INFO - Ingress ctest-nginx-ingress-23956264 verification passed 2025-04-22 14:39:35,990 - DEBUG - Pod ctest-busybox-pod-37656607 not present 2025-04-22 14:39:35,990 - INFO - Creating Pod ctest-busybox-pod-37656607 2025-04-22 14:39:36,053 - DEBUG - Pod : ctest-busybox-pod-37656607 UUID is 309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:39:36,066 - DEBUG - Pod ctest-nginx-pod-38933306 not in running state.Currently in Pending 2025-04-22 14:39:41,076 - INFO - Pod ctest-nginx-pod-38933306 is in running state.Got IP 10.47.255.251 2025-04-22 14:39:41,115 - DEBUG - Pod ctest-nginx-pod-38933306 has vmi 9807156c-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:39:41,115 - INFO - Verified pod ctest-nginx-pod-38933306 in contrail-api 2025-04-22 14:39:41,115 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:39:41,131 - DEBUG - VMI 9807156c-1f87-11f0-97e3-fa163ed156ce is active in agent 10.0.0.129 2025-04-22 14:39:41,131 - INFO - Verified Pod ctest-nginx-pod-38933306 in agent 10.0.0.129 2025-04-22 14:39:41,131 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=575ef05c-5ddd-4142-9af4-81bfab5cee14 2025-04-22 14:39:41,136 - INFO - Pod ctest-nginx-pod-38933306 with uuid 575ef05c-5ddd-4142-9af4-81bfab5cee14 found in kube manager 2025-04-22 14:39:41,136 - INFO - Pod ctest-nginx-pod-38933306 verification passed 2025-04-22 14:39:41,197 - DEBUG - [Pod ctest-nginx-pod-38933306] Cmd: echo ctest-nginx-pod-38933306 > /usr/share/nginx/html/index.html, Output: 2025-04-22 14:39:41,205 - INFO - Pod ctest-nginx-pod-94277009 is in running state.Got IP 10.47.255.250 2025-04-22 14:39:41,261 - DEBUG - Pod ctest-nginx-pod-94277009 has vmi 98741eb4-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:39:41,261 - INFO - Verified pod ctest-nginx-pod-94277009 in contrail-api 2025-04-22 14:39:41,262 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:39:41,273 - DEBUG - VMI 98741eb4-1f87-11f0-97e3-fa163ed156ce is active in agent 10.0.0.129 2025-04-22 14:39:41,273 - INFO - Verified Pod ctest-nginx-pod-94277009 in agent 10.0.0.129 2025-04-22 14:39:41,273 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=83c93fe4-2c59-4588-8d49-f0c763d07734 2025-04-22 14:39:41,278 - INFO - Pod ctest-nginx-pod-94277009 with uuid 83c93fe4-2c59-4588-8d49-f0c763d07734 found in kube manager 2025-04-22 14:39:41,278 - INFO - Pod ctest-nginx-pod-94277009 verification passed 2025-04-22 14:39:41,333 - DEBUG - [Pod ctest-nginx-pod-94277009] Cmd: echo ctest-nginx-pod-94277009 > /usr/share/nginx/html/index.html, Output: 2025-04-22 14:39:41,339 - DEBUG - Pod ctest-busybox-pod-37656607 not in running state.Currently in Pending 2025-04-22 14:39:46,353 - DEBUG - Pod ctest-busybox-pod-37656607 not in running state.Currently in Pending 2025-04-22 14:39:51,364 - DEBUG - Pod ctest-busybox-pod-37656607 not in running state.Currently in Pending 2025-04-22 14:39:56,374 - INFO - Pod ctest-busybox-pod-37656607 is in running state.Got IP 10.47.255.248 2025-04-22 14:39:56,395 - DEBUG - Pod ctest-busybox-pod-37656607 has vmi 9d1c637c-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:39:56,395 - INFO - Verified pod ctest-busybox-pod-37656607 in contrail-api 2025-04-22 14:39:56,395 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:39:56,410 - DEBUG - VMI 9d1c637c-1f87-11f0-97e3-fa163ed156ce is active in agent 10.0.0.129 2025-04-22 14:39:56,411 - INFO - Verified Pod ctest-busybox-pod-37656607 in agent 10.0.0.129 2025-04-22 14:39:56,411 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:39:56,416 - INFO - Pod ctest-busybox-pod-37656607 with uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 found in kube manager 2025-04-22 14:39:56,416 - INFO - Pod ctest-busybox-pod-37656607 verification passed 2025-04-22 14:39:56,464 - DEBUG - [Pod ctest-busybox-pod-37656607] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94277009 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-22 14:39:56,464 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 14:39:56,464 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] Cmd output: ctest-nginx-pod-94277009 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-22 14:39:56,519 - DEBUG - [Pod ctest-busybox-pod-37656607] 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-94277009 2025-04-22 14:39:56,519 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 14:39:56,519 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] 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-94277009 2025-04-22 14:39:56,571 - DEBUG - [Pod ctest-busybox-pod-37656607] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94277009 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-22 14:39:56,571 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 14:39:56,571 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] Cmd output: ctest-nginx-pod-94277009 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-22 14:39:56,608 - DEBUG - [Pod ctest-busybox-pod-37656607] 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) ctest-nginx-pod-38933306 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-22 14:39:56,608 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 14:39:56,608 - DEBUG - [Pod Pod ctest-busybox-pod-37656607] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-38933306 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-04-22 14:39:56,608 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-38933306': 1, 'ctest-nginx-pod-94277009': 3} 2025-04-22 14:39:56,609 - WARNING - Nothing to delete parallely 2025-04-22 14:39:56,609 - INFO - Deleting pod default:ctest-busybox-pod-37656607 2025-04-22 14:39:56,632 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:39:56,638 - WARNING - Pod uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:01,640 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:40:01,647 - WARNING - Pod uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:06,648 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:40:06,656 - WARNING - Pod uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:11,657 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:40:11,664 - WARNING - Pod uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:16,665 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:40:16,674 - WARNING - Pod uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:21,675 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:40:21,686 - WARNING - Pod uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:26,687 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:40:26,695 - WARNING - Pod uuid 309fb2a7-52f5-463a-96d0-200c85b7c673 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:31,697 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=309fb2a7-52f5-463a-96d0-200c85b7c673 2025-04-22 14:40:31,704 - DEBUG - Pod 309fb2a7-52f5-463a-96d0-200c85b7c673 is not in agent 10.0.0.129 VM list 2025-04-22 14:40:31,705 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9d1c637c-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:40:31,711 - DEBUG - VMI 9d1c637c-1f87-11f0-97e3-fa163ed156ce is removed from agent 10.0.0.129 2025-04-22 14:40:31,711 - INFO - Verified that pod ctest-busybox-pod-37656607 is removed in agent 2025-04-22 14:40:31,711 - INFO - Deleting Ingress : ctest-nginx-ingress-23956264 2025-04-22 14:40:31,719 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=433e6262-3fa4-4895-9d4c-16b431856c0d 2025-04-22 14:40:31,725 - ERROR - Ingress ctest-nginx-ingress-23956264 with uuid 433e6262-3fa4-4895-9d4c-16b431856c0d still found in kube manager 2025-04-22 14:40:32,726 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=433e6262-3fa4-4895-9d4c-16b431856c0d 2025-04-22 14:40:32,730 - INFO - Ingress ctest-nginx-ingress-23956264 with uuid 433e6262-3fa4-4895-9d4c-16b431856c0d deleted successfully from kube manager 2025-04-22 14:40:32,730 - INFO - Verifications on Ingress %s cleanup passed 2025-04-22 14:40:32,730 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-22 14:40:32,936 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 14:40:32,945 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-22 14:40:32,945 - INFO - Deleting VN __public__ 2025-04-22 14:40:33,274 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/db888c2c-ce9f-4ea9-b199-133a4a1d57e4 2025-04-22 14:40:33,292 - DEBUG - Response Code: 404 2025-04-22 14:40:33,292 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-04-22 14:40:33,301 - DEBUG - Requesting: http://10.0.0.49:8082/domain/a387cc27-da67-43fa-b328-44ea7e5fe7cc 2025-04-22 14:40:33,329 - DEBUG - Requesting: http://10.0.0.49:8082/project/975c8fce-3d9c-4611-a18d-afeb65fc4540 2025-04-22 14:40:33,414 - INFO - Validated that VN __public__ is not found in API Server 2025-04-22 14:40:33,415 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-22 14:40:33,423 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 14:40:33,447 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-04-22 14:40:33,447 - INFO - Validated that VN __public__ is not in any agent 2025-04-22 14:40:33,447 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 14:40:33,473 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 14:40:33,481 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 14:40:33,487 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-22 14:40:33,487 - INFO - Deleting pod default:ctest-nginx-pod-94277009 2025-04-22 14:40:33,529 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=83c93fe4-2c59-4588-8d49-f0c763d07734 2025-04-22 14:40:33,556 - WARNING - Pod uuid 83c93fe4-2c59-4588-8d49-f0c763d07734 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:38,557 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=83c93fe4-2c59-4588-8d49-f0c763d07734 2025-04-22 14:40:38,566 - DEBUG - Pod 83c93fe4-2c59-4588-8d49-f0c763d07734 is not in agent 10.0.0.129 VM list 2025-04-22 14:40:38,566 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:98741eb4-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:40:38,573 - DEBUG - VMI 98741eb4-1f87-11f0-97e3-fa163ed156ce is removed from agent 10.0.0.129 2025-04-22 14:40:38,573 - INFO - Verified that pod ctest-nginx-pod-94277009 is removed in agent 2025-04-22 14:40:38,574 - INFO - Deleting pod default:ctest-nginx-pod-38933306 2025-04-22 14:40:38,594 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=575ef05c-5ddd-4142-9af4-81bfab5cee14 2025-04-22 14:40:38,603 - WARNING - Pod uuid 575ef05c-5ddd-4142-9af4-81bfab5cee14 is still seen in agent 10.0.0.129 VM list 2025-04-22 14:40:43,604 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=575ef05c-5ddd-4142-9af4-81bfab5cee14 2025-04-22 14:40:43,611 - DEBUG - Pod 575ef05c-5ddd-4142-9af4-81bfab5cee14 is not in agent 10.0.0.129 VM list 2025-04-22 14:40:43,611 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9807156c-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:40:43,617 - DEBUG - VMI 9807156c-1f87-11f0-97e3-fa163ed156ce is removed from agent 10.0.0.129 2025-04-22 14:40:43,617 - INFO - Verified that pod ctest-nginx-pod-38933306 is removed in agent 2025-04-22 14:40:43,617 - INFO - Deleting service : ctest-nginx-svc-78005220 2025-04-22 14:40:43,893 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 14:40:43,901 - DEBUG - No XMPP flaps were noticed during the test
2025-04-22 14:40:43,901 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:18]
2025-04-22 14:40:43,901 - INFO - -------------------------------------------------------------------------------- 2025-04-22 14:40:50,309 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 14:40:50,426 - DEBUG - Output : cluster_project={} 2025-04-22 14:40:50,496 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 14:40:50,634 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 14:40:50,645 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 14:40:50,792 - DEBUG - Output : cluster_project={} 2025-04-22 14:41:05,945 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:06,003 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:06,098 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:06,148 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:11,237 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:11,278 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:11,362 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:11,457 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 14:41:11,713 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 14:41:14,468 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_ApplicationPolicySetReq? 2025-04-22 14:41:14,477 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-04-22 14:41:14,511 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-04-22 14:41:16,542 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-04-22 14:44:16,685 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 14:44:16,729 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c082b697-a9ab-4827-8733-4d997d72519b 2025-04-22 14:44:16,756 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=33ef4823-aefb-4690-a3ba-61f435ac5b6e 2025-04-22 14:44:16,765 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=458cc93d-68b0-42ba-b337-3343ff5264b7 2025-04-22 14:44:16,770 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=9628a88b-4ee4-4995-a2ff-bf3f859c37aa 2025-04-22 14:44:16,780 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:16,787 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:16,795 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:16,801 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:21,836 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:21,838 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:21,839 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c082b697-a9ab-4827-8733-4d997d72519b 2025-04-22 14:44:21,841 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=33ef4823-aefb-4690-a3ba-61f435ac5b6e 2025-04-22 14:44:21,842 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=9628a88b-4ee4-4995-a2ff-bf3f859c37aa 2025-04-22 14:44:21,843 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=458cc93d-68b0-42ba-b337-3343ff5264b7 2025-04-22 14:44:21,847 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:21,848 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:21,874 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:caa0c036-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:44:21,876 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cbd068ee-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:44:21,877 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cb4a0fba-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:44:21,883 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca0aeef8-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:44:26,874 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:26,882 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:26,884 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:26,885 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:31,882 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:31,897 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:31,898 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:31,900 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:36,892 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:36,919 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:36,920 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:36,922 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:41,900 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:41,935 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:41,937 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:41,939 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:46,909 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:46,952 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:46,954 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:46,955 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:51,926 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=97b791e5-953e-448f-9113-1851dcddfe41 2025-04-22 14:44:51,933 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cc617762-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:44:51,975 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=86bf98a6-1c00-4ac4-9012-4b538475e390 2025-04-22 14:44:51,977 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=00b7bda5-471f-403c-9f90-68d3fe92dd12 2025-04-22 14:44:51,979 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3a019ed2-8cf5-4eb5-817e-a8fc90f84491 2025-04-22 14:44:51,994 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd5ebac6-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:44:51,999 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cce1031a-1f87-11f0-97e3-fa163ed156ce 2025-04-22 14:44:52,013 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cdd797e8-1f87-11f0-97e3-fa163ed156ce