2025-07-07 22:50:22,268 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-07-07 22:50:22,517 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1317-1 2025-07-07 22:50:22,517 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-07-07 22:50:22,551 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1317-1 2025-07-07 22:50:22,551 - 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-07-07 22:50:22,655 - DEBUG - Output : NAMES contrail_test_4L9Hx7ziC webui-web-1 webui-job-1 contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 redis-redis-1 control-named-1 control-dns-1 control-nodemgr-1 control-control-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 2025-07-07 22:50:22,656 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-07 22:50:22,690 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-07-07 22:50:22,690 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-07-07 22:50:22,724 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1317-1 2025-07-07 22:50:22,809 - DEBUG - [10.0.0.129]: Running cmd : hostname 2025-07-07 22:50:23,135 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1317-1 2025-07-07 22:50:23,135 - DEBUG - [10.0.0.129]: Running cmd : hostname -f 2025-07-07 22:50:23,211 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1317-1 2025-07-07 22:50:23,211 - 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-07-07 22:50:23,339 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-07 22:50:23,339 - DEBUG - [10.0.0.129]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-07 22:50:23,476 - DEBUG - Output : 10.0.0.129/24 2025-07-07 22:50:23,476 - DEBUG - [10.0.0.129]: Running cmd : getent hosts 10.0.0.129 | head -n 1 | awk '{print $2}' 2025-07-07 22:50:23,541 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1317-1 2025-07-07 22:50:23,611 - INFO - Using existing project ['default-domain', 'k8s-default'](87d84ebd-e9cf-400e-b935-60aeecf065a8) 2025-07-07 22:50:23,721 - INFO - Using existing project ['default-domain', 'k8s-default'](87d84ebd-e9cf-400e-b935-60aeecf065a8) 2025-07-07 22:50:23,875 - INFO - ================================================================================ 2025-07-07 22:50:23,875 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-07 22:50:23,877 - 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-07-07 22:50:24,249 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 22:50:24,264 - DEBUG - Nothing to compare xmpp stats {'10.0.0.129': {'10.0.0.50': '0'}} with 2025-07-07 22:50:24,264 - INFO - Initial checks done. Running the testcase now 2025-07-07 22:50:24,264 - INFO - 2025-07-07 22:50:24,267 - INFO - Namespace default already exists 2025-07-07 22:50:24,267 - 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-07-07 22:50:24,374 - DEBUG - Output : cluster_project={} 2025-07-07 22:50:24,418 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-07 22:50:24,419 - DEBUG - Project uuid in Contrail is 87d84ebd-e9cf-400e-b935-60aeecf065a8 2025-07-07 22:50:24,419 - 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-07-07 22:50:24,535 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-07 22:50:24,535 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=c211f394-5723-4bd3-8dfa-4e26138956e4 2025-07-07 22:50:24,540 - INFO - Namespace default with uuid c211f394-5723-4bd3-8dfa-4e26138956e4 found in kube manager 2025-07-07 22:50:24,540 - INFO - Namespace default verification passed 2025-07-07 22:50:24,543 - DEBUG - Service ctest-nginx-svc-05554072 not present 2025-07-07 22:50:24,543 - INFO - Creating service ctest-nginx-svc-05554072 2025-07-07 22:50:24,562 - INFO - Created Service ctest-nginx-svc-05554072 2025-07-07 22:50:24,569 - DEBUG - Pod ctest-nginx-pod-19038772 not present 2025-07-07 22:50:24,569 - INFO - Creating Pod ctest-nginx-pod-19038772 2025-07-07 22:50:24,630 - DEBUG - Pod : ctest-nginx-pod-19038772 UUID is 3c61e62b-d784-461a-8d28-962841abdbfb 2025-07-07 22:50:24,633 - DEBUG - Pod ctest-nginx-pod-06757006 not present 2025-07-07 22:50:24,633 - INFO - Creating Pod ctest-nginx-pod-06757006 2025-07-07 22:50:24,681 - DEBUG - Pod : ctest-nginx-pod-06757006 UUID is 0163580c-6209-4980-bb18-aa0ad8803212 2025-07-07 22:50:24,872 - INFO - Created VN __public__, UUID :5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:25,155 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-07 22:50:25,160 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1ca96869-3759-4c52-bb4a-5b723ed13ac4 2025-07-07 22:50:25,175 - DEBUG - Requesting: http://10.0.0.50:8082/project/87d84ebd-e9cf-400e-b935-60aeecf065a8 2025-07-07 22:50:25,221 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:25,241 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:25,259 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:50:25,276 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:50:25,284 - DEBUG - Route Targets: [] 2025-07-07 22:50:25,284 - DEBUG - RT names not yet present for VN __public__ 2025-07-07 22:50:30,285 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-07 22:50:30,291 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1ca96869-3759-4c52-bb4a-5b723ed13ac4 2025-07-07 22:50:30,299 - DEBUG - Requesting: http://10.0.0.50:8082/project/87d84ebd-e9cf-400e-b935-60aeecf065a8 2025-07-07 22:50:30,335 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,344 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,353 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:50:30,361 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:50:30,367 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/8d62cbbb-771b-419a-93cd-b6da8946cf53 2025-07-07 22:50:30,373 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-07 22:50:30,373 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,381 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:50:30,394 - INFO - Verified VN network id 13 for VN 5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,394 - INFO - Verifications in API Server for VN __public__ passed 2025-07-07 22:50:30,394 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,402 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:50:30,409 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:50:30,415 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/8d62cbbb-771b-419a-93cd-b6da8946cf53 2025-07-07 22:50:30,421 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-07 22:50:30,427 - 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': '6008277110156182522', 'uuid-lslong': '10120644519103077994'}, 'enable': 'true', 'created': '2025-07-07T22:50:24', 'last-modified': '2025-07-07T22:50:25', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.368152'} 2025-07-07 22:50:30,427 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 22:50:30,433 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-07 22:50:30,434 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-07 22:50:30,434 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-07 22:50:30,434 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-07 22:50:30,439 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1ca96869-3759-4c52-bb4a-5b723ed13ac4 2025-07-07 22:50:30,447 - DEBUG - Requesting: http://10.0.0.50:8082/project/87d84ebd-e9cf-400e-b935-60aeecf065a8 2025-07-07 22:50:30,486 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,495 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-07 22:50:30,495 - DEBUG - Verifying the vn in opserver 2025-07-07 22:50:30,495 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-07-07 22:50:30,495 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-07-07 22:50:30,499 - 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-07-07 22:50:30,499 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-07 22:50:30,499 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 22:50:30,515 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 22:50:30,533 - DEBUG - Do not have enough data to verify VN in agent 2025-07-07 22:50:30,533 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 22:50:30,554 - DEBUG - VRF ids for VN __public__: {} 2025-07-07 22:50:30,602 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-07 22:50:30,696 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-07 22:50:30,705 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1ca96869-3759-4c52-bb4a-5b723ed13ac4 2025-07-07 22:50:30,714 - DEBUG - Requesting: http://10.0.0.50:8082/project/87d84ebd-e9cf-400e-b935-60aeecf065a8 2025-07-07 22:50:30,756 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,767 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/920d5ba8-5c65-414b-a4fc-20bcb5a21c86 2025-07-07 22:50:30,773 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-07 22:50:30,777 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1ca96869-3759-4c52-bb4a-5b723ed13ac4 2025-07-07 22:50:30,784 - DEBUG - Requesting: http://10.0.0.50:8082/project/87d84ebd-e9cf-400e-b935-60aeecf065a8 2025-07-07 22:50:30,828 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/5361b032-cef8-43fa-8c73-c09193249e6a 2025-07-07 22:50:30,837 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-07 22:50:30,837 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-07 22:50:30,844 - 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-07-07 22:50:30,850 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-07 22:50:30,850 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-07 22:50:30,856 - DEBUG - Ingress ctest-nginx-ingress-08603344 not present 2025-07-07 22:50:30,857 - INFO - Creating Ingress ctest-nginx-ingress-08603344 2025-07-07 22:50:30,863 - INFO - Created Ingress ctest-nginx-ingress-08603344 2025-07-07 22:50:30,876 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-08603344 2025-07-07 22:50:33,881 - DEBUG - For Ingress ctest-nginx-ingress-08603344, Cluster IP: 10.47.255.249, External IPs ['24.118.104.188'] 2025-07-07 22:50:33,881 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-08603344 2025-07-07 22:50:33,881 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=8db84490-489a-4d37-9c39-d3fcf8b8b546 2025-07-07 22:50:33,886 - INFO - Ingress ctest-nginx-ingress-08603344 with uuid 8db84490-489a-4d37-9c39-d3fcf8b8b546 found in kube manager 2025-07-07 22:50:33,886 - INFO - Ingress ctest-nginx-ingress-08603344 verification passed 2025-07-07 22:50:33,889 - DEBUG - Pod ctest-busybox-pod-50253152 not present 2025-07-07 22:50:33,889 - INFO - Creating Pod ctest-busybox-pod-50253152 2025-07-07 22:50:33,936 - DEBUG - Pod : ctest-busybox-pod-50253152 UUID is 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:50:33,941 - DEBUG - Pod ctest-nginx-pod-19038772 not in running state.Currently in Pending 2025-07-07 22:50:38,947 - INFO - Pod ctest-nginx-pod-19038772 is in running state.Got IP 10.47.255.251 2025-07-07 22:50:39,003 - DEBUG - Pod ctest-nginx-pod-19038772 has vmi c5d82da8-5b84-11f0-8264-fa163efb850a 2025-07-07 22:50:39,003 - INFO - Verified pod ctest-nginx-pod-19038772 in contrail-api 2025-07-07 22:50:39,003 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:50:39,030 - DEBUG - VMI c5d82da8-5b84-11f0-8264-fa163efb850a is active in agent 10.0.0.129 2025-07-07 22:50:39,030 - INFO - Verified Pod ctest-nginx-pod-19038772 in agent 10.0.0.129 2025-07-07 22:50:39,030 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=3c61e62b-d784-461a-8d28-962841abdbfb 2025-07-07 22:50:39,035 - INFO - Pod ctest-nginx-pod-19038772 with uuid 3c61e62b-d784-461a-8d28-962841abdbfb found in kube manager 2025-07-07 22:50:39,035 - INFO - Pod ctest-nginx-pod-19038772 verification passed 2025-07-07 22:50:39,151 - DEBUG - [Pod ctest-nginx-pod-19038772] Cmd: echo ctest-nginx-pod-19038772 > /usr/share/nginx/html/index.html, Output: 2025-07-07 22:50:39,156 - INFO - Pod ctest-nginx-pod-06757006 is in running state.Got IP 10.47.255.250 2025-07-07 22:50:39,169 - DEBUG - Pod ctest-nginx-pod-06757006 has vmi c64e44a2-5b84-11f0-8264-fa163efb850a 2025-07-07 22:50:39,169 - INFO - Verified pod ctest-nginx-pod-06757006 in contrail-api 2025-07-07 22:50:39,169 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:50:39,189 - DEBUG - VMI c64e44a2-5b84-11f0-8264-fa163efb850a is active in agent 10.0.0.129 2025-07-07 22:50:39,190 - INFO - Verified Pod ctest-nginx-pod-06757006 in agent 10.0.0.129 2025-07-07 22:50:39,190 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=0163580c-6209-4980-bb18-aa0ad8803212 2025-07-07 22:50:39,194 - INFO - Pod ctest-nginx-pod-06757006 with uuid 0163580c-6209-4980-bb18-aa0ad8803212 found in kube manager 2025-07-07 22:50:39,194 - INFO - Pod ctest-nginx-pod-06757006 verification passed 2025-07-07 22:50:39,300 - DEBUG - [Pod ctest-nginx-pod-06757006] Cmd: echo ctest-nginx-pod-06757006 > /usr/share/nginx/html/index.html, Output: 2025-07-07 22:50:39,305 - DEBUG - Pod ctest-busybox-pod-50253152 not in running state.Currently in Pending 2025-07-07 22:50:44,312 - INFO - Pod ctest-busybox-pod-50253152 is in running state.Got IP 10.47.255.248 2025-07-07 22:50:44,329 - DEBUG - Pod ctest-busybox-pod-50253152 has vmi ca977420-5b84-11f0-8264-fa163efb850a 2025-07-07 22:50:44,330 - INFO - Verified pod ctest-busybox-pod-50253152 in contrail-api 2025-07-07 22:50:44,330 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:50:44,353 - DEBUG - VMI ca977420-5b84-11f0-8264-fa163efb850a is active in agent 10.0.0.129 2025-07-07 22:50:44,354 - INFO - Verified Pod ctest-busybox-pod-50253152 in agent 10.0.0.129 2025-07-07 22:50:44,354 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:50:44,360 - INFO - Pod ctest-busybox-pod-50253152 with uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 found in kube manager 2025-07-07 22:50:44,360 - INFO - Pod ctest-busybox-pod-50253152 verification passed 2025-07-07 22:50:44,473 - DEBUG - [Pod ctest-busybox-pod-50253152] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-06757006 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-07-07 22:50:44,473 - DEBUG - [Pod Pod ctest-busybox-pod-50253152] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-07 22:50:44,473 - DEBUG - [Pod Pod ctest-busybox-pod-50253152] Cmd output: ctest-nginx-pod-06757006 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-07-07 22:50:44,554 - DEBUG - [Pod ctest-busybox-pod-50253152] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-06757006 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-07-07 22:50:44,555 - DEBUG - [Pod Pod ctest-busybox-pod-50253152] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-07 22:50:44,555 - DEBUG - [Pod Pod ctest-busybox-pod-50253152] Cmd output: ctest-nginx-pod-06757006 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-07-07 22:50:44,629 - DEBUG - [Pod ctest-busybox-pod-50253152] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-19038772 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-07-07 22:50:44,650 - DEBUG - [Pod Pod ctest-busybox-pod-50253152] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-07 22:50:44,650 - DEBUG - [Pod Pod ctest-busybox-pod-50253152] Cmd output: ctest-nginx-pod-19038772 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-07-07 22:50:44,650 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-19038772': 1, 'ctest-nginx-pod-06757006': 2} 2025-07-07 22:50:44,651 - WARNING - Nothing to delete parallely 2025-07-07 22:50:44,651 - INFO - Deleting pod default:ctest-busybox-pod-50253152 2025-07-07 22:50:44,668 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:50:44,700 - WARNING - Pod uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:50:49,701 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:50:49,718 - WARNING - Pod uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:50:54,719 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:50:54,734 - WARNING - Pod uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:50:59,735 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:50:59,750 - WARNING - Pod uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:51:04,755 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:51:04,769 - WARNING - Pod uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:51:09,770 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:51:09,789 - WARNING - Pod uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:51:14,790 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:51:14,808 - WARNING - Pod uuid 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:51:19,809 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 2025-07-07 22:51:19,824 - DEBUG - Pod 95d1b8dc-87fc-4959-a68a-a3a4ecfa92c0 is not in agent 10.0.0.129 VM list 2025-07-07 22:51:19,824 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca977420-5b84-11f0-8264-fa163efb850a 2025-07-07 22:51:19,844 - DEBUG - VMI ca977420-5b84-11f0-8264-fa163efb850a is removed from agent 10.0.0.129 2025-07-07 22:51:19,844 - INFO - Verified that pod ctest-busybox-pod-50253152 is removed in agent 2025-07-07 22:51:19,844 - INFO - Deleting Ingress : ctest-nginx-ingress-08603344 2025-07-07 22:51:19,851 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=8db84490-489a-4d37-9c39-d3fcf8b8b546 2025-07-07 22:51:19,857 - ERROR - Ingress ctest-nginx-ingress-08603344 with uuid 8db84490-489a-4d37-9c39-d3fcf8b8b546 still found in kube manager 2025-07-07 22:51:20,858 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=8db84490-489a-4d37-9c39-d3fcf8b8b546 2025-07-07 22:51:20,862 - INFO - Ingress ctest-nginx-ingress-08603344 with uuid 8db84490-489a-4d37-9c39-d3fcf8b8b546 deleted successfully from kube manager 2025-07-07 22:51:20,862 - INFO - Verifications on Ingress %s cleanup passed 2025-07-07 22:51:20,862 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-07 22:51:20,984 - 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-07-07 22:51:20,990 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-07 22:51:20,990 - INFO - Deleting VN __public__ 2025-07-07 22:51:21,177 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/99213279-b8a4-4fea-abaa-efe6f844cdad 2025-07-07 22:51:21,184 - DEBUG - Response Code: 404 2025-07-07 22:51:21,185 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-07-07 22:51:21,206 - DEBUG - Requesting: http://10.0.0.50:8082/domain/1ca96869-3759-4c52-bb4a-5b723ed13ac4 2025-07-07 22:51:21,222 - DEBUG - Requesting: http://10.0.0.50:8082/project/87d84ebd-e9cf-400e-b935-60aeecf065a8 2025-07-07 22:51:21,283 - INFO - Validated that VN __public__ is not found in API Server 2025-07-07 22:51:21,283 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-07 22:51:21,297 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 22:51:21,304 - DEBUG - VN __public__ is not present in Agent 10.0.0.129 2025-07-07 22:51:21,305 - INFO - Validated that VN __public__ is not in any agent 2025-07-07 22:51:21,305 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 22:51:21,312 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-07 22:51:21,317 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-07 22:51:21,323 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-07 22:51:21,324 - INFO - Deleting pod default:ctest-nginx-pod-06757006 2025-07-07 22:51:21,336 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0163580c-6209-4980-bb18-aa0ad8803212 2025-07-07 22:51:21,363 - WARNING - Pod uuid 0163580c-6209-4980-bb18-aa0ad8803212 is still seen in agent 10.0.0.129 VM list 2025-07-07 22:51:26,364 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=0163580c-6209-4980-bb18-aa0ad8803212 2025-07-07 22:51:26,381 - DEBUG - Pod 0163580c-6209-4980-bb18-aa0ad8803212 is not in agent 10.0.0.129 VM list 2025-07-07 22:51:26,381 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c64e44a2-5b84-11f0-8264-fa163efb850a 2025-07-07 22:51:26,393 - DEBUG - VMI c64e44a2-5b84-11f0-8264-fa163efb850a is removed from agent 10.0.0.129 2025-07-07 22:51:26,393 - INFO - Verified that pod ctest-nginx-pod-06757006 is removed in agent 2025-07-07 22:51:26,393 - INFO - Deleting pod default:ctest-nginx-pod-19038772 2025-07-07 22:51:26,404 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3c61e62b-d784-461a-8d28-962841abdbfb 2025-07-07 22:51:26,433 - WARNING - Pod uuid 3c61e62b-d784-461a-8d28-962841abdbfb is still seen in agent 10.0.0.129 VM list 2025-07-07 22:51:31,434 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=3c61e62b-d784-461a-8d28-962841abdbfb 2025-07-07 22:51:31,449 - DEBUG - Pod 3c61e62b-d784-461a-8d28-962841abdbfb is not in agent 10.0.0.129 VM list 2025-07-07 22:51:31,449 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c5d82da8-5b84-11f0-8264-fa163efb850a 2025-07-07 22:51:31,459 - DEBUG - VMI c5d82da8-5b84-11f0-8264-fa163efb850a is removed from agent 10.0.0.129 2025-07-07 22:51:31,460 - INFO - Verified that pod ctest-nginx-pod-19038772 is removed in agent 2025-07-07 22:51:31,460 - INFO - Deleting service : ctest-nginx-svc-05554072 2025-07-07 22:51:31,738 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 22:51:31,772 - DEBUG - No XMPP flaps were noticed during the test 2025-07-07 22:51:31,772 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2025-07-07 22:51:31,772 - INFO - -------------------------------------------------------------------------------- 2025-07-07 22:51:38,182 - 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-07-07 22:51:38,300 - DEBUG - Output : cluster_project={} 2025-07-07 22:51:38,342 - 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-07-07 22:51:38,521 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-07 22:51:38,526 - 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-07-07 22:51:38,653 - DEBUG - Output : cluster_project={} 2025-07-07 22:51:53,757 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:53,812 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:53,907 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:53,952 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:54,030 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:59,087 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:59,179 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:59,230 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-07 22:51:59,614 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 22:52:01,753 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_ApplicationPolicySetReq? 2025-07-07 22:52:01,766 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-07-07 22:52:01,804 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-07-07 22:52:03,850 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AclReq? 2025-07-07 22:55:13,037 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-07 22:55:13,073 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=aaa58843-6f40-4a5a-8cb0-b2fafd92173d 2025-07-07 22:55:13,098 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90de2568-c360-402c-b8b0-b7bdb90d1fff 2025-07-07 22:55:13,107 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=28fa52ac-f07b-4e7a-8193-1659090ed47d 2025-07-07 22:55:13,116 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:13,122 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:13,129 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:13,133 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:13,137 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:18,144 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=aaa58843-6f40-4a5a-8cb0-b2fafd92173d 2025-07-07 22:55:18,154 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f1a68204-5b84-11f0-8264-fa163efb850a 2025-07-07 22:55:18,211 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=28fa52ac-f07b-4e7a-8193-1659090ed47d 2025-07-07 22:55:18,212 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=90de2568-c360-402c-b8b0-b7bdb90d1fff 2025-07-07 22:55:18,214 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:18,215 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:18,217 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:18,217 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:18,218 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:18,264 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2c8fe3c-5b84-11f0-8264-fa163efb850a 2025-07-07 22:55:18,267 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f34aa748-5b84-11f0-8264-fa163efb850a 2025-07-07 22:55:23,264 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:23,265 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:23,267 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:23,269 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:23,274 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:28,325 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:28,327 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:28,328 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:28,329 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:28,331 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:33,379 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:33,381 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:33,382 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:33,383 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:33,385 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:38,412 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:38,414 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:38,416 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:38,417 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:38,419 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:43,473 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:43,475 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:43,477 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:43,478 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:43,489 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:48,534 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=84f36c95-2826-4879-a689-060b35846ea6 2025-07-07 22:55:48,536 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=2d3516ef-7e75-4c61-b94c-d160388912ee 2025-07-07 22:55:48,539 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=773c1cf7-3618-4a24-876d-2867051d97b4 2025-07-07 22:55:48,542 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=c0dfc481-ac0e-464b-9388-f61180b550df 2025-07-07 22:55:48,544 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_VmListReq?uuid=792be849-c7c5-4843-809a-000f25d69afb 2025-07-07 22:55:48,585 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f3dbab12-5b84-11f0-8264-fa163efb850a 2025-07-07 22:55:48,591 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4579362-5b84-11f0-8264-fa163efb850a 2025-07-07 22:55:48,592 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2243fb4-5b84-11f0-8264-fa163efb850a 2025-07-07 22:55:48,593 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f54d63dc-5b84-11f0-8264-fa163efb850a 2025-07-07 22:55:48,594 - DEBUG - Requesting: http://10.0.0.129:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4d2e80a-5b84-11f0-8264-fa163efb850a