2024-08-27 08:21:57,819 - DEBUG - [10.0.0.29]: Running cmd : hostname 2024-08-27 08:21:58,067 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-606-1 2024-08-27 08:21:58,068 - DEBUG - [10.0.0.29]: Running cmd : hostname -f 2024-08-27 08:21:58,102 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-606-1 2024-08-27 08:21:58,102 - DEBUG - [10.0.0.29]: 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-08-27 08:21:58,195 - DEBUG - Output : NAMES contrail_test_xPqUQEtrA contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_schema_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_dnsmasq_1 2024-08-27 08:21:58,196 - DEBUG - [10.0.0.29]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-27 08:21:58,263 - DEBUG - Output : 10.0.0.29/24 172.17.0.1/16 2024-08-27 08:21:58,263 - DEBUG - [10.0.0.29]: Running cmd : getent hosts 10.0.0.29 | head -n 1 | awk '{print $2}' 2024-08-27 08:21:58,297 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-606-1 2024-08-27 08:21:58,394 - DEBUG - [10.0.0.35]: Running cmd : hostname 2024-08-27 08:21:58,619 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-606-1 2024-08-27 08:21:58,619 - DEBUG - [10.0.0.35]: Running cmd : hostname -f 2024-08-27 08:21:58,688 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-606-1 2024-08-27 08:21:58,688 - DEBUG - [10.0.0.35]: 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-08-27 08:21:58,733 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-08-27 08:21:58,734 - DEBUG - [10.0.0.35]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-08-27 08:21:58,767 - DEBUG - Output : 10.0.0.35/24 2024-08-27 08:21:58,768 - DEBUG - [10.0.0.35]: Running cmd : getent hosts 10.0.0.35 | head -n 1 | awk '{print $2}' 2024-08-27 08:21:58,836 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-606-1 2024-08-27 08:21:58,917 - INFO - Using existing project ['default-domain', 'k8s-default'](ad54a041-8dcc-4cbd-8664-32ed292bf08d) 2024-08-27 08:21:59,029 - INFO - Using existing project ['default-domain', 'k8s-default'](ad54a041-8dcc-4cbd-8664-32ed292bf08d) 2024-08-27 08:21:59,174 - INFO - ================================================================================ 2024-08-27 08:21:59,175 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-08-27 08:21:59,176 - 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-08-27 08:21:59,409 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 08:21:59,418 - DEBUG - Nothing to compare xmpp stats {'10.0.0.35': {'10.0.0.29': '0'}} with 2024-08-27 08:21:59,418 - INFO - Initial checks done. Running the testcase now 2024-08-27 08:21:59,418 - INFO - 2024-08-27 08:21:59,422 - INFO - Namespace default already exists 2024-08-27 08:21:59,422 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 08:21:59,533 - DEBUG - Output : cluster_project={} 2024-08-27 08:21:59,574 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-08-27 08:21:59,574 - DEBUG - Project uuid in Contrail is ad54a041-8dcc-4cbd-8664-32ed292bf08d 2024-08-27 08:21:59,575 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-27 08:21:59,695 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-27 08:21:59,695 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_NamespaceDatabaseList?namespace_uuid=eeb791d9-6f6f-47d3-b0f4-24f132d8755a 2024-08-27 08:21:59,699 - INFO - Namespace default with uuid eeb791d9-6f6f-47d3-b0f4-24f132d8755a found in kube manager 2024-08-27 08:21:59,700 - INFO - Namespace default verification passed 2024-08-27 08:21:59,702 - DEBUG - Service ctest-nginx-svc-76583504 not present 2024-08-27 08:21:59,702 - INFO - Creating service ctest-nginx-svc-76583504 2024-08-27 08:21:59,717 - INFO - Created Service ctest-nginx-svc-76583504 2024-08-27 08:21:59,724 - DEBUG - Pod ctest-nginx-pod-41183455 not present 2024-08-27 08:21:59,724 - INFO - Creating Pod ctest-nginx-pod-41183455 2024-08-27 08:21:59,802 - DEBUG - Pod : ctest-nginx-pod-41183455 UUID is 763e3a46-4be9-4772-b669-b51d1bc02f39 2024-08-27 08:21:59,805 - DEBUG - Pod ctest-nginx-pod-17783094 not present 2024-08-27 08:21:59,805 - INFO - Creating Pod ctest-nginx-pod-17783094 2024-08-27 08:21:59,826 - DEBUG - Pod : ctest-nginx-pod-17783094 UUID is f746c21b-47d3-4c82-be9b-e72e650c0a9e 2024-08-27 08:21:59,970 - INFO - Created VN __public__, UUID :37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:00,166 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-08-27 08:22:00,177 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3f1adabe-7f11-42ca-880d-860f85659275 2024-08-27 08:22:00,202 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad54a041-8dcc-4cbd-8664-32ed292bf08d 2024-08-27 08:22:00,261 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:00,269 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:00,276 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:22:00,283 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:22:00,290 - DEBUG - Route Targets: [] 2024-08-27 08:22:00,290 - DEBUG - RT names not yet present for VN __public__ 2024-08-27 08:22:05,291 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-08-27 08:22:05,297 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3f1adabe-7f11-42ca-880d-860f85659275 2024-08-27 08:22:05,304 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad54a041-8dcc-4cbd-8664-32ed292bf08d 2024-08-27 08:22:05,337 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,345 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,353 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:22:05,360 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:22:05,365 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/07f740a7-6445-4d32-96d3-93234bbfe0f6 2024-08-27 08:22:05,372 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-27 08:22:05,372 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,379 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:22:05,389 - INFO - Verified VN network id 13 for VN 37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,389 - INFO - Verifications in API Server for VN __public__ passed 2024-08-27 08:22:05,389 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,395 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:22:05,401 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:22:05,407 - DEBUG - Requesting: http://10.0.0.29:8082/route-target/07f740a7-6445-4d32-96d3-93234bbfe0f6 2024-08-27 08:22:05,413 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-27 08:22:05,419 - DEBUG - Control-node 10.0.0.29 : 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': '4014976194692794532', 'uuid-lslong': '10229614940535838937'}, 'enable': 'true', 'created': '2024-08-27T08:21:59', 'last-modified': '2024-08-27T08:22:00', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.334829'} 2024-08-27 08:22:05,419 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 08:22:05,427 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-08-27 08:22:05,427 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-08-27 08:22:05,427 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-08-27 08:22:05,427 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-08-27 08:22:05,434 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3f1adabe-7f11-42ca-880d-860f85659275 2024-08-27 08:22:05,443 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad54a041-8dcc-4cbd-8664-32ed292bf08d 2024-08-27 08:22:05,493 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,505 - DEBUG - =>VN __public__ has no policy to be verified 2024-08-27 08:22:05,505 - DEBUG - Verifying the vn in opserver 2024-08-27 08:22:05,505 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.29 2024-08-27 08:22:05,505 - DEBUG - Requesting: http://10.0.0.29:8081/analytics/uves/virtual-networks 2024-08-27 08:22:05,510 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.29:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-08-27 08:22:05,510 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-08-27 08:22:05,510 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 08:22:05,518 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 08:22:05,524 - DEBUG - Do not have enough data to verify VN in agent 2024-08-27 08:22:05,524 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 08:22:05,530 - DEBUG - VRF ids for VN __public__: {} 2024-08-27 08:22:05,618 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-08-27 08:22:05,769 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-08-27 08:22:05,775 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3f1adabe-7f11-42ca-880d-860f85659275 2024-08-27 08:22:05,782 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad54a041-8dcc-4cbd-8664-32ed292bf08d 2024-08-27 08:22:05,813 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,824 - DEBUG - Requesting: http://10.0.0.29:8082/floating-ip-pool/673843d7-be73-4a3f-b653-f75787c6cbf5 2024-08-27 08:22:05,830 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-08-27 08:22:05,835 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3f1adabe-7f11-42ca-880d-860f85659275 2024-08-27 08:22:05,842 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad54a041-8dcc-4cbd-8664-32ed292bf08d 2024-08-27 08:22:05,878 - DEBUG - Requesting: http://10.0.0.29:8082/virtual-network/37b80f93-aa50-48a4-8df6-e496efaad8d9 2024-08-27 08:22:05,886 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-08-27 08:22:05,886 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-08-27 08:22:05,890 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-27 08:22:05,896 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-08-27 08:22:05,896 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-08-27 08:22:05,899 - DEBUG - Ingress ctest-nginx-ingress-78268935 not present 2024-08-27 08:22:05,899 - INFO - Creating Ingress ctest-nginx-ingress-78268935 2024-08-27 08:22:05,913 - INFO - Created Ingress ctest-nginx-ingress-78268935 2024-08-27 08:22:05,918 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-78268935 2024-08-27 08:22:08,924 - DEBUG - For Ingress ctest-nginx-ingress-78268935, Cluster IP: 10.47.255.249, External IPs ['46.171.227.252'] 2024-08-27 08:22:08,924 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-78268935 2024-08-27 08:22:08,924 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=f9550505-2f67-434e-b106-43ff4b72a4fb 2024-08-27 08:22:08,931 - INFO - Ingress ctest-nginx-ingress-78268935 with uuid f9550505-2f67-434e-b106-43ff4b72a4fb found in kube manager 2024-08-27 08:22:08,931 - INFO - Ingress ctest-nginx-ingress-78268935 verification passed 2024-08-27 08:22:08,936 - DEBUG - Pod ctest-busybox-pod-98786553 not present 2024-08-27 08:22:08,936 - INFO - Creating Pod ctest-busybox-pod-98786553 2024-08-27 08:22:08,990 - DEBUG - Pod : ctest-busybox-pod-98786553 UUID is 4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:08,999 - DEBUG - Pod ctest-nginx-pod-41183455 not in running state.Currently in Pending 2024-08-27 08:22:14,010 - INFO - Pod ctest-nginx-pod-41183455 is in running state.Got IP 10.47.255.251 2024-08-27 08:22:14,023 - DEBUG - Pod ctest-nginx-pod-41183455 has vmi 6f2341ac-644d-11ef-b418-fa163e2318f5 2024-08-27 08:22:14,023 - INFO - Verified pod ctest-nginx-pod-41183455 in contrail-api 2024-08-27 08:22:14,023 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:22:14,038 - DEBUG - VMI 6f2341ac-644d-11ef-b418-fa163e2318f5 is active in agent 10.0.0.35 2024-08-27 08:22:14,038 - INFO - Verified Pod ctest-nginx-pod-41183455 in agent 10.0.0.35 2024-08-27 08:22:14,039 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=763e3a46-4be9-4772-b669-b51d1bc02f39 2024-08-27 08:22:14,044 - INFO - Pod ctest-nginx-pod-41183455 with uuid 763e3a46-4be9-4772-b669-b51d1bc02f39 found in kube manager 2024-08-27 08:22:14,044 - INFO - Pod ctest-nginx-pod-41183455 verification passed 2024-08-27 08:22:14,136 - DEBUG - [Pod ctest-nginx-pod-41183455] Cmd: echo ctest-nginx-pod-41183455 > /usr/share/nginx/html/index.html, Output: 2024-08-27 08:22:14,143 - DEBUG - Pod ctest-nginx-pod-17783094 not in running state.Currently in Pending 2024-08-27 08:22:19,150 - INFO - Pod ctest-nginx-pod-17783094 is in running state.Got IP 10.47.255.250 2024-08-27 08:22:19,162 - DEBUG - Pod ctest-nginx-pod-17783094 has vmi 6f8fa504-644d-11ef-b418-fa163e2318f5 2024-08-27 08:22:19,162 - INFO - Verified pod ctest-nginx-pod-17783094 in contrail-api 2024-08-27 08:22:19,163 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:22:19,174 - DEBUG - VMI 6f8fa504-644d-11ef-b418-fa163e2318f5 is active in agent 10.0.0.35 2024-08-27 08:22:19,174 - INFO - Verified Pod ctest-nginx-pod-17783094 in agent 10.0.0.35 2024-08-27 08:22:19,174 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=f746c21b-47d3-4c82-be9b-e72e650c0a9e 2024-08-27 08:22:19,179 - INFO - Pod ctest-nginx-pod-17783094 with uuid f746c21b-47d3-4c82-be9b-e72e650c0a9e found in kube manager 2024-08-27 08:22:19,179 - INFO - Pod ctest-nginx-pod-17783094 verification passed 2024-08-27 08:22:19,246 - DEBUG - [Pod ctest-nginx-pod-17783094] Cmd: echo ctest-nginx-pod-17783094 > /usr/share/nginx/html/index.html, Output: 2024-08-27 08:22:19,251 - DEBUG - Pod ctest-busybox-pod-98786553 not in running state.Currently in Pending 2024-08-27 08:22:24,258 - INFO - Pod ctest-busybox-pod-98786553 is in running state.Got IP 10.47.255.248 2024-08-27 08:22:24,313 - DEBUG - Pod ctest-busybox-pod-98786553 has vmi 73ed4c6e-644d-11ef-b418-fa163e2318f5 2024-08-27 08:22:24,313 - INFO - Verified pod ctest-busybox-pod-98786553 in contrail-api 2024-08-27 08:22:24,313 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:22:24,326 - DEBUG - VMI 73ed4c6e-644d-11ef-b418-fa163e2318f5 is active in agent 10.0.0.35 2024-08-27 08:22:24,327 - INFO - Verified Pod ctest-busybox-pod-98786553 in agent 10.0.0.35 2024-08-27 08:22:24,327 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_VirtualMachineDatabaseList?x=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:24,333 - INFO - Pod ctest-busybox-pod-98786553 with uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 found in kube manager 2024-08-27 08:22:24,333 - INFO - Pod ctest-busybox-pod-98786553 verification passed 2024-08-27 08:22:24,396 - DEBUG - [Pod ctest-busybox-pod-98786553] 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) ctest-nginx-pod-17783094 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 08:22:24,396 - DEBUG - [Pod Pod ctest-busybox-pod-98786553] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 08:22:24,396 - DEBUG - [Pod Pod ctest-busybox-pod-98786553] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-17783094 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-08-27 08:22:24,469 - DEBUG - [Pod ctest-busybox-pod-98786553] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-41183455 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-08-27 08:22:24,469 - DEBUG - [Pod Pod ctest-busybox-pod-98786553] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-08-27 08:22:24,469 - DEBUG - [Pod Pod ctest-busybox-pod-98786553] Cmd output: ctest-nginx-pod-41183455 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-08-27 08:22:24,469 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-41183455': 1, 'ctest-nginx-pod-17783094': 1} 2024-08-27 08:22:24,469 - WARNING - Nothing to delete parallely 2024-08-27 08:22:24,469 - INFO - Deleting pod default:ctest-busybox-pod-98786553 2024-08-27 08:22:24,499 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:24,507 - WARNING - Pod uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:22:29,508 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:29,517 - WARNING - Pod uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:22:34,518 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:34,525 - WARNING - Pod uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:22:39,526 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:39,534 - WARNING - Pod uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:22:44,536 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:44,548 - WARNING - Pod uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:22:49,549 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:49,556 - WARNING - Pod uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:22:54,557 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:54,565 - WARNING - Pod uuid 4b2c6837-872b-45b9-9a6b-22ad0082b445 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:22:59,566 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=4b2c6837-872b-45b9-9a6b-22ad0082b445 2024-08-27 08:22:59,573 - DEBUG - Pod 4b2c6837-872b-45b9-9a6b-22ad0082b445 is not in agent 10.0.0.35 VM list 2024-08-27 08:22:59,573 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:73ed4c6e-644d-11ef-b418-fa163e2318f5 2024-08-27 08:22:59,580 - DEBUG - VMI 73ed4c6e-644d-11ef-b418-fa163e2318f5 is removed from agent 10.0.0.35 2024-08-27 08:22:59,580 - INFO - Verified that pod ctest-busybox-pod-98786553 is removed in agent 2024-08-27 08:22:59,580 - INFO - Deleting Ingress : ctest-nginx-ingress-78268935 2024-08-27 08:22:59,595 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=f9550505-2f67-434e-b106-43ff4b72a4fb 2024-08-27 08:22:59,604 - ERROR - Ingress ctest-nginx-ingress-78268935 with uuid f9550505-2f67-434e-b106-43ff4b72a4fb still found in kube manager 2024-08-27 08:23:00,606 - DEBUG - Requesting: http://10.0.0.29:8108/Snh_LoadbalancerDatabaseList?x=f9550505-2f67-434e-b106-43ff4b72a4fb 2024-08-27 08:23:00,611 - INFO - Ingress ctest-nginx-ingress-78268935 with uuid f9550505-2f67-434e-b106-43ff4b72a4fb deleted successfully from kube manager 2024-08-27 08:23:00,612 - INFO - Verifications on Ingress %s cleanup passed 2024-08-27 08:23:00,612 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-08-27 08:23:00,749 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-08-27 08:23:00,755 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-08-27 08:23:00,756 - INFO - Deleting VN __public__ 2024-08-27 08:23:00,897 - DEBUG - Requesting: http://10.0.0.29:8082/routing-instance/950a4696-bfd4-4a96-bb8e-d677b266394c 2024-08-27 08:23:00,903 - DEBUG - Response Code: 404 2024-08-27 08:23:00,903 - DEBUG - Requesting: http://10.0.0.29:8082/domains 2024-08-27 08:23:00,912 - DEBUG - Requesting: http://10.0.0.29:8082/domain/3f1adabe-7f11-42ca-880d-860f85659275 2024-08-27 08:23:00,920 - DEBUG - Requesting: http://10.0.0.29:8082/project/ad54a041-8dcc-4cbd-8664-32ed292bf08d 2024-08-27 08:23:00,957 - INFO - Validated that VN __public__ is not found in API Server 2024-08-27 08:23:00,957 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-08-27 08:23:00,976 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 08:23:00,993 - DEBUG - VN __public__ is not present in Agent 10.0.0.35 2024-08-27 08:23:00,993 - INFO - Validated that VN __public__ is not in any agent 2024-08-27 08:23:00,993 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 08:23:01,005 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-08-27 08:23:01,012 - DEBUG - Requesting: http://10.0.0.29:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-08-27 08:23:01,025 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-08-27 08:23:01,026 - INFO - Deleting pod default:ctest-nginx-pod-17783094 2024-08-27 08:23:01,043 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f746c21b-47d3-4c82-be9b-e72e650c0a9e 2024-08-27 08:23:01,066 - WARNING - Pod uuid f746c21b-47d3-4c82-be9b-e72e650c0a9e is still seen in agent 10.0.0.35 VM list 2024-08-27 08:23:06,066 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f746c21b-47d3-4c82-be9b-e72e650c0a9e 2024-08-27 08:23:06,075 - DEBUG - Pod f746c21b-47d3-4c82-be9b-e72e650c0a9e is not in agent 10.0.0.35 VM list 2024-08-27 08:23:06,075 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6f8fa504-644d-11ef-b418-fa163e2318f5 2024-08-27 08:23:06,083 - DEBUG - VMI 6f8fa504-644d-11ef-b418-fa163e2318f5 is removed from agent 10.0.0.35 2024-08-27 08:23:06,083 - INFO - Verified that pod ctest-nginx-pod-17783094 is removed in agent 2024-08-27 08:23:06,084 - INFO - Deleting pod default:ctest-nginx-pod-41183455 2024-08-27 08:23:06,107 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=763e3a46-4be9-4772-b669-b51d1bc02f39 2024-08-27 08:23:06,119 - WARNING - Pod uuid 763e3a46-4be9-4772-b669-b51d1bc02f39 is still seen in agent 10.0.0.35 VM list 2024-08-27 08:23:11,120 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=763e3a46-4be9-4772-b669-b51d1bc02f39 2024-08-27 08:23:11,127 - DEBUG - Pod 763e3a46-4be9-4772-b669-b51d1bc02f39 is not in agent 10.0.0.35 VM list 2024-08-27 08:23:11,127 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6f2341ac-644d-11ef-b418-fa163e2318f5 2024-08-27 08:23:11,133 - DEBUG - VMI 6f2341ac-644d-11ef-b418-fa163e2318f5 is removed from agent 10.0.0.35 2024-08-27 08:23:11,133 - INFO - Verified that pod ctest-nginx-pod-41183455 is removed in agent 2024-08-27 08:23:11,133 - INFO - Deleting service : ctest-nginx-svc-76583504 2024-08-27 08:23:11,393 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 08:23:11,400 - DEBUG - No XMPP flaps were noticed during the test
2024-08-27 08:23:11,400 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12]
2024-08-27 08:23:11,400 - INFO - -------------------------------------------------------------------------------- 2024-08-27 08:23:17,841 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 08:23:17,991 - DEBUG - Output : cluster_project={} 2024-08-27 08:23:18,122 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-08-27 08:23:18,284 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-08-27 08:23:18,290 - DEBUG - [10.0.0.29]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-08-27 08:23:18,428 - DEBUG - Output : cluster_project={} 2024-08-27 08:23:28,512 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:33,601 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:33,637 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:33,721 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:33,764 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:38,854 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:38,890 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:38,965 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-08-27 08:23:39,218 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 08:23:41,976 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_ApplicationPolicySetReq? 2024-08-27 08:23:41,984 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2024-08-27 08:23:42,020 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2024-08-27 08:23:44,054 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AclReq? 2024-08-27 08:26:45,149 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_AgentXmppConnectionStatusReq? 2024-08-27 08:26:45,186 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:26:45,199 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:26:45,208 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:26:45,224 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=dfe96846-b2f6-426c-8324-0aef94cc53ec 2024-08-27 08:26:45,233 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d4893cb9-f192-47ea-bfc0-d5e93fa2b8a8 2024-08-27 08:26:45,241 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e3a2b10a-3749-431d-87df-a4d464a8139a 2024-08-27 08:26:45,252 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:26:45,261 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:26:50,215 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:26:50,217 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:26:50,257 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:26:50,288 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:26:50,290 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:26:50,294 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=d4893cb9-f192-47ea-bfc0-d5e93fa2b8a8 2024-08-27 08:26:50,295 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=dfe96846-b2f6-426c-8324-0aef94cc53ec 2024-08-27 08:26:50,296 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e3a2b10a-3749-431d-87df-a4d464a8139a 2024-08-27 08:26:50,315 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9eb63b9a-644d-11ef-b418-fa163e2318f5 2024-08-27 08:26:50,316 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9f27eea2-644d-11ef-b418-fa163e2318f5 2024-08-27 08:26:50,318 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9e12f2dc-644d-11ef-b418-fa163e2318f5 2024-08-27 08:26:55,229 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:26:55,231 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:26:55,265 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:26:55,313 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:26:55,315 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:27:00,242 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:27:00,244 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:27:00,272 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:27:00,326 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:27:00,328 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:27:05,259 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:27:05,260 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:27:05,281 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:27:05,339 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:27:05,341 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:27:10,279 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:27:10,282 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:27:10,288 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:27:10,350 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:27:10,352 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:27:15,295 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:27:15,297 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:27:15,301 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:27:15,363 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:27:15,365 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:27:20,315 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=f9fa7a08-587b-4a64-a207-6615cc2b5451 2024-08-27 08:27:20,318 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=e5983e56-a826-4700-925a-576eb2960fd1 2024-08-27 08:27:20,320 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=36d16585-d9a4-49df-8c3f-a9c22c1e39d2 2024-08-27 08:27:20,328 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a01c7116-644d-11ef-b418-fa163e2318f5 2024-08-27 08:27:20,332 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9da76e22-644d-11ef-b418-fa163e2318f5 2024-08-27 08:27:20,333 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a0fb5e8a-644d-11ef-b418-fa163e2318f5 2024-08-27 08:27:20,375 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=1ee27ff5-e348-4280-a121-8aca1156d0ce 2024-08-27 08:27:20,377 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_VmListReq?uuid=db59b469-ea50-4bab-bcd2-3ab458441e11 2024-08-27 08:27:20,386 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9fada0b0-644d-11ef-b418-fa163e2318f5 2024-08-27 08:27:20,387 - DEBUG - Requesting: http://10.0.0.35:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a08b6ecc-644d-11ef-b418-fa163e2318f5