2025-01-04 19:32:41,102 - DEBUG - [10.0.0.42]: Running cmd : hostname 2025-01-04 19:32:41,380 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-894-1 2025-01-04 19:32:41,380 - DEBUG - [10.0.0.42]: Running cmd : hostname -f 2025-01-04 19:32:41,420 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-894-1 2025-01-04 19:32:41,420 - 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}' 2025-01-04 19:32:41,509 - DEBUG - Output : NAMES contrail_test_Zr8UkbM0l contrail-kubernetes-master_kubemanager_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_api_devicemgr_1 config_api_dnsmasq_1 config_api_schema_1 config_api_nodemgr_1 config_api_api_1 config_api_svcmonitor_1 2025-01-04 19:32:41,509 - DEBUG - [10.0.0.42]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-04 19:32:41,593 - DEBUG - Output : 10.0.0.42/24 172.17.0.1/16 2025-01-04 19:32:41,593 - DEBUG - [10.0.0.42]: Running cmd : getent hosts 10.0.0.42 | head -n 1 | awk '{print $2}' 2025-01-04 19:32:41,636 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-894-1 2025-01-04 19:32:41,737 - DEBUG - [10.0.0.63]: Running cmd : hostname 2025-01-04 19:32:41,968 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-894-1 2025-01-04 19:32:41,969 - DEBUG - [10.0.0.63]: Running cmd : hostname -f 2025-01-04 19:32:42,004 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-894-1 2025-01-04 19:32:42,004 - DEBUG - [10.0.0.63]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-04 19:32:42,100 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-04 19:32:42,100 - DEBUG - [10.0.0.63]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-04 19:32:42,134 - DEBUG - Output : 10.0.0.63/24 2025-01-04 19:32:42,134 - DEBUG - [10.0.0.63]: Running cmd : getent hosts 10.0.0.63 | head -n 1 | awk '{print $2}' 2025-01-04 19:32:42,205 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-894-1 2025-01-04 19:32:42,285 - INFO - Using existing project ['default-domain', 'k8s-default'](c9084186-6d40-45e9-9e59-6ffec5a7bccd) 2025-01-04 19:32:42,354 - INFO - Using existing project ['default-domain', 'k8s-default'](c9084186-6d40-45e9-9e59-6ffec5a7bccd) 2025-01-04 19:32:42,487 - INFO - ================================================================================ 2025-01-04 19:32:42,487 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-04 19:32:42,488 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-01-04 19:32:42,719 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-04 19:32:42,728 - DEBUG - Nothing to compare xmpp stats {'10.0.0.63': {'10.0.0.42': '0'}} with 2025-01-04 19:32:42,728 - INFO - Initial checks done. Running the testcase now 2025-01-04 19:32:42,728 - INFO - 2025-01-04 19:32:42,732 - INFO - Namespace default already exists 2025-01-04 19:32:42,732 - 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' 2025-01-04 19:32:42,842 - DEBUG - Output : cluster_project={} 2025-01-04 19:32:42,929 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-04 19:32:42,929 - DEBUG - Project uuid in Contrail is c9084186-6d40-45e9-9e59-6ffec5a7bccd 2025-01-04 19:32:42,930 - 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' 2025-01-04 19:32:43,058 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-04 19:32:43,059 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_NamespaceDatabaseList?namespace_uuid=d086a15f-8978-45c2-aac1-9a3701e76a8a 2025-01-04 19:32:43,063 - INFO - Namespace default with uuid d086a15f-8978-45c2-aac1-9a3701e76a8a found in kube manager 2025-01-04 19:32:43,063 - INFO - Namespace default verification passed 2025-01-04 19:32:43,070 - DEBUG - Service ctest-nginx-svc-27506840 not present 2025-01-04 19:32:43,070 - INFO - Creating service ctest-nginx-svc-27506840 2025-01-04 19:32:43,098 - INFO - Created Service ctest-nginx-svc-27506840 2025-01-04 19:32:43,106 - DEBUG - Pod ctest-nginx-pod-46422263 not present 2025-01-04 19:32:43,106 - INFO - Creating Pod ctest-nginx-pod-46422263 2025-01-04 19:32:43,141 - DEBUG - Pod : ctest-nginx-pod-46422263 UUID is a77a479d-d53b-4948-b158-3f92f205c10e 2025-01-04 19:32:43,150 - DEBUG - Pod ctest-nginx-pod-85357193 not present 2025-01-04 19:32:43,150 - INFO - Creating Pod ctest-nginx-pod-85357193 2025-01-04 19:32:43,200 - DEBUG - Pod : ctest-nginx-pod-85357193 UUID is fea3459b-33c0-4105-a3aa-c350362688c1 2025-01-04 19:32:43,390 - INFO - Created VN __public__, UUID :6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:43,605 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-01-04 19:32:43,611 - DEBUG - Requesting: http://10.0.0.42:8082/domain/f3ea52ae-1132-47c7-8424-3f3a3d16c873 2025-01-04 19:32:43,633 - DEBUG - Requesting: http://10.0.0.42:8082/project/c9084186-6d40-45e9-9e59-6ffec5a7bccd 2025-01-04 19:32:43,711 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:43,725 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:43,740 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:32:43,759 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:32:43,767 - DEBUG - Route Targets: [] 2025-01-04 19:32:43,767 - DEBUG - RT names not yet present for VN __public__ 2025-01-04 19:32:48,767 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-01-04 19:32:48,773 - DEBUG - Requesting: http://10.0.0.42:8082/domain/f3ea52ae-1132-47c7-8424-3f3a3d16c873 2025-01-04 19:32:48,781 - DEBUG - Requesting: http://10.0.0.42:8082/project/c9084186-6d40-45e9-9e59-6ffec5a7bccd 2025-01-04 19:32:48,825 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:48,839 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:48,852 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:32:48,861 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:32:48,874 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/82842f9e-cf87-4b34-ab0f-71fe76b4cdef 2025-01-04 19:32:48,882 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-01-04 19:32:48,882 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:48,892 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:32:48,906 - INFO - Verified VN network id 13 for VN 6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:48,906 - INFO - Verifications in API Server for VN __public__ passed 2025-01-04 19:32:48,906 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:48,917 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:32:48,926 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:32:48,932 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/82842f9e-cf87-4b34-ab0f-71fe76b4cdef 2025-01-04 19:32:48,939 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-04 19:32:48,947 - 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': '7499317336770494686', 'uuid-lslong': '10823146173715572767'}, 'enable': 'true', 'created': '2025-01-04T19:32:43', 'last-modified': '2025-01-04T19:32:43', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.451982'} 2025-01-04 19:32:48,947 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-04 19:32:48,953 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-01-04 19:32:48,953 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-04 19:32:48,954 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-04 19:32:48,954 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-01-04 19:32:48,960 - DEBUG - Requesting: http://10.0.0.42:8082/domain/f3ea52ae-1132-47c7-8424-3f3a3d16c873 2025-01-04 19:32:48,969 - DEBUG - Requesting: http://10.0.0.42:8082/project/c9084186-6d40-45e9-9e59-6ffec5a7bccd 2025-01-04 19:32:49,010 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:49,026 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-04 19:32:49,026 - DEBUG - Verifying the vn in opserver 2025-01-04 19:32:49,026 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.42 2025-01-04 19:32:49,026 - DEBUG - Requesting: http://10.0.0.42:8081/analytics/uves/virtual-networks 2025-01-04 19:32:49,031 - 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'} 2025-01-04 19:32:49,031 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-04 19:32:49,032 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-04 19:32:49,040 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-04 19:32:49,048 - DEBUG - Do not have enough data to verify VN in agent 2025-01-04 19:32:49,048 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-04 19:32:49,055 - DEBUG - VRF ids for VN __public__: {} 2025-01-04 19:32:49,157 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-04 19:32:49,281 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-01-04 19:32:49,286 - DEBUG - Requesting: http://10.0.0.42:8082/domain/f3ea52ae-1132-47c7-8424-3f3a3d16c873 2025-01-04 19:32:49,294 - DEBUG - Requesting: http://10.0.0.42:8082/project/c9084186-6d40-45e9-9e59-6ffec5a7bccd 2025-01-04 19:32:49,332 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:49,343 - DEBUG - Requesting: http://10.0.0.42:8082/floating-ip-pool/608bc5d6-7dab-45bc-a7f1-a2d1f079e0f5 2025-01-04 19:32:49,351 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-01-04 19:32:49,358 - DEBUG - Requesting: http://10.0.0.42:8082/domain/f3ea52ae-1132-47c7-8424-3f3a3d16c873 2025-01-04 19:32:49,365 - DEBUG - Requesting: http://10.0.0.42:8082/project/c9084186-6d40-45e9-9e59-6ffec5a7bccd 2025-01-04 19:32:49,412 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/6812ed62-7c22-40de-9633-8a19fc71e81f 2025-01-04 19:32:49,425 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-04 19:32:49,425 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-04 19:32:49,434 - 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__ 2025-01-04 19:32:49,446 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-04 19:32:49,446 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-04 19:32:49,449 - DEBUG - Ingress ctest-nginx-ingress-62025505 not present 2025-01-04 19:32:49,449 - INFO - Creating Ingress ctest-nginx-ingress-62025505 2025-01-04 19:32:49,458 - INFO - Created Ingress ctest-nginx-ingress-62025505 2025-01-04 19:32:49,461 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-62025505 2025-01-04 19:32:52,467 - DEBUG - For Ingress ctest-nginx-ingress-62025505, Cluster IP: 10.47.255.249, External IPs ['73.147.207.188'] 2025-01-04 19:32:52,467 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-62025505 2025-01-04 19:32:52,467 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=00f28328-690c-4c55-b74e-6e26137bd13e 2025-01-04 19:32:52,472 - INFO - Ingress ctest-nginx-ingress-62025505 with uuid 00f28328-690c-4c55-b74e-6e26137bd13e found in kube manager 2025-01-04 19:32:52,472 - INFO - Ingress ctest-nginx-ingress-62025505 verification passed 2025-01-04 19:32:52,475 - DEBUG - Pod ctest-busybox-pod-30483555 not present 2025-01-04 19:32:52,476 - INFO - Creating Pod ctest-busybox-pod-30483555 2025-01-04 19:32:52,508 - DEBUG - Pod : ctest-busybox-pod-30483555 UUID is cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:32:52,515 - DEBUG - Pod ctest-nginx-pod-46422263 not in running state.Currently in Pending 2025-01-04 19:32:57,521 - INFO - Pod ctest-nginx-pod-46422263 is in running state.Got IP 10.47.255.251 2025-01-04 19:32:57,535 - DEBUG - Pod ctest-nginx-pod-46422263 has vmi abd2891e-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:32:57,535 - INFO - Verified pod ctest-nginx-pod-46422263 in contrail-api 2025-01-04 19:32:57,535 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:32:57,550 - DEBUG - VMI abd2891e-cad2-11ef-8ef4-fa163ef2afd4 is active in agent 10.0.0.63 2025-01-04 19:32:57,550 - INFO - Verified Pod ctest-nginx-pod-46422263 in agent 10.0.0.63 2025-01-04 19:32:57,550 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=a77a479d-d53b-4948-b158-3f92f205c10e 2025-01-04 19:32:57,556 - INFO - Pod ctest-nginx-pod-46422263 with uuid a77a479d-d53b-4948-b158-3f92f205c10e found in kube manager 2025-01-04 19:32:57,556 - INFO - Pod ctest-nginx-pod-46422263 verification passed 2025-01-04 19:32:57,629 - DEBUG - [Pod ctest-nginx-pod-46422263] Cmd: echo ctest-nginx-pod-46422263 > /usr/share/nginx/html/index.html, Output: 2025-01-04 19:32:57,634 - INFO - Pod ctest-nginx-pod-85357193 is in running state.Got IP 10.47.255.250 2025-01-04 19:32:57,697 - DEBUG - Pod ctest-nginx-pod-85357193 has vmi ac436d5a-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:32:57,698 - INFO - Verified pod ctest-nginx-pod-85357193 in contrail-api 2025-01-04 19:32:57,698 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:32:57,710 - DEBUG - VMI ac436d5a-cad2-11ef-8ef4-fa163ef2afd4 is active in agent 10.0.0.63 2025-01-04 19:32:57,710 - INFO - Verified Pod ctest-nginx-pod-85357193 in agent 10.0.0.63 2025-01-04 19:32:57,710 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=fea3459b-33c0-4105-a3aa-c350362688c1 2025-01-04 19:32:57,715 - INFO - Pod ctest-nginx-pod-85357193 with uuid fea3459b-33c0-4105-a3aa-c350362688c1 found in kube manager 2025-01-04 19:32:57,715 - INFO - Pod ctest-nginx-pod-85357193 verification passed 2025-01-04 19:32:57,769 - DEBUG - [Pod ctest-nginx-pod-85357193] Cmd: echo ctest-nginx-pod-85357193 > /usr/share/nginx/html/index.html, Output: 2025-01-04 19:32:57,774 - DEBUG - Pod ctest-busybox-pod-30483555 not in running state.Currently in Pending 2025-01-04 19:33:02,783 - DEBUG - Pod ctest-busybox-pod-30483555 not in running state.Currently in Pending 2025-01-04 19:33:07,789 - INFO - Pod ctest-busybox-pod-30483555 is in running state.Got IP 10.47.255.248 2025-01-04 19:33:07,804 - DEBUG - Pod ctest-busybox-pod-30483555 has vmi b09e0338-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:33:07,805 - INFO - Verified pod ctest-busybox-pod-30483555 in contrail-api 2025-01-04 19:33:07,805 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:33:07,818 - DEBUG - VMI b09e0338-cad2-11ef-8ef4-fa163ef2afd4 is active in agent 10.0.0.63 2025-01-04 19:33:07,819 - INFO - Verified Pod ctest-busybox-pod-30483555 in agent 10.0.0.63 2025-01-04 19:33:07,819 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_VirtualMachineDatabaseList?x=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:07,823 - INFO - Pod ctest-busybox-pod-30483555 with uuid cf02d593-1785-46f6-bc61-22888a49818a found in kube manager 2025-01-04 19:33:07,823 - INFO - Pod ctest-busybox-pod-30483555 verification passed 2025-01-04 19:33:07,892 - DEBUG - [Pod ctest-busybox-pod-30483555] 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-46422263 2025-01-04 19:33:07,892 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-04 19:33:07,892 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] 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-46422263 2025-01-04 19:33:07,968 - DEBUG - [Pod ctest-busybox-pod-30483555] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46422263 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-04 19:33:07,968 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-04 19:33:07,968 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] Cmd output: ctest-nginx-pod-46422263 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-04 19:33:08,036 - DEBUG - [Pod ctest-busybox-pod-30483555] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46422263 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-04 19:33:08,036 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-04 19:33:08,036 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] Cmd output: ctest-nginx-pod-46422263 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-04 19:33:08,113 - DEBUG - [Pod ctest-busybox-pod-30483555] 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-85357193 2025-01-04 19:33:08,113 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-04 19:33:08,113 - DEBUG - [Pod Pod ctest-busybox-pod-30483555] 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-85357193 2025-01-04 19:33:08,114 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-46422263': 3, 'ctest-nginx-pod-85357193': 1} 2025-01-04 19:33:08,114 - WARNING - Nothing to delete parallely 2025-01-04 19:33:08,114 - INFO - Deleting pod default:ctest-busybox-pod-30483555 2025-01-04 19:33:08,123 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:08,137 - WARNING - Pod uuid cf02d593-1785-46f6-bc61-22888a49818a is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:13,138 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:13,146 - WARNING - Pod uuid cf02d593-1785-46f6-bc61-22888a49818a is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:18,146 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:18,155 - WARNING - Pod uuid cf02d593-1785-46f6-bc61-22888a49818a is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:23,156 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:23,165 - WARNING - Pod uuid cf02d593-1785-46f6-bc61-22888a49818a is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:28,166 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:28,177 - WARNING - Pod uuid cf02d593-1785-46f6-bc61-22888a49818a is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:33,178 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:33,185 - WARNING - Pod uuid cf02d593-1785-46f6-bc61-22888a49818a is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:38,186 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:38,199 - WARNING - Pod uuid cf02d593-1785-46f6-bc61-22888a49818a is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:43,201 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=cf02d593-1785-46f6-bc61-22888a49818a 2025-01-04 19:33:43,208 - DEBUG - Pod cf02d593-1785-46f6-bc61-22888a49818a is not in agent 10.0.0.63 VM list 2025-01-04 19:33:43,209 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b09e0338-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:33:43,216 - DEBUG - VMI b09e0338-cad2-11ef-8ef4-fa163ef2afd4 is removed from agent 10.0.0.63 2025-01-04 19:33:43,216 - INFO - Verified that pod ctest-busybox-pod-30483555 is removed in agent 2025-01-04 19:33:43,216 - INFO - Deleting Ingress : ctest-nginx-ingress-62025505 2025-01-04 19:33:43,223 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=00f28328-690c-4c55-b74e-6e26137bd13e 2025-01-04 19:33:43,231 - ERROR - Ingress ctest-nginx-ingress-62025505 with uuid 00f28328-690c-4c55-b74e-6e26137bd13e still found in kube manager 2025-01-04 19:33:44,237 - DEBUG - Requesting: http://10.0.0.42:8108/Snh_LoadbalancerDatabaseList?x=00f28328-690c-4c55-b74e-6e26137bd13e 2025-01-04 19:33:44,241 - INFO - Ingress ctest-nginx-ingress-62025505 with uuid 00f28328-690c-4c55-b74e-6e26137bd13e deleted successfully from kube manager 2025-01-04 19:33:44,241 - INFO - Verifications on Ingress %s cleanup passed 2025-01-04 19:33:44,241 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-04 19:33:44,348 - 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__ 2025-01-04 19:33:44,358 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-04 19:33:44,358 - INFO - Deleting VN __public__ 2025-01-04 19:33:44,589 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/862a0eb3-795d-4c35-b805-47de67daf876 2025-01-04 19:33:44,596 - DEBUG - Response Code: 404 2025-01-04 19:33:44,596 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2025-01-04 19:33:44,604 - DEBUG - Requesting: http://10.0.0.42:8082/domain/f3ea52ae-1132-47c7-8424-3f3a3d16c873 2025-01-04 19:33:44,617 - DEBUG - Requesting: http://10.0.0.42:8082/project/c9084186-6d40-45e9-9e59-6ffec5a7bccd 2025-01-04 19:33:44,693 - INFO - Validated that VN __public__ is not found in API Server 2025-01-04 19:33:44,693 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-04 19:33:44,704 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-04 19:33:44,725 - DEBUG - VN __public__ is not present in Agent 10.0.0.63 2025-01-04 19:33:44,725 - INFO - Validated that VN __public__ is not in any agent 2025-01-04 19:33:44,725 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-04 19:33:44,749 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-04 19:33:44,756 - DEBUG - Requesting: http://10.0.0.42:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-04 19:33:44,763 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-04 19:33:44,764 - INFO - Deleting pod default:ctest-nginx-pod-85357193 2025-01-04 19:33:44,778 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=fea3459b-33c0-4105-a3aa-c350362688c1 2025-01-04 19:33:44,793 - WARNING - Pod uuid fea3459b-33c0-4105-a3aa-c350362688c1 is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:49,794 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=fea3459b-33c0-4105-a3aa-c350362688c1 2025-01-04 19:33:49,803 - DEBUG - Pod fea3459b-33c0-4105-a3aa-c350362688c1 is not in agent 10.0.0.63 VM list 2025-01-04 19:33:49,803 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac436d5a-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:33:49,810 - DEBUG - VMI ac436d5a-cad2-11ef-8ef4-fa163ef2afd4 is removed from agent 10.0.0.63 2025-01-04 19:33:49,810 - INFO - Verified that pod ctest-nginx-pod-85357193 is removed in agent 2025-01-04 19:33:49,810 - INFO - Deleting pod default:ctest-nginx-pod-46422263 2025-01-04 19:33:49,822 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=a77a479d-d53b-4948-b158-3f92f205c10e 2025-01-04 19:33:49,832 - WARNING - Pod uuid a77a479d-d53b-4948-b158-3f92f205c10e is still seen in agent 10.0.0.63 VM list 2025-01-04 19:33:54,833 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=a77a479d-d53b-4948-b158-3f92f205c10e 2025-01-04 19:33:55,075 - DEBUG - Pod a77a479d-d53b-4948-b158-3f92f205c10e is not in agent 10.0.0.63 VM list 2025-01-04 19:33:55,076 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:abd2891e-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:33:55,082 - DEBUG - VMI abd2891e-cad2-11ef-8ef4-fa163ef2afd4 is removed from agent 10.0.0.63 2025-01-04 19:33:55,082 - INFO - Verified that pod ctest-nginx-pod-46422263 is removed in agent 2025-01-04 19:33:55,082 - INFO - Deleting service : ctest-nginx-svc-27506840 2025-01-04 19:33:55,278 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-04 19:33:55,285 - DEBUG - No XMPP flaps were noticed during the test
2025-01-04 19:33:55,285 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13]
2025-01-04 19:33:55,285 - INFO - -------------------------------------------------------------------------------- 2025-01-04 19:34:01,681 - 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' 2025-01-04 19:34:01,808 - DEBUG - Output : cluster_project={} 2025-01-04 19:34:01,867 - 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' 2025-01-04 19:34:02,016 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-04 19:34:02,023 - 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' 2025-01-04 19:34:02,221 - DEBUG - Output : cluster_project={} 2025-01-04 19:34:17,398 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:17,440 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:17,522 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:17,610 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:22,659 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:22,746 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:22,786 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:22,872 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-04 19:34:23,139 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-04 19:34:25,832 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_ApplicationPolicySetReq? 2025-01-04 19:34:25,841 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AclReq? 2025-01-04 19:34:25,870 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AclReq? 2025-01-04 19:34:27,910 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AclReq? 2025-01-04 19:37:28,658 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-04 19:37:28,689 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ab7f2aa7-46cb-468a-8669-c8069c58e46f 2025-01-04 19:37:28,705 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:37:28,716 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=8fedc2ce-0b77-4f9e-a24f-fe4c489e6610 2025-01-04 19:37:28,729 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:37:28,734 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:37:28,739 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=9a2aaa88-2c9a-457b-a98b-c3d952cf8669 2025-01-04 19:37:28,744 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:37:28,750 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=71924468-347a-4452-8fa2-23f6d6be1204 2025-01-04 19:37:33,708 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=ab7f2aa7-46cb-468a-8669-c8069c58e46f 2025-01-04 19:37:33,716 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:daac8af0-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:37:33,746 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:37:33,801 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=8fedc2ce-0b77-4f9e-a24f-fe4c489e6610 2025-01-04 19:37:33,803 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:37:33,804 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:37:33,806 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=9a2aaa88-2c9a-457b-a98b-c3d952cf8669 2025-01-04 19:37:33,807 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=71924468-347a-4452-8fa2-23f6d6be1204 2025-01-04 19:37:33,808 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:37:33,831 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dbf383dc-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:37:33,832 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dc75699c-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:37:33,835 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:db2c59ba-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:37:38,755 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:37:38,829 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:37:38,834 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:37:38,836 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:37:43,765 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:37:43,839 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:37:43,848 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:37:43,850 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:37:48,774 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:37:48,849 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:37:48,861 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:37:48,862 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:37:53,782 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:37:53,856 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:37:53,872 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:37:53,874 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:37:58,791 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:37:58,866 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:37:58,887 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:37:58,889 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:38:03,802 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=87dd419c-b40e-48fe-aba9-53a993abe523 2025-01-04 19:38:03,812 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dded1504-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:38:03,875 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=c67ebb31-c266-443e-be0b-e6197b3db456 2025-01-04 19:38:03,883 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dcfb7b4a-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:38:03,900 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=f0846a85-a6a3-48a5-be8a-757efaa01b66 2025-01-04 19:38:03,902 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_VmListReq?uuid=6107d868-0d03-4184-a41b-6a6d30fd1bd6 2025-01-04 19:38:03,912 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dd761f08-cad2-11ef-8ef4-fa163ef2afd4 2025-01-04 19:38:03,914 - DEBUG - Requesting: http://10.0.0.63:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:de5ff4de-cad2-11ef-8ef4-fa163ef2afd4