2025-01-15 17:01:07,774 - DEBUG - [10.0.0.43]: Running cmd : hostname 2025-01-15 17:01:08,014 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-937-1 2025-01-15 17:01:08,014 - DEBUG - [10.0.0.43]: Running cmd : hostname -f 2025-01-15 17:01:08,048 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-937-1 2025-01-15 17:01:08,049 - DEBUG - [10.0.0.43]: 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 17:01:08,159 - DEBUG - Output : NAMES contrail_test_wZScKJGB0 contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_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_nodemgr_1 analytics_api_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_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_schema_1 2025-01-15 17:01:08,160 - DEBUG - [10.0.0.43]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 17:01:08,194 - DEBUG - Output : 10.0.0.43/24 172.17.0.1/16 2025-01-15 17:01:08,194 - DEBUG - [10.0.0.43]: Running cmd : getent hosts 10.0.0.43 | head -n 1 | awk '{print $2}' 2025-01-15 17:01:08,227 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-937-1 2025-01-15 17:01:08,312 - DEBUG - [10.0.0.29]: Running cmd : hostname 2025-01-15 17:01:08,508 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-937-1 2025-01-15 17:01:08,508 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2025-01-15 17:01:08,570 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-937-1 2025-01-15 17:01:08,571 - DEBUG - [10.0.0.29]: 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 17:01:08,615 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-15 17:01:08,616 - DEBUG - [10.0.0.29]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 17:01:08,650 - DEBUG - Output : 10.0.0.29/24 2025-01-15 17:01:08,651 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2025-01-15 17:01:08,716 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-937-1 2025-01-15 17:01:08,791 - INFO - Using existing project ['default-domain', 'k8s-default'](a3674e5f-f47a-445b-a5e2-480242a8bf1b) 2025-01-15 17:01:08,921 - INFO - Using existing project ['default-domain', 'k8s-default'](a3674e5f-f47a-445b-a5e2-480242a8bf1b) 2025-01-15 17:01:09,077 - INFO - ================================================================================ 2025-01-15 17:01:09,077 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-15 17:01:09,077 - 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 17:01:09,298 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 17:01:09,305 - DEBUG - Nothing to compare xmpp stats {'10.0.0.29': {'10.0.0.43': '0'}} with 2025-01-15 17:01:09,306 - INFO - Initial checks done. Running the testcase now 2025-01-15 17:01:09,306 - INFO - 2025-01-15 17:01:09,309 - INFO - Namespace default already exists 2025-01-15 17:01:09,310 - DEBUG - [10.0.0.43]: 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 17:01:09,416 - DEBUG - Output : cluster_project={} 2025-01-15 17:01:09,468 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-15 17:01:09,469 - DEBUG - Project uuid in Contrail is a3674e5f-f47a-445b-a5e2-480242a8bf1b 2025-01-15 17:01:09,469 - DEBUG - [10.0.0.43]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-15 17:01:09,596 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 17:01:09,596 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_NamespaceDatabaseList?namespace_uuid=0f70580a-b26b-4bbf-a626-62aada707ec7 2025-01-15 17:01:09,601 - INFO - Namespace default with uuid 0f70580a-b26b-4bbf-a626-62aada707ec7 found in kube manager 2025-01-15 17:01:09,601 - INFO - Namespace default verification passed 2025-01-15 17:01:09,603 - DEBUG - Service ctest-nginx-svc-39416485 not present 2025-01-15 17:01:09,603 - INFO - Creating service ctest-nginx-svc-39416485 2025-01-15 17:01:09,622 - INFO - Created Service ctest-nginx-svc-39416485 2025-01-15 17:01:09,629 - DEBUG - Pod ctest-nginx-pod-46881873 not present 2025-01-15 17:01:09,629 - INFO - Creating Pod ctest-nginx-pod-46881873 2025-01-15 17:01:09,663 - DEBUG - Pod : ctest-nginx-pod-46881873 UUID is 652086d7-cde3-4940-b54a-f3ea57c1ba44 2025-01-15 17:01:09,670 - DEBUG - Pod ctest-nginx-pod-71518562 not present 2025-01-15 17:01:09,670 - INFO - Creating Pod ctest-nginx-pod-71518562 2025-01-15 17:01:09,718 - DEBUG - Pod : ctest-nginx-pod-71518562 UUID is c9f9a42c-1f83-40c9-8329-cc542376e155 2025-01-15 17:01:09,924 - INFO - Created VN __public__, UUID :5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:10,176 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2025-01-15 17:01:10,184 - DEBUG - Requesting: http://10.0.0.43:8082/domain/d1ea4dda-dd45-43ee-8e1c-6e8da1556b75 2025-01-15 17:01:10,203 - DEBUG - Requesting: http://10.0.0.43:8082/project/a3674e5f-f47a-445b-a5e2-480242a8bf1b 2025-01-15 17:01:10,275 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:10,288 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:10,298 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:01:10,306 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:01:10,353 - DEBUG - Route Targets: [] 2025-01-15 17:01:10,353 - DEBUG - RT names not yet present for VN __public__ 2025-01-15 17:01:15,354 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2025-01-15 17:01:15,360 - DEBUG - Requesting: http://10.0.0.43:8082/domain/d1ea4dda-dd45-43ee-8e1c-6e8da1556b75 2025-01-15 17:01:15,369 - DEBUG - Requesting: http://10.0.0.43:8082/project/a3674e5f-f47a-445b-a5e2-480242a8bf1b 2025-01-15 17:01:15,418 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:15,434 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:15,444 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:01:15,452 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:01:15,460 - DEBUG - Requesting: http://10.0.0.43:8082/route-target/5c9edeee-c31f-43e3-9fd2-37b800f48074 2025-01-15 17:01:15,466 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 17:01:15,466 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:15,475 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:01:15,487 - INFO - Verified VN network id 13 for VN 5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:15,487 - INFO - Verifications in API Server for VN __public__ passed 2025-01-15 17:01:15,487 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:15,497 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:01:15,506 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:01:15,514 - DEBUG - Requesting: http://10.0.0.43:8082/route-target/5c9edeee-c31f-43e3-9fd2-37b800f48074 2025-01-15 17:01:15,521 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 17:01:15,530 - DEBUG - Control-node 10.0.0.43 : 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': '6627962968381474309', 'uuid-lslong': '13235222808987951656'}, 'enable': 'true', 'created': '2025-01-15T17:01:09', 'last-modified': '2025-01-15T17:01:10', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.417263'} 2025-01-15 17:01:15,530 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 17:01:15,538 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 17:01:15,539 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-15 17:01:15,539 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-15 17:01:15,540 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2025-01-15 17:01:15,545 - DEBUG - Requesting: http://10.0.0.43:8082/domain/d1ea4dda-dd45-43ee-8e1c-6e8da1556b75 2025-01-15 17:01:15,553 - DEBUG - Requesting: http://10.0.0.43:8082/project/a3674e5f-f47a-445b-a5e2-480242a8bf1b 2025-01-15 17:01:15,594 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:15,604 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-15 17:01:15,604 - DEBUG - Verifying the vn in opserver 2025-01-15 17:01:15,604 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.43 2025-01-15 17:01:15,605 - DEBUG - Requesting: http://10.0.0.43:8081/analytics/uves/virtual-networks 2025-01-15 17:01:15,609 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.43:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-15 17:01:15,609 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-15 17:01:15,610 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 17:01:15,618 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 17:01:15,624 - DEBUG - Do not have enough data to verify VN in agent 2025-01-15 17:01:15,624 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 17:01:15,630 - DEBUG - VRF ids for VN __public__: {} 2025-01-15 17:01:15,730 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-15 17:01:15,896 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2025-01-15 17:01:15,903 - DEBUG - Requesting: http://10.0.0.43:8082/domain/d1ea4dda-dd45-43ee-8e1c-6e8da1556b75 2025-01-15 17:01:15,911 - DEBUG - Requesting: http://10.0.0.43:8082/project/a3674e5f-f47a-445b-a5e2-480242a8bf1b 2025-01-15 17:01:15,950 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:15,961 - DEBUG - Requesting: http://10.0.0.43:8082/floating-ip-pool/704a5dbb-3a01-4d79-a502-d13be51889a0 2025-01-15 17:01:15,968 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2025-01-15 17:01:15,973 - DEBUG - Requesting: http://10.0.0.43:8082/domain/d1ea4dda-dd45-43ee-8e1c-6e8da1556b75 2025-01-15 17:01:15,981 - DEBUG - Requesting: http://10.0.0.43:8082/project/a3674e5f-f47a-445b-a5e2-480242a8bf1b 2025-01-15 17:01:16,031 - DEBUG - Requesting: http://10.0.0.43:8082/virtual-network/5bfb4134-0ad2-4605-b7ac-f50584dfe228 2025-01-15 17:01:16,041 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-15 17:01:16,041 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-15 17:01:16,050 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 17:01:16,056 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-15 17:01:16,056 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-15 17:01:16,059 - DEBUG - Ingress ctest-nginx-ingress-70673794 not present 2025-01-15 17:01:16,059 - INFO - Creating Ingress ctest-nginx-ingress-70673794 2025-01-15 17:01:16,065 - INFO - Created Ingress ctest-nginx-ingress-70673794 2025-01-15 17:01:16,068 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-70673794 2025-01-15 17:01:19,077 - DEBUG - For Ingress ctest-nginx-ingress-70673794, Cluster IP: 10.47.255.249, External IPs ['217.100.165.252'] 2025-01-15 17:01:19,077 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-70673794 2025-01-15 17:01:19,078 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_LoadbalancerDatabaseList?x=54c77182-d131-4449-9c3e-3b1bb4619dc3 2025-01-15 17:01:19,086 - INFO - Ingress ctest-nginx-ingress-70673794 with uuid 54c77182-d131-4449-9c3e-3b1bb4619dc3 found in kube manager 2025-01-15 17:01:19,087 - INFO - Ingress ctest-nginx-ingress-70673794 verification passed 2025-01-15 17:01:19,091 - DEBUG - Pod ctest-busybox-pod-85815365 not present 2025-01-15 17:01:19,091 - INFO - Creating Pod ctest-busybox-pod-85815365 2025-01-15 17:01:19,110 - DEBUG - Pod : ctest-busybox-pod-85815365 UUID is 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:19,117 - DEBUG - Pod ctest-nginx-pod-46881873 not in running state.Currently in Pending 2025-01-15 17:01:24,126 - DEBUG - Pod ctest-nginx-pod-46881873 not in running state.Currently in Pending 2025-01-15 17:01:29,133 - INFO - Pod ctest-nginx-pod-46881873 is in running state.Got IP 10.47.255.251 2025-01-15 17:01:29,148 - DEBUG - Pod ctest-nginx-pod-46881873 has vmi 5257efc6-d362-11ef-9063-fa163e31d338 2025-01-15 17:01:29,148 - INFO - Verified pod ctest-nginx-pod-46881873 in contrail-api 2025-01-15 17:01:29,148 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:01:29,164 - DEBUG - VMI 5257efc6-d362-11ef-9063-fa163e31d338 is active in agent 10.0.0.29 2025-01-15 17:01:29,165 - INFO - Verified Pod ctest-nginx-pod-46881873 in agent 10.0.0.29 2025-01-15 17:01:29,165 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_VirtualMachineDatabaseList?x=652086d7-cde3-4940-b54a-f3ea57c1ba44 2025-01-15 17:01:29,169 - INFO - Pod ctest-nginx-pod-46881873 with uuid 652086d7-cde3-4940-b54a-f3ea57c1ba44 found in kube manager 2025-01-15 17:01:29,170 - INFO - Pod ctest-nginx-pod-46881873 verification passed 2025-01-15 17:01:29,240 - DEBUG - [Pod ctest-nginx-pod-46881873] Cmd: echo ctest-nginx-pod-46881873 > /usr/share/nginx/html/index.html, Output: 2025-01-15 17:01:29,246 - INFO - Pod ctest-nginx-pod-71518562 is in running state.Got IP 10.47.255.250 2025-01-15 17:01:29,261 - DEBUG - Pod ctest-nginx-pod-71518562 has vmi 52db3796-d362-11ef-9063-fa163e31d338 2025-01-15 17:01:29,261 - INFO - Verified pod ctest-nginx-pod-71518562 in contrail-api 2025-01-15 17:01:29,261 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:01:29,272 - DEBUG - VMI 52db3796-d362-11ef-9063-fa163e31d338 is active in agent 10.0.0.29 2025-01-15 17:01:29,272 - INFO - Verified Pod ctest-nginx-pod-71518562 in agent 10.0.0.29 2025-01-15 17:01:29,272 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_VirtualMachineDatabaseList?x=c9f9a42c-1f83-40c9-8329-cc542376e155 2025-01-15 17:01:29,277 - INFO - Pod ctest-nginx-pod-71518562 with uuid c9f9a42c-1f83-40c9-8329-cc542376e155 found in kube manager 2025-01-15 17:01:29,277 - INFO - Pod ctest-nginx-pod-71518562 verification passed 2025-01-15 17:01:29,345 - DEBUG - [Pod ctest-nginx-pod-71518562] Cmd: echo ctest-nginx-pod-71518562 > /usr/share/nginx/html/index.html, Output: 2025-01-15 17:01:29,353 - DEBUG - Pod ctest-busybox-pod-85815365 not in running state.Currently in Pending 2025-01-15 17:01:34,360 - INFO - Pod ctest-busybox-pod-85815365 is in running state.Got IP 10.47.255.248 2025-01-15 17:01:34,416 - DEBUG - Pod ctest-busybox-pod-85815365 has vmi 5724ac24-d362-11ef-9063-fa163e31d338 2025-01-15 17:01:34,416 - INFO - Verified pod ctest-busybox-pod-85815365 in contrail-api 2025-01-15 17:01:34,416 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:01:34,432 - DEBUG - VMI 5724ac24-d362-11ef-9063-fa163e31d338 is active in agent 10.0.0.29 2025-01-15 17:01:34,433 - INFO - Verified Pod ctest-busybox-pod-85815365 in agent 10.0.0.29 2025-01-15 17:01:34,433 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_VirtualMachineDatabaseList?x=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:34,438 - INFO - Pod ctest-busybox-pod-85815365 with uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db found in kube manager 2025-01-15 17:01:34,438 - INFO - Pod ctest-busybox-pod-85815365 verification passed 2025-01-15 17:01:34,488 - DEBUG - [Pod ctest-busybox-pod-85815365] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-46881873 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-15 17:01:34,488 - DEBUG - [Pod Pod ctest-busybox-pod-85815365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 17:01:34,488 - DEBUG - [Pod Pod ctest-busybox-pod-85815365] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-46881873 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-15 17:01:34,544 - DEBUG - [Pod ctest-busybox-pod-85815365] 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-46881873 2025-01-15 17:01:34,545 - DEBUG - [Pod Pod ctest-busybox-pod-85815365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 17:01:34,545 - DEBUG - [Pod Pod ctest-busybox-pod-85815365] 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-46881873 2025-01-15 17:01:34,605 - DEBUG - [Pod ctest-busybox-pod-85815365] 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-71518562 2025-01-15 17:01:34,605 - DEBUG - [Pod Pod ctest-busybox-pod-85815365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 17:01:34,605 - DEBUG - [Pod Pod ctest-busybox-pod-85815365] 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-71518562 2025-01-15 17:01:34,605 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-46881873': 2, 'ctest-nginx-pod-71518562': 1} 2025-01-15 17:01:34,605 - WARNING - Nothing to delete parallely 2025-01-15 17:01:34,606 - INFO - Deleting pod default:ctest-busybox-pod-85815365 2025-01-15 17:01:34,617 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:34,625 - WARNING - Pod uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is still seen in agent 10.0.0.29 VM list 2025-01-15 17:01:39,626 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:39,634 - WARNING - Pod uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is still seen in agent 10.0.0.29 VM list 2025-01-15 17:01:44,635 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:44,644 - WARNING - Pod uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is still seen in agent 10.0.0.29 VM list 2025-01-15 17:01:49,645 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:49,653 - WARNING - Pod uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is still seen in agent 10.0.0.29 VM list 2025-01-15 17:01:54,655 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:54,665 - WARNING - Pod uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is still seen in agent 10.0.0.29 VM list 2025-01-15 17:01:59,666 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:01:59,677 - WARNING - Pod uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is still seen in agent 10.0.0.29 VM list 2025-01-15 17:02:04,679 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:02:04,686 - WARNING - Pod uuid 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is still seen in agent 10.0.0.29 VM list 2025-01-15 17:02:09,687 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db 2025-01-15 17:02:09,694 - DEBUG - Pod 08ac5aeb-0bcf-4e04-b8c4-ebac9632d7db is not in agent 10.0.0.29 VM list 2025-01-15 17:02:09,695 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5724ac24-d362-11ef-9063-fa163e31d338 2025-01-15 17:02:09,701 - DEBUG - VMI 5724ac24-d362-11ef-9063-fa163e31d338 is removed from agent 10.0.0.29 2025-01-15 17:02:09,701 - INFO - Verified that pod ctest-busybox-pod-85815365 is removed in agent 2025-01-15 17:02:09,701 - INFO - Deleting Ingress : ctest-nginx-ingress-70673794 2025-01-15 17:02:09,706 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_LoadbalancerDatabaseList?x=54c77182-d131-4449-9c3e-3b1bb4619dc3 2025-01-15 17:02:09,712 - ERROR - Ingress ctest-nginx-ingress-70673794 with uuid 54c77182-d131-4449-9c3e-3b1bb4619dc3 still found in kube manager 2025-01-15 17:02:10,713 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_LoadbalancerDatabaseList?x=54c77182-d131-4449-9c3e-3b1bb4619dc3 2025-01-15 17:02:10,718 - ERROR - Ingress ctest-nginx-ingress-70673794 with uuid 54c77182-d131-4449-9c3e-3b1bb4619dc3 still found in kube manager 2025-01-15 17:02:11,718 - DEBUG - Requesting: http://10.0.0.43:8108/Snh_LoadbalancerDatabaseList?x=54c77182-d131-4449-9c3e-3b1bb4619dc3 2025-01-15 17:02:11,723 - INFO - Ingress ctest-nginx-ingress-70673794 with uuid 54c77182-d131-4449-9c3e-3b1bb4619dc3 deleted successfully from kube manager 2025-01-15 17:02:11,724 - INFO - Verifications on Ingress %s cleanup passed 2025-01-15 17:02:11,724 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-15 17:02:11,809 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-15 17:02:11,817 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-15 17:02:11,817 - INFO - Deleting VN __public__ 2025-01-15 17:02:11,925 - DEBUG - Requesting: http://10.0.0.43:8082/routing-instance/9482d7b1-1ff6-4321-abae-485d48cdbe4e 2025-01-15 17:02:11,931 - DEBUG - Response Code: 404 2025-01-15 17:02:11,931 - DEBUG - Requesting: http://10.0.0.43:8082/domains 2025-01-15 17:02:11,943 - DEBUG - Requesting: http://10.0.0.43:8082/domain/d1ea4dda-dd45-43ee-8e1c-6e8da1556b75 2025-01-15 17:02:11,966 - DEBUG - Requesting: http://10.0.0.43:8082/project/a3674e5f-f47a-445b-a5e2-480242a8bf1b 2025-01-15 17:02:12,014 - INFO - Validated that VN __public__ is not found in API Server 2025-01-15 17:02:12,014 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-15 17:02:12,021 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 17:02:12,028 - DEBUG - VN __public__ is not present in Agent 10.0.0.29 2025-01-15 17:02:12,028 - INFO - Validated that VN __public__ is not in any agent 2025-01-15 17:02:12,028 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 17:02:12,034 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 17:02:12,040 - DEBUG - Requesting: http://10.0.0.43:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 17:02:12,046 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-15 17:02:12,046 - INFO - Deleting pod default:ctest-nginx-pod-71518562 2025-01-15 17:02:12,063 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c9f9a42c-1f83-40c9-8329-cc542376e155 2025-01-15 17:02:12,075 - WARNING - Pod uuid c9f9a42c-1f83-40c9-8329-cc542376e155 is still seen in agent 10.0.0.29 VM list 2025-01-15 17:02:17,076 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c9f9a42c-1f83-40c9-8329-cc542376e155 2025-01-15 17:02:17,085 - DEBUG - Pod c9f9a42c-1f83-40c9-8329-cc542376e155 is not in agent 10.0.0.29 VM list 2025-01-15 17:02:17,085 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:52db3796-d362-11ef-9063-fa163e31d338 2025-01-15 17:02:17,093 - DEBUG - VMI 52db3796-d362-11ef-9063-fa163e31d338 is removed from agent 10.0.0.29 2025-01-15 17:02:17,093 - INFO - Verified that pod ctest-nginx-pod-71518562 is removed in agent 2025-01-15 17:02:17,093 - INFO - Deleting pod default:ctest-nginx-pod-46881873 2025-01-15 17:02:17,121 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=652086d7-cde3-4940-b54a-f3ea57c1ba44 2025-01-15 17:02:17,137 - WARNING - Pod uuid 652086d7-cde3-4940-b54a-f3ea57c1ba44 is still seen in agent 10.0.0.29 VM list 2025-01-15 17:02:22,141 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=652086d7-cde3-4940-b54a-f3ea57c1ba44 2025-01-15 17:02:22,148 - DEBUG - Pod 652086d7-cde3-4940-b54a-f3ea57c1ba44 is not in agent 10.0.0.29 VM list 2025-01-15 17:02:22,148 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5257efc6-d362-11ef-9063-fa163e31d338 2025-01-15 17:02:22,155 - DEBUG - VMI 5257efc6-d362-11ef-9063-fa163e31d338 is removed from agent 10.0.0.29 2025-01-15 17:02:22,155 - INFO - Verified that pod ctest-nginx-pod-46881873 is removed in agent 2025-01-15 17:02:22,156 - INFO - Deleting service : ctest-nginx-svc-39416485 2025-01-15 17:02:22,348 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 17:02:22,356 - DEBUG - No XMPP flaps were noticed during the test 2025-01-15 17:02:22,356 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-01-15 17:02:22,356 - INFO - -------------------------------------------------------------------------------- 2025-01-15 17:02:28,774 - DEBUG - [10.0.0.43]: 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 17:02:28,910 - DEBUG - Output : cluster_project={} 2025-01-15 17:02:28,965 - DEBUG - [10.0.0.43]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-15 17:02:29,104 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 17:02:29,115 - DEBUG - [10.0.0.43]: 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 17:02:29,280 - DEBUG - Output : cluster_project={} 2025-01-15 17:02:44,424 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:44,475 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:44,563 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:44,656 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:44,694 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:49,788 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:49,890 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:49,972 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 17:02:50,227 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 17:02:52,931 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_ApplicationPolicySetReq? 2025-01-15 17:02:52,939 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-01-15 17:02:52,978 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-01-15 17:02:55,011 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AclReq? 2025-01-15 17:05:55,639 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 17:05:55,688 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c912fd41-5bed-45ba-97d7-9740eb68358e 2025-01-15 17:05:55,731 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:05:55,758 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:05:55,776 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=462b8771-683c-4c2c-aee4-b235497741b1 2025-01-15 17:05:55,788 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:05:55,798 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=869b6186-c3dd-43d0-b046-353851c9d39c 2025-01-15 17:05:55,814 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:05:55,830 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=07f92034-eeff-4073-a858-8d88eaf7326d 2025-01-15 17:06:00,699 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c912fd41-5bed-45ba-97d7-9740eb68358e 2025-01-15 17:06:00,707 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:816f252c-d362-11ef-9063-fa163e31d338 2025-01-15 17:06:00,748 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:06:00,843 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:06:00,879 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:06:00,881 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:06:00,882 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=07f92034-eeff-4073-a858-8d88eaf7326d 2025-01-15 17:06:00,883 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=462b8771-683c-4c2c-aee4-b235497741b1 2025-01-15 17:06:00,884 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=869b6186-c3dd-43d0-b046-353851c9d39c 2025-01-15 17:06:00,899 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:81f0433c-d362-11ef-9063-fa163e31d338 2025-01-15 17:06:00,903 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8320e07c-d362-11ef-9063-fa163e31d338 2025-01-15 17:06:00,905 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:829bc086-d362-11ef-9063-fa163e31d338 2025-01-15 17:06:05,756 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:06:05,853 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:06:05,902 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:06:05,910 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:06:10,766 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:06:10,861 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:06:10,909 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:06:10,917 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:06:15,774 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:06:15,869 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:06:15,917 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:06:15,925 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:06:20,782 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:06:20,878 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:06:20,926 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:06:20,933 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:06:25,790 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:06:25,887 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:06:25,934 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:06:25,940 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:06:30,808 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=05db1512-f46c-4feb-ab6e-6ec18f1154d7 2025-01-15 17:06:30,815 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:83bb4d06-d362-11ef-9063-fa163e31d338 2025-01-15 17:06:30,894 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=7b91d46b-d411-46c3-be21-b9879e723ecb 2025-01-15 17:06:30,902 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:852f7ec8-d362-11ef-9063-fa163e31d338 2025-01-15 17:06:31,025 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=c55ceeb8-6d32-4c14-8599-62e925c61d72 2025-01-15 17:06:31,026 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_VmListReq?uuid=a04f82b9-4f5e-4491-88c3-a324a39abb6c 2025-01-15 17:06:31,037 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:84acb3d0-d362-11ef-9063-fa163e31d338 2025-01-15 17:06:31,039 - DEBUG - Requesting: http://10.0.0.29:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:84363c1e-d362-11ef-9063-fa163e31d338