2024-09-13 14:20:20,798 - DEBUG - [10.0.0.46]: Running cmd : hostname 2024-09-13 14:20:21,047 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-655-1 2024-09-13 14:20:21,047 - DEBUG - [10.0.0.46]: Running cmd : hostname -f 2024-09-13 14:20:21,080 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-655-1 2024-09-13 14:20:21,081 - DEBUG - [10.0.0.46]: 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-13 14:20:21,210 - DEBUG - Output : NAMES contrail_test_negdQMcGg contrail-kubernetes-master_kubemanager_1 webui_web_1 webui_job_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 redis_redis_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_nodemgr_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_api_devicemgr_1 config_api_api_1 config_api_svcmonitor_1 config_api_schema_1 config_api_dnsmasq_1 config_api_nodemgr_1 2024-09-13 14:20:21,210 - DEBUG - [10.0.0.46]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-13 14:20:21,254 - DEBUG - Output : 10.0.0.46/24 172.17.0.1/16 2024-09-13 14:20:21,254 - DEBUG - [10.0.0.46]: Running cmd : getent hosts 10.0.0.46 | head -n 1 | awk '{print $2}' 2024-09-13 14:20:21,289 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-655-1 2024-09-13 14:20:21,398 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-09-13 14:20:21,605 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-655-1 2024-09-13 14:20:21,606 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-09-13 14:20:21,629 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-655-1 2024-09-13 14:20:21,629 - DEBUG - [10.0.0.24]: 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-13 14:20:21,714 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-13 14:20:21,715 - DEBUG - [10.0.0.24]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-13 14:20:21,752 - DEBUG - Output : 10.0.0.24/24 2024-09-13 14:20:21,752 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-09-13 14:20:21,778 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-655-1 2024-09-13 14:20:21,881 - INFO - Using existing project ['default-domain', 'k8s-default'](dea29de5-99f6-49f0-a3ca-ed68b7d6728b) 2024-09-13 14:20:21,999 - INFO - Using existing project ['default-domain', 'k8s-default'](dea29de5-99f6-49f0-a3ca-ed68b7d6728b) 2024-09-13 14:20:22,150 - INFO - ================================================================================ 2024-09-13 14:20:22,150 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-13 14:20:22,151 - 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-13 14:20:22,390 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 14:20:22,397 - DEBUG - Nothing to compare xmpp stats {'10.0.0.24': {'10.0.0.46': '0'}} with 2024-09-13 14:20:22,397 - INFO - Initial checks done. Running the testcase now 2024-09-13 14:20:22,397 - INFO - 2024-09-13 14:20:22,401 - INFO - Namespace default already exists 2024-09-13 14:20:22,402 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-13 14:20:22,524 - DEBUG - Output : cluster_project={} 2024-09-13 14:20:22,573 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-13 14:20:22,573 - DEBUG - Project uuid in Contrail is dea29de5-99f6-49f0-a3ca-ed68b7d6728b 2024-09-13 14:20:22,573 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-13 14:20:22,682 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-13 14:20:22,682 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_NamespaceDatabaseList?namespace_uuid=b9f67fdb-847d-4c25-9856-d3e1260a3153 2024-09-13 14:20:22,687 - INFO - Namespace default with uuid b9f67fdb-847d-4c25-9856-d3e1260a3153 found in kube manager 2024-09-13 14:20:22,687 - INFO - Namespace default verification passed 2024-09-13 14:20:22,690 - DEBUG - Service ctest-nginx-svc-38718610 not present 2024-09-13 14:20:22,690 - INFO - Creating service ctest-nginx-svc-38718610 2024-09-13 14:20:22,712 - INFO - Created Service ctest-nginx-svc-38718610 2024-09-13 14:20:22,716 - DEBUG - Pod ctest-nginx-pod-56844544 not present 2024-09-13 14:20:22,719 - INFO - Creating Pod ctest-nginx-pod-56844544 2024-09-13 14:20:22,803 - DEBUG - Pod : ctest-nginx-pod-56844544 UUID is 477e8880-7344-4088-8f91-5a9e0c4a9d5b 2024-09-13 14:20:22,807 - DEBUG - Pod ctest-nginx-pod-52152886 not present 2024-09-13 14:20:22,807 - INFO - Creating Pod ctest-nginx-pod-52152886 2024-09-13 14:20:22,828 - DEBUG - Pod : ctest-nginx-pod-52152886 UUID is 55b76b02-0ce3-4779-8c48-2a722ae7be85 2024-09-13 14:20:23,039 - INFO - Created VN __public__, UUID :9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:23,346 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2024-09-13 14:20:23,358 - DEBUG - Requesting: http://10.0.0.46:8082/domain/2fa1184e-efe4-4372-848c-b5286d80a961 2024-09-13 14:20:23,377 - DEBUG - Requesting: http://10.0.0.46:8082/project/dea29de5-99f6-49f0-a3ca-ed68b7d6728b 2024-09-13 14:20:23,469 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:23,517 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:23,544 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:20:23,559 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:20:23,581 - DEBUG - Route Targets: [] 2024-09-13 14:20:23,582 - DEBUG - RT names not yet present for VN __public__ 2024-09-13 14:20:28,583 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2024-09-13 14:20:28,589 - DEBUG - Requesting: http://10.0.0.46:8082/domain/2fa1184e-efe4-4372-848c-b5286d80a961 2024-09-13 14:20:28,599 - DEBUG - Requesting: http://10.0.0.46:8082/project/dea29de5-99f6-49f0-a3ca-ed68b7d6728b 2024-09-13 14:20:28,660 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:28,675 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:28,689 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:20:28,699 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:20:28,706 - DEBUG - Requesting: http://10.0.0.46:8082/route-target/4eb0a01f-a8cb-405b-aa92-28b84019a4c0 2024-09-13 14:20:28,714 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-13 14:20:28,714 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:28,729 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:20:28,749 - INFO - Verified VN network id 13 for VN 9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:28,750 - INFO - Verifications in API Server for VN __public__ passed 2024-09-13 14:20:28,751 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:28,768 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:20:28,777 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:20:28,788 - DEBUG - Requesting: http://10.0.0.46:8082/route-target/4eb0a01f-a8cb-405b-aa92-28b84019a4c0 2024-09-13 14:20:28,812 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-13 14:20:28,819 - DEBUG - Control-node 10.0.0.46 : 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': '11102522840773380507', 'uuid-lslong': '9774334814059771346'}, 'enable': 'true', 'created': '2024-09-13T14:20:22', 'last-modified': '2024-09-13T14:20:23', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.603409'} 2024-09-13 14:20:28,819 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 14:20:28,827 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-13 14:20:28,827 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-13 14:20:28,828 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-13 14:20:28,829 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2024-09-13 14:20:28,841 - DEBUG - Requesting: http://10.0.0.46:8082/domain/2fa1184e-efe4-4372-848c-b5286d80a961 2024-09-13 14:20:28,853 - DEBUG - Requesting: http://10.0.0.46:8082/project/dea29de5-99f6-49f0-a3ca-ed68b7d6728b 2024-09-13 14:20:28,922 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:28,939 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-13 14:20:28,940 - DEBUG - Verifying the vn in opserver 2024-09-13 14:20:28,940 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.46 2024-09-13 14:20:28,940 - DEBUG - Requesting: http://10.0.0.46:8081/analytics/uves/virtual-networks 2024-09-13 14:20:28,946 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.46:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-13 14:20:28,946 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-13 14:20:28,947 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 14:20:28,956 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 14:20:28,964 - DEBUG - Do not have enough data to verify VN in agent 2024-09-13 14:20:28,964 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 14:20:28,973 - DEBUG - VRF ids for VN __public__: {} 2024-09-13 14:20:29,102 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-13 14:20:29,264 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2024-09-13 14:20:29,269 - DEBUG - Requesting: http://10.0.0.46:8082/domain/2fa1184e-efe4-4372-848c-b5286d80a961 2024-09-13 14:20:29,283 - DEBUG - Requesting: http://10.0.0.46:8082/project/dea29de5-99f6-49f0-a3ca-ed68b7d6728b 2024-09-13 14:20:29,342 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:29,357 - DEBUG - Requesting: http://10.0.0.46:8082/floating-ip-pool/5788b617-3df9-4ff2-a295-a42b7eacce9d 2024-09-13 14:20:29,365 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2024-09-13 14:20:29,370 - DEBUG - Requesting: http://10.0.0.46:8082/domain/2fa1184e-efe4-4372-848c-b5286d80a961 2024-09-13 14:20:29,379 - DEBUG - Requesting: http://10.0.0.46:8082/project/dea29de5-99f6-49f0-a3ca-ed68b7d6728b 2024-09-13 14:20:29,431 - DEBUG - Requesting: http://10.0.0.46:8082/virtual-network/9a1415b3-32f5-499b-87a5-69ba0bc435d2 2024-09-13 14:20:29,448 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-13 14:20:29,448 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-13 14:20:29,459 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-13 14:20:29,465 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-13 14:20:29,465 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-13 14:20:29,468 - DEBUG - Ingress ctest-nginx-ingress-75416595 not present 2024-09-13 14:20:29,468 - INFO - Creating Ingress ctest-nginx-ingress-75416595 2024-09-13 14:20:29,474 - INFO - Created Ingress ctest-nginx-ingress-75416595 2024-09-13 14:20:29,478 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-75416595 2024-09-13 14:20:32,486 - DEBUG - For Ingress ctest-nginx-ingress-75416595, Cluster IP: 10.47.255.249, External IPs ['167.242.53.124'] 2024-09-13 14:20:32,487 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-75416595 2024-09-13 14:20:32,487 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=26898bb0-8363-4a65-bb7a-0d110c2271fc 2024-09-13 14:20:32,499 - INFO - Ingress ctest-nginx-ingress-75416595 with uuid 26898bb0-8363-4a65-bb7a-0d110c2271fc found in kube manager 2024-09-13 14:20:32,501 - INFO - Ingress ctest-nginx-ingress-75416595 verification passed 2024-09-13 14:20:32,506 - DEBUG - Pod ctest-busybox-pod-34948462 not present 2024-09-13 14:20:32,506 - INFO - Creating Pod ctest-busybox-pod-34948462 2024-09-13 14:20:32,557 - DEBUG - Pod : ctest-busybox-pod-34948462 UUID is 547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:20:32,564 - DEBUG - Pod ctest-nginx-pod-56844544 not in running state.Currently in Pending 2024-09-13 14:20:37,571 - DEBUG - Pod ctest-nginx-pod-56844544 not in running state.Currently in Pending 2024-09-13 14:20:42,580 - INFO - Pod ctest-nginx-pod-56844544 is in running state.Got IP 10.47.255.251 2024-09-13 14:20:42,618 - DEBUG - Pod ctest-nginx-pod-56844544 has vmi 512ea7fe-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:20:42,618 - INFO - Verified pod ctest-nginx-pod-56844544 in contrail-api 2024-09-13 14:20:42,618 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:20:42,631 - DEBUG - VMI 512ea7fe-71db-11ef-ad91-fa163ef6d7d5 is active in agent 10.0.0.24 2024-09-13 14:20:42,631 - INFO - Verified Pod ctest-nginx-pod-56844544 in agent 10.0.0.24 2024-09-13 14:20:42,631 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=477e8880-7344-4088-8f91-5a9e0c4a9d5b 2024-09-13 14:20:42,636 - INFO - Pod ctest-nginx-pod-56844544 with uuid 477e8880-7344-4088-8f91-5a9e0c4a9d5b found in kube manager 2024-09-13 14:20:42,636 - INFO - Pod ctest-nginx-pod-56844544 verification passed 2024-09-13 14:20:42,703 - DEBUG - [Pod ctest-nginx-pod-56844544] Cmd: echo ctest-nginx-pod-56844544 > /usr/share/nginx/html/index.html, Output: 2024-09-13 14:20:42,708 - INFO - Pod ctest-nginx-pod-52152886 is in running state.Got IP 10.47.255.250 2024-09-13 14:20:42,770 - DEBUG - Pod ctest-nginx-pod-52152886 has vmi 51ab5984-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:20:42,770 - INFO - Verified pod ctest-nginx-pod-52152886 in contrail-api 2024-09-13 14:20:42,770 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:20:42,783 - DEBUG - VMI 51ab5984-71db-11ef-ad91-fa163ef6d7d5 is active in agent 10.0.0.24 2024-09-13 14:20:42,783 - INFO - Verified Pod ctest-nginx-pod-52152886 in agent 10.0.0.24 2024-09-13 14:20:42,783 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=55b76b02-0ce3-4779-8c48-2a722ae7be85 2024-09-13 14:20:42,787 - INFO - Pod ctest-nginx-pod-52152886 with uuid 55b76b02-0ce3-4779-8c48-2a722ae7be85 found in kube manager 2024-09-13 14:20:42,787 - INFO - Pod ctest-nginx-pod-52152886 verification passed 2024-09-13 14:20:42,867 - DEBUG - [Pod ctest-nginx-pod-52152886] Cmd: echo ctest-nginx-pod-52152886 > /usr/share/nginx/html/index.html, Output: 2024-09-13 14:20:42,872 - INFO - Pod ctest-busybox-pod-34948462 is in running state.Got IP 10.47.255.248 2024-09-13 14:20:42,892 - DEBUG - Pod ctest-busybox-pod-34948462 has vmi 5639c418-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:20:42,892 - INFO - Verified pod ctest-busybox-pod-34948462 in contrail-api 2024-09-13 14:20:42,892 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:20:42,903 - DEBUG - VMI 5639c418-71db-11ef-ad91-fa163ef6d7d5 is active in agent 10.0.0.24 2024-09-13 14:20:42,903 - INFO - Verified Pod ctest-busybox-pod-34948462 in agent 10.0.0.24 2024-09-13 14:20:42,903 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_VirtualMachineDatabaseList?x=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:20:42,908 - INFO - Pod ctest-busybox-pod-34948462 with uuid 547a395f-2d43-4670-b80e-7a3635a5531c found in kube manager 2024-09-13 14:20:42,908 - INFO - Pod ctest-busybox-pod-34948462 verification passed 2024-09-13 14:20:42,962 - DEBUG - [Pod ctest-busybox-pod-34948462] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-52152886 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-13 14:20:42,962 - DEBUG - [Pod Pod ctest-busybox-pod-34948462] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-13 14:20:42,962 - DEBUG - [Pod Pod ctest-busybox-pod-34948462] Cmd output: ctest-nginx-pod-52152886 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-13 14:20:43,046 - DEBUG - [Pod ctest-busybox-pod-34948462] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-52152886 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-13 14:20:43,046 - DEBUG - [Pod Pod ctest-busybox-pod-34948462] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-13 14:20:43,046 - DEBUG - [Pod Pod ctest-busybox-pod-34948462] Cmd output: ctest-nginx-pod-52152886 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-13 14:20:43,100 - DEBUG - [Pod ctest-busybox-pod-34948462] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-56844544 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-13 14:20:43,101 - DEBUG - [Pod Pod ctest-busybox-pod-34948462] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-13 14:20:43,101 - DEBUG - [Pod Pod ctest-busybox-pod-34948462] Cmd output: ctest-nginx-pod-56844544 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-13 14:20:43,101 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-56844544': 1, 'ctest-nginx-pod-52152886': 2} 2024-09-13 14:20:43,101 - WARNING - Nothing to delete parallely 2024-09-13 14:20:43,101 - INFO - Deleting pod default:ctest-busybox-pod-34948462 2024-09-13 14:20:43,111 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:20:43,120 - WARNING - Pod uuid 547a395f-2d43-4670-b80e-7a3635a5531c is still seen in agent 10.0.0.24 VM list 2024-09-13 14:20:48,121 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:20:48,128 - WARNING - Pod uuid 547a395f-2d43-4670-b80e-7a3635a5531c is still seen in agent 10.0.0.24 VM list 2024-09-13 14:20:53,129 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:20:53,137 - WARNING - Pod uuid 547a395f-2d43-4670-b80e-7a3635a5531c is still seen in agent 10.0.0.24 VM list 2024-09-13 14:20:58,138 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:20:58,146 - WARNING - Pod uuid 547a395f-2d43-4670-b80e-7a3635a5531c is still seen in agent 10.0.0.24 VM list 2024-09-13 14:21:03,147 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:21:03,155 - WARNING - Pod uuid 547a395f-2d43-4670-b80e-7a3635a5531c is still seen in agent 10.0.0.24 VM list 2024-09-13 14:21:08,155 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:21:08,164 - WARNING - Pod uuid 547a395f-2d43-4670-b80e-7a3635a5531c is still seen in agent 10.0.0.24 VM list 2024-09-13 14:21:13,165 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:21:13,179 - WARNING - Pod uuid 547a395f-2d43-4670-b80e-7a3635a5531c is still seen in agent 10.0.0.24 VM list 2024-09-13 14:21:18,180 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=547a395f-2d43-4670-b80e-7a3635a5531c 2024-09-13 14:21:18,191 - DEBUG - Pod 547a395f-2d43-4670-b80e-7a3635a5531c is not in agent 10.0.0.24 VM list 2024-09-13 14:21:18,191 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5639c418-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:21:18,198 - DEBUG - VMI 5639c418-71db-11ef-ad91-fa163ef6d7d5 is removed from agent 10.0.0.24 2024-09-13 14:21:18,198 - INFO - Verified that pod ctest-busybox-pod-34948462 is removed in agent 2024-09-13 14:21:18,198 - INFO - Deleting Ingress : ctest-nginx-ingress-75416595 2024-09-13 14:21:18,218 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=26898bb0-8363-4a65-bb7a-0d110c2271fc 2024-09-13 14:21:18,225 - ERROR - Ingress ctest-nginx-ingress-75416595 with uuid 26898bb0-8363-4a65-bb7a-0d110c2271fc still found in kube manager 2024-09-13 14:21:19,226 - DEBUG - Requesting: http://10.0.0.46:8108/Snh_LoadbalancerDatabaseList?x=26898bb0-8363-4a65-bb7a-0d110c2271fc 2024-09-13 14:21:19,231 - INFO - Ingress ctest-nginx-ingress-75416595 with uuid 26898bb0-8363-4a65-bb7a-0d110c2271fc deleted successfully from kube manager 2024-09-13 14:21:19,232 - INFO - Verifications on Ingress %s cleanup passed 2024-09-13 14:21:19,233 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-13 14:21:19,341 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-13 14:21:19,347 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-13 14:21:19,347 - INFO - Deleting VN __public__ 2024-09-13 14:21:19,519 - DEBUG - Requesting: http://10.0.0.46:8082/routing-instance/9285f224-b201-493d-9c4a-59dc8d5d462e 2024-09-13 14:21:19,531 - DEBUG - Response Code: 404 2024-09-13 14:21:19,531 - DEBUG - Requesting: http://10.0.0.46:8082/domains 2024-09-13 14:21:19,538 - DEBUG - Requesting: http://10.0.0.46:8082/domain/2fa1184e-efe4-4372-848c-b5286d80a961 2024-09-13 14:21:19,567 - DEBUG - Requesting: http://10.0.0.46:8082/project/dea29de5-99f6-49f0-a3ca-ed68b7d6728b 2024-09-13 14:21:19,608 - INFO - Validated that VN __public__ is not found in API Server 2024-09-13 14:21:19,609 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-13 14:21:19,619 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 14:21:19,639 - DEBUG - VN __public__ is not present in Agent 10.0.0.24 2024-09-13 14:21:19,639 - INFO - Validated that VN __public__ is not in any agent 2024-09-13 14:21:19,639 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 14:21:19,651 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-13 14:21:19,659 - DEBUG - Requesting: http://10.0.0.46:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-13 14:21:19,665 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-13 14:21:19,666 - INFO - Deleting pod default:ctest-nginx-pod-52152886 2024-09-13 14:21:19,680 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=55b76b02-0ce3-4779-8c48-2a722ae7be85 2024-09-13 14:21:19,715 - WARNING - Pod uuid 55b76b02-0ce3-4779-8c48-2a722ae7be85 is still seen in agent 10.0.0.24 VM list 2024-09-13 14:21:24,717 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=55b76b02-0ce3-4779-8c48-2a722ae7be85 2024-09-13 14:21:24,725 - DEBUG - Pod 55b76b02-0ce3-4779-8c48-2a722ae7be85 is not in agent 10.0.0.24 VM list 2024-09-13 14:21:24,725 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:51ab5984-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:21:24,732 - DEBUG - VMI 51ab5984-71db-11ef-ad91-fa163ef6d7d5 is removed from agent 10.0.0.24 2024-09-13 14:21:24,733 - INFO - Verified that pod ctest-nginx-pod-52152886 is removed in agent 2024-09-13 14:21:24,733 - INFO - Deleting pod default:ctest-nginx-pod-56844544 2024-09-13 14:21:24,755 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=477e8880-7344-4088-8f91-5a9e0c4a9d5b 2024-09-13 14:21:24,765 - WARNING - Pod uuid 477e8880-7344-4088-8f91-5a9e0c4a9d5b is still seen in agent 10.0.0.24 VM list 2024-09-13 14:21:29,766 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=477e8880-7344-4088-8f91-5a9e0c4a9d5b 2024-09-13 14:21:29,779 - DEBUG - Pod 477e8880-7344-4088-8f91-5a9e0c4a9d5b is not in agent 10.0.0.24 VM list 2024-09-13 14:21:29,779 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:512ea7fe-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:21:29,785 - DEBUG - VMI 512ea7fe-71db-11ef-ad91-fa163ef6d7d5 is removed from agent 10.0.0.24 2024-09-13 14:21:29,785 - INFO - Verified that pod ctest-nginx-pod-56844544 is removed in agent 2024-09-13 14:21:29,786 - INFO - Deleting service : ctest-nginx-svc-38718610 2024-09-13 14:21:30,014 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 14:21:30,021 - DEBUG - No XMPP flaps were noticed during the test 2024-09-13 14:21:30,021 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2024-09-13 14:21:30,021 - INFO - -------------------------------------------------------------------------------- 2024-09-13 14:21:36,484 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-13 14:21:36,611 - DEBUG - Output : cluster_project={} 2024-09-13 14:21:36,680 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-13 14:21:36,819 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-13 14:21:36,827 - DEBUG - [10.0.0.46]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-13 14:21:36,967 - DEBUG - Output : cluster_project={} 2024-09-13 14:21:47,131 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:52,188 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:52,291 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:52,359 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:57,470 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:57,513 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:57,597 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:57,698 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-13 14:21:57,963 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 14:22:00,567 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_ApplicationPolicySetReq? 2024-09-13 14:22:00,575 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2024-09-13 14:22:00,612 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2024-09-13 14:22:02,648 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AclReq? 2024-09-13 14:25:03,101 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-13 14:25:03,142 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=88d5d3cc-5db9-48b5-b418-745e171478dc 2024-09-13 14:25:03,151 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:03,165 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:03,171 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=b3342abf-ecf3-479d-9b37-4563f95414b8 2024-09-13 14:25:03,180 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:03,195 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=2d4df6ef-4db4-41f4-b296-53a689dfa651 2024-09-13 14:25:03,204 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:03,218 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=063a539d-3e64-4211-a6e2-f7a917a97637 2024-09-13 14:25:08,221 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=88d5d3cc-5db9-48b5-b418-745e171478dc 2024-09-13 14:25:08,224 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:08,235 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7d230a4e-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:25:08,273 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:08,275 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=b3342abf-ecf3-479d-9b37-4563f95414b8 2024-09-13 14:25:08,278 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=063a539d-3e64-4211-a6e2-f7a917a97637 2024-09-13 14:25:08,279 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=2d4df6ef-4db4-41f4-b296-53a689dfa651 2024-09-13 14:25:08,289 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:08,291 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:08,309 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7eee0d1a-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:25:08,314 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7e655c5e-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:25:08,316 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7da698e6-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:25:13,234 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:13,314 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:13,316 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:13,318 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:18,246 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:18,328 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:18,329 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:18,765 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:23,255 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:23,341 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:23,343 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:23,773 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:28,262 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:28,352 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:28,354 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:28,791 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:33,271 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:33,364 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:33,366 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:33,799 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:38,293 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=65193254-aaa4-43a9-b0f2-656a7dc8e6c7 2024-09-13 14:25:38,301 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:808cb7e8-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:25:38,376 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=bdd2b71f-57fe-4841-8648-a7adb9327596 2024-09-13 14:25:38,378 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=afdfc26f-3e10-4e64-90a0-f1aa9788ebae 2024-09-13 14:25:38,387 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:800ec5ae-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:25:38,389 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:81107c9a-71db-11ef-ad91-fa163ef6d7d5 2024-09-13 14:25:38,821 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_VmListReq?uuid=a4e54650-ac33-41d0-8bda-6a6e98353076 2024-09-13 14:25:38,828 - DEBUG - Requesting: http://10.0.0.24:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7f947768-71db-11ef-ad91-fa163ef6d7d5