2024-09-05 04:38:22,503 - DEBUG - [10.0.0.33]: Running cmd : hostname 2024-09-05 04:38:22,759 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-638-1 2024-09-05 04:38:22,759 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2024-09-05 04:38:22,792 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-638-1 2024-09-05 04:38:22,792 - DEBUG - [10.0.0.33]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-09-05 04:38:22,867 - DEBUG - Output : NAMES contrail_test_dsuv6WESP contrail-kubernetes-master_kubemanager_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_nodemgr_1 control_dns_1 control_control_1 config_database_zookeeper_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_api_1 config_api_schema_1 config_api_dnsmasq_1 config_api_svcmonitor_1 2024-09-05 04:38:22,868 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-05 04:38:22,953 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2024-09-05 04:38:22,953 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2024-09-05 04:38:22,997 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-638-1 2024-09-05 04:38:23,103 - DEBUG - [10.0.0.40]: Running cmd : hostname 2024-09-05 04:38:23,359 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-638-1 2024-09-05 04:38:23,359 - DEBUG - [10.0.0.40]: Running cmd : hostname -f 2024-09-05 04:38:23,394 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-638-1 2024-09-05 04:38:23,394 - DEBUG - [10.0.0.40]: 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-05 04:38:23,496 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-05 04:38:23,496 - DEBUG - [10.0.0.40]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-05 04:38:23,531 - DEBUG - Output : 10.0.0.40/24 2024-09-05 04:38:23,531 - DEBUG - [10.0.0.40]: Running cmd : getent hosts 10.0.0.40 | head -n 1 | awk '{print $2}' 2024-09-05 04:38:23,605 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-638-1 2024-09-05 04:38:23,689 - INFO - Using existing project ['default-domain', 'k8s-default'](5d2413aa-bb0f-4966-9a39-2e6da58edd43) 2024-09-05 04:38:23,792 - INFO - Using existing project ['default-domain', 'k8s-default'](5d2413aa-bb0f-4966-9a39-2e6da58edd43) 2024-09-05 04:38:23,962 - INFO - ================================================================================ 2024-09-05 04:38:23,962 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-05 04:38:23,963 - 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-05 04:38:24,207 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 04:38:24,216 - DEBUG - Nothing to compare xmpp stats {'10.0.0.40': {'10.0.0.33': '0'}} with 2024-09-05 04:38:24,216 - INFO - Initial checks done. Running the testcase now 2024-09-05 04:38:24,216 - INFO - 2024-09-05 04:38:24,220 - INFO - Namespace default already exists 2024-09-05 04:38:24,220 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 04:38:24,338 - DEBUG - Output : cluster_project={} 2024-09-05 04:38:24,371 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-05 04:38:24,371 - DEBUG - Project uuid in Contrail is 5d2413aa-bb0f-4966-9a39-2e6da58edd43 2024-09-05 04:38:24,372 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-05 04:38:24,503 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-05 04:38:24,503 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=43564916-dde4-4221-a8e5-6cc15511f759 2024-09-05 04:38:24,509 - INFO - Namespace default with uuid 43564916-dde4-4221-a8e5-6cc15511f759 found in kube manager 2024-09-05 04:38:24,509 - INFO - Namespace default verification passed 2024-09-05 04:38:24,512 - DEBUG - Service ctest-nginx-svc-05232782 not present 2024-09-05 04:38:24,513 - INFO - Creating service ctest-nginx-svc-05232782 2024-09-05 04:38:24,539 - INFO - Created Service ctest-nginx-svc-05232782 2024-09-05 04:38:24,542 - DEBUG - Pod ctest-nginx-pod-78917893 not present 2024-09-05 04:38:24,543 - INFO - Creating Pod ctest-nginx-pod-78917893 2024-09-05 04:38:24,575 - DEBUG - Pod : ctest-nginx-pod-78917893 UUID is a706d82b-c253-44dc-9573-a3e314ef87c4 2024-09-05 04:38:24,578 - DEBUG - Pod ctest-nginx-pod-77287312 not present 2024-09-05 04:38:24,578 - INFO - Creating Pod ctest-nginx-pod-77287312 2024-09-05 04:38:24,624 - DEBUG - Pod : ctest-nginx-pod-77287312 UUID is 0c1fc524-bb90-4b72-8ec6-3fbfc369129e 2024-09-05 04:38:24,797 - INFO - Created VN __public__, UUID :f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:25,081 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-05 04:38:25,087 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ddde76b4-d357-4ad0-a04d-3730732eef71 2024-09-05 04:38:25,101 - DEBUG - Requesting: http://10.0.0.33:8082/project/5d2413aa-bb0f-4966-9a39-2e6da58edd43 2024-09-05 04:38:25,164 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:25,220 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:25,237 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:38:25,249 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:38:25,271 - DEBUG - Route Targets: [] 2024-09-05 04:38:25,271 - DEBUG - RT names not yet present for VN __public__ 2024-09-05 04:38:30,272 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-05 04:38:30,279 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ddde76b4-d357-4ad0-a04d-3730732eef71 2024-09-05 04:38:30,287 - DEBUG - Requesting: http://10.0.0.33:8082/project/5d2413aa-bb0f-4966-9a39-2e6da58edd43 2024-09-05 04:38:30,323 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,332 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,341 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:38:30,350 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:38:30,356 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/c56b196c-21dd-4798-9b17-c6e0ec1aa4ed 2024-09-05 04:38:30,363 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-05 04:38:30,363 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,369 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:38:30,381 - INFO - Verified VN network id 13 for VN f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,382 - INFO - Verifications in API Server for VN __public__ passed 2024-09-05 04:38:30,382 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,391 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:38:30,399 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:38:30,408 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/c56b196c-21dd-4798-9b17-c6e0ec1aa4ed 2024-09-05 04:38:30,419 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-05 04:38:30,428 - DEBUG - Control-node 10.0.0.33 : 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': '17435707658161704008', 'uuid-lslong': '13435190998447276712'}, 'enable': 'true', 'created': '2024-09-05T04:38:24', 'last-modified': '2024-09-05T04:38:24', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.451113'} 2024-09-05 04:38:30,428 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 04:38:30,436 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-05 04:38:30,436 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-05 04:38:30,437 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-05 04:38:30,437 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-05 04:38:30,443 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ddde76b4-d357-4ad0-a04d-3730732eef71 2024-09-05 04:38:30,450 - DEBUG - Requesting: http://10.0.0.33:8082/project/5d2413aa-bb0f-4966-9a39-2e6da58edd43 2024-09-05 04:38:30,490 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,498 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-05 04:38:30,498 - DEBUG - Verifying the vn in opserver 2024-09-05 04:38:30,498 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2024-09-05 04:38:30,498 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2024-09-05 04:38:30,503 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-05 04:38:30,504 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-05 04:38:30,504 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 04:38:30,513 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 04:38:30,521 - DEBUG - Do not have enough data to verify VN in agent 2024-09-05 04:38:30,521 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 04:38:30,533 - DEBUG - VRF ids for VN __public__: {} 2024-09-05 04:38:30,617 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-05 04:38:30,715 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-05 04:38:30,720 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ddde76b4-d357-4ad0-a04d-3730732eef71 2024-09-05 04:38:30,727 - DEBUG - Requesting: http://10.0.0.33:8082/project/5d2413aa-bb0f-4966-9a39-2e6da58edd43 2024-09-05 04:38:30,760 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,770 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/62d49928-ce56-4a4e-ae29-f4304de9c375 2024-09-05 04:38:30,776 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-05 04:38:30,781 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ddde76b4-d357-4ad0-a04d-3730732eef71 2024-09-05 04:38:30,788 - DEBUG - Requesting: http://10.0.0.33:8082/project/5d2413aa-bb0f-4966-9a39-2e6da58edd43 2024-09-05 04:38:30,819 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/f1f813bc-9c49-4c48-ba73-6307c7f9c2a8 2024-09-05 04:38:30,828 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-05 04:38:30,828 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-05 04:38:30,833 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-05 04:38:30,839 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-05 04:38:30,839 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-05 04:38:30,843 - DEBUG - Ingress ctest-nginx-ingress-81661915 not present 2024-09-05 04:38:30,843 - INFO - Creating Ingress ctest-nginx-ingress-81661915 2024-09-05 04:38:30,850 - INFO - Created Ingress ctest-nginx-ingress-81661915 2024-09-05 04:38:30,854 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-81661915 2024-09-05 04:38:33,859 - DEBUG - For Ingress ctest-nginx-ingress-81661915, Cluster IP: 10.47.255.249, External IPs ['80.52.42.124'] 2024-09-05 04:38:33,859 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-81661915 2024-09-05 04:38:33,859 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=097ffcac-65af-4443-8142-8d827b9d8d8a 2024-09-05 04:38:33,868 - INFO - Ingress ctest-nginx-ingress-81661915 with uuid 097ffcac-65af-4443-8142-8d827b9d8d8a found in kube manager 2024-09-05 04:38:33,868 - INFO - Ingress ctest-nginx-ingress-81661915 verification passed 2024-09-05 04:38:33,875 - DEBUG - Pod ctest-busybox-pod-11262160 not present 2024-09-05 04:38:33,875 - INFO - Creating Pod ctest-busybox-pod-11262160 2024-09-05 04:38:33,924 - DEBUG - Pod : ctest-busybox-pod-11262160 UUID is 0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:38:33,930 - DEBUG - Pod ctest-nginx-pod-78917893 not in running state.Currently in Pending 2024-09-05 04:38:38,937 - INFO - Pod ctest-nginx-pod-78917893 is in running state.Got IP 10.47.255.251 2024-09-05 04:38:38,948 - DEBUG - Pod ctest-nginx-pod-78917893 has vmi b0d47b9e-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:38:38,949 - INFO - Verified pod ctest-nginx-pod-78917893 in contrail-api 2024-09-05 04:38:38,949 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:38:38,962 - DEBUG - VMI b0d47b9e-6b40-11ef-ace9-fa163e13588d is active in agent 10.0.0.40 2024-09-05 04:38:38,963 - INFO - Verified Pod ctest-nginx-pod-78917893 in agent 10.0.0.40 2024-09-05 04:38:38,963 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=a706d82b-c253-44dc-9573-a3e314ef87c4 2024-09-05 04:38:38,968 - INFO - Pod ctest-nginx-pod-78917893 with uuid a706d82b-c253-44dc-9573-a3e314ef87c4 found in kube manager 2024-09-05 04:38:38,968 - INFO - Pod ctest-nginx-pod-78917893 verification passed 2024-09-05 04:38:39,063 - DEBUG - [Pod ctest-nginx-pod-78917893] Cmd: echo ctest-nginx-pod-78917893 > /usr/share/nginx/html/index.html, Output: 2024-09-05 04:38:39,069 - DEBUG - Pod ctest-nginx-pod-77287312 not in running state.Currently in Pending 2024-09-05 04:38:44,077 - INFO - Pod ctest-nginx-pod-77287312 is in running state.Got IP 10.47.255.250 2024-09-05 04:38:44,133 - DEBUG - Pod ctest-nginx-pod-77287312 has vmi b1466c36-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:38:44,133 - INFO - Verified pod ctest-nginx-pod-77287312 in contrail-api 2024-09-05 04:38:44,134 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:38:44,148 - DEBUG - VMI b1466c36-6b40-11ef-ace9-fa163e13588d is active in agent 10.0.0.40 2024-09-05 04:38:44,148 - INFO - Verified Pod ctest-nginx-pod-77287312 in agent 10.0.0.40 2024-09-05 04:38:44,148 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=0c1fc524-bb90-4b72-8ec6-3fbfc369129e 2024-09-05 04:38:44,154 - INFO - Pod ctest-nginx-pod-77287312 with uuid 0c1fc524-bb90-4b72-8ec6-3fbfc369129e found in kube manager 2024-09-05 04:38:44,154 - INFO - Pod ctest-nginx-pod-77287312 verification passed 2024-09-05 04:38:44,231 - DEBUG - [Pod ctest-nginx-pod-77287312] Cmd: echo ctest-nginx-pod-77287312 > /usr/share/nginx/html/index.html, Output: 2024-09-05 04:38:44,236 - DEBUG - Pod ctest-busybox-pod-11262160 not in running state.Currently in Pending 2024-09-05 04:38:49,243 - INFO - Pod ctest-busybox-pod-11262160 is in running state.Got IP 10.47.255.248 2024-09-05 04:38:49,254 - DEBUG - Pod ctest-busybox-pod-11262160 has vmi b5a4d68c-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:38:49,254 - INFO - Verified pod ctest-busybox-pod-11262160 in contrail-api 2024-09-05 04:38:49,254 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:38:49,266 - DEBUG - VMI b5a4d68c-6b40-11ef-ace9-fa163e13588d is active in agent 10.0.0.40 2024-09-05 04:38:49,266 - INFO - Verified Pod ctest-busybox-pod-11262160 in agent 10.0.0.40 2024-09-05 04:38:49,267 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:38:49,272 - INFO - Pod ctest-busybox-pod-11262160 with uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 found in kube manager 2024-09-05 04:38:49,272 - INFO - Pod ctest-busybox-pod-11262160 verification passed 2024-09-05 04:38:49,340 - DEBUG - [Pod ctest-busybox-pod-11262160] 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-78917893 2024-09-05 04:38:49,340 - DEBUG - [Pod Pod ctest-busybox-pod-11262160] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-05 04:38:49,340 - DEBUG - [Pod Pod ctest-busybox-pod-11262160] 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-78917893 2024-09-05 04:38:49,405 - DEBUG - [Pod ctest-busybox-pod-11262160] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-78917893 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-05 04:38:49,405 - DEBUG - [Pod Pod ctest-busybox-pod-11262160] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-05 04:38:49,405 - DEBUG - [Pod Pod ctest-busybox-pod-11262160] Cmd output: ctest-nginx-pod-78917893 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-05 04:38:49,489 - DEBUG - [Pod ctest-busybox-pod-11262160] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-77287312 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-05 04:38:49,489 - DEBUG - [Pod Pod ctest-busybox-pod-11262160] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-05 04:38:49,489 - DEBUG - [Pod Pod ctest-busybox-pod-11262160] Cmd output: ctest-nginx-pod-77287312 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-05 04:38:49,489 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-78917893': 2, 'ctest-nginx-pod-77287312': 1} 2024-09-05 04:38:49,489 - WARNING - Nothing to delete parallely 2024-09-05 04:38:49,489 - INFO - Deleting pod default:ctest-busybox-pod-11262160 2024-09-05 04:38:49,511 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:38:49,520 - WARNING - Pod uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:38:54,520 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:38:54,529 - WARNING - Pod uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:38:59,529 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:38:59,538 - WARNING - Pod uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:39:04,538 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:39:04,627 - WARNING - Pod uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:39:09,628 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:39:09,638 - WARNING - Pod uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:39:14,639 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:39:14,647 - WARNING - Pod uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:39:19,648 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:39:19,657 - WARNING - Pod uuid 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:39:24,657 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0b2ce503-98b8-4d83-be0e-5db6bad1d628 2024-09-05 04:39:24,664 - DEBUG - Pod 0b2ce503-98b8-4d83-be0e-5db6bad1d628 is not in agent 10.0.0.40 VM list 2024-09-05 04:39:24,664 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b5a4d68c-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:39:24,672 - DEBUG - VMI b5a4d68c-6b40-11ef-ace9-fa163e13588d is removed from agent 10.0.0.40 2024-09-05 04:39:24,672 - INFO - Verified that pod ctest-busybox-pod-11262160 is removed in agent 2024-09-05 04:39:24,672 - INFO - Deleting Ingress : ctest-nginx-ingress-81661915 2024-09-05 04:39:24,678 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=097ffcac-65af-4443-8142-8d827b9d8d8a 2024-09-05 04:39:24,685 - ERROR - Ingress ctest-nginx-ingress-81661915 with uuid 097ffcac-65af-4443-8142-8d827b9d8d8a still found in kube manager 2024-09-05 04:39:25,686 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=097ffcac-65af-4443-8142-8d827b9d8d8a 2024-09-05 04:39:25,691 - INFO - Ingress ctest-nginx-ingress-81661915 with uuid 097ffcac-65af-4443-8142-8d827b9d8d8a deleted successfully from kube manager 2024-09-05 04:39:25,691 - INFO - Verifications on Ingress %s cleanup passed 2024-09-05 04:39:25,692 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-05 04:39:25,764 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-05 04:39:25,771 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-05 04:39:25,771 - INFO - Deleting VN __public__ 2024-09-05 04:39:25,968 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/27559664-41b0-48b3-b290-80ae3f33e4cc 2024-09-05 04:39:25,975 - DEBUG - Response Code: 404 2024-09-05 04:39:25,975 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2024-09-05 04:39:26,001 - DEBUG - Requesting: http://10.0.0.33:8082/domain/ddde76b4-d357-4ad0-a04d-3730732eef71 2024-09-05 04:39:26,022 - DEBUG - Requesting: http://10.0.0.33:8082/project/5d2413aa-bb0f-4966-9a39-2e6da58edd43 2024-09-05 04:39:26,087 - INFO - Validated that VN __public__ is not found in API Server 2024-09-05 04:39:26,088 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-05 04:39:26,097 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 04:39:26,109 - DEBUG - VN __public__ is not present in Agent 10.0.0.40 2024-09-05 04:39:26,109 - INFO - Validated that VN __public__ is not in any agent 2024-09-05 04:39:26,110 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 04:39:26,121 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-05 04:39:26,129 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-05 04:39:26,156 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-05 04:39:26,156 - INFO - Deleting pod default:ctest-nginx-pod-77287312 2024-09-05 04:39:26,180 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0c1fc524-bb90-4b72-8ec6-3fbfc369129e 2024-09-05 04:39:26,225 - WARNING - Pod uuid 0c1fc524-bb90-4b72-8ec6-3fbfc369129e is still seen in agent 10.0.0.40 VM list 2024-09-05 04:39:31,226 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=0c1fc524-bb90-4b72-8ec6-3fbfc369129e 2024-09-05 04:39:31,233 - DEBUG - Pod 0c1fc524-bb90-4b72-8ec6-3fbfc369129e is not in agent 10.0.0.40 VM list 2024-09-05 04:39:31,233 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b1466c36-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:39:31,240 - DEBUG - VMI b1466c36-6b40-11ef-ace9-fa163e13588d is removed from agent 10.0.0.40 2024-09-05 04:39:31,240 - INFO - Verified that pod ctest-nginx-pod-77287312 is removed in agent 2024-09-05 04:39:31,241 - INFO - Deleting pod default:ctest-nginx-pod-78917893 2024-09-05 04:39:31,258 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=a706d82b-c253-44dc-9573-a3e314ef87c4 2024-09-05 04:39:31,268 - WARNING - Pod uuid a706d82b-c253-44dc-9573-a3e314ef87c4 is still seen in agent 10.0.0.40 VM list 2024-09-05 04:39:36,270 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=a706d82b-c253-44dc-9573-a3e314ef87c4 2024-09-05 04:39:36,279 - DEBUG - Pod a706d82b-c253-44dc-9573-a3e314ef87c4 is not in agent 10.0.0.40 VM list 2024-09-05 04:39:36,279 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0d47b9e-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:39:36,287 - DEBUG - VMI b0d47b9e-6b40-11ef-ace9-fa163e13588d is removed from agent 10.0.0.40 2024-09-05 04:39:36,287 - INFO - Verified that pod ctest-nginx-pod-78917893 is removed in agent 2024-09-05 04:39:36,287 - INFO - Deleting service : ctest-nginx-svc-05232782 2024-09-05 04:39:36,544 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 04:39:36,553 - DEBUG - No XMPP flaps were noticed during the test 2024-09-05 04:39:36,553 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2024-09-05 04:39:36,553 - INFO - -------------------------------------------------------------------------------- 2024-09-05 04:39:43,013 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 04:39:43,197 - DEBUG - Output : cluster_project={} 2024-09-05 04:39:43,302 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-05 04:39:43,493 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-05 04:39:43,511 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-05 04:39:43,646 - DEBUG - Output : cluster_project={} 2024-09-05 04:39:53,782 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:39:53,819 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:39:53,902 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:39:58,948 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:39:59,038 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:40:04,090 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:40:04,132 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:40:04,211 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-05 04:40:04,453 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 04:40:07,673 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_ApplicationPolicySetReq? 2024-09-05 04:40:07,682 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2024-09-05 04:40:07,717 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2024-09-05 04:40:09,758 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2024-09-05 04:43:13,706 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-05 04:43:13,760 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=934212fa-731a-45da-9038-aeb58699af33 2024-09-05 04:43:13,782 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:13,802 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:13,810 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2c2e2d85-e5f2-459f-98e8-f8ec2cc83eb2 2024-09-05 04:43:13,825 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3eeaecd0-e29a-43db-a965-9e26f20c60d7 2024-09-05 04:43:13,837 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b57e50f2-126e-4d4f-b9a8-f2d065f4c17b 2024-09-05 04:43:13,849 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:13,857 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:18,861 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=934212fa-731a-45da-9038-aeb58699af33 2024-09-05 04:43:18,865 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:18,869 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2c2e2d85-e5f2-459f-98e8-f8ec2cc83eb2 2024-09-05 04:43:18,870 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:18,873 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:df9a3bbc-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:43:18,886 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e018853a-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:43:18,896 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:18,898 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:18,900 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b57e50f2-126e-4d4f-b9a8-f2d065f4c17b 2024-09-05 04:43:18,913 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e0de3cb2-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:43:19,095 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3eeaecd0-e29a-43db-a965-9e26f20c60d7 2024-09-05 04:43:19,106 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e15dbbe0-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:43:23,877 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:23,890 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:23,912 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:23,914 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:28,891 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:28,898 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:28,923 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:28,925 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:33,902 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:33,907 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:33,937 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:33,939 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:38,921 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:38,923 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:38,958 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:38,960 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:43,936 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:43,938 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:43,971 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:43,973 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:48,978 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=86727458-7fd8-4a3a-937a-a4a45ae2dced 2024-09-05 04:43:48,981 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=be8571bb-6241-4679-b822-657f58c60501 2024-09-05 04:43:48,990 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e25fc5f6-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:43:48,992 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=85ef952a-040c-445f-b444-01e0f68d9ec7 2024-09-05 04:43:48,993 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fe669390-495c-4298-9fcc-a20f4a879568 2024-09-05 04:43:48,996 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e1eda8a4-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:43:49,013 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e2ce8748-6b40-11ef-ace9-fa163e13588d 2024-09-05 04:43:49,014 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e33d79c8-6b40-11ef-ace9-fa163e13588d