2024-11-04 01:00:05,861 - DEBUG - [10.0.0.24]: Running cmd : hostname 2024-11-04 01:00:06,177 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-756-1 2024-11-04 01:00:06,178 - DEBUG - [10.0.0.24]: Running cmd : hostname -f 2024-11-04 01:00:06,214 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-756-1 2024-11-04 01:00:06,214 - 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-11-04 01:00:06,290 - DEBUG - Output : NAMES contrail_test_pZdp5RmB5 contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_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 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_schema_1 config_api_api_1 config_api_dnsmasq_1 2024-11-04 01:00:06,290 - DEBUG - [10.0.0.24]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-04 01:00:06,324 - DEBUG - Output : 10.0.0.24/24 172.17.0.1/16 2024-11-04 01:00:06,325 - DEBUG - [10.0.0.24]: Running cmd : getent hosts 10.0.0.24 | head -n 1 | awk '{print $2}' 2024-11-04 01:00:06,399 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-756-1 2024-11-04 01:00:06,447 - DEBUG - [10.0.0.23]: Running cmd : hostname 2024-11-04 01:00:06,695 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-756-1 2024-11-04 01:00:06,695 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2024-11-04 01:00:06,730 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-756-1 2024-11-04 01:00:06,731 - DEBUG - [10.0.0.23]: 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-11-04 01:00:06,822 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-11-04 01:00:06,822 - DEBUG - [10.0.0.23]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-11-04 01:00:06,859 - DEBUG - Output : 10.0.0.23/24 2024-11-04 01:00:06,859 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2024-11-04 01:00:06,895 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-756-1 2024-11-04 01:00:06,989 - INFO - Using existing project ['default-domain', 'k8s-default'](b97ce457-3671-4134-806a-4a26401647bf) 2024-11-04 01:00:07,089 - INFO - Using existing project ['default-domain', 'k8s-default'](b97ce457-3671-4134-806a-4a26401647bf) 2024-11-04 01:00:07,256 - INFO - ================================================================================ 2024-11-04 01:00:07,257 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-11-04 01:00:07,257 - 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-11-04 01:00:07,492 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 01:00:07,500 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.0.0.24': '0'}} with 2024-11-04 01:00:07,500 - INFO - Initial checks done. Running the testcase now 2024-11-04 01:00:07,500 - INFO - 2024-11-04 01:00:07,505 - INFO - Namespace default already exists 2024-11-04 01:00:07,505 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-04 01:00:07,633 - DEBUG - Output : cluster_project={} 2024-11-04 01:00:07,733 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-11-04 01:00:07,733 - DEBUG - Project uuid in Contrail is b97ce457-3671-4134-806a-4a26401647bf 2024-11-04 01:00:07,733 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-04 01:00:08,675 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-04 01:00:08,695 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_NamespaceDatabaseList?namespace_uuid=d59a4132-003c-412b-9ab4-b234543ab0ae 2024-11-04 01:00:08,707 - INFO - Namespace default with uuid d59a4132-003c-412b-9ab4-b234543ab0ae found in kube manager 2024-11-04 01:00:08,709 - INFO - Namespace default verification passed 2024-11-04 01:00:08,716 - DEBUG - Service ctest-nginx-svc-28080272 not present 2024-11-04 01:00:08,716 - INFO - Creating service ctest-nginx-svc-28080272 2024-11-04 01:00:08,738 - INFO - Created Service ctest-nginx-svc-28080272 2024-11-04 01:00:08,748 - DEBUG - Pod ctest-nginx-pod-73083862 not present 2024-11-04 01:00:08,748 - INFO - Creating Pod ctest-nginx-pod-73083862 2024-11-04 01:00:08,783 - DEBUG - Pod : ctest-nginx-pod-73083862 UUID is 90475e0f-551f-4883-a992-ebb3471bb896 2024-11-04 01:00:08,790 - DEBUG - Pod ctest-nginx-pod-51976880 not present 2024-11-04 01:00:08,790 - INFO - Creating Pod ctest-nginx-pod-51976880 2024-11-04 01:00:08,844 - DEBUG - Pod : ctest-nginx-pod-51976880 UUID is 1544e4c5-088b-4d3c-8846-f00a5643a0b2 2024-11-04 01:00:09,157 - INFO - Created VN __public__, UUID :650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:09,416 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-04 01:00:09,429 - DEBUG - Requesting: http://10.0.0.24:8082/domain/aae73d32-06f6-46ad-a447-f625649da706 2024-11-04 01:00:09,447 - DEBUG - Requesting: http://10.0.0.24:8082/project/b97ce457-3671-4134-806a-4a26401647bf 2024-11-04 01:00:09,541 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:09,560 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:09,575 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:00:09,589 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:00:09,604 - DEBUG - Route Targets: [] 2024-11-04 01:00:09,604 - DEBUG - RT names not yet present for VN __public__ 2024-11-04 01:00:14,605 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-04 01:00:14,616 - DEBUG - Requesting: http://10.0.0.24:8082/domain/aae73d32-06f6-46ad-a447-f625649da706 2024-11-04 01:00:14,626 - DEBUG - Requesting: http://10.0.0.24:8082/project/b97ce457-3671-4134-806a-4a26401647bf 2024-11-04 01:00:14,714 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:14,741 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:14,755 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:00:14,773 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:00:14,792 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/500124c8-2d78-440f-975f-75c146d3203a 2024-11-04 01:00:14,800 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-04 01:00:14,800 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:14,818 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:00:14,838 - INFO - Verified VN network id 13 for VN 650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:14,838 - INFO - Verifications in API Server for VN __public__ passed 2024-11-04 01:00:14,838 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:14,851 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:00:14,861 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:00:14,881 - DEBUG - Requesting: http://10.0.0.24:8082/route-target/500124c8-2d78-440f-975f-75c146d3203a 2024-11-04 01:00:14,892 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-04 01:00:14,901 - DEBUG - Control-node 10.0.0.24 : 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': '7279603370983178360', 'uuid-lslong': '9686423315590092953'}, 'enable': 'true', 'created': '2024-11-04T01:00:09', 'last-modified': '2024-11-04T01:00:09', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.612869'} 2024-11-04 01:00:14,901 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 01:00:14,911 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-11-04 01:00:14,912 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-11-04 01:00:14,912 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-11-04 01:00:14,913 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-04 01:00:14,919 - DEBUG - Requesting: http://10.0.0.24:8082/domain/aae73d32-06f6-46ad-a447-f625649da706 2024-11-04 01:00:14,928 - DEBUG - Requesting: http://10.0.0.24:8082/project/b97ce457-3671-4134-806a-4a26401647bf 2024-11-04 01:00:14,987 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:15,009 - DEBUG - =>VN __public__ has no policy to be verified 2024-11-04 01:00:15,010 - DEBUG - Verifying the vn in opserver 2024-11-04 01:00:15,010 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.24 2024-11-04 01:00:15,010 - DEBUG - Requesting: http://10.0.0.24:8081/analytics/uves/virtual-networks 2024-11-04 01:00:15,015 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.24:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-11-04 01:00:15,015 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-11-04 01:00:15,015 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 01:00:15,024 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 01:00:15,031 - DEBUG - Do not have enough data to verify VN in agent 2024-11-04 01:00:15,031 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 01:00:15,037 - DEBUG - VRF ids for VN __public__: {} 2024-11-04 01:00:15,206 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-11-04 01:00:16,527 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-04 01:00:16,536 - DEBUG - Requesting: http://10.0.0.24:8082/domain/aae73d32-06f6-46ad-a447-f625649da706 2024-11-04 01:00:16,553 - DEBUG - Requesting: http://10.0.0.24:8082/project/b97ce457-3671-4134-806a-4a26401647bf 2024-11-04 01:00:16,630 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:16,645 - DEBUG - Requesting: http://10.0.0.24:8082/floating-ip-pool/09308767-14cb-422a-87d9-8671b04b7a0e 2024-11-04 01:00:16,667 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-04 01:00:16,688 - DEBUG - Requesting: http://10.0.0.24:8082/domain/aae73d32-06f6-46ad-a447-f625649da706 2024-11-04 01:00:16,700 - DEBUG - Requesting: http://10.0.0.24:8082/project/b97ce457-3671-4134-806a-4a26401647bf 2024-11-04 01:00:16,764 - DEBUG - Requesting: http://10.0.0.24:8082/virtual-network/650658b2-6930-4078-866d-16af45cf1899 2024-11-04 01:00:16,785 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-11-04 01:00:16,785 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-11-04 01:00:16,800 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-04 01:00:16,808 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-11-04 01:00:16,808 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-11-04 01:00:16,811 - DEBUG - Ingress ctest-nginx-ingress-58209454 not present 2024-11-04 01:00:16,811 - INFO - Creating Ingress ctest-nginx-ingress-58209454 2024-11-04 01:00:16,819 - INFO - Created Ingress ctest-nginx-ingress-58209454 2024-11-04 01:00:16,822 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-58209454 2024-11-04 01:00:19,836 - DEBUG - For Ingress ctest-nginx-ingress-58209454, Cluster IP: 10.47.255.249, External IPs ['51.114.251.60'] 2024-11-04 01:00:19,836 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-58209454 2024-11-04 01:00:19,836 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=f5b70bca-29f4-4b21-993a-3096c873de5d 2024-11-04 01:00:19,844 - INFO - Ingress ctest-nginx-ingress-58209454 with uuid f5b70bca-29f4-4b21-993a-3096c873de5d found in kube manager 2024-11-04 01:00:19,844 - INFO - Ingress ctest-nginx-ingress-58209454 verification passed 2024-11-04 01:00:19,847 - DEBUG - Pod ctest-busybox-pod-85825323 not present 2024-11-04 01:00:19,847 - INFO - Creating Pod ctest-busybox-pod-85825323 2024-11-04 01:00:19,881 - DEBUG - Pod : ctest-busybox-pod-85825323 UUID is 4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:00:19,895 - DEBUG - Pod ctest-nginx-pod-73083862 not in running state.Currently in Pending 2024-11-04 01:00:24,903 - INFO - Pod ctest-nginx-pod-73083862 is in running state.Got IP 10.47.255.251 2024-11-04 01:00:25,021 - DEBUG - Pod ctest-nginx-pod-73083862 has vmi 24419252-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:00:25,021 - INFO - Verified pod ctest-nginx-pod-73083862 in contrail-api 2024-11-04 01:00:25,022 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:00:25,035 - DEBUG - VMI 24419252-9a48-11ef-856f-fa163ebb4271 is active in agent 10.0.0.23 2024-11-04 01:00:25,035 - INFO - Verified Pod ctest-nginx-pod-73083862 in agent 10.0.0.23 2024-11-04 01:00:25,035 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=90475e0f-551f-4883-a992-ebb3471bb896 2024-11-04 01:00:25,042 - INFO - Pod ctest-nginx-pod-73083862 with uuid 90475e0f-551f-4883-a992-ebb3471bb896 found in kube manager 2024-11-04 01:00:25,042 - INFO - Pod ctest-nginx-pod-73083862 verification passed 2024-11-04 01:00:25,131 - DEBUG - [Pod ctest-nginx-pod-73083862] Cmd: echo ctest-nginx-pod-73083862 > /usr/share/nginx/html/index.html, Output: 2024-11-04 01:00:25,152 - INFO - Pod ctest-nginx-pod-51976880 is in running state.Got IP 10.47.255.250 2024-11-04 01:00:25,235 - DEBUG - Pod ctest-nginx-pod-51976880 has vmi 24cf54a2-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:00:25,236 - INFO - Verified pod ctest-nginx-pod-51976880 in contrail-api 2024-11-04 01:00:25,236 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:00:25,251 - DEBUG - VMI 24cf54a2-9a48-11ef-856f-fa163ebb4271 is active in agent 10.0.0.23 2024-11-04 01:00:25,251 - INFO - Verified Pod ctest-nginx-pod-51976880 in agent 10.0.0.23 2024-11-04 01:00:25,251 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=1544e4c5-088b-4d3c-8846-f00a5643a0b2 2024-11-04 01:00:25,257 - INFO - Pod ctest-nginx-pod-51976880 with uuid 1544e4c5-088b-4d3c-8846-f00a5643a0b2 found in kube manager 2024-11-04 01:00:25,257 - INFO - Pod ctest-nginx-pod-51976880 verification passed 2024-11-04 01:00:25,357 - DEBUG - [Pod ctest-nginx-pod-51976880] Cmd: echo ctest-nginx-pod-51976880 > /usr/share/nginx/html/index.html, Output: 2024-11-04 01:00:25,363 - DEBUG - Pod ctest-busybox-pod-85825323 not in running state.Currently in Pending 2024-11-04 01:00:30,370 - DEBUG - Pod ctest-busybox-pod-85825323 not in running state.Currently in Pending 2024-11-04 01:00:35,377 - DEBUG - Pod ctest-busybox-pod-85825323 not in running state.Currently in Pending 2024-11-04 01:00:40,392 - INFO - Pod ctest-busybox-pod-85825323 is in running state.Got IP 10.47.255.248 2024-11-04 01:00:40,412 - DEBUG - Pod ctest-busybox-pod-85825323 has vmi 2bc9217a-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:00:40,412 - INFO - Verified pod ctest-busybox-pod-85825323 in contrail-api 2024-11-04 01:00:40,412 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:00:40,424 - DEBUG - VMI 2bc9217a-9a48-11ef-856f-fa163ebb4271 is active in agent 10.0.0.23 2024-11-04 01:00:40,424 - INFO - Verified Pod ctest-busybox-pod-85825323 in agent 10.0.0.23 2024-11-04 01:00:40,424 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_VirtualMachineDatabaseList?x=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:00:40,429 - INFO - Pod ctest-busybox-pod-85825323 with uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 found in kube manager 2024-11-04 01:00:40,429 - INFO - Pod ctest-busybox-pod-85825323 verification passed 2024-11-04 01:00:40,485 - DEBUG - [Pod ctest-busybox-pod-85825323] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-51976880 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-11-04 01:00:40,485 - DEBUG - [Pod Pod ctest-busybox-pod-85825323] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-04 01:00:40,485 - DEBUG - [Pod Pod ctest-busybox-pod-85825323] Cmd output: ctest-nginx-pod-51976880 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-11-04 01:00:40,562 - DEBUG - [Pod ctest-busybox-pod-85825323] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-51976880 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-11-04 01:00:40,562 - DEBUG - [Pod Pod ctest-busybox-pod-85825323] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-04 01:00:40,562 - DEBUG - [Pod Pod ctest-busybox-pod-85825323] Cmd output: ctest-nginx-pod-51976880 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-11-04 01:00:40,640 - DEBUG - [Pod ctest-busybox-pod-85825323] 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-73083862 2024-11-04 01:00:40,640 - DEBUG - [Pod Pod ctest-busybox-pod-85825323] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-11-04 01:00:40,640 - DEBUG - [Pod Pod ctest-busybox-pod-85825323] 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-73083862 2024-11-04 01:00:40,640 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-73083862': 1, 'ctest-nginx-pod-51976880': 2} 2024-11-04 01:00:40,641 - WARNING - Nothing to delete parallely 2024-11-04 01:00:40,641 - INFO - Deleting pod default:ctest-busybox-pod-85825323 2024-11-04 01:00:42,127 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:00:42,140 - WARNING - Pod uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:00:47,140 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:00:47,147 - WARNING - Pod uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:00:52,148 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:00:52,163 - WARNING - Pod uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:00:57,164 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:00:57,172 - WARNING - Pod uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:01:02,174 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:01:02,182 - WARNING - Pod uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:01:07,183 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:01:07,193 - WARNING - Pod uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:01:12,194 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:01:12,201 - WARNING - Pod uuid 4eab0697-1304-4836-9c36-5211a4dbfad2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:01:17,202 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4eab0697-1304-4836-9c36-5211a4dbfad2 2024-11-04 01:01:17,209 - DEBUG - Pod 4eab0697-1304-4836-9c36-5211a4dbfad2 is not in agent 10.0.0.23 VM list 2024-11-04 01:01:17,209 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2bc9217a-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:01:17,215 - DEBUG - VMI 2bc9217a-9a48-11ef-856f-fa163ebb4271 is removed from agent 10.0.0.23 2024-11-04 01:01:17,215 - INFO - Verified that pod ctest-busybox-pod-85825323 is removed in agent 2024-11-04 01:01:17,216 - INFO - Deleting Ingress : ctest-nginx-ingress-58209454 2024-11-04 01:01:17,222 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=f5b70bca-29f4-4b21-993a-3096c873de5d 2024-11-04 01:01:17,232 - ERROR - Ingress ctest-nginx-ingress-58209454 with uuid f5b70bca-29f4-4b21-993a-3096c873de5d still found in kube manager 2024-11-04 01:01:18,234 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=f5b70bca-29f4-4b21-993a-3096c873de5d 2024-11-04 01:01:18,238 - ERROR - Ingress ctest-nginx-ingress-58209454 with uuid f5b70bca-29f4-4b21-993a-3096c873de5d still found in kube manager 2024-11-04 01:01:19,239 - DEBUG - Requesting: http://10.0.0.24:8108/Snh_LoadbalancerDatabaseList?x=f5b70bca-29f4-4b21-993a-3096c873de5d 2024-11-04 01:01:19,244 - INFO - Ingress ctest-nginx-ingress-58209454 with uuid f5b70bca-29f4-4b21-993a-3096c873de5d deleted successfully from kube manager 2024-11-04 01:01:19,244 - INFO - Verifications on Ingress %s cleanup passed 2024-11-04 01:01:19,244 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-11-04 01:01:20,483 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-11-04 01:01:20,494 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-11-04 01:01:20,494 - INFO - Deleting VN __public__ 2024-11-04 01:01:20,825 - DEBUG - Requesting: http://10.0.0.24:8082/routing-instance/de55bfc4-be44-49a5-8b8e-e69340868f20 2024-11-04 01:01:20,870 - DEBUG - Response Code: 404 2024-11-04 01:01:20,870 - DEBUG - Requesting: http://10.0.0.24:8082/domains 2024-11-04 01:01:20,886 - DEBUG - Requesting: http://10.0.0.24:8082/domain/aae73d32-06f6-46ad-a447-f625649da706 2024-11-04 01:01:20,902 - DEBUG - Requesting: http://10.0.0.24:8082/project/b97ce457-3671-4134-806a-4a26401647bf 2024-11-04 01:01:21,029 - INFO - Validated that VN __public__ is not found in API Server 2024-11-04 01:01:21,029 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-11-04 01:01:21,041 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 01:01:21,049 - DEBUG - VN __public__ is not present in Agent 10.0.0.23 2024-11-04 01:01:21,049 - INFO - Validated that VN __public__ is not in any agent 2024-11-04 01:01:21,052 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 01:01:21,063 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-11-04 01:01:21,071 - DEBUG - Requesting: http://10.0.0.24:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-11-04 01:01:21,088 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-11-04 01:01:21,088 - INFO - Deleting pod default:ctest-nginx-pod-51976880 2024-11-04 01:01:21,116 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=1544e4c5-088b-4d3c-8846-f00a5643a0b2 2024-11-04 01:01:21,138 - WARNING - Pod uuid 1544e4c5-088b-4d3c-8846-f00a5643a0b2 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:01:26,139 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=1544e4c5-088b-4d3c-8846-f00a5643a0b2 2024-11-04 01:01:26,147 - DEBUG - Pod 1544e4c5-088b-4d3c-8846-f00a5643a0b2 is not in agent 10.0.0.23 VM list 2024-11-04 01:01:26,147 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:24cf54a2-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:01:26,154 - DEBUG - VMI 24cf54a2-9a48-11ef-856f-fa163ebb4271 is removed from agent 10.0.0.23 2024-11-04 01:01:26,154 - INFO - Verified that pod ctest-nginx-pod-51976880 is removed in agent 2024-11-04 01:01:26,154 - INFO - Deleting pod default:ctest-nginx-pod-73083862 2024-11-04 01:01:26,165 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=90475e0f-551f-4883-a992-ebb3471bb896 2024-11-04 01:01:26,177 - WARNING - Pod uuid 90475e0f-551f-4883-a992-ebb3471bb896 is still seen in agent 10.0.0.23 VM list 2024-11-04 01:01:31,178 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=90475e0f-551f-4883-a992-ebb3471bb896 2024-11-04 01:01:31,186 - DEBUG - Pod 90475e0f-551f-4883-a992-ebb3471bb896 is not in agent 10.0.0.23 VM list 2024-11-04 01:01:31,186 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:24419252-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:01:31,192 - DEBUG - VMI 24419252-9a48-11ef-856f-fa163ebb4271 is removed from agent 10.0.0.23 2024-11-04 01:01:31,192 - INFO - Verified that pod ctest-nginx-pod-73083862 is removed in agent 2024-11-04 01:01:31,193 - INFO - Deleting service : ctest-nginx-svc-28080272 2024-11-04 01:01:31,441 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 01:01:31,448 - DEBUG - No XMPP flaps were noticed during the test 2024-11-04 01:01:31,448 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:24] 2024-11-04 01:01:31,448 - INFO - -------------------------------------------------------------------------------- 2024-11-04 01:01:38,897 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-04 01:01:39,028 - DEBUG - Output : cluster_project={} 2024-11-04 01:01:39,098 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-11-04 01:01:39,232 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-11-04 01:01:39,237 - DEBUG - [10.0.0.24]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-11-04 01:01:39,404 - DEBUG - Output : cluster_project={} 2024-11-04 01:01:54,602 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:01:54,648 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:01:54,734 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:01:54,822 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:01:54,870 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:01:54,957 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:02:00,016 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:02:00,110 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-11-04 01:02:00,375 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 01:02:04,532 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_ApplicationPolicySetReq? 2024-11-04 01:02:04,539 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2024-11-04 01:02:04,581 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2024-11-04 01:02:06,620 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2024-11-04 01:05:15,515 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2024-11-04 01:05:16,300 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a6f5b78c-7c4e-4674-8e00-2f12a34e187d 2024-11-04 01:05:16,328 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:16,361 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:16,370 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a9285f27-f16a-4c3f-acc4-bde271a27014 2024-11-04 01:05:16,380 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=22f0346e-09b7-4525-89c0-b13db761f83b 2024-11-04 01:05:16,395 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4636d3fe-8c4b-4f3b-8d19-9687b75d4e66 2024-11-04 01:05:16,399 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:16,405 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:21,477 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a9285f27-f16a-4c3f-acc4-bde271a27014 2024-11-04 01:05:21,479 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:21,481 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:21,483 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=a6f5b78c-7c4e-4674-8e00-2f12a34e187d 2024-11-04 01:05:21,493 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=4636d3fe-8c4b-4f3b-8d19-9687b75d4e66 2024-11-04 01:05:21,496 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:21,497 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=22f0346e-09b7-4525-89c0-b13db761f83b 2024-11-04 01:05:21,502 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:21,527 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5b16eeee-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:05:21,528 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5c73c938-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:05:21,532 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5a7e9018-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:05:21,534 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5be3e3c2-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:05:26,526 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:26,528 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:26,534 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:26,536 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:31,541 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:31,543 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:31,551 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:32,034 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:36,554 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:36,556 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:36,560 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:37,042 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:41,568 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:41,574 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:41,575 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:42,050 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:46,579 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:46,587 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:46,588 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:47,058 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:51,641 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=25648639-eb26-495c-b966-d3d9ad6fc81b 2024-11-04 01:05:51,643 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=3cc2a0e6-3d85-41ae-b11e-2dbfd5e44830 2024-11-04 01:05:51,645 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=d1c94a54-3198-43dc-acd9-094922e118bb 2024-11-04 01:05:51,656 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5d16c3c2-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:05:51,660 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5e3a5002-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:05:51,661 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5ecdf7c6-9a48-11ef-856f-fa163ebb4271 2024-11-04 01:05:52,084 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=7cc61c87-da35-470e-b714-37749a9f1d34 2024-11-04 01:05:52,093 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:5da4bc2c-9a48-11ef-856f-fa163ebb4271