2025-02-17 18:29:14,728 - DEBUG - [10.0.0.46]: Running cmd : hostname 2025-02-17 18:29:14,991 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-981-1 2025-02-17 18:29:14,991 - DEBUG - [10.0.0.46]: Running cmd : hostname -f 2025-02-17 18:29:15,025 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-981-1 2025-02-17 18:29:15,025 - DEBUG - [10.0.0.46]: 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-02-17 18:29:15,140 - DEBUG - Output : NAMES contrail_test_WA9X9Sf9e contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_schema_1 config_api_svcmonitor_1 config_api_dnsmasq_1 2025-02-17 18:29:15,141 - DEBUG - [10.0.0.46]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-17 18:29:15,176 - DEBUG - Output : 10.0.0.46/24 172.17.0.1/16 2025-02-17 18:29:15,176 - DEBUG - [10.0.0.46]: Running cmd : getent hosts 10.0.0.46 | head -n 1 | awk '{print $2}' 2025-02-17 18:29:15,210 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-981-1 2025-02-17 18:29:15,311 - DEBUG - [10.0.0.28]: Running cmd : hostname 2025-02-17 18:29:15,548 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-981-1 2025-02-17 18:29:15,548 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2025-02-17 18:29:15,573 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-981-1 2025-02-17 18:29:15,573 - DEBUG - [10.0.0.28]: 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-02-17 18:29:15,619 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-02-17 18:29:15,619 - DEBUG - [10.0.0.28]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-02-17 18:29:15,694 - DEBUG - Output : 10.0.0.28/24 2025-02-17 18:29:15,695 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2025-02-17 18:29:15,730 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-981-1 2025-02-17 18:29:15,819 - INFO - Using existing project ['default-domain', 'k8s-default'](2a0eb1c1-96ca-432a-8475-7453e3a01eb8) 2025-02-17 18:29:15,937 - INFO - Using existing project ['default-domain', 'k8s-default'](2a0eb1c1-96ca-432a-8475-7453e3a01eb8) 2025-02-17 18:29:16,098 - INFO - ================================================================================ 2025-02-17 18:29:16,099 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-02-17 18:29:16,100 - 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-02-17 18:29:16,343 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-17 18:29:16,352 - DEBUG - Nothing to compare xmpp stats {'10.0.0.28': {'10.0.0.46': '0'}} with 2025-02-17 18:29:16,352 - INFO - Initial checks done. Running the testcase now 2025-02-17 18:29:16,352 - INFO - 2025-02-17 18:29:16,356 - INFO - Namespace default already exists 2025-02-17 18:29:16,357 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-17 18:29:16,492 - DEBUG - Output : cluster_project={} 2025-02-17 18:29:16,544 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-02-17 18:29:16,545 - DEBUG - Project uuid in Contrail is 2a0eb1c1-96ca-432a-8475-7453e3a01eb8 2025-02-17 18:29:16,545 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-17 18:29:16,662 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-17 18:29:16,662 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_NamespaceDatabaseList?namespace_uuid=101ee5c1-3848-4ba5-a6d4-88b6b351e313 2025-02-17 18:29:16,667 - INFO - Namespace default with uuid 101ee5c1-3848-4ba5-a6d4-88b6b351e313 found in kube manager 2025-02-17 18:29:16,667 - INFO - Namespace default verification passed 2025-02-17 18:29:16,671 - DEBUG - Service ctest-nginx-svc-64929250 not present 2025-02-17 18:29:16,671 - INFO - Creating service ctest-nginx-svc-64929250 2025-02-17 18:29:16,695 - INFO - Created Service ctest-nginx-svc-64929250 2025-02-17 18:29:16,704 - DEBUG - Pod ctest-nginx-pod-65132823 not present 2025-02-17 18:29:16,705 - INFO - Creating Pod ctest-nginx-pod-65132823 2025-02-17 18:29:16,741 - DEBUG - Pod : ctest-nginx-pod-65132823 UUID is f6ece6c4-be34-4b33-86d7-79333480a3ab 2025-02-17 18:29:16,764 - DEBUG - Pod ctest-nginx-pod-87969630 not present 2025-02-17 18:29:16,764 - INFO - Creating Pod ctest-nginx-pod-87969630 2025-02-17 18:29:16,799 - DEBUG - Pod : ctest-nginx-pod-87969630 UUID is ecb82222-4552-481d-8d09-8f7d6bf72b27 2025-02-17 18:29:16,995 - INFO - Created VN __public__, UUID :d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:17,248 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-02-17 18:29:17,263 - DEBUG - Requesting: http://10.0.0.46:8082/domain/14a7eaa2-67aa-4d38-9eab-85fbe38db9ac 2025-02-17 18:29:17,280 - DEBUG - Requesting: http://10.0.0.46:8082/project/2a0eb1c1-96ca-432a-8475-7453e3a01eb8 2025-02-17 18:29:17,379 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:17,407 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:17,460 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:29:17,478 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:29:17,492 - DEBUG - Route Targets: [] 2025-02-17 18:29:17,492 - DEBUG - RT names not yet present for VN __public__ 2025-02-17 18:29:22,493 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-02-17 18:29:22,500 - DEBUG - Requesting: http://10.0.0.46:8082/domain/14a7eaa2-67aa-4d38-9eab-85fbe38db9ac 2025-02-17 18:29:22,508 - DEBUG - Requesting: http://10.0.0.46:8082/project/2a0eb1c1-96ca-432a-8475-7453e3a01eb8 2025-02-17 18:29:22,571 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:22,582 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:22,593 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:29:22,602 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:29:22,611 - DEBUG - Requesting: http://10.0.0.46:8082/route-target/a0710ffd-6f7c-458a-97f2-d893bfa85c25 2025-02-17 18:29:22,618 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-17 18:29:22,618 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:22,629 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:29:22,647 - INFO - Verified VN network id 13 for VN d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:22,648 - INFO - Verifications in API Server for VN __public__ passed 2025-02-17 18:29:22,648 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:22,662 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:29:22,670 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:29:22,678 - DEBUG - Requesting: http://10.0.0.46:8082/route-target/a0710ffd-6f7c-458a-97f2-d893bfa85c25 2025-02-17 18:29:22,686 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-17 18:29:22,693 - DEBUG - Control-node 10.0.0.46 : 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': '15568329348683286063', 'uuid-lslong': '12521073485154797367'}, 'enable': 'true', 'created': '2025-02-17T18:29:16', 'last-modified': '2025-02-17T18:29:17', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.490197'} 2025-02-17 18:29:22,693 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-17 18:29:22,703 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-02-17 18:29:22,703 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-02-17 18:29:22,704 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-02-17 18:29:22,704 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-02-17 18:29:22,713 - DEBUG - Requesting: http://10.0.0.46:8082/domain/14a7eaa2-67aa-4d38-9eab-85fbe38db9ac 2025-02-17 18:29:22,724 - DEBUG - Requesting: http://10.0.0.46:8082/project/2a0eb1c1-96ca-432a-8475-7453e3a01eb8 2025-02-17 18:29:22,786 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:22,808 - DEBUG - =>VN __public__ has no policy to be verified 2025-02-17 18:29:22,808 - DEBUG - Verifying the vn in opserver 2025-02-17 18:29:22,809 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.46 2025-02-17 18:29:22,809 - DEBUG - Requesting: http://10.0.0.46:8081/analytics/uves/virtual-networks 2025-02-17 18:29:22,816 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.46:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-02-17 18:29:22,816 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-02-17 18:29:22,816 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-17 18:29:22,825 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-17 18:29:22,832 - DEBUG - Do not have enough data to verify VN in agent 2025-02-17 18:29:22,832 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-17 18:29:22,839 - DEBUG - VRF ids for VN __public__: {} 2025-02-17 18:29:22,939 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-02-17 18:29:23,053 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-02-17 18:29:23,058 - DEBUG - Requesting: http://10.0.0.46:8082/domain/14a7eaa2-67aa-4d38-9eab-85fbe38db9ac 2025-02-17 18:29:23,067 - DEBUG - Requesting: http://10.0.0.46:8082/project/2a0eb1c1-96ca-432a-8475-7453e3a01eb8 2025-02-17 18:29:23,109 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:23,132 - DEBUG - Requesting: http://10.0.0.46:8082/floating-ip-pool/7df67221-23f9-4c06-b4ae-82c21629709d 2025-02-17 18:29:23,142 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-02-17 18:29:23,148 - DEBUG - Requesting: http://10.0.0.46:8082/domain/14a7eaa2-67aa-4d38-9eab-85fbe38db9ac 2025-02-17 18:29:23,158 - DEBUG - Requesting: http://10.0.0.46:8082/project/2a0eb1c1-96ca-432a-8475-7453e3a01eb8 2025-02-17 18:29:23,213 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/d80dd10e-de8e-462f-adc3-c9fec936c737 2025-02-17 18:29:23,228 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-02-17 18:29:23,228 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-02-17 18:29:23,238 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-17 18:29:23,244 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-02-17 18:29:23,245 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-02-17 18:29:23,248 - DEBUG - Ingress ctest-nginx-ingress-49759264 not present 2025-02-17 18:29:23,249 - INFO - Creating Ingress ctest-nginx-ingress-49759264 2025-02-17 18:29:23,257 - INFO - Created Ingress ctest-nginx-ingress-49759264 2025-02-17 18:29:23,261 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-49759264 2025-02-17 18:29:26,272 - DEBUG - For Ingress ctest-nginx-ingress-49759264, Cluster IP: 10.47.255.249, External IPs ['132.160.96.124'] 2025-02-17 18:29:26,272 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-49759264 2025-02-17 18:29:26,280 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=84c7baf0-a5d0-4ea9-81fc-630c5e022a9e 2025-02-17 18:29:26,287 - INFO - Ingress ctest-nginx-ingress-49759264 with uuid 84c7baf0-a5d0-4ea9-81fc-630c5e022a9e found in kube manager 2025-02-17 18:29:26,287 - INFO - Ingress ctest-nginx-ingress-49759264 verification passed 2025-02-17 18:29:26,316 - DEBUG - Pod ctest-busybox-pod-18180247 not present 2025-02-17 18:29:26,317 - INFO - Creating Pod ctest-busybox-pod-18180247 2025-02-17 18:29:26,359 - DEBUG - Pod : ctest-busybox-pod-18180247 UUID is 40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:29:26,371 - DEBUG - Pod ctest-nginx-pod-65132823 not in running state.Currently in Pending 2025-02-17 18:29:31,378 - DEBUG - Pod ctest-nginx-pod-65132823 not in running state.Currently in Pending 2025-02-17 18:29:36,387 - INFO - Pod ctest-nginx-pod-65132823 is in running state.Got IP 10.47.255.251 2025-02-17 18:29:36,473 - DEBUG - Pod ctest-nginx-pod-65132823 has vmi 1957b232-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:29:36,473 - INFO - Verified pod ctest-nginx-pod-65132823 in contrail-api 2025-02-17 18:29:36,473 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:29:36,488 - DEBUG - VMI 1957b232-ed5d-11ef-9aec-fa163ee8b5a4 is active in agent 10.0.0.28 2025-02-17 18:29:36,488 - INFO - Verified Pod ctest-nginx-pod-65132823 in agent 10.0.0.28 2025-02-17 18:29:36,488 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=f6ece6c4-be34-4b33-86d7-79333480a3ab 2025-02-17 18:29:36,493 - INFO - Pod ctest-nginx-pod-65132823 with uuid f6ece6c4-be34-4b33-86d7-79333480a3ab found in kube manager 2025-02-17 18:29:36,493 - INFO - Pod ctest-nginx-pod-65132823 verification passed 2025-02-17 18:29:36,569 - DEBUG - [Pod ctest-nginx-pod-65132823] Cmd: echo ctest-nginx-pod-65132823 > /usr/share/nginx/html/index.html, Output: 2025-02-17 18:29:36,577 - INFO - Pod ctest-nginx-pod-87969630 is in running state.Got IP 10.47.255.250 2025-02-17 18:29:36,594 - DEBUG - Pod ctest-nginx-pod-87969630 has vmi 19cbed82-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:29:36,594 - INFO - Verified pod ctest-nginx-pod-87969630 in contrail-api 2025-02-17 18:29:36,594 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:29:36,607 - DEBUG - VMI 19cbed82-ed5d-11ef-9aec-fa163ee8b5a4 is active in agent 10.0.0.28 2025-02-17 18:29:36,608 - INFO - Verified Pod ctest-nginx-pod-87969630 in agent 10.0.0.28 2025-02-17 18:29:36,608 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=ecb82222-4552-481d-8d09-8f7d6bf72b27 2025-02-17 18:29:36,619 - INFO - Pod ctest-nginx-pod-87969630 with uuid ecb82222-4552-481d-8d09-8f7d6bf72b27 found in kube manager 2025-02-17 18:29:36,620 - INFO - Pod ctest-nginx-pod-87969630 verification passed 2025-02-17 18:29:36,679 - DEBUG - [Pod ctest-nginx-pod-87969630] Cmd: echo ctest-nginx-pod-87969630 > /usr/share/nginx/html/index.html, Output: 2025-02-17 18:29:36,685 - DEBUG - Pod ctest-busybox-pod-18180247 not in running state.Currently in Pending 2025-02-17 18:29:41,692 - INFO - Pod ctest-busybox-pod-18180247 is in running state.Got IP 10.47.255.248 2025-02-17 18:29:41,708 - DEBUG - Pod ctest-busybox-pod-18180247 has vmi 1e497cb2-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:29:41,708 - INFO - Verified pod ctest-busybox-pod-18180247 in contrail-api 2025-02-17 18:29:41,709 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:29:41,722 - DEBUG - VMI 1e497cb2-ed5d-11ef-9aec-fa163ee8b5a4 is active in agent 10.0.0.28 2025-02-17 18:29:41,722 - INFO - Verified Pod ctest-busybox-pod-18180247 in agent 10.0.0.28 2025-02-17 18:29:41,722 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:29:41,728 - INFO - Pod ctest-busybox-pod-18180247 with uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 found in kube manager 2025-02-17 18:29:41,728 - INFO - Pod ctest-busybox-pod-18180247 verification passed 2025-02-17 18:29:41,781 - DEBUG - [Pod ctest-busybox-pod-18180247] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-65132823 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-02-17 18:29:41,781 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-17 18:29:41,781 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] Cmd output: ctest-nginx-pod-65132823 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-02-17 18:29:41,850 - DEBUG - [Pod ctest-busybox-pod-18180247] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-65132823 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-02-17 18:29:41,850 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-17 18:29:41,850 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] Cmd output: ctest-nginx-pod-65132823 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-02-17 18:29:41,914 - DEBUG - [Pod ctest-busybox-pod-18180247] 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-65132823 2025-02-17 18:29:41,915 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-17 18:29:41,915 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] 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-65132823 2025-02-17 18:29:41,987 - DEBUG - [Pod ctest-busybox-pod-18180247] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-87969630 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-02-17 18:29:41,987 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-02-17 18:29:41,987 - DEBUG - [Pod Pod ctest-busybox-pod-18180247] Cmd output: ctest-nginx-pod-87969630 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-02-17 18:29:41,987 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-65132823': 3, 'ctest-nginx-pod-87969630': 1} 2025-02-17 18:29:41,988 - WARNING - Nothing to delete parallely 2025-02-17 18:29:41,988 - INFO - Deleting pod default:ctest-busybox-pod-18180247 2025-02-17 18:29:42,001 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:29:42,011 - WARNING - Pod uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:29:47,012 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:29:47,021 - WARNING - Pod uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:29:52,022 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:29:52,031 - WARNING - Pod uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:29:57,032 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:29:57,042 - WARNING - Pod uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:30:02,043 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:30:02,051 - WARNING - Pod uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:30:07,053 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:30:07,067 - WARNING - Pod uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:30:12,067 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:30:12,078 - WARNING - Pod uuid 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:30:17,079 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=40a122ec-0fcf-446b-b5a3-2726fb2e3594 2025-02-17 18:30:17,088 - DEBUG - Pod 40a122ec-0fcf-446b-b5a3-2726fb2e3594 is not in agent 10.0.0.28 VM list 2025-02-17 18:30:17,088 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1e497cb2-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:30:17,097 - DEBUG - VMI 1e497cb2-ed5d-11ef-9aec-fa163ee8b5a4 is removed from agent 10.0.0.28 2025-02-17 18:30:17,097 - INFO - Verified that pod ctest-busybox-pod-18180247 is removed in agent 2025-02-17 18:30:17,097 - INFO - Deleting Ingress : ctest-nginx-ingress-49759264 2025-02-17 18:30:17,115 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=84c7baf0-a5d0-4ea9-81fc-630c5e022a9e 2025-02-17 18:30:17,124 - ERROR - Ingress ctest-nginx-ingress-49759264 with uuid 84c7baf0-a5d0-4ea9-81fc-630c5e022a9e still found in kube manager 2025-02-17 18:30:18,126 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=84c7baf0-a5d0-4ea9-81fc-630c5e022a9e 2025-02-17 18:30:18,131 - ERROR - Ingress ctest-nginx-ingress-49759264 with uuid 84c7baf0-a5d0-4ea9-81fc-630c5e022a9e still found in kube manager 2025-02-17 18:30:19,132 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=84c7baf0-a5d0-4ea9-81fc-630c5e022a9e 2025-02-17 18:30:19,138 - INFO - Ingress ctest-nginx-ingress-49759264 with uuid 84c7baf0-a5d0-4ea9-81fc-630c5e022a9e deleted successfully from kube manager 2025-02-17 18:30:19,139 - INFO - Verifications on Ingress %s cleanup passed 2025-02-17 18:30:19,140 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-02-17 18:30:19,296 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-02-17 18:30:19,303 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-02-17 18:30:19,303 - INFO - Deleting VN __public__ 2025-02-17 18:30:19,476 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/fbef734f-00d2-41af-ae26-7a483ab7e6d8 2025-02-17 18:30:19,510 - DEBUG - Response Code: 404 2025-02-17 18:30:19,510 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2025-02-17 18:30:19,516 - DEBUG - Requesting: http://10.0.0.46:8082/domain/14a7eaa2-67aa-4d38-9eab-85fbe38db9ac 2025-02-17 18:30:19,524 - DEBUG - Requesting: http://10.0.0.46:8082/project/2a0eb1c1-96ca-432a-8475-7453e3a01eb8 2025-02-17 18:30:19,592 - INFO - Validated that VN __public__ is not found in API Server 2025-02-17 18:30:19,592 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-02-17 18:30:19,609 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-17 18:30:19,621 - DEBUG - VN __public__ is not present in Agent 10.0.0.28 2025-02-17 18:30:19,621 - INFO - Validated that VN __public__ is not in any agent 2025-02-17 18:30:19,622 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-17 18:30:19,629 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-02-17 18:30:19,635 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-02-17 18:30:19,642 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-02-17 18:30:19,642 - INFO - Deleting pod default:ctest-nginx-pod-87969630 2025-02-17 18:30:19,657 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ecb82222-4552-481d-8d09-8f7d6bf72b27 2025-02-17 18:30:19,670 - WARNING - Pod uuid ecb82222-4552-481d-8d09-8f7d6bf72b27 is still seen in agent 10.0.0.28 VM list 2025-02-17 18:30:24,671 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ecb82222-4552-481d-8d09-8f7d6bf72b27 2025-02-17 18:30:24,680 - DEBUG - Pod ecb82222-4552-481d-8d09-8f7d6bf72b27 is not in agent 10.0.0.28 VM list 2025-02-17 18:30:24,680 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:19cbed82-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:30:24,686 - DEBUG - VMI 19cbed82-ed5d-11ef-9aec-fa163ee8b5a4 is removed from agent 10.0.0.28 2025-02-17 18:30:24,686 - INFO - Verified that pod ctest-nginx-pod-87969630 is removed in agent 2025-02-17 18:30:24,687 - INFO - Deleting pod default:ctest-nginx-pod-65132823 2025-02-17 18:30:24,711 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f6ece6c4-be34-4b33-86d7-79333480a3ab 2025-02-17 18:30:24,727 - WARNING - Pod uuid f6ece6c4-be34-4b33-86d7-79333480a3ab is still seen in agent 10.0.0.28 VM list 2025-02-17 18:30:29,727 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f6ece6c4-be34-4b33-86d7-79333480a3ab 2025-02-17 18:30:29,736 - DEBUG - Pod f6ece6c4-be34-4b33-86d7-79333480a3ab is not in agent 10.0.0.28 VM list 2025-02-17 18:30:29,736 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1957b232-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:30:29,744 - DEBUG - VMI 1957b232-ed5d-11ef-9aec-fa163ee8b5a4 is removed from agent 10.0.0.28 2025-02-17 18:30:29,744 - INFO - Verified that pod ctest-nginx-pod-65132823 is removed in agent 2025-02-17 18:30:29,745 - INFO - Deleting service : ctest-nginx-svc-64929250 2025-02-17 18:30:30,016 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-17 18:30:30,024 - DEBUG - No XMPP flaps were noticed during the test 2025-02-17 18:30:30,024 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2025-02-17 18:30:30,025 - INFO - -------------------------------------------------------------------------------- 2025-02-17 18:30:36,493 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-17 18:30:36,630 - DEBUG - Output : cluster_project={} 2025-02-17 18:30:36,705 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-02-17 18:30:36,975 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-02-17 18:30:36,981 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-02-17 18:30:37,154 - DEBUG - Output : cluster_project={} 2025-02-17 18:30:52,313 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:52,362 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:52,473 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:57,537 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:57,629 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:57,765 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:57,820 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:57,917 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-02-17 18:30:58,146 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-17 18:31:00,995 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_ApplicationPolicySetReq? 2025-02-17 18:31:01,010 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-02-17 18:31:01,052 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-02-17 18:31:03,087 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2025-02-17 18:34:03,750 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2025-02-17 18:34:03,817 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a3b5db3d-b038-42e1-a784-de75296c4c5c 2025-02-17 18:34:03,844 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:03,854 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8899af5-46dc-45ea-acd0-1ef9e53987a9 2025-02-17 18:34:03,859 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:03,864 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:03,870 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:03,875 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=4ba9b9b0-69e2-4eb8-b245-ef1470bb017a 2025-02-17 18:34:03,880 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=fb88b959-1931-47ae-82f1-0d4ce8c69448 2025-02-17 18:34:08,847 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a3b5db3d-b038-42e1-a784-de75296c4c5c 2025-02-17 18:34:08,857 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:48fefa9a-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:34:08,889 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:08,920 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:08,922 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:08,923 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=4ba9b9b0-69e2-4eb8-b245-ef1470bb017a 2025-02-17 18:34:08,925 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=fb88b959-1931-47ae-82f1-0d4ce8c69448 2025-02-17 18:34:08,926 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=f8899af5-46dc-45ea-acd0-1ef9e53987a9 2025-02-17 18:34:08,926 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:08,951 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4a5f30bc-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:34:08,953 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4994f89c-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:34:08,955 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4afd545e-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:34:13,900 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:13,950 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:13,955 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:13,957 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:18,909 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:18,961 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:18,968 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:18,972 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:23,918 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:23,973 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:23,983 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:23,985 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:28,927 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:28,982 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:28,994 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:28,997 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:33,937 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:33,991 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:34,008 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:34,011 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:38,960 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c49cc993-dc9f-4db9-9928-ccd79db6d5fc 2025-02-17 18:34:38,968 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4c2d6ac6-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:34:39,002 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c06aaf6f-dd6f-40f3-af4d-73ea089d6388 2025-02-17 18:34:39,010 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4cac1f74-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:34:39,027 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=6ae310de-2dc4-40ef-a854-b95a951d031e 2025-02-17 18:34:39,029 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=0f4edcf3-3812-4a7a-9162-48be625308e9 2025-02-17 18:34:39,039 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4d2deb76-ed5d-11ef-9aec-fa163ee8b5a4 2025-02-17 18:34:39,042 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4ba84684-ed5d-11ef-9aec-fa163ee8b5a4