2025-01-15 19:10:00,538 - DEBUG - [10.0.0.37]: Running cmd : hostname 2025-01-15 19:10:00,782 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-938-1 2025-01-15 19:10:00,782 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2025-01-15 19:10:00,816 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-938-1 2025-01-15 19:10:00,816 - DEBUG - [10.0.0.37]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-15 19:10:00,893 - DEBUG - Output : NAMES contrail_test_2TNU5yJJj contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_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_dnsmasq_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 2025-01-15 19:10:00,893 - DEBUG - [10.0.0.37]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 19:10:00,963 - DEBUG - Output : 10.0.0.37/24 172.17.0.1/16 2025-01-15 19:10:00,964 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2025-01-15 19:10:01,009 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-938-1 2025-01-15 19:10:01,095 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-01-15 19:10:01,453 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-938-1 2025-01-15 19:10:01,453 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-01-15 19:10:01,489 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-938-1 2025-01-15 19:10:01,489 - DEBUG - [10.0.0.41]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-15 19:10:01,554 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-15 19:10:01,555 - DEBUG - [10.0.0.41]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 19:10:01,651 - DEBUG - Output : 10.0.0.41/24 2025-01-15 19:10:01,652 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-01-15 19:10:01,698 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-938-1 2025-01-15 19:10:01,806 - INFO - Using existing project ['default-domain', 'k8s-default'](60d17758-f524-4862-ae4b-c84fd55ed078) 2025-01-15 19:10:01,891 - INFO - Using existing project ['default-domain', 'k8s-default'](60d17758-f524-4862-ae4b-c84fd55ed078) 2025-01-15 19:10:02,030 - INFO - ================================================================================ 2025-01-15 19:10:02,030 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-15 19:10:02,031 - 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-01-15 19:10:02,316 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 19:10:02,330 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.37': '0'}} with 2025-01-15 19:10:02,330 - INFO - Initial checks done. Running the testcase now 2025-01-15 19:10:02,330 - INFO - 2025-01-15 19:10:02,334 - INFO - Namespace default already exists 2025-01-15 19:10:02,334 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-15 19:10:02,462 - DEBUG - Output : cluster_project={} 2025-01-15 19:10:02,557 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-15 19:10:02,557 - DEBUG - Project uuid in Contrail is 60d17758-f524-4862-ae4b-c84fd55ed078 2025-01-15 19:10:02,557 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-15 19:10:02,684 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 19:10:02,685 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_NamespaceDatabaseList?namespace_uuid=6468b86b-c05d-4822-a1c2-bd94468a20c1 2025-01-15 19:10:02,691 - INFO - Namespace default with uuid 6468b86b-c05d-4822-a1c2-bd94468a20c1 found in kube manager 2025-01-15 19:10:02,691 - INFO - Namespace default verification passed 2025-01-15 19:10:02,694 - DEBUG - Service ctest-nginx-svc-71212674 not present 2025-01-15 19:10:02,694 - INFO - Creating service ctest-nginx-svc-71212674 2025-01-15 19:10:02,712 - INFO - Created Service ctest-nginx-svc-71212674 2025-01-15 19:10:02,730 - DEBUG - Pod ctest-nginx-pod-81725804 not present 2025-01-15 19:10:02,730 - INFO - Creating Pod ctest-nginx-pod-81725804 2025-01-15 19:10:02,766 - DEBUG - Pod : ctest-nginx-pod-81725804 UUID is a008db54-f8d7-42ea-b43c-3ca71ba705a8 2025-01-15 19:10:02,769 - DEBUG - Pod ctest-nginx-pod-14393223 not present 2025-01-15 19:10:02,770 - INFO - Creating Pod ctest-nginx-pod-14393223 2025-01-15 19:10:02,814 - DEBUG - Pod : ctest-nginx-pod-14393223 UUID is 41bae5a4-7802-46a9-8daf-e0db503b4d21 2025-01-15 19:10:02,985 - INFO - Created VN __public__, UUID :18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:03,201 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-01-15 19:10:03,207 - DEBUG - Requesting: http://10.0.0.37:8082/domain/496f1004-c2af-4ee6-b309-f81383f45043 2025-01-15 19:10:03,246 - DEBUG - Requesting: http://10.0.0.37:8082/project/60d17758-f524-4862-ae4b-c84fd55ed078 2025-01-15 19:10:03,312 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:03,324 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:03,336 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:10:03,351 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:10:03,358 - DEBUG - Route Targets: [] 2025-01-15 19:10:03,358 - DEBUG - RT names not yet present for VN __public__ 2025-01-15 19:10:08,359 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-01-15 19:10:08,365 - DEBUG - Requesting: http://10.0.0.37:8082/domain/496f1004-c2af-4ee6-b309-f81383f45043 2025-01-15 19:10:08,375 - DEBUG - Requesting: http://10.0.0.37:8082/project/60d17758-f524-4862-ae4b-c84fd55ed078 2025-01-15 19:10:08,426 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:08,437 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:08,447 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:10:08,455 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:10:08,466 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/76ccb861-edc8-4056-ad89-45bf9cec7ccf 2025-01-15 19:10:08,473 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 19:10:08,473 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:08,485 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:10:08,502 - INFO - Verified VN network id 13 for VN 18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:08,502 - INFO - Verifications in API Server for VN __public__ passed 2025-01-15 19:10:08,502 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:08,511 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:10:08,518 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:10:08,525 - DEBUG - Requesting: http://10.0.0.37:8082/route-target/76ccb861-edc8-4056-ad89-45bf9cec7ccf 2025-01-15 19:10:08,532 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 19:10:08,537 - DEBUG - Control-node 10.0.0.37 : 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': '1791928617532473976', 'uuid-lslong': '10189592151998700393'}, 'enable': 'true', 'created': '2025-01-15T19:10:02', 'last-modified': '2025-01-15T19:10:03', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.433219'} 2025-01-15 19:10:08,537 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 19:10:08,544 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 19:10:08,544 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-15 19:10:08,545 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-15 19:10:08,545 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-01-15 19:10:08,553 - DEBUG - Requesting: http://10.0.0.37:8082/domain/496f1004-c2af-4ee6-b309-f81383f45043 2025-01-15 19:10:08,564 - DEBUG - Requesting: http://10.0.0.37:8082/project/60d17758-f524-4862-ae4b-c84fd55ed078 2025-01-15 19:10:08,635 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:08,650 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-15 19:10:08,650 - DEBUG - Verifying the vn in opserver 2025-01-15 19:10:08,650 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.37 2025-01-15 19:10:08,650 - DEBUG - Requesting: http://10.0.0.37:8081/analytics/uves/virtual-networks 2025-01-15 19:10:08,661 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.37:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-15 19:10:08,661 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-15 19:10:08,661 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 19:10:08,673 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 19:10:08,687 - DEBUG - Do not have enough data to verify VN in agent 2025-01-15 19:10:08,687 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 19:10:08,702 - DEBUG - VRF ids for VN __public__: {} 2025-01-15 19:10:08,821 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-15 19:10:08,946 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-01-15 19:10:08,953 - DEBUG - Requesting: http://10.0.0.37:8082/domain/496f1004-c2af-4ee6-b309-f81383f45043 2025-01-15 19:10:08,966 - DEBUG - Requesting: http://10.0.0.37:8082/project/60d17758-f524-4862-ae4b-c84fd55ed078 2025-01-15 19:10:09,047 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:09,061 - DEBUG - Requesting: http://10.0.0.37:8082/floating-ip-pool/83248c14-7615-44ee-80a1-b22f7291567e 2025-01-15 19:10:09,069 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-01-15 19:10:09,074 - DEBUG - Requesting: http://10.0.0.37:8082/domain/496f1004-c2af-4ee6-b309-f81383f45043 2025-01-15 19:10:09,083 - DEBUG - Requesting: http://10.0.0.37:8082/project/60d17758-f524-4862-ae4b-c84fd55ed078 2025-01-15 19:10:09,134 - DEBUG - Requesting: http://10.0.0.37:8082/virtual-network/18de3595-66e1-4278-8d68-b41351fd9b69 2025-01-15 19:10:09,151 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-15 19:10:09,151 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-15 19:10:09,159 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 19:10:09,169 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-15 19:10:09,169 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-15 19:10:09,172 - DEBUG - Ingress ctest-nginx-ingress-26753432 not present 2025-01-15 19:10:09,173 - INFO - Creating Ingress ctest-nginx-ingress-26753432 2025-01-15 19:10:09,181 - INFO - Created Ingress ctest-nginx-ingress-26753432 2025-01-15 19:10:09,185 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-26753432 2025-01-15 19:10:12,191 - DEBUG - For Ingress ctest-nginx-ingress-26753432, Cluster IP: 10.47.255.249, External IPs ['149.134.49.188'] 2025-01-15 19:10:12,192 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-26753432 2025-01-15 19:10:12,193 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=5d9de568-8d57-4334-b5d0-86c53f0317fa 2025-01-15 19:10:12,201 - INFO - Ingress ctest-nginx-ingress-26753432 with uuid 5d9de568-8d57-4334-b5d0-86c53f0317fa found in kube manager 2025-01-15 19:10:12,202 - INFO - Ingress ctest-nginx-ingress-26753432 verification passed 2025-01-15 19:10:12,205 - DEBUG - Pod ctest-busybox-pod-17099234 not present 2025-01-15 19:10:12,205 - INFO - Creating Pod ctest-busybox-pod-17099234 2025-01-15 19:10:12,238 - DEBUG - Pod : ctest-busybox-pod-17099234 UUID is 40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:10:12,243 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:17,250 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:22,256 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:27,263 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:32,268 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:37,275 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:42,289 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:47,294 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:52,300 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:10:57,307 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:02,314 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:07,321 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:12,335 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:17,342 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:22,349 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:27,357 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:32,364 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:37,372 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:42,387 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:47,394 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:52,403 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:11:57,411 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:02,417 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:07,430 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:12,439 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:17,445 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:22,453 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:27,460 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:32,467 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:37,473 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:42,488 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:47,494 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:52,502 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:12:57,508 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:13:02,515 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:13:07,521 - DEBUG - Pod ctest-nginx-pod-81725804 not in running state.Currently in Pending 2025-01-15 19:13:12,530 - INFO - Pod ctest-nginx-pod-81725804 is in running state.Got IP 10.47.255.251 2025-01-15 19:13:12,549 - DEBUG - Pod ctest-nginx-pod-81725804 has vmi 539dbf48-d374-11ef-a312-fa163e6b0def 2025-01-15 19:13:12,549 - INFO - Verified pod ctest-nginx-pod-81725804 in contrail-api 2025-01-15 19:13:12,550 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:13:12,576 - DEBUG - VMI 539dbf48-d374-11ef-a312-fa163e6b0def is active in agent 10.0.0.41 2025-01-15 19:13:12,576 - INFO - Verified Pod ctest-nginx-pod-81725804 in agent 10.0.0.41 2025-01-15 19:13:12,576 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=a008db54-f8d7-42ea-b43c-3ca71ba705a8 2025-01-15 19:13:12,581 - INFO - Pod ctest-nginx-pod-81725804 with uuid a008db54-f8d7-42ea-b43c-3ca71ba705a8 found in kube manager 2025-01-15 19:13:12,581 - INFO - Pod ctest-nginx-pod-81725804 verification passed 2025-01-15 19:13:12,719 - DEBUG - [Pod ctest-nginx-pod-81725804] Cmd: echo ctest-nginx-pod-81725804 > /usr/share/nginx/html/index.html, Output: 2025-01-15 19:13:12,729 - INFO - Pod ctest-nginx-pod-14393223 is in running state.Got IP 10.47.255.250 2025-01-15 19:13:12,797 - DEBUG - Pod ctest-nginx-pod-14393223 has vmi 540ccb4a-d374-11ef-a312-fa163e6b0def 2025-01-15 19:13:12,797 - INFO - Verified pod ctest-nginx-pod-14393223 in contrail-api 2025-01-15 19:13:12,797 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:13:12,820 - DEBUG - VMI 540ccb4a-d374-11ef-a312-fa163e6b0def is active in agent 10.0.0.41 2025-01-15 19:13:12,820 - INFO - Verified Pod ctest-nginx-pod-14393223 in agent 10.0.0.41 2025-01-15 19:13:12,820 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=41bae5a4-7802-46a9-8daf-e0db503b4d21 2025-01-15 19:13:12,825 - INFO - Pod ctest-nginx-pod-14393223 with uuid 41bae5a4-7802-46a9-8daf-e0db503b4d21 found in kube manager 2025-01-15 19:13:12,825 - INFO - Pod ctest-nginx-pod-14393223 verification passed 2025-01-15 19:13:12,928 - DEBUG - [Pod ctest-nginx-pod-14393223] Cmd: echo ctest-nginx-pod-14393223 > /usr/share/nginx/html/index.html, Output: 2025-01-15 19:13:12,935 - DEBUG - Pod ctest-busybox-pod-17099234 not in running state.Currently in Pending 2025-01-15 19:13:17,942 - INFO - Pod ctest-busybox-pod-17099234 is in running state.Got IP 10.47.255.248 2025-01-15 19:13:17,959 - DEBUG - Pod ctest-busybox-pod-17099234 has vmi 587b2c26-d374-11ef-a312-fa163e6b0def 2025-01-15 19:13:17,960 - INFO - Verified pod ctest-busybox-pod-17099234 in contrail-api 2025-01-15 19:13:17,960 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:13:17,985 - DEBUG - VMI 587b2c26-d374-11ef-a312-fa163e6b0def is active in agent 10.0.0.41 2025-01-15 19:13:17,985 - INFO - Verified Pod ctest-busybox-pod-17099234 in agent 10.0.0.41 2025-01-15 19:13:17,985 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_VirtualMachineDatabaseList?x=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:17,991 - INFO - Pod ctest-busybox-pod-17099234 with uuid 40922b44-da41-491a-a7ba-2cc3a92770eb found in kube manager 2025-01-15 19:13:17,991 - INFO - Pod ctest-busybox-pod-17099234 verification passed 2025-01-15 19:13:18,114 - DEBUG - [Pod ctest-busybox-pod-17099234] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-14393223 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-01-15 19:13:18,114 - DEBUG - [Pod Pod ctest-busybox-pod-17099234] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 19:13:18,114 - DEBUG - [Pod Pod ctest-busybox-pod-17099234] Cmd output: ctest-nginx-pod-14393223 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-01-15 19:13:18,191 - DEBUG - [Pod ctest-busybox-pod-17099234] 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-81725804 2025-01-15 19:13:18,191 - DEBUG - [Pod Pod ctest-busybox-pod-17099234] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 19:13:18,191 - DEBUG - [Pod Pod ctest-busybox-pod-17099234] 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-81725804 2025-01-15 19:13:18,191 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-81725804': 1, 'ctest-nginx-pod-14393223': 1} 2025-01-15 19:13:18,191 - WARNING - Nothing to delete parallely 2025-01-15 19:13:18,192 - INFO - Deleting pod default:ctest-busybox-pod-17099234 2025-01-15 19:13:18,203 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:18,213 - WARNING - Pod uuid 40922b44-da41-491a-a7ba-2cc3a92770eb is still seen in agent 10.0.0.41 VM list 2025-01-15 19:13:23,214 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:23,222 - WARNING - Pod uuid 40922b44-da41-491a-a7ba-2cc3a92770eb is still seen in agent 10.0.0.41 VM list 2025-01-15 19:13:28,223 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:28,230 - WARNING - Pod uuid 40922b44-da41-491a-a7ba-2cc3a92770eb is still seen in agent 10.0.0.41 VM list 2025-01-15 19:13:33,232 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:33,243 - WARNING - Pod uuid 40922b44-da41-491a-a7ba-2cc3a92770eb is still seen in agent 10.0.0.41 VM list 2025-01-15 19:13:38,244 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:38,280 - WARNING - Pod uuid 40922b44-da41-491a-a7ba-2cc3a92770eb is still seen in agent 10.0.0.41 VM list 2025-01-15 19:13:43,281 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:43,295 - WARNING - Pod uuid 40922b44-da41-491a-a7ba-2cc3a92770eb is still seen in agent 10.0.0.41 VM list 2025-01-15 19:13:48,296 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:48,308 - WARNING - Pod uuid 40922b44-da41-491a-a7ba-2cc3a92770eb is still seen in agent 10.0.0.41 VM list 2025-01-15 19:13:53,309 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=40922b44-da41-491a-a7ba-2cc3a92770eb 2025-01-15 19:13:53,323 - DEBUG - Pod 40922b44-da41-491a-a7ba-2cc3a92770eb is not in agent 10.0.0.41 VM list 2025-01-15 19:13:53,323 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:587b2c26-d374-11ef-a312-fa163e6b0def 2025-01-15 19:13:53,336 - DEBUG - VMI 587b2c26-d374-11ef-a312-fa163e6b0def is removed from agent 10.0.0.41 2025-01-15 19:13:53,336 - INFO - Verified that pod ctest-busybox-pod-17099234 is removed in agent 2025-01-15 19:13:53,336 - INFO - Deleting Ingress : ctest-nginx-ingress-26753432 2025-01-15 19:13:53,355 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=5d9de568-8d57-4334-b5d0-86c53f0317fa 2025-01-15 19:13:53,361 - ERROR - Ingress ctest-nginx-ingress-26753432 with uuid 5d9de568-8d57-4334-b5d0-86c53f0317fa still found in kube manager 2025-01-15 19:13:54,362 - DEBUG - Requesting: http://10.0.0.37:8108/Snh_LoadbalancerDatabaseList?x=5d9de568-8d57-4334-b5d0-86c53f0317fa 2025-01-15 19:13:54,368 - INFO - Ingress ctest-nginx-ingress-26753432 with uuid 5d9de568-8d57-4334-b5d0-86c53f0317fa deleted successfully from kube manager 2025-01-15 19:13:54,368 - INFO - Verifications on Ingress %s cleanup passed 2025-01-15 19:13:54,368 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-15 19:13:54,565 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 19:13:54,582 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-15 19:13:54,582 - INFO - Deleting VN __public__ 2025-01-15 19:13:55,061 - DEBUG - Requesting: http://10.0.0.37:8082/routing-instance/1478a1bb-3f67-45b7-bbf2-980faf161997 2025-01-15 19:13:55,071 - DEBUG - Response Code: 404 2025-01-15 19:13:55,071 - DEBUG - Requesting: http://10.0.0.37:8082/domains 2025-01-15 19:13:55,080 - DEBUG - Requesting: http://10.0.0.37:8082/domain/496f1004-c2af-4ee6-b309-f81383f45043 2025-01-15 19:13:55,091 - DEBUG - Requesting: http://10.0.0.37:8082/project/60d17758-f524-4862-ae4b-c84fd55ed078 2025-01-15 19:13:55,152 - INFO - Validated that VN __public__ is not found in API Server 2025-01-15 19:13:55,152 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-15 19:13:55,166 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 19:13:55,180 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-01-15 19:13:55,180 - INFO - Validated that VN __public__ is not in any agent 2025-01-15 19:13:55,181 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 19:13:55,199 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 19:13:55,213 - DEBUG - Requesting: http://10.0.0.37:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 19:13:55,228 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-15 19:13:55,229 - INFO - Deleting pod default:ctest-nginx-pod-14393223 2025-01-15 19:13:55,247 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=41bae5a4-7802-46a9-8daf-e0db503b4d21 2025-01-15 19:13:55,278 - WARNING - Pod uuid 41bae5a4-7802-46a9-8daf-e0db503b4d21 is still seen in agent 10.0.0.41 VM list 2025-01-15 19:14:00,279 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=41bae5a4-7802-46a9-8daf-e0db503b4d21 2025-01-15 19:14:00,289 - DEBUG - Pod 41bae5a4-7802-46a9-8daf-e0db503b4d21 is not in agent 10.0.0.41 VM list 2025-01-15 19:14:00,289 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:540ccb4a-d374-11ef-a312-fa163e6b0def 2025-01-15 19:14:00,295 - DEBUG - VMI 540ccb4a-d374-11ef-a312-fa163e6b0def is removed from agent 10.0.0.41 2025-01-15 19:14:00,295 - INFO - Verified that pod ctest-nginx-pod-14393223 is removed in agent 2025-01-15 19:14:00,296 - INFO - Deleting pod default:ctest-nginx-pod-81725804 2025-01-15 19:14:00,330 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a008db54-f8d7-42ea-b43c-3ca71ba705a8 2025-01-15 19:14:00,344 - WARNING - Pod uuid a008db54-f8d7-42ea-b43c-3ca71ba705a8 is still seen in agent 10.0.0.41 VM list 2025-01-15 19:14:05,345 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a008db54-f8d7-42ea-b43c-3ca71ba705a8 2025-01-15 19:14:05,353 - DEBUG - Pod a008db54-f8d7-42ea-b43c-3ca71ba705a8 is not in agent 10.0.0.41 VM list 2025-01-15 19:14:05,353 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:539dbf48-d374-11ef-a312-fa163e6b0def 2025-01-15 19:14:05,364 - DEBUG - VMI 539dbf48-d374-11ef-a312-fa163e6b0def is removed from agent 10.0.0.41 2025-01-15 19:14:05,364 - INFO - Verified that pod ctest-nginx-pod-81725804 is removed in agent 2025-01-15 19:14:05,364 - INFO - Deleting service : ctest-nginx-svc-71212674 2025-01-15 19:14:05,644 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 19:14:05,653 - DEBUG - No XMPP flaps were noticed during the test 2025-01-15 19:14:05,653 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:04:03] 2025-01-15 19:14:05,654 - INFO - -------------------------------------------------------------------------------- 2025-01-15 19:14:12,043 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-15 19:14:12,153 - DEBUG - Output : cluster_project={} 2025-01-15 19:14:12,200 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-15 19:14:12,334 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 19:14:12,360 - DEBUG - [10.0.0.37]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-15 19:14:12,490 - DEBUG - Output : cluster_project={} 2025-01-15 19:14:27,625 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:27,670 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:27,765 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:27,815 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:27,913 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:28,046 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:33,107 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:33,194 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 19:14:33,559 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 19:14:36,418 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_ApplicationPolicySetReq? 2025-01-15 19:14:36,435 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-01-15 19:14:36,477 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-01-15 19:14:38,526 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-01-15 19:17:41,037 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 19:17:41,115 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=c58b6340-c21b-46d4-a9b7-9c9dcdab075c 2025-01-15 19:17:41,167 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:17:41,186 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=5bf0fcaf-5300-4d0f-970b-450d04247595 2025-01-15 19:17:41,193 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:17:41,197 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=90cbd0d1-629c-4cb0-a719-5831fd3d2656 2025-01-15 19:17:41,210 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:17:41,222 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9bcae96a-72a3-4998-bb9f-85aad42e5156 2025-01-15 19:17:41,234 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:17:46,243 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=c58b6340-c21b-46d4-a9b7-9c9dcdab075c 2025-01-15 19:17:46,257 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e8263924-d374-11ef-a312-fa163e6b0def 2025-01-15 19:17:46,319 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:17:46,321 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9bcae96a-72a3-4998-bb9f-85aad42e5156 2025-01-15 19:17:46,322 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:17:46,323 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=90cbd0d1-629c-4cb0-a719-5831fd3d2656 2025-01-15 19:17:46,324 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:17:46,332 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:17:46,333 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=5bf0fcaf-5300-4d0f-970b-450d04247595 2025-01-15 19:17:46,379 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e94fd602-d374-11ef-a312-fa163e6b0def 2025-01-15 19:17:46,386 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e9d47240-d374-11ef-a312-fa163e6b0def 2025-01-15 19:17:46,388 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e8ab37f0-d374-11ef-a312-fa163e6b0def 2025-01-15 19:17:51,383 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:17:51,386 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:17:51,389 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:17:51,390 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:17:56,424 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:17:56,426 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:17:56,426 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:17:56,427 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:18:01,470 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:18:01,472 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:18:01,473 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:18:01,474 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:18:06,490 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:18:06,492 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:18:06,493 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:18:06,495 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:18:11,533 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:18:11,536 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:18:11,537 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:18:11,538 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:18:16,607 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=e14e1381-24e0-4bdb-ae54-0284e49b0662 2025-01-15 19:18:16,609 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=7a9ba26a-38cc-4bb5-b8d3-626325a95ad5 2025-01-15 19:18:16,610 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9d0e4b52-8642-4aaf-b6e7-674421d2b322 2025-01-15 19:18:16,612 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b0ee72fc-7110-471b-89fb-a094bd9b93db 2025-01-15 19:18:16,657 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ea6a4784-d374-11ef-a312-fa163e6b0def 2025-01-15 19:18:16,661 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ebed0b82-d374-11ef-a312-fa163e6b0def 2025-01-15 19:18:16,663 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eaed04d0-d374-11ef-a312-fa163e6b0def 2025-01-15 19:18:16,664 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:eb6759a6-d374-11ef-a312-fa163e6b0def