2024-09-18 05:27:50,558 - DEBUG - [10.0.0.42]: Running cmd : hostname 2024-09-18 05:27:50,797 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-695-1 2024-09-18 05:27:50,798 - DEBUG - [10.0.0.42]: Running cmd : hostname -f 2024-09-18 05:27:50,832 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-695-1 2024-09-18 05:27:50,832 - DEBUG - [10.0.0.42]: 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-18 05:27:50,908 - DEBUG - Output : NAMES contrail_test_VpOBzKx9P contrail-kubernetes-master_kubemanager_1 webui_job_1 webui_web_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_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-18 05:27:50,909 - DEBUG - [10.0.0.42]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 05:27:50,953 - DEBUG - Output : 10.0.0.42/24 172.17.0.1/16 2024-09-18 05:27:50,955 - DEBUG - [10.0.0.42]: Running cmd : getent hosts 10.0.0.42 | head -n 1 | awk '{print $2}' 2024-09-18 05:27:51,050 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-695-1 2024-09-18 05:27:51,140 - DEBUG - [10.0.0.33]: Running cmd : hostname 2024-09-18 05:27:51,363 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-695-1 2024-09-18 05:27:51,364 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2024-09-18 05:27:51,399 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-695-1 2024-09-18 05:27:51,399 - DEBUG - [10.0.0.33]: 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-18 05:27:51,477 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-18 05:27:51,477 - DEBUG - [10.0.0.33]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-18 05:27:51,512 - DEBUG - Output : 10.0.0.33/24 2024-09-18 05:27:51,512 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2024-09-18 05:27:51,548 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-695-1 2024-09-18 05:27:51,645 - INFO - Using existing project ['default-domain', 'k8s-default'](b308abee-2524-40b0-914c-f389782945c8) 2024-09-18 05:27:51,730 - INFO - Using existing project ['default-domain', 'k8s-default'](b308abee-2524-40b0-914c-f389782945c8) 2024-09-18 05:27:51,868 - INFO - ================================================================================ 2024-09-18 05:27:51,868 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-18 05:27:51,869 - 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-18 05:27:52,063 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 05:27:52,073 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.0.0.42': '0'}} with 2024-09-18 05:27:52,073 - INFO - Initial checks done. Running the testcase now 2024-09-18 05:27:52,073 - INFO - 2024-09-18 05:27:52,078 - INFO - Namespace default already exists 2024-09-18 05:27:52,079 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 05:27:52,197 - DEBUG - Output : cluster_project={} 2024-09-18 05:27:52,293 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-18 05:27:52,293 - DEBUG - Project uuid in Contrail is b308abee-2524-40b0-914c-f389782945c8 2024-09-18 05:27:52,293 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 05:27:52,420 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 05:27:52,420 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_NamespaceDatabaseList?namespace_uuid=8ce6e865-c57a-4111-936d-fa71b0c2b0bb 2024-09-18 05:27:52,424 - INFO - Namespace default with uuid 8ce6e865-c57a-4111-936d-fa71b0c2b0bb found in kube manager 2024-09-18 05:27:52,425 - INFO - Namespace default verification passed 2024-09-18 05:27:52,428 - DEBUG - Service ctest-nginx-svc-64035500 not present 2024-09-18 05:27:52,428 - INFO - Creating service ctest-nginx-svc-64035500 2024-09-18 05:27:52,466 - INFO - Created Service ctest-nginx-svc-64035500 2024-09-18 05:27:52,472 - DEBUG - Pod ctest-nginx-pod-61025855 not present 2024-09-18 05:27:52,472 - INFO - Creating Pod ctest-nginx-pod-61025855 2024-09-18 05:27:52,516 - DEBUG - Pod : ctest-nginx-pod-61025855 UUID is a3c087ee-0337-4342-9f25-da720bbe03c6 2024-09-18 05:27:52,546 - DEBUG - Pod ctest-nginx-pod-13756995 not present 2024-09-18 05:27:52,546 - INFO - Creating Pod ctest-nginx-pod-13756995 2024-09-18 05:27:52,581 - DEBUG - Pod : ctest-nginx-pod-13756995 UUID is 3bf36d49-aa8c-4c0e-87e3-12b2c008ce82 2024-09-18 05:27:52,892 - INFO - Created VN __public__, UUID :a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:53,077 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-09-18 05:27:53,104 - DEBUG - Requesting: http://10.0.0.42:8082/domain/9a0d2c41-0b0f-4335-b392-d182cdc94363 2024-09-18 05:27:53,170 - DEBUG - Requesting: http://10.0.0.42:8082/project/b308abee-2524-40b0-914c-f389782945c8 2024-09-18 05:27:53,316 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:53,344 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:53,364 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:27:53,377 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:27:53,386 - DEBUG - Route Targets: [] 2024-09-18 05:27:53,386 - DEBUG - RT names not yet present for VN __public__ 2024-09-18 05:27:58,387 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-09-18 05:27:58,395 - DEBUG - Requesting: http://10.0.0.42:8082/domain/9a0d2c41-0b0f-4335-b392-d182cdc94363 2024-09-18 05:27:58,405 - DEBUG - Requesting: http://10.0.0.42:8082/project/b308abee-2524-40b0-914c-f389782945c8 2024-09-18 05:27:58,451 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:58,465 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:58,480 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:27:58,491 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:27:58,501 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/c49325b2-480b-4bd5-b53e-6ea129480c8b 2024-09-18 05:27:58,509 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 05:27:58,510 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:58,526 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:27:58,549 - INFO - Verified VN network id 13 for VN a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:58,550 - INFO - Verifications in API Server for VN __public__ passed 2024-09-18 05:27:58,550 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:58,569 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:27:58,578 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:27:58,587 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/c49325b2-480b-4bd5-b53e-6ea129480c8b 2024-09-18 05:27:58,594 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 05:27:58,600 - DEBUG - Control-node 10.0.0.42 : 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': '11889406289751721155', 'uuid-lslong': '9964242452393785094'}, 'enable': 'true', 'created': '2024-09-18T05:27:52', 'last-modified': '2024-09-18T05:27:52', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.648603'} 2024-09-18 05:27:58,601 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 05:27:58,608 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-18 05:27:58,608 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-18 05:27:58,609 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-18 05:27:58,609 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-09-18 05:27:58,615 - DEBUG - Requesting: http://10.0.0.42:8082/domain/9a0d2c41-0b0f-4335-b392-d182cdc94363 2024-09-18 05:27:58,625 - DEBUG - Requesting: http://10.0.0.42:8082/project/b308abee-2524-40b0-914c-f389782945c8 2024-09-18 05:27:58,687 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:58,705 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-18 05:27:58,705 - DEBUG - Verifying the vn in opserver 2024-09-18 05:27:58,705 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.42 2024-09-18 05:27:58,705 - DEBUG - Requesting: http://10.0.0.42:8081/analytics/uves/virtual-networks 2024-09-18 05:27:58,710 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.42:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-18 05:27:58,710 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-18 05:27:58,711 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 05:27:58,719 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 05:27:58,726 - DEBUG - Do not have enough data to verify VN in agent 2024-09-18 05:27:58,726 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 05:27:58,733 - DEBUG - VRF ids for VN __public__: {} 2024-09-18 05:27:58,850 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-18 05:27:58,970 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-09-18 05:27:58,977 - DEBUG - Requesting: http://10.0.0.42:8082/domain/9a0d2c41-0b0f-4335-b392-d182cdc94363 2024-09-18 05:27:58,987 - DEBUG - Requesting: http://10.0.0.42:8082/project/b308abee-2524-40b0-914c-f389782945c8 2024-09-18 05:27:59,037 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:59,054 - DEBUG - Requesting: http://10.0.0.42:8082/floating-ip-pool/a75f4d91-82f6-4724-95e6-f8fd1ed90fab 2024-09-18 05:27:59,062 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-09-18 05:27:59,067 - DEBUG - Requesting: http://10.0.0.42:8082/domain/9a0d2c41-0b0f-4335-b392-d182cdc94363 2024-09-18 05:27:59,077 - DEBUG - Requesting: http://10.0.0.42:8082/project/b308abee-2524-40b0-914c-f389782945c8 2024-09-18 05:27:59,126 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/a4ffa807-1af2-44c3-8a48-19b7b6cc7706 2024-09-18 05:27:59,139 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-18 05:27:59,139 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-18 05:27:59,152 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 05:27:59,158 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-18 05:27:59,159 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-18 05:27:59,163 - DEBUG - Ingress ctest-nginx-ingress-50600011 not present 2024-09-18 05:27:59,163 - INFO - Creating Ingress ctest-nginx-ingress-50600011 2024-09-18 05:27:59,173 - INFO - Created Ingress ctest-nginx-ingress-50600011 2024-09-18 05:27:59,177 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-50600011 2024-09-18 05:28:02,200 - DEBUG - For Ingress ctest-nginx-ingress-50600011, Cluster IP: 10.47.255.249, External IPs ['50.151.247.252'] 2024-09-18 05:28:02,200 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-50600011 2024-09-18 05:28:02,200 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb 2024-09-18 05:28:02,207 - INFO - Ingress ctest-nginx-ingress-50600011 with uuid d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb found in kube manager 2024-09-18 05:28:02,207 - INFO - Ingress ctest-nginx-ingress-50600011 verification passed 2024-09-18 05:28:02,210 - DEBUG - Pod ctest-busybox-pod-62629365 not present 2024-09-18 05:28:02,210 - INFO - Creating Pod ctest-busybox-pod-62629365 2024-09-18 05:28:02,244 - DEBUG - Pod : ctest-busybox-pod-62629365 UUID is 445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:02,258 - DEBUG - Pod ctest-nginx-pod-61025855 not in running state.Currently in Pending 2024-09-18 05:28:07,264 - INFO - Pod ctest-nginx-pod-61025855 is in running state.Got IP 10.47.255.251 2024-09-18 05:28:07,325 - DEBUG - Pod ctest-nginx-pod-61025855 has vmi c18359d6-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:28:07,325 - INFO - Verified pod ctest-nginx-pod-61025855 in contrail-api 2024-09-18 05:28:07,325 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:28:07,341 - DEBUG - VMI c18359d6-757e-11ef-9f1a-fa163ef07116 is active in agent 10.0.0.33 2024-09-18 05:28:07,341 - INFO - Verified Pod ctest-nginx-pod-61025855 in agent 10.0.0.33 2024-09-18 05:28:07,342 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=a3c087ee-0337-4342-9f25-da720bbe03c6 2024-09-18 05:28:07,348 - INFO - Pod ctest-nginx-pod-61025855 with uuid a3c087ee-0337-4342-9f25-da720bbe03c6 found in kube manager 2024-09-18 05:28:07,348 - INFO - Pod ctest-nginx-pod-61025855 verification passed 2024-09-18 05:28:07,418 - DEBUG - [Pod ctest-nginx-pod-61025855] Cmd: echo ctest-nginx-pod-61025855 > /usr/share/nginx/html/index.html, Output: 2024-09-18 05:28:07,424 - INFO - Pod ctest-nginx-pod-13756995 is in running state.Got IP 10.47.255.250 2024-09-18 05:28:07,446 - DEBUG - Pod ctest-nginx-pod-13756995 has vmi c2010da4-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:28:07,446 - INFO - Verified pod ctest-nginx-pod-13756995 in contrail-api 2024-09-18 05:28:07,446 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:28:07,460 - DEBUG - VMI c2010da4-757e-11ef-9f1a-fa163ef07116 is active in agent 10.0.0.33 2024-09-18 05:28:07,460 - INFO - Verified Pod ctest-nginx-pod-13756995 in agent 10.0.0.33 2024-09-18 05:28:07,460 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=3bf36d49-aa8c-4c0e-87e3-12b2c008ce82 2024-09-18 05:28:07,467 - INFO - Pod ctest-nginx-pod-13756995 with uuid 3bf36d49-aa8c-4c0e-87e3-12b2c008ce82 found in kube manager 2024-09-18 05:28:07,467 - INFO - Pod ctest-nginx-pod-13756995 verification passed 2024-09-18 05:28:07,521 - DEBUG - [Pod ctest-nginx-pod-13756995] Cmd: echo ctest-nginx-pod-13756995 > /usr/share/nginx/html/index.html, Output: 2024-09-18 05:28:07,526 - DEBUG - Pod ctest-busybox-pod-62629365 not in running state.Currently in Pending 2024-09-18 05:28:12,534 - DEBUG - Pod ctest-busybox-pod-62629365 not in running state.Currently in Pending 2024-09-18 05:28:17,540 - INFO - Pod ctest-busybox-pod-62629365 is in running state.Got IP 10.47.255.248 2024-09-18 05:28:17,565 - DEBUG - Pod ctest-busybox-pod-62629365 has vmi c6b5d9a6-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:28:17,565 - INFO - Verified pod ctest-busybox-pod-62629365 in contrail-api 2024-09-18 05:28:17,565 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:28:17,578 - DEBUG - VMI c6b5d9a6-757e-11ef-9f1a-fa163ef07116 is active in agent 10.0.0.33 2024-09-18 05:28:17,579 - INFO - Verified Pod ctest-busybox-pod-62629365 in agent 10.0.0.33 2024-09-18 05:28:17,579 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:17,584 - INFO - Pod ctest-busybox-pod-62629365 with uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a found in kube manager 2024-09-18 05:28:17,584 - INFO - Pod ctest-busybox-pod-62629365 verification passed 2024-09-18 05:28:17,639 - DEBUG - [Pod ctest-busybox-pod-62629365] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-61025855 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-18 05:28:17,639 - DEBUG - [Pod Pod ctest-busybox-pod-62629365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 05:28:17,639 - DEBUG - [Pod Pod ctest-busybox-pod-62629365] Cmd output: ctest-nginx-pod-61025855 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-18 05:28:17,693 - DEBUG - [Pod ctest-busybox-pod-62629365] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-13756995 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-18 05:28:17,693 - DEBUG - [Pod Pod ctest-busybox-pod-62629365] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-18 05:28:17,693 - DEBUG - [Pod Pod ctest-busybox-pod-62629365] Cmd output: ctest-nginx-pod-13756995 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-18 05:28:17,693 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-61025855': 1, 'ctest-nginx-pod-13756995': 1} 2024-09-18 05:28:17,694 - WARNING - Nothing to delete parallely 2024-09-18 05:28:17,694 - INFO - Deleting pod default:ctest-busybox-pod-62629365 2024-09-18 05:28:17,705 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:17,712 - WARNING - Pod uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is still seen in agent 10.0.0.33 VM list 2024-09-18 05:28:22,714 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:22,722 - WARNING - Pod uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is still seen in agent 10.0.0.33 VM list 2024-09-18 05:28:27,724 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:27,731 - WARNING - Pod uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is still seen in agent 10.0.0.33 VM list 2024-09-18 05:28:32,733 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:32,741 - WARNING - Pod uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is still seen in agent 10.0.0.33 VM list 2024-09-18 05:28:37,742 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:37,749 - WARNING - Pod uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is still seen in agent 10.0.0.33 VM list 2024-09-18 05:28:42,750 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:42,758 - WARNING - Pod uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is still seen in agent 10.0.0.33 VM list 2024-09-18 05:28:47,759 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:47,766 - WARNING - Pod uuid 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is still seen in agent 10.0.0.33 VM list 2024-09-18 05:28:52,767 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=445aed1d-ad41-4d42-aa7e-ab27a88fe56a 2024-09-18 05:28:52,776 - DEBUG - Pod 445aed1d-ad41-4d42-aa7e-ab27a88fe56a is not in agent 10.0.0.33 VM list 2024-09-18 05:28:52,776 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c6b5d9a6-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:28:52,783 - DEBUG - VMI c6b5d9a6-757e-11ef-9f1a-fa163ef07116 is removed from agent 10.0.0.33 2024-09-18 05:28:52,783 - INFO - Verified that pod ctest-busybox-pod-62629365 is removed in agent 2024-09-18 05:28:52,783 - INFO - Deleting Ingress : ctest-nginx-ingress-50600011 2024-09-18 05:28:52,789 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb 2024-09-18 05:28:52,795 - ERROR - Ingress ctest-nginx-ingress-50600011 with uuid d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb still found in kube manager 2024-09-18 05:28:53,796 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb 2024-09-18 05:28:53,802 - ERROR - Ingress ctest-nginx-ingress-50600011 with uuid d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb still found in kube manager 2024-09-18 05:28:54,802 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb 2024-09-18 05:28:54,807 - INFO - Ingress ctest-nginx-ingress-50600011 with uuid d652c4a3-f15b-437f-9d0f-93cb2e3cc5eb deleted successfully from kube manager 2024-09-18 05:28:54,807 - INFO - Verifications on Ingress %s cleanup passed 2024-09-18 05:28:54,807 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-18 05:28:54,913 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-18 05:28:54,923 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-18 05:28:54,923 - INFO - Deleting VN __public__ 2024-09-18 05:28:55,035 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/c4803fe9-7587-41f4-a59e-57cb6a1e043f 2024-09-18 05:28:55,041 - DEBUG - Response Code: 404 2024-09-18 05:28:55,041 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-09-18 05:28:55,046 - DEBUG - Requesting: http://10.0.0.42:8082/domain/9a0d2c41-0b0f-4335-b392-d182cdc94363 2024-09-18 05:28:55,064 - DEBUG - Requesting: http://10.0.0.42:8082/project/b308abee-2524-40b0-914c-f389782945c8 2024-09-18 05:28:55,113 - INFO - Validated that VN __public__ is not found in API Server 2024-09-18 05:28:55,113 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-18 05:28:55,120 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 05:28:55,127 - DEBUG - VN __public__ is not present in Agent 10.0.0.33 2024-09-18 05:28:55,127 - INFO - Validated that VN __public__ is not in any agent 2024-09-18 05:28:55,127 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 05:28:55,136 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-18 05:28:55,142 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-18 05:28:55,148 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-18 05:28:55,148 - INFO - Deleting pod default:ctest-nginx-pod-13756995 2024-09-18 05:28:55,164 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3bf36d49-aa8c-4c0e-87e3-12b2c008ce82 2024-09-18 05:28:55,180 - WARNING - Pod uuid 3bf36d49-aa8c-4c0e-87e3-12b2c008ce82 is still seen in agent 10.0.0.33 VM list 2024-09-18 05:29:00,182 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=3bf36d49-aa8c-4c0e-87e3-12b2c008ce82 2024-09-18 05:29:00,191 - DEBUG - Pod 3bf36d49-aa8c-4c0e-87e3-12b2c008ce82 is not in agent 10.0.0.33 VM list 2024-09-18 05:29:00,191 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c2010da4-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:29:00,200 - DEBUG - VMI c2010da4-757e-11ef-9f1a-fa163ef07116 is removed from agent 10.0.0.33 2024-09-18 05:29:00,200 - INFO - Verified that pod ctest-nginx-pod-13756995 is removed in agent 2024-09-18 05:29:00,200 - INFO - Deleting pod default:ctest-nginx-pod-61025855 2024-09-18 05:29:00,214 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a3c087ee-0337-4342-9f25-da720bbe03c6 2024-09-18 05:29:00,226 - WARNING - Pod uuid a3c087ee-0337-4342-9f25-da720bbe03c6 is still seen in agent 10.0.0.33 VM list 2024-09-18 05:29:05,227 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=a3c087ee-0337-4342-9f25-da720bbe03c6 2024-09-18 05:29:05,235 - DEBUG - Pod a3c087ee-0337-4342-9f25-da720bbe03c6 is not in agent 10.0.0.33 VM list 2024-09-18 05:29:05,235 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c18359d6-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:29:05,242 - DEBUG - VMI c18359d6-757e-11ef-9f1a-fa163ef07116 is removed from agent 10.0.0.33 2024-09-18 05:29:05,243 - INFO - Verified that pod ctest-nginx-pod-61025855 is removed in agent 2024-09-18 05:29:05,243 - INFO - Deleting service : ctest-nginx-svc-64035500 2024-09-18 05:29:05,513 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 05:29:05,521 - DEBUG - No XMPP flaps were noticed during the test 2024-09-18 05:29:05,521 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2024-09-18 05:29:05,521 - INFO - -------------------------------------------------------------------------------- 2024-09-18 05:29:12,089 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 05:29:12,221 - DEBUG - Output : cluster_project={} 2024-09-18 05:29:12,280 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-18 05:29:12,449 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-18 05:29:12,465 - DEBUG - [10.0.0.42]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-18 05:29:12,608 - DEBUG - Output : cluster_project={} 2024-09-18 05:29:27,798 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:27,852 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:27,938 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:33,000 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:33,089 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:33,177 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:33,221 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:33,307 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-18 05:29:33,559 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 05:29:36,278 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_ApplicationPolicySetReq? 2024-09-18 05:29:36,285 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-09-18 05:29:36,325 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-09-18 05:29:38,373 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AclReq? 2024-09-18 05:32:38,898 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-18 05:32:38,961 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2b2a5d8b-814b-48e6-96fd-042ccb881686 2024-09-18 05:32:38,993 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=704a6f5e-f6b0-4fbb-9d51-1c48ffc5b550 2024-09-18 05:32:39,003 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:32:39,032 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c57aa02b-d1da-41f3-a610-03b5f8af58d9 2024-09-18 05:32:39,038 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:32:39,043 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:32:39,056 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:32:39,066 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=06c593fd-aaac-4cd7-a40d-cda801d30baf 2024-09-18 05:32:44,003 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=2b2a5d8b-814b-48e6-96fd-042ccb881686 2024-09-18 05:32:44,007 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=704a6f5e-f6b0-4fbb-9d51-1c48ffc5b550 2024-09-18 05:32:44,016 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0d7cfd2-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:32:44,019 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f16136f0-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:32:44,047 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:32:44,123 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=c57aa02b-d1da-41f3-a610-03b5f8af58d9 2024-09-18 05:32:44,125 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:32:44,127 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=06c593fd-aaac-4cd7-a40d-cda801d30baf 2024-09-18 05:32:44,128 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:32:44,130 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:32:44,149 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2aead80-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:32:44,151 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f225e39c-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:32:49,055 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:32:49,148 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:32:49,150 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:32:49,152 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:32:54,064 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:32:54,163 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:32:54,165 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:32:54,166 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:32:59,072 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:32:59,180 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:32:59,181 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:32:59,183 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:33:04,081 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:33:04,195 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:33:04,197 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:33:04,198 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:33:09,091 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:33:09,212 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:33:09,214 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:33:09,215 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:33:14,099 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ebf1bad8-947d-4d3c-93ba-e831b6182b11 2024-09-18 05:33:14,106 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f3bf2b1e-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:33:14,228 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=518b0655-fc4d-46fb-aa92-5a9df7d93830 2024-09-18 05:33:14,230 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=ce2460b8-dfe3-46f8-a310-eff8b08674b0 2024-09-18 05:33:14,232 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_VmListReq?uuid=28091988-3ff1-480b-957b-e5266bd9bef0 2024-09-18 05:33:14,244 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f44fab30-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:33:14,248 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4e3af6a-757e-11ef-9f1a-fa163ef07116 2024-09-18 05:33:14,249 - DEBUG - Requesting: http://10.0.0.33:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f3412dd6-757e-11ef-9f1a-fa163ef07116