2025-06-24 19:14:34,967 - DEBUG - [10.0.0.50]: Running cmd : hostname 2025-06-24 19:14:35,229 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1298-1 2025-06-24 19:14:35,229 - DEBUG - [10.0.0.50]: Running cmd : hostname -f 2025-06-24 19:14:35,263 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1298-1 2025-06-24 19:14:35,264 - 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-06-24 19:14:35,392 - DEBUG - Output : NAMES contrail_test_LtUgh56Wh contrail-kubernetes-master-kubemanager-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-collector-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-nodemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-schema-1 config_api-dnsmasq-1 2025-06-24 19:14:35,392 - DEBUG - [10.0.0.50]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 19:14:35,438 - DEBUG - Output : 10.0.0.50/24 172.17.0.1/16 2025-06-24 19:14:35,439 - DEBUG - [10.0.0.50]: Running cmd : getent hosts 10.0.0.50 | head -n 1 | awk '{print $2}' 2025-06-24 19:14:35,477 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1298-1 2025-06-24 19:14:35,567 - DEBUG - [10.0.0.130]: Running cmd : hostname 2025-06-24 19:14:35,791 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1298-1 2025-06-24 19:14:35,791 - DEBUG - [10.0.0.130]: Running cmd : hostname -f 2025-06-24 19:14:35,815 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1298-1 2025-06-24 19:14:35,815 - DEBUG - [10.0.0.130]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-06-24 19:14:35,859 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-24 19:14:35,860 - DEBUG - [10.0.0.130]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-24 19:14:35,894 - DEBUG - Output : 10.0.0.130/24 2025-06-24 19:14:35,895 - DEBUG - [10.0.0.130]: Running cmd : getent hosts 10.0.0.130 | head -n 1 | awk '{print $2}' 2025-06-24 19:14:35,967 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1298-1 2025-06-24 19:14:36,071 - INFO - Using existing project ['default-domain', 'k8s-default'](4ad3a231-820e-4de5-9c96-cb827a0b96a8) 2025-06-24 19:14:36,174 - INFO - Using existing project ['default-domain', 'k8s-default'](4ad3a231-820e-4de5-9c96-cb827a0b96a8) 2025-06-24 19:14:36,328 - INFO - ================================================================================ 2025-06-24 19:14:36,328 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-24 19:14:36,329 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-06-24 19:14:36,573 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 19:14:36,581 - DEBUG - Nothing to compare xmpp stats {'10.0.0.130': {'10.0.0.50': '0'}} with 2025-06-24 19:14:36,581 - INFO - Initial checks done. Running the testcase now 2025-06-24 19:14:36,581 - INFO - 2025-06-24 19:14:36,584 - INFO - Namespace default already exists 2025-06-24 19:14:36,585 - 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-06-24 19:14:36,701 - DEBUG - Output : cluster_project={} 2025-06-24 19:14:36,748 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-24 19:14:36,748 - DEBUG - Project uuid in Contrail is 4ad3a231-820e-4de5-9c96-cb827a0b96a8 2025-06-24 19:14:36,748 - 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-06-24 19:14:36,895 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 19:14:36,896 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_NamespaceDatabaseList?namespace_uuid=a69c5d0b-c4f6-46c7-9189-76f59421f083 2025-06-24 19:14:36,900 - INFO - Namespace default with uuid a69c5d0b-c4f6-46c7-9189-76f59421f083 found in kube manager 2025-06-24 19:14:36,900 - INFO - Namespace default verification passed 2025-06-24 19:14:36,904 - DEBUG - Service ctest-nginx-svc-99396987 not present 2025-06-24 19:14:36,904 - INFO - Creating service ctest-nginx-svc-99396987 2025-06-24 19:14:36,925 - INFO - Created Service ctest-nginx-svc-99396987 2025-06-24 19:14:36,933 - DEBUG - Pod ctest-nginx-pod-72600399 not present 2025-06-24 19:14:36,934 - INFO - Creating Pod ctest-nginx-pod-72600399 2025-06-24 19:14:36,972 - DEBUG - Pod : ctest-nginx-pod-72600399 UUID is 23788d83-efee-4389-b450-3a8a18d09826 2025-06-24 19:14:36,978 - DEBUG - Pod ctest-nginx-pod-88426494 not present 2025-06-24 19:14:36,979 - INFO - Creating Pod ctest-nginx-pod-88426494 2025-06-24 19:14:37,032 - DEBUG - Pod : ctest-nginx-pod-88426494 UUID is c718e6db-e5a1-4960-98e2-72afc7732564 2025-06-24 19:14:37,222 - INFO - Created VN __public__, UUID :bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:37,441 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-24 19:14:37,449 - DEBUG - Requesting: http://10.0.0.50:8082/domain/3751bbc3-d510-4701-8944-40aa920d7a79 2025-06-24 19:14:37,471 - DEBUG - Requesting: http://10.0.0.50:8082/project/4ad3a231-820e-4de5-9c96-cb827a0b96a8 2025-06-24 19:14:37,554 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:37,568 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:37,584 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:14:37,595 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:14:37,610 - DEBUG - Route Targets: [] 2025-06-24 19:14:37,610 - DEBUG - RT names not yet present for VN __public__ 2025-06-24 19:14:42,611 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-24 19:14:42,618 - DEBUG - Requesting: http://10.0.0.50:8082/domain/3751bbc3-d510-4701-8944-40aa920d7a79 2025-06-24 19:14:42,627 - DEBUG - Requesting: http://10.0.0.50:8082/project/4ad3a231-820e-4de5-9c96-cb827a0b96a8 2025-06-24 19:14:42,679 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:42,690 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:42,700 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:14:42,709 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:14:42,716 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/6c7d84a9-e68a-4ac5-9d83-a48385196aec 2025-06-24 19:14:42,722 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 19:14:42,722 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:42,733 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:14:42,747 - INFO - Verified VN network id 13 for VN bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:42,747 - INFO - Verifications in API Server for VN __public__ passed 2025-06-24 19:14:42,748 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:42,757 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:14:42,764 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:14:42,779 - DEBUG - Requesting: http://10.0.0.50:8082/route-target/6c7d84a9-e68a-4ac5-9d83-a48385196aec 2025-06-24 19:14:42,785 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 19:14:42,791 - 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': '13783666719321703009', 'uuid-lslong': '9693451784436537014'}, 'enable': 'true', 'created': '2025-06-24T19:14:37', 'last-modified': '2025-06-24T19:14:37', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.394540'} 2025-06-24 19:14:42,791 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 19:14:42,799 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-24 19:14:42,799 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-24 19:14:42,800 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-24 19:14:42,800 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-24 19:14:42,805 - DEBUG - Requesting: http://10.0.0.50:8082/domain/3751bbc3-d510-4701-8944-40aa920d7a79 2025-06-24 19:14:42,813 - DEBUG - Requesting: http://10.0.0.50:8082/project/4ad3a231-820e-4de5-9c96-cb827a0b96a8 2025-06-24 19:14:42,861 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:42,872 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-24 19:14:42,872 - DEBUG - Verifying the vn in opserver 2025-06-24 19:14:42,872 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.50 2025-06-24 19:14:42,873 - DEBUG - Requesting: http://10.0.0.50:8081/analytics/uves/virtual-networks 2025-06-24 19:14:42,878 - 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-06-24 19:14:42,878 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-24 19:14:42,878 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 19:14:42,885 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 19:14:42,891 - DEBUG - Do not have enough data to verify VN in agent 2025-06-24 19:14:42,891 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 19:14:42,897 - DEBUG - VRF ids for VN __public__: {} 2025-06-24 19:14:43,009 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-24 19:14:43,129 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-24 19:14:43,141 - DEBUG - Requesting: http://10.0.0.50:8082/domain/3751bbc3-d510-4701-8944-40aa920d7a79 2025-06-24 19:14:43,153 - DEBUG - Requesting: http://10.0.0.50:8082/project/4ad3a231-820e-4de5-9c96-cb827a0b96a8 2025-06-24 19:14:43,203 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:43,218 - DEBUG - Requesting: http://10.0.0.50:8082/floating-ip-pool/70302055-796f-41ff-bfb7-819318f09316 2025-06-24 19:14:43,226 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-24 19:14:43,238 - DEBUG - Requesting: http://10.0.0.50:8082/domain/3751bbc3-d510-4701-8944-40aa920d7a79 2025-06-24 19:14:43,247 - DEBUG - Requesting: http://10.0.0.50:8082/project/4ad3a231-820e-4de5-9c96-cb827a0b96a8 2025-06-24 19:14:43,301 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-network/bf496bda-2b8b-4261-8686-0f0a32b756b6 2025-06-24 19:14:43,312 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-24 19:14:43,312 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-24 19:14:43,323 - 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-06-24 19:14:43,330 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-24 19:14:43,330 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-24 19:14:43,334 - DEBUG - Ingress ctest-nginx-ingress-70424290 not present 2025-06-24 19:14:43,335 - INFO - Creating Ingress ctest-nginx-ingress-70424290 2025-06-24 19:14:43,348 - INFO - Created Ingress ctest-nginx-ingress-70424290 2025-06-24 19:14:43,355 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-70424290 2025-06-24 19:14:46,361 - DEBUG - For Ingress ctest-nginx-ingress-70424290, Cluster IP: 10.47.255.249, External IPs ['176.88.232.60'] 2025-06-24 19:14:46,361 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-70424290 2025-06-24 19:14:46,361 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=bc51df91-bd04-4124-ab2a-5a2bc76426c1 2025-06-24 19:14:46,367 - INFO - Ingress ctest-nginx-ingress-70424290 with uuid bc51df91-bd04-4124-ab2a-5a2bc76426c1 found in kube manager 2025-06-24 19:14:46,367 - INFO - Ingress ctest-nginx-ingress-70424290 verification passed 2025-06-24 19:14:46,371 - DEBUG - Pod ctest-busybox-pod-68449027 not present 2025-06-24 19:14:46,371 - INFO - Creating Pod ctest-busybox-pod-68449027 2025-06-24 19:14:46,405 - DEBUG - Node for Pod ctest-busybox-pod-68449027 not yet populated 2025-06-24 19:14:49,412 - DEBUG - Pod : ctest-busybox-pod-68449027 UUID is 832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:14:49,421 - DEBUG - Pod ctest-nginx-pod-72600399 not in running state.Currently in Pending 2025-06-24 19:14:54,427 - INFO - Pod ctest-nginx-pod-72600399 is in running state.Got IP 10.47.255.251 2025-06-24 19:14:54,487 - DEBUG - Pod ctest-nginx-pod-72600399 has vmi 793584f0-512f-11f0-b802-fa163ec76471 2025-06-24 19:14:54,487 - INFO - Verified pod ctest-nginx-pod-72600399 in contrail-api 2025-06-24 19:14:54,487 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:14:54,501 - DEBUG - VMI 793584f0-512f-11f0-b802-fa163ec76471 is active in agent 10.0.0.130 2025-06-24 19:14:54,501 - INFO - Verified Pod ctest-nginx-pod-72600399 in agent 10.0.0.130 2025-06-24 19:14:54,501 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=23788d83-efee-4389-b450-3a8a18d09826 2025-06-24 19:14:54,505 - INFO - Pod ctest-nginx-pod-72600399 with uuid 23788d83-efee-4389-b450-3a8a18d09826 found in kube manager 2025-06-24 19:14:54,506 - INFO - Pod ctest-nginx-pod-72600399 verification passed 2025-06-24 19:14:54,573 - DEBUG - [Pod ctest-nginx-pod-72600399] Cmd: echo ctest-nginx-pod-72600399 > /usr/share/nginx/html/index.html, Output: 2025-06-24 19:14:54,582 - INFO - Pod ctest-nginx-pod-88426494 is in running state.Got IP 10.47.255.250 2025-06-24 19:14:54,598 - DEBUG - Pod ctest-nginx-pod-88426494 has vmi 79aefae2-512f-11f0-b802-fa163ec76471 2025-06-24 19:14:54,598 - INFO - Verified pod ctest-nginx-pod-88426494 in contrail-api 2025-06-24 19:14:54,598 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:14:54,609 - DEBUG - VMI 79aefae2-512f-11f0-b802-fa163ec76471 is active in agent 10.0.0.130 2025-06-24 19:14:54,610 - INFO - Verified Pod ctest-nginx-pod-88426494 in agent 10.0.0.130 2025-06-24 19:14:54,610 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=c718e6db-e5a1-4960-98e2-72afc7732564 2025-06-24 19:14:54,614 - INFO - Pod ctest-nginx-pod-88426494 with uuid c718e6db-e5a1-4960-98e2-72afc7732564 found in kube manager 2025-06-24 19:14:54,614 - INFO - Pod ctest-nginx-pod-88426494 verification passed 2025-06-24 19:14:54,667 - DEBUG - [Pod ctest-nginx-pod-88426494] Cmd: echo ctest-nginx-pod-88426494 > /usr/share/nginx/html/index.html, Output: 2025-06-24 19:14:54,673 - DEBUG - Pod ctest-busybox-pod-68449027 not in running state.Currently in Pending 2025-06-24 19:14:59,694 - DEBUG - Pod ctest-busybox-pod-68449027 not in running state.Currently in Pending 2025-06-24 19:15:04,701 - INFO - Pod ctest-busybox-pod-68449027 is in running state.Got IP 10.47.255.248 2025-06-24 19:15:04,716 - DEBUG - Pod ctest-busybox-pod-68449027 has vmi 7df7866e-512f-11f0-b802-fa163ec76471 2025-06-24 19:15:04,716 - INFO - Verified pod ctest-busybox-pod-68449027 in contrail-api 2025-06-24 19:15:04,716 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:15:04,732 - DEBUG - VMI 7df7866e-512f-11f0-b802-fa163ec76471 is active in agent 10.0.0.130 2025-06-24 19:15:04,732 - INFO - Verified Pod ctest-busybox-pod-68449027 in agent 10.0.0.130 2025-06-24 19:15:04,732 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_VirtualMachineDatabaseList?x=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:04,738 - INFO - Pod ctest-busybox-pod-68449027 with uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 found in kube manager 2025-06-24 19:15:04,738 - INFO - Pod ctest-busybox-pod-68449027 verification passed 2025-06-24 19:15:04,800 - DEBUG - [Pod ctest-busybox-pod-68449027] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-72600399 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-06-24 19:15:04,800 - DEBUG - [Pod Pod ctest-busybox-pod-68449027] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 19:15:04,800 - DEBUG - [Pod Pod ctest-busybox-pod-68449027] Cmd output: ctest-nginx-pod-72600399 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-06-24 19:15:04,864 - DEBUG - [Pod ctest-busybox-pod-68449027] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-72600399 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-06-24 19:15:04,864 - DEBUG - [Pod Pod ctest-busybox-pod-68449027] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 19:15:04,864 - DEBUG - [Pod Pod ctest-busybox-pod-68449027] Cmd output: ctest-nginx-pod-72600399 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-06-24 19:15:04,924 - DEBUG - [Pod ctest-busybox-pod-68449027] 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-88426494 2025-06-24 19:15:04,925 - DEBUG - [Pod Pod ctest-busybox-pod-68449027] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-24 19:15:04,925 - DEBUG - [Pod Pod ctest-busybox-pod-68449027] 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-88426494 2025-06-24 19:15:04,925 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-72600399': 2, 'ctest-nginx-pod-88426494': 1} 2025-06-24 19:15:04,925 - WARNING - Nothing to delete parallely 2025-06-24 19:15:04,925 - INFO - Deleting pod default:ctest-busybox-pod-68449027 2025-06-24 19:15:04,939 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:04,949 - WARNING - Pod uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:09,950 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:09,959 - WARNING - Pod uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:14,960 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:14,967 - WARNING - Pod uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:19,968 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:19,975 - WARNING - Pod uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:24,976 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:24,983 - WARNING - Pod uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:29,984 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:29,991 - WARNING - Pod uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:34,991 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:34,999 - WARNING - Pod uuid 832cfe4c-8f22-47ef-863b-20b7bf207643 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:40,000 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=832cfe4c-8f22-47ef-863b-20b7bf207643 2025-06-24 19:15:40,008 - DEBUG - Pod 832cfe4c-8f22-47ef-863b-20b7bf207643 is not in agent 10.0.0.130 VM list 2025-06-24 19:15:40,008 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7df7866e-512f-11f0-b802-fa163ec76471 2025-06-24 19:15:40,018 - DEBUG - VMI 7df7866e-512f-11f0-b802-fa163ec76471 is removed from agent 10.0.0.130 2025-06-24 19:15:40,018 - INFO - Verified that pod ctest-busybox-pod-68449027 is removed in agent 2025-06-24 19:15:40,018 - INFO - Deleting Ingress : ctest-nginx-ingress-70424290 2025-06-24 19:15:40,026 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=bc51df91-bd04-4124-ab2a-5a2bc76426c1 2025-06-24 19:15:40,034 - ERROR - Ingress ctest-nginx-ingress-70424290 with uuid bc51df91-bd04-4124-ab2a-5a2bc76426c1 still found in kube manager 2025-06-24 19:15:41,035 - DEBUG - Requesting: http://10.0.0.50:8108/Snh_LoadbalancerDatabaseList?x=bc51df91-bd04-4124-ab2a-5a2bc76426c1 2025-06-24 19:15:41,039 - INFO - Ingress ctest-nginx-ingress-70424290 with uuid bc51df91-bd04-4124-ab2a-5a2bc76426c1 deleted successfully from kube manager 2025-06-24 19:15:41,039 - INFO - Verifications on Ingress %s cleanup passed 2025-06-24 19:15:41,040 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-24 19:15:41,249 - 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-06-24 19:15:41,256 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-24 19:15:41,256 - INFO - Deleting VN __public__ 2025-06-24 19:15:41,539 - DEBUG - Requesting: http://10.0.0.50:8082/routing-instance/ea95772d-3bc6-4adc-8680-a52803c4cff9 2025-06-24 19:15:41,550 - DEBUG - Response Code: 404 2025-06-24 19:15:41,550 - DEBUG - Requesting: http://10.0.0.50:8082/domains 2025-06-24 19:15:41,559 - DEBUG - Requesting: http://10.0.0.50:8082/domain/3751bbc3-d510-4701-8944-40aa920d7a79 2025-06-24 19:15:41,571 - DEBUG - Requesting: http://10.0.0.50:8082/project/4ad3a231-820e-4de5-9c96-cb827a0b96a8 2025-06-24 19:15:41,636 - INFO - Validated that VN __public__ is not found in API Server 2025-06-24 19:15:41,636 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-24 19:15:41,646 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 19:15:41,664 - DEBUG - VN __public__ is not present in Agent 10.0.0.130 2025-06-24 19:15:41,664 - INFO - Validated that VN __public__ is not in any agent 2025-06-24 19:15:41,664 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 19:15:41,674 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-24 19:15:41,685 - DEBUG - Requesting: http://10.0.0.50:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-24 19:15:41,697 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-24 19:15:41,697 - INFO - Deleting pod default:ctest-nginx-pod-88426494 2025-06-24 19:15:41,713 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c718e6db-e5a1-4960-98e2-72afc7732564 2025-06-24 19:15:41,725 - WARNING - Pod uuid c718e6db-e5a1-4960-98e2-72afc7732564 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:46,726 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c718e6db-e5a1-4960-98e2-72afc7732564 2025-06-24 19:15:46,734 - DEBUG - Pod c718e6db-e5a1-4960-98e2-72afc7732564 is not in agent 10.0.0.130 VM list 2025-06-24 19:15:46,734 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:79aefae2-512f-11f0-b802-fa163ec76471 2025-06-24 19:15:46,741 - DEBUG - VMI 79aefae2-512f-11f0-b802-fa163ec76471 is removed from agent 10.0.0.130 2025-06-24 19:15:46,741 - INFO - Verified that pod ctest-nginx-pod-88426494 is removed in agent 2025-06-24 19:15:46,741 - INFO - Deleting pod default:ctest-nginx-pod-72600399 2025-06-24 19:15:46,754 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=23788d83-efee-4389-b450-3a8a18d09826 2025-06-24 19:15:46,763 - WARNING - Pod uuid 23788d83-efee-4389-b450-3a8a18d09826 is still seen in agent 10.0.0.130 VM list 2025-06-24 19:15:51,764 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=23788d83-efee-4389-b450-3a8a18d09826 2025-06-24 19:15:51,773 - DEBUG - Pod 23788d83-efee-4389-b450-3a8a18d09826 is not in agent 10.0.0.130 VM list 2025-06-24 19:15:51,773 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:793584f0-512f-11f0-b802-fa163ec76471 2025-06-24 19:15:51,782 - DEBUG - VMI 793584f0-512f-11f0-b802-fa163ec76471 is removed from agent 10.0.0.130 2025-06-24 19:15:51,782 - INFO - Verified that pod ctest-nginx-pod-72600399 is removed in agent 2025-06-24 19:15:51,782 - INFO - Deleting service : ctest-nginx-svc-99396987 2025-06-24 19:15:52,045 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 19:15:52,052 - DEBUG - No XMPP flaps were noticed during the test 2025-06-24 19:15:52,052 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16] 2025-06-24 19:15:52,052 - INFO - -------------------------------------------------------------------------------- 2025-06-24 19:15:58,485 - 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-06-24 19:15:58,610 - DEBUG - Output : cluster_project={} 2025-06-24 19:15:58,663 - 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-06-24 19:15:58,832 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-24 19:15:58,837 - 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-06-24 19:15:58,957 - DEBUG - Output : cluster_project={} 2025-06-24 19:16:09,102 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:09,144 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:14,236 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:14,273 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:19,359 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:19,467 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:19,555 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:19,594 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-24 19:16:19,836 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 19:16:22,689 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_ApplicationPolicySetReq? 2025-06-24 19:16:22,697 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-06-24 19:16:22,730 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-06-24 19:16:24,767 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AclReq? 2025-06-24 19:19:30,269 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-24 19:19:30,317 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f4bb326e-bb09-4e60-940b-c86fc4c7f3f2 2025-06-24 19:19:30,346 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:19:30,366 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=53de7ca4-f964-4a9a-8f0e-ba69184a0e18 2025-06-24 19:19:30,375 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:19:30,380 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:19:30,387 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:19:30,391 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4a0f8c55-9610-4ce9-a4b0-72d99a6fd88d 2025-06-24 19:19:30,399 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:19:35,409 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f4bb326e-bb09-4e60-940b-c86fc4c7f3f2 2025-06-24 19:19:35,411 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:19:35,424 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a9bb1dc4-512f-11f0-b802-fa163ec76471 2025-06-24 19:19:35,438 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=53de7ca4-f964-4a9a-8f0e-ba69184a0e18 2025-06-24 19:19:35,441 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:19:35,442 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:19:35,444 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:19:35,446 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:19:35,448 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4a0f8c55-9610-4ce9-a4b0-72d99a6fd88d 2025-06-24 19:19:35,475 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aaebf1d2-512f-11f0-b802-fa163ec76471 2025-06-24 19:19:35,480 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ab7d2c74-512f-11f0-b802-fa163ec76471 2025-06-24 19:19:40,423 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:19:40,475 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:19:40,477 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:19:40,479 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:19:40,480 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:19:45,431 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:19:45,495 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:19:45,497 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:19:45,498 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:19:45,499 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:19:50,439 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:19:50,517 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:19:50,520 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:19:50,521 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:19:50,523 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:19:55,447 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:19:55,537 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:19:55,540 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:19:55,542 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:19:55,544 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:20:00,457 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:20:00,566 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:20:00,568 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:20:00,570 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:20:00,571 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:20:05,470 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=96a8d2c2-bfe0-49cc-8eb0-86620014081d 2025-06-24 19:20:05,477 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ad1109a2-512f-11f0-b802-fa163ec76471 2025-06-24 19:20:05,586 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=4ecdb64f-b865-47f4-aaef-faa557e11964 2025-06-24 19:20:05,587 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=c18d3062-7017-42ea-ab7d-cda47be9f583 2025-06-24 19:20:05,589 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=f01068d4-ff31-4202-b11c-d2c4ced0af1c 2025-06-24 19:20:05,591 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_VmListReq?uuid=069aec3d-4152-4e75-97b8-b447ea2d466a 2025-06-24 19:20:05,605 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac913326-512f-11f0-b802-fa163ec76471 2025-06-24 19:20:05,609 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac1558d2-512f-11f0-b802-fa163ec76471 2025-06-24 19:20:05,610 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aa46579a-512f-11f0-b802-fa163ec76471 2025-06-24 19:20:05,611 - DEBUG - Requesting: http://10.0.0.130:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ad8f2684-512f-11f0-b802-fa163ec76471