2024-12-23 20:12:42,191 - DEBUG - [10.0.0.34]: Running cmd : hostname 2024-12-23 20:12:42,428 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-883-1 2024-12-23 20:12:42,428 - DEBUG - [10.0.0.34]: Running cmd : hostname -f 2024-12-23 20:12:42,462 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-883-1 2024-12-23 20:12:42,462 - 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-12-23 20:12:42,589 - DEBUG - Output : NAMES contrail_test_Uc7BJm1JD contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 redis_redis_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_schema_1 config_api_api_1 config_api_dnsmasq_1 config_api_svcmonitor_1 2024-12-23 20:12:42,589 - DEBUG - [10.0.0.34]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-12-23 20:12:42,628 - DEBUG - Output : 10.0.0.34/24 172.17.0.1/16 2024-12-23 20:12:42,628 - DEBUG - [10.0.0.34]: Running cmd : getent hosts 10.0.0.34 | head -n 1 | awk '{print $2}' 2024-12-23 20:12:42,665 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-883-1 2024-12-23 20:12:42,764 - DEBUG - [10.0.0.12]: Running cmd : hostname 2024-12-23 20:12:42,980 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-883-1 2024-12-23 20:12:42,980 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2024-12-23 20:12:43,014 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-883-1 2024-12-23 20:12:43,015 - DEBUG - [10.0.0.12]: 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-12-23 20:12:43,094 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-12-23 20:12:43,094 - DEBUG - [10.0.0.12]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-12-23 20:12:43,128 - DEBUG - Output : 10.0.0.12/24 2024-12-23 20:12:43,128 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2024-12-23 20:12:43,162 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-883-1 2024-12-23 20:12:43,242 - INFO - Using existing project ['default-domain', 'k8s-default'](788ffd0e-580e-4d07-aaad-c0443f163829) 2024-12-23 20:12:43,363 - INFO - Using existing project ['default-domain', 'k8s-default'](788ffd0e-580e-4d07-aaad-c0443f163829) 2024-12-23 20:12:43,501 - INFO - ================================================================================ 2024-12-23 20:12:43,501 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-12-23 20:12:43,502 - 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-12-23 20:12:43,698 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 20:12:43,708 - DEBUG - Nothing to compare xmpp stats {'10.0.0.12': {'10.0.0.34': '0'}} with 2024-12-23 20:12:43,708 - INFO - Initial checks done. Running the testcase now 2024-12-23 20:12:43,708 - INFO - 2024-12-23 20:12:43,711 - INFO - Namespace default already exists 2024-12-23 20:12:43,712 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-23 20:12:43,829 - DEBUG - Output : cluster_project={} 2024-12-23 20:12:43,880 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-12-23 20:12:43,880 - DEBUG - Project uuid in Contrail is 788ffd0e-580e-4d07-aaad-c0443f163829 2024-12-23 20:12:43,880 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-12-23 20:12:43,996 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-12-23 20:12:43,996 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_NamespaceDatabaseList?namespace_uuid=6143705a-56e5-47ed-826e-ca49d55ada06 2024-12-23 20:12:44,001 - INFO - Namespace default with uuid 6143705a-56e5-47ed-826e-ca49d55ada06 found in kube manager 2024-12-23 20:12:44,001 - INFO - Namespace default verification passed 2024-12-23 20:12:44,003 - DEBUG - Service ctest-nginx-svc-88994506 not present 2024-12-23 20:12:44,004 - INFO - Creating service ctest-nginx-svc-88994506 2024-12-23 20:12:44,038 - INFO - Created Service ctest-nginx-svc-88994506 2024-12-23 20:12:44,047 - DEBUG - Pod ctest-nginx-pod-31705194 not present 2024-12-23 20:12:44,048 - INFO - Creating Pod ctest-nginx-pod-31705194 2024-12-23 20:12:44,107 - DEBUG - Pod : ctest-nginx-pod-31705194 UUID is 53106f17-4b82-469b-9af4-970c9bf063b7 2024-12-23 20:12:44,112 - DEBUG - Pod ctest-nginx-pod-63670676 not present 2024-12-23 20:12:44,113 - INFO - Creating Pod ctest-nginx-pod-63670676 2024-12-23 20:12:44,145 - DEBUG - Pod : ctest-nginx-pod-63670676 UUID is 95ffee02-b552-4ce2-8827-7658a65dbec3 2024-12-23 20:12:44,293 - INFO - Created VN __public__, UUID :e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:44,542 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-12-23 20:12:44,547 - DEBUG - Requesting: http://10.0.0.34:8082/domain/312ec4a4-51e3-479c-bb97-172b28a7e685 2024-12-23 20:12:44,581 - DEBUG - Requesting: http://10.0.0.34:8082/project/788ffd0e-580e-4d07-aaad-c0443f163829 2024-12-23 20:12:44,622 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:44,634 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:44,648 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:12:44,656 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:12:44,664 - DEBUG - Route Targets: [] 2024-12-23 20:12:44,664 - DEBUG - RT names not yet present for VN __public__ 2024-12-23 20:12:49,664 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-12-23 20:12:49,672 - DEBUG - Requesting: http://10.0.0.34:8082/domain/312ec4a4-51e3-479c-bb97-172b28a7e685 2024-12-23 20:12:49,687 - DEBUG - Requesting: http://10.0.0.34:8082/project/788ffd0e-580e-4d07-aaad-c0443f163829 2024-12-23 20:12:49,748 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:49,758 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:49,783 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:12:49,794 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:12:49,802 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/ffe34695-412b-4c10-954c-c63d7090a8cc 2024-12-23 20:12:49,810 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-12-23 20:12:49,810 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:49,823 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:12:49,836 - INFO - Verified VN network id 13 for VN e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:49,837 - INFO - Verifications in API Server for VN __public__ passed 2024-12-23 20:12:49,837 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:49,848 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:12:49,855 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:12:49,862 - DEBUG - Requesting: http://10.0.0.34:8082/route-target/ffe34695-412b-4c10-954c-c63d7090a8cc 2024-12-23 20:12:49,867 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-12-23 20:12:49,873 - DEBUG - Control-node 10.0.0.34 : 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': '16728186436966762527', 'uuid-lslong': '9838702798826552976'}, 'enable': 'true', 'created': '2024-12-23T20:12:44', 'last-modified': '2024-12-23T20:12:44', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.385457'} 2024-12-23 20:12:49,873 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 20:12:49,881 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-12-23 20:12:49,881 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-12-23 20:12:49,881 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-12-23 20:12:49,881 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-12-23 20:12:49,886 - DEBUG - Requesting: http://10.0.0.34:8082/domain/312ec4a4-51e3-479c-bb97-172b28a7e685 2024-12-23 20:12:49,893 - DEBUG - Requesting: http://10.0.0.34:8082/project/788ffd0e-580e-4d07-aaad-c0443f163829 2024-12-23 20:12:49,933 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:49,943 - DEBUG - =>VN __public__ has no policy to be verified 2024-12-23 20:12:49,943 - DEBUG - Verifying the vn in opserver 2024-12-23 20:12:49,943 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.34 2024-12-23 20:12:49,943 - DEBUG - Requesting: http://10.0.0.34:8081/analytics/uves/virtual-networks 2024-12-23 20:12:49,947 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.34:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-12-23 20:12:49,947 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-12-23 20:12:49,948 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 20:12:49,957 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 20:12:49,965 - DEBUG - Do not have enough data to verify VN in agent 2024-12-23 20:12:49,965 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 20:12:49,973 - DEBUG - VRF ids for VN __public__: {} 2024-12-23 20:12:50,086 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-12-23 20:12:50,265 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-12-23 20:12:50,271 - DEBUG - Requesting: http://10.0.0.34:8082/domain/312ec4a4-51e3-479c-bb97-172b28a7e685 2024-12-23 20:12:50,279 - DEBUG - Requesting: http://10.0.0.34:8082/project/788ffd0e-580e-4d07-aaad-c0443f163829 2024-12-23 20:12:50,328 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:50,346 - DEBUG - Requesting: http://10.0.0.34:8082/floating-ip-pool/535bba2c-dcb7-4c2c-b692-5b52335c7366 2024-12-23 20:12:50,354 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-12-23 20:12:50,359 - DEBUG - Requesting: http://10.0.0.34:8082/domain/312ec4a4-51e3-479c-bb97-172b28a7e685 2024-12-23 20:12:50,367 - DEBUG - Requesting: http://10.0.0.34:8082/project/788ffd0e-580e-4d07-aaad-c0443f163829 2024-12-23 20:12:50,425 - DEBUG - Requesting: http://10.0.0.34:8082/virtual-network/e82674ef-47e9-481f-888a-18115eb2be90 2024-12-23 20:12:50,436 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-12-23 20:12:50,436 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-12-23 20:12:50,443 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-12-23 20:12:50,451 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-12-23 20:12:50,451 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-12-23 20:12:50,454 - DEBUG - Ingress ctest-nginx-ingress-71359094 not present 2024-12-23 20:12:50,454 - INFO - Creating Ingress ctest-nginx-ingress-71359094 2024-12-23 20:12:50,466 - INFO - Created Ingress ctest-nginx-ingress-71359094 2024-12-23 20:12:50,468 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-71359094 2024-12-23 20:12:53,484 - DEBUG - For Ingress ctest-nginx-ingress-71359094, Cluster IP: 10.47.255.249, External IPs ['128.136.132.188'] 2024-12-23 20:12:53,484 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-71359094 2024-12-23 20:12:53,484 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=65340a2f-2fa9-400f-a924-20029455063e 2024-12-23 20:12:53,489 - INFO - Ingress ctest-nginx-ingress-71359094 with uuid 65340a2f-2fa9-400f-a924-20029455063e found in kube manager 2024-12-23 20:12:53,489 - INFO - Ingress ctest-nginx-ingress-71359094 verification passed 2024-12-23 20:12:53,491 - DEBUG - Pod ctest-busybox-pod-38852949 not present 2024-12-23 20:12:53,491 - INFO - Creating Pod ctest-busybox-pod-38852949 2024-12-23 20:12:53,526 - DEBUG - Pod : ctest-busybox-pod-38852949 UUID is 350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:12:53,537 - DEBUG - Pod ctest-nginx-pod-31705194 not in running state.Currently in Pending 2024-12-23 20:12:58,542 - INFO - Pod ctest-nginx-pod-31705194 is in running state.Got IP 10.47.255.251 2024-12-23 20:12:58,555 - DEBUG - Pod ctest-nginx-pod-31705194 has vmi 46048892-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:12:58,555 - INFO - Verified pod ctest-nginx-pod-31705194 in contrail-api 2024-12-23 20:12:58,555 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:12:58,569 - DEBUG - VMI 46048892-c16a-11ef-99e6-fa163ee828ce is active in agent 10.0.0.12 2024-12-23 20:12:58,569 - INFO - Verified Pod ctest-nginx-pod-31705194 in agent 10.0.0.12 2024-12-23 20:12:58,569 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=53106f17-4b82-469b-9af4-970c9bf063b7 2024-12-23 20:12:58,574 - INFO - Pod ctest-nginx-pod-31705194 with uuid 53106f17-4b82-469b-9af4-970c9bf063b7 found in kube manager 2024-12-23 20:12:58,574 - INFO - Pod ctest-nginx-pod-31705194 verification passed 2024-12-23 20:12:58,660 - DEBUG - [Pod ctest-nginx-pod-31705194] Cmd: echo ctest-nginx-pod-31705194 > /usr/share/nginx/html/index.html, Output: 2024-12-23 20:12:58,666 - INFO - Pod ctest-nginx-pod-63670676 is in running state.Got IP 10.47.255.250 2024-12-23 20:12:58,680 - DEBUG - Pod ctest-nginx-pod-63670676 has vmi 46871b04-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:12:58,680 - INFO - Verified pod ctest-nginx-pod-63670676 in contrail-api 2024-12-23 20:12:58,680 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:12:58,691 - DEBUG - VMI 46871b04-c16a-11ef-99e6-fa163ee828ce is active in agent 10.0.0.12 2024-12-23 20:12:58,691 - INFO - Verified Pod ctest-nginx-pod-63670676 in agent 10.0.0.12 2024-12-23 20:12:58,691 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=95ffee02-b552-4ce2-8827-7658a65dbec3 2024-12-23 20:12:58,696 - INFO - Pod ctest-nginx-pod-63670676 with uuid 95ffee02-b552-4ce2-8827-7658a65dbec3 found in kube manager 2024-12-23 20:12:58,696 - INFO - Pod ctest-nginx-pod-63670676 verification passed 2024-12-23 20:12:58,760 - DEBUG - [Pod ctest-nginx-pod-63670676] Cmd: echo ctest-nginx-pod-63670676 > /usr/share/nginx/html/index.html, Output: 2024-12-23 20:12:58,767 - DEBUG - Pod ctest-busybox-pod-38852949 not in running state.Currently in Pending 2024-12-23 20:13:03,772 - DEBUG - Pod ctest-busybox-pod-38852949 not in running state.Currently in Pending 2024-12-23 20:13:08,778 - INFO - Pod ctest-busybox-pod-38852949 is in running state.Got IP 10.47.255.248 2024-12-23 20:13:08,833 - DEBUG - Pod ctest-busybox-pod-38852949 has vmi 4acf8318-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:13:08,833 - INFO - Verified pod ctest-busybox-pod-38852949 in contrail-api 2024-12-23 20:13:08,834 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:13:08,846 - DEBUG - VMI 4acf8318-c16a-11ef-99e6-fa163ee828ce is active in agent 10.0.0.12 2024-12-23 20:13:08,847 - INFO - Verified Pod ctest-busybox-pod-38852949 in agent 10.0.0.12 2024-12-23 20:13:08,847 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_VirtualMachineDatabaseList?x=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:08,851 - INFO - Pod ctest-busybox-pod-38852949 with uuid 350e2156-de15-4de6-9acf-7dc2a1113309 found in kube manager 2024-12-23 20:13:08,851 - INFO - Pod ctest-busybox-pod-38852949 verification passed 2024-12-23 20:13:08,906 - DEBUG - [Pod ctest-busybox-pod-38852949] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-63670676 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-12-23 20:13:08,906 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-23 20:13:08,906 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] Cmd output: ctest-nginx-pod-63670676 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-12-23 20:13:08,983 - DEBUG - [Pod ctest-busybox-pod-38852949] 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-63670676 2024-12-23 20:13:08,983 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-23 20:13:08,983 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] 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-63670676 2024-12-23 20:13:09,051 - DEBUG - [Pod ctest-busybox-pod-38852949] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-63670676 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-12-23 20:13:09,051 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-23 20:13:09,051 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] Cmd output: ctest-nginx-pod-63670676 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-12-23 20:13:09,115 - DEBUG - [Pod ctest-busybox-pod-38852949] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-31705194 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-12-23 20:13:09,116 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-12-23 20:13:09,116 - DEBUG - [Pod Pod ctest-busybox-pod-38852949] Cmd output: ctest-nginx-pod-31705194 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-12-23 20:13:09,116 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-31705194': 1, 'ctest-nginx-pod-63670676': 3} 2024-12-23 20:13:09,116 - WARNING - Nothing to delete parallely 2024-12-23 20:13:09,116 - INFO - Deleting pod default:ctest-busybox-pod-38852949 2024-12-23 20:13:09,136 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:09,147 - WARNING - Pod uuid 350e2156-de15-4de6-9acf-7dc2a1113309 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:14,148 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:14,155 - WARNING - Pod uuid 350e2156-de15-4de6-9acf-7dc2a1113309 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:19,155 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:19,163 - WARNING - Pod uuid 350e2156-de15-4de6-9acf-7dc2a1113309 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:24,164 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:24,173 - WARNING - Pod uuid 350e2156-de15-4de6-9acf-7dc2a1113309 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:29,174 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:29,184 - WARNING - Pod uuid 350e2156-de15-4de6-9acf-7dc2a1113309 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:34,185 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:34,193 - WARNING - Pod uuid 350e2156-de15-4de6-9acf-7dc2a1113309 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:39,194 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:39,203 - WARNING - Pod uuid 350e2156-de15-4de6-9acf-7dc2a1113309 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:44,203 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=350e2156-de15-4de6-9acf-7dc2a1113309 2024-12-23 20:13:44,211 - DEBUG - Pod 350e2156-de15-4de6-9acf-7dc2a1113309 is not in agent 10.0.0.12 VM list 2024-12-23 20:13:44,211 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4acf8318-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:13:44,219 - DEBUG - VMI 4acf8318-c16a-11ef-99e6-fa163ee828ce is removed from agent 10.0.0.12 2024-12-23 20:13:44,219 - INFO - Verified that pod ctest-busybox-pod-38852949 is removed in agent 2024-12-23 20:13:44,220 - INFO - Deleting Ingress : ctest-nginx-ingress-71359094 2024-12-23 20:13:44,226 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=65340a2f-2fa9-400f-a924-20029455063e 2024-12-23 20:13:44,235 - ERROR - Ingress ctest-nginx-ingress-71359094 with uuid 65340a2f-2fa9-400f-a924-20029455063e still found in kube manager 2024-12-23 20:13:45,236 - DEBUG - Requesting: http://10.0.0.34:8108/Snh_LoadbalancerDatabaseList?x=65340a2f-2fa9-400f-a924-20029455063e 2024-12-23 20:13:45,241 - INFO - Ingress ctest-nginx-ingress-71359094 with uuid 65340a2f-2fa9-400f-a924-20029455063e deleted successfully from kube manager 2024-12-23 20:13:45,241 - INFO - Verifications on Ingress %s cleanup passed 2024-12-23 20:13:45,242 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-12-23 20:13:45,324 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-12-23 20:13:45,331 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-12-23 20:13:45,331 - INFO - Deleting VN __public__ 2024-12-23 20:13:45,511 - DEBUG - Requesting: http://10.0.0.34:8082/routing-instance/4a2b4fbd-008d-4ee8-9dff-c7652d430098 2024-12-23 20:13:45,517 - DEBUG - Response Code: 404 2024-12-23 20:13:45,517 - DEBUG - Requesting: http://10.0.0.34:8082/domains 2024-12-23 20:13:45,541 - DEBUG - Requesting: http://10.0.0.34:8082/domain/312ec4a4-51e3-479c-bb97-172b28a7e685 2024-12-23 20:13:45,562 - DEBUG - Requesting: http://10.0.0.34:8082/project/788ffd0e-580e-4d07-aaad-c0443f163829 2024-12-23 20:13:45,634 - INFO - Validated that VN __public__ is not found in API Server 2024-12-23 20:13:45,634 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-12-23 20:13:45,644 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 20:13:45,658 - DEBUG - VN __public__ is not present in Agent 10.0.0.12 2024-12-23 20:13:45,658 - INFO - Validated that VN __public__ is not in any agent 2024-12-23 20:13:45,661 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 20:13:45,673 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-12-23 20:13:45,683 - DEBUG - Requesting: http://10.0.0.34:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-12-23 20:13:45,692 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-12-23 20:13:45,692 - INFO - Deleting pod default:ctest-nginx-pod-63670676 2024-12-23 20:13:45,708 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=95ffee02-b552-4ce2-8827-7658a65dbec3 2024-12-23 20:13:45,738 - WARNING - Pod uuid 95ffee02-b552-4ce2-8827-7658a65dbec3 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:50,740 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=95ffee02-b552-4ce2-8827-7658a65dbec3 2024-12-23 20:13:50,747 - DEBUG - Pod 95ffee02-b552-4ce2-8827-7658a65dbec3 is not in agent 10.0.0.12 VM list 2024-12-23 20:13:50,747 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:46871b04-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:13:50,753 - DEBUG - VMI 46871b04-c16a-11ef-99e6-fa163ee828ce is removed from agent 10.0.0.12 2024-12-23 20:13:50,753 - INFO - Verified that pod ctest-nginx-pod-63670676 is removed in agent 2024-12-23 20:13:50,754 - INFO - Deleting pod default:ctest-nginx-pod-31705194 2024-12-23 20:13:50,767 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=53106f17-4b82-469b-9af4-970c9bf063b7 2024-12-23 20:13:50,775 - WARNING - Pod uuid 53106f17-4b82-469b-9af4-970c9bf063b7 is still seen in agent 10.0.0.12 VM list 2024-12-23 20:13:55,776 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=53106f17-4b82-469b-9af4-970c9bf063b7 2024-12-23 20:13:55,783 - DEBUG - Pod 53106f17-4b82-469b-9af4-970c9bf063b7 is not in agent 10.0.0.12 VM list 2024-12-23 20:13:55,783 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:46048892-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:13:55,789 - DEBUG - VMI 46048892-c16a-11ef-99e6-fa163ee828ce is removed from agent 10.0.0.12 2024-12-23 20:13:55,789 - INFO - Verified that pod ctest-nginx-pod-31705194 is removed in agent 2024-12-23 20:13:55,789 - INFO - Deleting service : ctest-nginx-svc-88994506 2024-12-23 20:13:56,026 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 20:13:56,032 - DEBUG - No XMPP flaps were noticed during the test
2024-12-23 20:13:56,032 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2024-12-23 20:13:56,032 - INFO - -------------------------------------------------------------------------------- 2024-12-23 20:14:02,477 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-23 20:14:02,595 - DEBUG - Output : cluster_project={} 2024-12-23 20:14:02,652 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-12-23 20:14:02,775 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-12-23 20:14:02,801 - DEBUG - [10.0.0.34]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-12-23 20:14:02,945 - DEBUG - Output : cluster_project={} 2024-12-23 20:14:18,127 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,206 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,244 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,322 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,410 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,447 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,531 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,614 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-12-23 20:14:18,857 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 20:14:21,569 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_ApplicationPolicySetReq? 2024-12-23 20:14:21,576 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2024-12-23 20:14:21,608 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2024-12-23 20:14:23,637 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2024-12-23 20:17:31,785 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2024-12-23 20:17:31,842 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=35f7cf09-d909-4d2e-9fea-3d0c40d02733 2024-12-23 20:17:31,848 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:17:31,866 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5b4e988b-ab8e-4fc8-b7e1-8fda015382fa 2024-12-23 20:17:31,879 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:17:31,887 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=de5edb77-7274-4d3b-9a28-644a053f59ec 2024-12-23 20:17:31,896 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=70fd4107-ab73-469f-995e-48865a77f386 2024-12-23 20:17:31,905 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:17:31,916 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:17:36,927 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:17:36,928 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=35f7cf09-d909-4d2e-9fea-3d0c40d02733 2024-12-23 20:17:36,931 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5b4e988b-ab8e-4fc8-b7e1-8fda015382fa 2024-12-23 20:17:36,943 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75d7b5d0-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:17:36,945 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:74bfb224-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:17:36,985 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:17:36,987 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=70fd4107-ab73-469f-995e-48865a77f386 2024-12-23 20:17:36,988 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=de5edb77-7274-4d3b-9a28-644a053f59ec 2024-12-23 20:17:36,990 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:17:36,991 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:17:37,007 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7658fc30-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:17:37,009 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75360398-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:17:41,943 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:17:42,016 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:17:42,018 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:17:42,019 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:17:46,953 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:17:47,030 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:17:47,032 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:17:47,033 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:17:51,961 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:17:52,045 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:17:52,047 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:17:52,049 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:17:56,968 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:17:57,061 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:17:57,064 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:17:57,066 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:18:01,978 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:18:02,079 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:18:02,081 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:18:02,082 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:18:06,987 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=819e1257-b1a9-4a9a-bfd2-510757dcd246 2024-12-23 20:18:06,994 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7754fb20-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:18:07,094 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=24582a40-18d2-483f-878d-b8c9ea300b24 2024-12-23 20:18:07,096 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=6ca791e7-5974-41e0-8ae4-bb27011c197b 2024-12-23 20:18:07,097 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=338b2a95-3b06-446d-9a4d-7c9f7d4d396c 2024-12-23 20:18:07,107 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:77c9db52-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:18:07,110 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:784089c8-c16a-11ef-99e6-fa163ee828ce 2024-12-23 20:18:07,111 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:76e7616e-c16a-11ef-99e6-fa163ee828ce