2024-09-20 19:32:54,984 - DEBUG - [10.0.0.52]: Running cmd : hostname 2024-09-20 19:32:55,265 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-706-1 2024-09-20 19:32:55,265 - DEBUG - [10.0.0.52]: Running cmd : hostname -f 2024-09-20 19:32:55,329 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-706-1 2024-09-20 19:32:55,329 - DEBUG - [10.0.0.52]: 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}' 2024-09-20 19:32:55,416 - DEBUG - Output : NAMES contrail_test_Us24Y1ivP contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 redis_redis_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_nodemgr_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 2024-09-20 19:32:55,416 - DEBUG - [10.0.0.52]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-20 19:32:55,493 - DEBUG - Output : 10.0.0.52/24 172.17.0.1/16 2024-09-20 19:32:55,493 - DEBUG - [10.0.0.52]: Running cmd : getent hosts 10.0.0.52 | head -n 1 | awk '{print $2}' 2024-09-20 19:32:55,540 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-706-1 2024-09-20 19:32:55,626 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-09-20 19:32:55,868 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-706-1 2024-09-20 19:32:55,869 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-09-20 19:32:55,903 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-706-1 2024-09-20 19:32:55,903 - DEBUG - [10.0.0.34]: 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}' 2024-09-20 19:32:55,981 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-20 19:32:55,981 - DEBUG - [10.0.0.34]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-20 19:32:56,015 - DEBUG - Output : 10.0.0.34/24 2024-09-20 19:32:56,015 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-09-20 19:32:56,049 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-706-1 2024-09-20 19:32:56,160 - INFO - Using existing project ['default-domain', 'k8s-default'](73088a4f-63e7-4784-b19f-63d2f0a8268e) 2024-09-20 19:32:56,299 - INFO - Using existing project ['default-domain', 'k8s-default'](73088a4f-63e7-4784-b19f-63d2f0a8268e) 2024-09-20 19:32:56,474 - INFO - ================================================================================ 2024-09-20 19:32:56,475 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-20 19:32:56,475 - 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 2024-09-20 19:32:56,695 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-20 19:32:56,703 - DEBUG - Nothing to compare xmpp stats {'10.0.0.34': {'10.0.0.52': '0'}} with 2024-09-20 19:32:56,703 - INFO - Initial checks done. Running the testcase now 2024-09-20 19:32:56,703 - INFO - 2024-09-20 19:32:56,707 - INFO - Namespace default already exists 2024-09-20 19:32:56,707 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-20 19:32:56,837 - DEBUG - Output : cluster_project={} 2024-09-20 19:32:56,885 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-20 19:32:56,885 - DEBUG - Project uuid in Contrail is 73088a4f-63e7-4784-b19f-63d2f0a8268e 2024-09-20 19:32:56,885 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-20 19:32:57,034 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-20 19:32:57,034 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_NamespaceDatabaseList?namespace_uuid=51282b1d-d623-4982-8300-72b8e52b122a 2024-09-20 19:32:57,040 - INFO - Namespace default with uuid 51282b1d-d623-4982-8300-72b8e52b122a found in kube manager 2024-09-20 19:32:57,040 - INFO - Namespace default verification passed 2024-09-20 19:32:57,043 - DEBUG - Service ctest-nginx-svc-00511199 not present 2024-09-20 19:32:57,043 - INFO - Creating service ctest-nginx-svc-00511199 2024-09-20 19:32:57,075 - INFO - Created Service ctest-nginx-svc-00511199 2024-09-20 19:32:57,081 - DEBUG - Pod ctest-nginx-pod-47130924 not present 2024-09-20 19:32:57,081 - INFO - Creating Pod ctest-nginx-pod-47130924 2024-09-20 19:32:57,136 - DEBUG - Pod : ctest-nginx-pod-47130924 UUID is 01b54398-6b87-420d-b1f8-62b24681c519 2024-09-20 19:32:57,144 - DEBUG - Pod ctest-nginx-pod-45223694 not present 2024-09-20 19:32:57,144 - INFO - Creating Pod ctest-nginx-pod-45223694 2024-09-20 19:32:57,176 - DEBUG - Pod : ctest-nginx-pod-45223694 UUID is 5e52234c-fd72-4c89-a884-7be85b45b046 2024-09-20 19:32:57,432 - INFO - Created VN __public__, UUID :98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:32:57,774 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2024-09-20 19:32:57,782 - DEBUG - Requesting: http://10.0.0.52:8082/domain/e36be62b-43fc-4135-83c2-78566956d5cf 2024-09-20 19:32:57,799 - DEBUG - Requesting: http://10.0.0.52:8082/project/73088a4f-63e7-4784-b19f-63d2f0a8268e 2024-09-20 19:32:57,904 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:32:57,967 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:32:57,992 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:32:58,019 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:32:58,040 - DEBUG - Route Targets: [] 2024-09-20 19:32:58,040 - DEBUG - RT names not yet present for VN __public__ 2024-09-20 19:33:03,040 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2024-09-20 19:33:03,046 - DEBUG - Requesting: http://10.0.0.52:8082/domain/e36be62b-43fc-4135-83c2-78566956d5cf 2024-09-20 19:33:03,056 - DEBUG - Requesting: http://10.0.0.52:8082/project/73088a4f-63e7-4784-b19f-63d2f0a8268e 2024-09-20 19:33:03,103 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,116 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,128 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:33:03,137 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:33:03,144 - DEBUG - Requesting: http://10.0.0.52:8082/route-target/2e7b7485-41ff-4718-aebd-8b2c90542058 2024-09-20 19:33:03,151 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-20 19:33:03,151 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,165 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:33:03,184 - INFO - Verified VN network id 13 for VN 98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,184 - INFO - Verifications in API Server for VN __public__ passed 2024-09-20 19:33:03,185 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,201 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:33:03,215 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:33:03,223 - DEBUG - Requesting: http://10.0.0.52:8082/route-target/2e7b7485-41ff-4718-aebd-8b2c90542058 2024-09-20 19:33:03,231 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-20 19:33:03,237 - DEBUG - Control-node 10.0.0.52 : 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': '11005739235339816573', 'uuid-lslong': '12212192059324275205'}, 'enable': 'true', 'created': '2024-09-20T19:32:57', 'last-modified': '2024-09-20T19:32:57', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.582517'} 2024-09-20 19:33:03,237 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-20 19:33:03,244 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-20 19:33:03,244 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-20 19:33:03,245 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-20 19:33:03,245 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2024-09-20 19:33:03,250 - DEBUG - Requesting: http://10.0.0.52:8082/domain/e36be62b-43fc-4135-83c2-78566956d5cf 2024-09-20 19:33:03,258 - DEBUG - Requesting: http://10.0.0.52:8082/project/73088a4f-63e7-4784-b19f-63d2f0a8268e 2024-09-20 19:33:03,302 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,323 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-20 19:33:03,323 - DEBUG - Verifying the vn in opserver 2024-09-20 19:33:03,323 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.52 2024-09-20 19:33:03,323 - DEBUG - Requesting: http://10.0.0.52:8081/analytics/uves/virtual-networks 2024-09-20 19:33:03,328 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.52:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-20 19:33:03,328 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-20 19:33:03,328 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-20 19:33:03,336 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-20 19:33:03,342 - DEBUG - Do not have enough data to verify VN in agent 2024-09-20 19:33:03,342 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-20 19:33:03,348 - DEBUG - VRF ids for VN __public__: {} 2024-09-20 19:33:03,416 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-20 19:33:03,606 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2024-09-20 19:33:03,611 - DEBUG - Requesting: http://10.0.0.52:8082/domain/e36be62b-43fc-4135-83c2-78566956d5cf 2024-09-20 19:33:03,619 - DEBUG - Requesting: http://10.0.0.52:8082/project/73088a4f-63e7-4784-b19f-63d2f0a8268e 2024-09-20 19:33:03,667 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,681 - DEBUG - Requesting: http://10.0.0.52:8082/floating-ip-pool/8dabdd4c-68c3-415c-bf7e-0b489521e282 2024-09-20 19:33:03,687 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2024-09-20 19:33:03,691 - DEBUG - Requesting: http://10.0.0.52:8082/domain/e36be62b-43fc-4135-83c2-78566956d5cf 2024-09-20 19:33:03,698 - DEBUG - Requesting: http://10.0.0.52:8082/project/73088a4f-63e7-4784-b19f-63d2f0a8268e 2024-09-20 19:33:03,749 - DEBUG - Requesting: http://10.0.0.52:8082/virtual-network/98bc3d86-0d02-4e7d-a97a-6bf998de9a05 2024-09-20 19:33:03,762 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-20 19:33:03,762 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-20 19:33:03,772 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-20 19:33:03,778 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-20 19:33:03,778 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-20 19:33:03,781 - DEBUG - Ingress ctest-nginx-ingress-69152887 not present 2024-09-20 19:33:03,781 - INFO - Creating Ingress ctest-nginx-ingress-69152887 2024-09-20 19:33:03,788 - INFO - Created Ingress ctest-nginx-ingress-69152887 2024-09-20 19:33:03,790 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-69152887 2024-09-20 19:33:06,796 - DEBUG - For Ingress ctest-nginx-ingress-69152887, Cluster IP: 10.47.255.249, External IPs ['167.119.233.188'] 2024-09-20 19:33:06,796 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-69152887 2024-09-20 19:33:06,796 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_LoadbalancerDatabaseList?x=22b0977e-aa16-433d-82e7-3b5431f5d8c0 2024-09-20 19:33:06,803 - INFO - Ingress ctest-nginx-ingress-69152887 with uuid 22b0977e-aa16-433d-82e7-3b5431f5d8c0 found in kube manager 2024-09-20 19:33:06,803 - INFO - Ingress ctest-nginx-ingress-69152887 verification passed 2024-09-20 19:33:06,806 - DEBUG - Pod ctest-busybox-pod-37102958 not present 2024-09-20 19:33:06,806 - INFO - Creating Pod ctest-busybox-pod-37102958 2024-09-20 19:33:06,832 - DEBUG - Node for Pod ctest-busybox-pod-37102958 not yet populated 2024-09-20 19:33:09,839 - DEBUG - Pod : ctest-busybox-pod-37102958 UUID is 5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:09,843 - DEBUG - Pod ctest-nginx-pod-47130924 not in running state.Currently in Pending 2024-09-20 19:33:14,848 - INFO - Pod ctest-nginx-pod-47130924 is in running state.Got IP 10.47.255.251 2024-09-20 19:33:14,865 - DEBUG - Pod ctest-nginx-pod-47130924 has vmi 249ae7aa-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:33:14,865 - INFO - Verified pod ctest-nginx-pod-47130924 in contrail-api 2024-09-20 19:33:14,866 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:33:14,880 - DEBUG - VMI 249ae7aa-7787-11ef-ba61-fa163ec7a5d7 is active in agent 10.0.0.34 2024-09-20 19:33:14,880 - INFO - Verified Pod ctest-nginx-pod-47130924 in agent 10.0.0.34 2024-09-20 19:33:14,881 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_VirtualMachineDatabaseList?x=01b54398-6b87-420d-b1f8-62b24681c519 2024-09-20 19:33:14,886 - INFO - Pod ctest-nginx-pod-47130924 with uuid 01b54398-6b87-420d-b1f8-62b24681c519 found in kube manager 2024-09-20 19:33:14,886 - INFO - Pod ctest-nginx-pod-47130924 verification passed 2024-09-20 19:33:14,967 - DEBUG - [Pod ctest-nginx-pod-47130924] Cmd: echo ctest-nginx-pod-47130924 > /usr/share/nginx/html/index.html, Output: 2024-09-20 19:33:14,972 - INFO - Pod ctest-nginx-pod-45223694 is in running state.Got IP 10.47.255.250 2024-09-20 19:33:14,989 - DEBUG - Pod ctest-nginx-pod-45223694 has vmi 251a3230-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:33:14,989 - INFO - Verified pod ctest-nginx-pod-45223694 in contrail-api 2024-09-20 19:33:14,989 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:33:14,999 - DEBUG - VMI 251a3230-7787-11ef-ba61-fa163ec7a5d7 is active in agent 10.0.0.34 2024-09-20 19:33:15,000 - INFO - Verified Pod ctest-nginx-pod-45223694 in agent 10.0.0.34 2024-09-20 19:33:15,000 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_VirtualMachineDatabaseList?x=5e52234c-fd72-4c89-a884-7be85b45b046 2024-09-20 19:33:15,005 - INFO - Pod ctest-nginx-pod-45223694 with uuid 5e52234c-fd72-4c89-a884-7be85b45b046 found in kube manager 2024-09-20 19:33:15,005 - INFO - Pod ctest-nginx-pod-45223694 verification passed 2024-09-20 19:33:15,071 - DEBUG - [Pod ctest-nginx-pod-45223694] Cmd: echo ctest-nginx-pod-45223694 > /usr/share/nginx/html/index.html, Output: 2024-09-20 19:33:15,076 - DEBUG - Pod ctest-busybox-pod-37102958 not in running state.Currently in Pending 2024-09-20 19:33:20,082 - INFO - Pod ctest-busybox-pod-37102958 is in running state.Got IP 10.47.255.248 2024-09-20 19:33:20,142 - DEBUG - Pod ctest-busybox-pod-37102958 has vmi 2968d896-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:33:20,142 - INFO - Verified pod ctest-busybox-pod-37102958 in contrail-api 2024-09-20 19:33:20,142 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:33:20,152 - DEBUG - VMI 2968d896-7787-11ef-ba61-fa163ec7a5d7 is active in agent 10.0.0.34 2024-09-20 19:33:20,153 - INFO - Verified Pod ctest-busybox-pod-37102958 in agent 10.0.0.34 2024-09-20 19:33:20,153 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_VirtualMachineDatabaseList?x=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:20,157 - INFO - Pod ctest-busybox-pod-37102958 with uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 found in kube manager 2024-09-20 19:33:20,157 - INFO - Pod ctest-busybox-pod-37102958 verification passed 2024-09-20 19:33:20,217 - DEBUG - [Pod ctest-busybox-pod-37102958] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-45223694 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-20 19:33:20,217 - DEBUG - [Pod Pod ctest-busybox-pod-37102958] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-20 19:33:20,217 - DEBUG - [Pod Pod ctest-busybox-pod-37102958] Cmd output: ctest-nginx-pod-45223694 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-20 19:33:20,279 - DEBUG - [Pod ctest-busybox-pod-37102958] 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-45223694 2024-09-20 19:33:20,279 - DEBUG - [Pod Pod ctest-busybox-pod-37102958] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-20 19:33:20,279 - DEBUG - [Pod Pod ctest-busybox-pod-37102958] 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-45223694 2024-09-20 19:33:20,370 - DEBUG - [Pod ctest-busybox-pod-37102958] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-47130924 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-20 19:33:20,370 - DEBUG - [Pod Pod ctest-busybox-pod-37102958] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-20 19:33:20,370 - DEBUG - [Pod Pod ctest-busybox-pod-37102958] Cmd output: ctest-nginx-pod-47130924 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-20 19:33:20,370 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-47130924': 1, 'ctest-nginx-pod-45223694': 2} 2024-09-20 19:33:20,370 - WARNING - Nothing to delete parallely 2024-09-20 19:33:20,370 - INFO - Deleting pod default:ctest-busybox-pod-37102958 2024-09-20 19:33:20,382 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:20,390 - WARNING - Pod uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:33:25,391 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:25,400 - WARNING - Pod uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:33:30,401 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:30,408 - WARNING - Pod uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:33:35,409 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:35,416 - WARNING - Pod uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:33:40,417 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:40,428 - WARNING - Pod uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:33:45,429 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:45,436 - WARNING - Pod uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:33:50,436 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:50,443 - WARNING - Pod uuid 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:33:55,444 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5193f7bc-01c5-4b75-82c2-de43b8adfa07 2024-09-20 19:33:55,450 - DEBUG - Pod 5193f7bc-01c5-4b75-82c2-de43b8adfa07 is not in agent 10.0.0.34 VM list 2024-09-20 19:33:55,451 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2968d896-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:33:55,456 - DEBUG - VMI 2968d896-7787-11ef-ba61-fa163ec7a5d7 is removed from agent 10.0.0.34 2024-09-20 19:33:55,456 - INFO - Verified that pod ctest-busybox-pod-37102958 is removed in agent 2024-09-20 19:33:55,456 - INFO - Deleting Ingress : ctest-nginx-ingress-69152887 2024-09-20 19:33:55,468 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_LoadbalancerDatabaseList?x=22b0977e-aa16-433d-82e7-3b5431f5d8c0 2024-09-20 19:33:55,473 - ERROR - Ingress ctest-nginx-ingress-69152887 with uuid 22b0977e-aa16-433d-82e7-3b5431f5d8c0 still found in kube manager 2024-09-20 19:33:56,474 - DEBUG - Requesting: http://10.0.0.52:8108/Snh_LoadbalancerDatabaseList?x=22b0977e-aa16-433d-82e7-3b5431f5d8c0 2024-09-20 19:33:56,478 - INFO - Ingress ctest-nginx-ingress-69152887 with uuid 22b0977e-aa16-433d-82e7-3b5431f5d8c0 deleted successfully from kube manager 2024-09-20 19:33:56,478 - INFO - Verifications on Ingress %s cleanup passed 2024-09-20 19:33:56,478 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-20 19:33:56,624 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-20 19:33:56,635 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-20 19:33:56,635 - INFO - Deleting VN __public__ 2024-09-20 19:33:56,908 - DEBUG - Requesting: http://10.0.0.52:8082/routing-instance/9f6dba21-4c85-4877-a1d4-8bc016c76220 2024-09-20 19:33:56,944 - DEBUG - Response Code: 404 2024-09-20 19:33:56,944 - DEBUG - Requesting: http://10.0.0.52:8082/domains 2024-09-20 19:33:56,958 - DEBUG - Requesting: http://10.0.0.52:8082/domain/e36be62b-43fc-4135-83c2-78566956d5cf 2024-09-20 19:33:56,971 - DEBUG - Requesting: http://10.0.0.52:8082/project/73088a4f-63e7-4784-b19f-63d2f0a8268e 2024-09-20 19:33:57,071 - INFO - Validated that VN __public__ is not found in API Server 2024-09-20 19:33:57,071 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-20 19:33:57,088 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-20 19:33:57,101 - DEBUG - VN __public__ is not present in Agent 10.0.0.34 2024-09-20 19:33:57,101 - INFO - Validated that VN __public__ is not in any agent 2024-09-20 19:33:57,101 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-20 19:33:57,112 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-20 19:33:57,118 - DEBUG - Requesting: http://10.0.0.52:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-20 19:33:57,126 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-20 19:33:57,127 - INFO - Deleting pod default:ctest-nginx-pod-45223694 2024-09-20 19:33:57,137 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5e52234c-fd72-4c89-a884-7be85b45b046 2024-09-20 19:33:57,172 - WARNING - Pod uuid 5e52234c-fd72-4c89-a884-7be85b45b046 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:34:02,173 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=5e52234c-fd72-4c89-a884-7be85b45b046 2024-09-20 19:34:02,179 - DEBUG - Pod 5e52234c-fd72-4c89-a884-7be85b45b046 is not in agent 10.0.0.34 VM list 2024-09-20 19:34:02,179 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:251a3230-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:34:02,185 - DEBUG - VMI 251a3230-7787-11ef-ba61-fa163ec7a5d7 is removed from agent 10.0.0.34 2024-09-20 19:34:02,186 - INFO - Verified that pod ctest-nginx-pod-45223694 is removed in agent 2024-09-20 19:34:02,186 - INFO - Deleting pod default:ctest-nginx-pod-47130924 2024-09-20 19:34:02,199 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=01b54398-6b87-420d-b1f8-62b24681c519 2024-09-20 19:34:02,206 - WARNING - Pod uuid 01b54398-6b87-420d-b1f8-62b24681c519 is still seen in agent 10.0.0.34 VM list 2024-09-20 19:34:07,207 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=01b54398-6b87-420d-b1f8-62b24681c519 2024-09-20 19:34:07,214 - DEBUG - Pod 01b54398-6b87-420d-b1f8-62b24681c519 is not in agent 10.0.0.34 VM list 2024-09-20 19:34:07,214 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:249ae7aa-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:34:07,221 - DEBUG - VMI 249ae7aa-7787-11ef-ba61-fa163ec7a5d7 is removed from agent 10.0.0.34 2024-09-20 19:34:07,221 - INFO - Verified that pod ctest-nginx-pod-47130924 is removed in agent 2024-09-20 19:34:07,221 - INFO - Deleting service : ctest-nginx-svc-00511199 2024-09-20 19:34:07,417 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-20 19:34:07,425 - DEBUG - No XMPP flaps were noticed during the test 2024-09-20 19:34:07,425 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:11] 2024-09-20 19:34:07,425 - INFO - -------------------------------------------------------------------------------- 2024-09-20 19:34:13,806 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-20 19:34:13,957 - DEBUG - Output : cluster_project={} 2024-09-20 19:34:14,031 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-20 19:34:14,229 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-20 19:34:14,233 - DEBUG - [10.0.0.52]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-20 19:34:14,418 - DEBUG - Output : cluster_project={} 2024-09-20 19:34:29,621 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:29,714 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:29,754 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:29,833 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:29,918 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:29,967 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:35,062 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:35,102 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-20 19:34:35,303 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-20 19:34:38,084 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_ApplicationPolicySetReq? 2024-09-20 19:34:38,096 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AclReq? 2024-09-20 19:34:38,134 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AclReq? 2024-09-20 19:34:40,165 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AclReq? 2024-09-20 19:37:49,322 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-20 19:37:49,352 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=3f8bfe2c-2183-4f95-82f1-688aefba34b7 2024-09-20 19:37:49,373 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:37:49,376 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:37:49,393 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:37:49,400 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=b1f1ddff-5a29-4b11-b4a0-86343fafc96e 2024-09-20 19:37:49,404 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2ecb2e5e-e98c-42d5-b5fd-612ac1bcf1aa 2024-09-20 19:37:49,410 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:37:49,415 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7b3956ab-7574-4f23-ab17-fa4deeac01c3 2024-09-20 19:37:54,418 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=3f8bfe2c-2183-4f95-82f1-688aefba34b7 2024-09-20 19:37:54,424 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:523a16cc-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:37:54,473 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:37:54,475 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2ecb2e5e-e98c-42d5-b5fd-612ac1bcf1aa 2024-09-20 19:37:54,476 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:37:54,478 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=b1f1ddff-5a29-4b11-b4a0-86343fafc96e 2024-09-20 19:37:54,479 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:37:54,480 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:37:54,481 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=7b3956ab-7574-4f23-ab17-fa4deeac01c3 2024-09-20 19:37:54,502 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:52bd2c10-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:37:54,503 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:53ee7972-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:37:54,508 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5367daa2-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:37:59,502 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:37:59,506 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:37:59,507 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:37:59,509 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:38:04,512 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:38:04,520 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:38:04,521 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:38:04,522 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:38:09,521 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:38:09,535 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:38:09,536 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:38:09,538 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:38:14,530 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:38:14,550 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:38:14,551 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:38:14,552 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:38:19,538 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:38:19,564 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:38:19,566 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:38:19,567 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:38:24,546 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=bdbf244a-6779-437f-9930-173e13409e25 2024-09-20 19:38:24,552 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:55d56354-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:38:24,579 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=2d8a5291-4666-4529-b54a-f48428b307ad 2024-09-20 19:38:24,581 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=75c86820-fa5c-4324-a23e-7ee4c461a0a2 2024-09-20 19:38:24,582 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_VmListReq?uuid=270e1a0f-8fc5-466f-a8dd-0f407503b3b5 2024-09-20 19:38:24,593 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:55306e8a-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:38:24,596 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:54a21e14-7787-11ef-ba61-fa163ec7a5d7 2024-09-20 19:38:24,597 - DEBUG - Requesting: http://10.0.0.34:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5668da80-7787-11ef-ba61-fa163ec7a5d7