2025-01-28 15:03:14,946 - DEBUG - [10.0.0.12]: Running cmd : hostname 2025-01-28 15:03:15,210 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-283-1.novalocal 2025-01-28 15:03:15,210 - DEBUG - [10.0.0.12]: Running cmd : hostname -f 2025-01-28 15:03:15,335 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-283-1.novalocal 2025-01-28 15:03:15,335 - DEBUG - [10.0.0.12]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-28 15:03:15,508 - DEBUG - Output : NAMES contrail_test_A6e7hlK0D vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_nodemgr_1 analytics_api_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 webui_job_1 webui_web_1 config_devicemgr_1 config_dnsmasq_1 config_schema_1 config_nodemgr_1 config_api_1 config_svcmonitor_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-01-28 15:03:15,509 - DEBUG - [10.0.0.12]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-28 15:03:15,625 - DEBUG - Output : 172.17.0.1/16 10.0.0.12/24 2025-01-28 15:03:15,625 - DEBUG - [10.0.0.12]: Running cmd : getent hosts 10.0.0.12 | head -n 1 | awk '{print $2}' 2025-01-28 15:03:15,745 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-283-1.novalocal 2025-01-28 15:03:15,745 - DEBUG - [10.0.0.12]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-28 15:03:15,865 - DEBUG - Output : 10.0.0.12/24 2025-01-28 15:03:16,127 - INFO - Using existing project ['default-domain', 'k8s-default'](3af85968-ce72-4e71-a961-a1022506df0b) 2025-01-28 15:03:16,195 - INFO - Using existing project ['default-domain', 'k8s-default'](3af85968-ce72-4e71-a961-a1022506df0b) 2025-01-28 15:03:16,339 - INFO - ================================================================================ 2025-01-28 15:03:16,340 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-28 15:03:16,340 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-01-28 15:03:16,568 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-28 15:03:16,576 - DEBUG - Nothing to compare xmpp stats {'10.0.0.12': {'10.0.0.12': '0'}} with 2025-01-28 15:03:16,576 - INFO - Initial checks done. Running the testcase now 2025-01-28 15:03:16,576 - INFO - 2025-01-28 15:03:16,581 - INFO - Namespace default already exists 2025-01-28 15:03:16,581 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-28 15:03:16,751 - DEBUG - Output : cluster_project={} 2025-01-28 15:03:16,791 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-28 15:03:16,791 - DEBUG - Project uuid in Contrail is 3af85968-ce72-4e71-a961-a1022506df0b 2025-01-28 15:03:16,791 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-28 15:03:16,938 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-28 15:03:16,939 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_NamespaceDatabaseList?namespace_uuid=c4fdc8d7-61d4-432e-8f9c-35c8e1b0b2bb 2025-01-28 15:03:16,949 - INFO - Namespace default with uuid c4fdc8d7-61d4-432e-8f9c-35c8e1b0b2bb found in kube manager 2025-01-28 15:03:16,949 - INFO - Namespace default verification passed 2025-01-28 15:03:16,952 - DEBUG - Service ctest-nginx-svc-53945912 not present 2025-01-28 15:03:16,952 - INFO - Creating service ctest-nginx-svc-53945912 2025-01-28 15:03:16,966 - INFO - Created Service ctest-nginx-svc-53945912 2025-01-28 15:03:16,969 - DEBUG - Pod ctest-nginx-pod-97059998 not present 2025-01-28 15:03:16,970 - INFO - Creating Pod ctest-nginx-pod-97059998 2025-01-28 15:03:17,011 - DEBUG - Pod : ctest-nginx-pod-97059998 UUID is 7e59d720-fa59-4292-a31b-4261b0c24928 2025-01-28 15:03:17,030 - DEBUG - Pod ctest-nginx-pod-95161594 not present 2025-01-28 15:03:17,030 - INFO - Creating Pod ctest-nginx-pod-95161594 2025-01-28 15:03:17,061 - DEBUG - Pod : ctest-nginx-pod-95161594 UUID is e4d2db31-6935-409a-a5d7-10bb4aa13572 2025-01-28 15:03:17,196 - INFO - Created VN __public__, UUID :af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:17,309 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2025-01-28 15:03:17,315 - DEBUG - Requesting: http://10.0.0.12:8082/domain/4152be6d-64b6-4e89-93cb-652e8b46c550 2025-01-28 15:03:17,334 - DEBUG - Requesting: http://10.0.0.12:8082/project/3af85968-ce72-4e71-a961-a1022506df0b 2025-01-28 15:03:17,386 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:17,401 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:17,416 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:03:17,425 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:03:17,431 - DEBUG - Route Targets: [] 2025-01-28 15:03:17,431 - DEBUG - RT names not yet present for VN __public__ 2025-01-28 15:03:22,432 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2025-01-28 15:03:22,437 - DEBUG - Requesting: http://10.0.0.12:8082/domain/4152be6d-64b6-4e89-93cb-652e8b46c550 2025-01-28 15:03:22,446 - DEBUG - Requesting: http://10.0.0.12:8082/project/3af85968-ce72-4e71-a961-a1022506df0b 2025-01-28 15:03:22,508 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:22,519 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:22,528 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:03:22,535 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:03:22,541 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/5c38c43a-b06a-49c5-99d0-a57ac3dd8fab 2025-01-28 15:03:22,546 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-28 15:03:22,546 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:22,554 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:03:22,569 - INFO - Verified VN network id 15 for VN af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:22,569 - INFO - Verifications in API Server for VN __public__ passed 2025-01-28 15:03:22,569 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:22,577 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:03:22,582 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:03:22,587 - DEBUG - Requesting: http://10.0.0.12:8082/route-target/5c38c43a-b06a-49c5-99d0-a57ac3dd8fab 2025-01-28 15:03:22,593 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-28 15:03:22,600 - DEBUG - Control-node 10.0.0.12 : 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': '12649960779571479529', 'uuid-lslong': '9844752482529375577'}, 'enable': 'true', 'created': '2025-01-28T15:03:17', 'last-modified': '2025-01-28T15:03:17', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.341137'} 2025-01-28 15:03:22,600 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-28 15:03:22,610 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-28 15:03:22,610 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-28 15:03:22,611 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-28 15:03:22,611 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2025-01-28 15:03:22,616 - DEBUG - Requesting: http://10.0.0.12:8082/domain/4152be6d-64b6-4e89-93cb-652e8b46c550 2025-01-28 15:03:22,623 - DEBUG - Requesting: http://10.0.0.12:8082/project/3af85968-ce72-4e71-a961-a1022506df0b 2025-01-28 15:03:22,678 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:22,688 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-28 15:03:22,688 - DEBUG - Verifying the vn in opserver 2025-01-28 15:03:22,688 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.12 2025-01-28 15:03:22,688 - DEBUG - Requesting: http://10.0.0.12:8081/analytics/uves/virtual-networks 2025-01-28 15:03:22,693 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.12:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-28 15:03:22,693 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-28 15:03:22,693 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-28 15:03:22,699 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-28 15:03:22,704 - DEBUG - Do not have enough data to verify VN in agent 2025-01-28 15:03:22,705 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-28 15:03:22,711 - DEBUG - VRF ids for VN __public__: {} 2025-01-28 15:03:22,773 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-28 15:03:22,850 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2025-01-28 15:03:22,859 - DEBUG - Requesting: http://10.0.0.12:8082/domain/4152be6d-64b6-4e89-93cb-652e8b46c550 2025-01-28 15:03:22,868 - DEBUG - Requesting: http://10.0.0.12:8082/project/3af85968-ce72-4e71-a961-a1022506df0b 2025-01-28 15:03:22,918 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:22,930 - DEBUG - Requesting: http://10.0.0.12:8082/floating-ip-pool/9c1694fd-4607-454f-bfbc-3158d9328e1b 2025-01-28 15:03:22,937 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2025-01-28 15:03:22,941 - DEBUG - Requesting: http://10.0.0.12:8082/domain/4152be6d-64b6-4e89-93cb-652e8b46c550 2025-01-28 15:03:22,949 - DEBUG - Requesting: http://10.0.0.12:8082/project/3af85968-ce72-4e71-a961-a1022506df0b 2025-01-28 15:03:23,002 - DEBUG - Requesting: http://10.0.0.12:8082/virtual-network/af8db04e-80fb-43e9-889f-96391ecef559 2025-01-28 15:03:23,053 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-28 15:03:23,053 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-28 15:03:23,073 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-28 15:03:23,080 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-28 15:03:23,080 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-28 15:03:23,083 - DEBUG - Ingress ctest-nginx-ingress-53561801 not present 2025-01-28 15:03:23,083 - INFO - Creating Ingress ctest-nginx-ingress-53561801 2025-01-28 15:03:23,090 - INFO - Created Ingress ctest-nginx-ingress-53561801 2025-01-28 15:03:23,093 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-53561801 2025-01-28 15:03:26,098 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-53561801 2025-01-28 15:03:29,104 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-53561801 2025-01-28 15:03:32,110 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-53561801 2025-01-28 15:03:35,115 - DEBUG - For Ingress ctest-nginx-ingress-53561801, Cluster IP: 10.47.255.246, External IPs ['96.233.189.188'] 2025-01-28 15:03:35,115 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-53561801 2025-01-28 15:03:35,116 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=ea348aa0-637b-4304-98c0-7e33c4f821b2 2025-01-28 15:03:35,121 - INFO - Ingress ctest-nginx-ingress-53561801 with uuid ea348aa0-637b-4304-98c0-7e33c4f821b2 found in kube manager 2025-01-28 15:03:35,121 - INFO - Ingress ctest-nginx-ingress-53561801 verification passed 2025-01-28 15:03:35,125 - DEBUG - Pod ctest-busybox-pod-82066977 not present 2025-01-28 15:03:35,125 - INFO - Creating Pod ctest-busybox-pod-82066977 2025-01-28 15:03:35,148 - DEBUG - Pod : ctest-busybox-pod-82066977 UUID is 44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:03:35,158 - DEBUG - Pod ctest-nginx-pod-97059998 not in running state.Currently in Pending 2025-01-28 15:03:40,165 - INFO - Pod ctest-nginx-pod-97059998 is in running state.Got IP 10.47.255.248 2025-01-28 15:03:40,179 - DEBUG - Pod ctest-nginx-pod-97059998 has vmi 04031ed2-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:03:40,179 - INFO - Verified pod ctest-nginx-pod-97059998 in contrail-api 2025-01-28 15:03:40,179 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:03:40,206 - DEBUG - VMI 04031ed2-dd89-11ef-a060-fa163e8b5ae6 is active in agent 10.0.0.12 2025-01-28 15:03:40,207 - INFO - Verified Pod ctest-nginx-pod-97059998 in agent 10.0.0.12 2025-01-28 15:03:40,207 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=7e59d720-fa59-4292-a31b-4261b0c24928 2025-01-28 15:03:40,217 - INFO - Pod ctest-nginx-pod-97059998 with uuid 7e59d720-fa59-4292-a31b-4261b0c24928 found in kube manager 2025-01-28 15:03:40,218 - INFO - Pod ctest-nginx-pod-97059998 verification passed 2025-01-28 15:03:40,303 - DEBUG - [Pod ctest-nginx-pod-97059998] Cmd: echo ctest-nginx-pod-97059998 > /usr/share/nginx/html/index.html, Output: 2025-01-28 15:03:40,308 - DEBUG - Pod ctest-nginx-pod-95161594 not in running state.Currently in Pending 2025-01-28 15:03:45,316 - INFO - Pod ctest-nginx-pod-95161594 is in running state.Got IP 10.47.255.247 2025-01-28 15:03:45,331 - DEBUG - Pod ctest-nginx-pod-95161594 has vmi 06b75e36-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:03:45,331 - INFO - Verified pod ctest-nginx-pod-95161594 in contrail-api 2025-01-28 15:03:45,331 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:03:45,344 - DEBUG - VMI 06b75e36-dd89-11ef-a060-fa163e8b5ae6 is active in agent 10.0.0.12 2025-01-28 15:03:45,344 - INFO - Verified Pod ctest-nginx-pod-95161594 in agent 10.0.0.12 2025-01-28 15:03:45,344 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=e4d2db31-6935-409a-a5d7-10bb4aa13572 2025-01-28 15:03:45,349 - INFO - Pod ctest-nginx-pod-95161594 with uuid e4d2db31-6935-409a-a5d7-10bb4aa13572 found in kube manager 2025-01-28 15:03:45,349 - INFO - Pod ctest-nginx-pod-95161594 verification passed 2025-01-28 15:03:45,396 - DEBUG - [Pod ctest-nginx-pod-95161594] Cmd: echo ctest-nginx-pod-95161594 > /usr/share/nginx/html/index.html, Output: 2025-01-28 15:03:45,401 - DEBUG - Pod ctest-busybox-pod-82066977 not in running state.Currently in Pending 2025-01-28 15:03:50,410 - DEBUG - Pod ctest-busybox-pod-82066977 not in running state.Currently in Pending 2025-01-28 15:03:55,417 - INFO - Pod ctest-busybox-pod-82066977 is in running state.Got IP 10.47.255.245 2025-01-28 15:03:55,431 - DEBUG - Pod ctest-busybox-pod-82066977 has vmi 10b3ed46-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:03:55,431 - INFO - Verified pod ctest-busybox-pod-82066977 in contrail-api 2025-01-28 15:03:55,431 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:03:55,442 - DEBUG - VMI 10b3ed46-dd89-11ef-a060-fa163e8b5ae6 is active in agent 10.0.0.12 2025-01-28 15:03:55,442 - INFO - Verified Pod ctest-busybox-pod-82066977 in agent 10.0.0.12 2025-01-28 15:03:55,442 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_VirtualMachineDatabaseList?x=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:03:55,446 - INFO - Pod ctest-busybox-pod-82066977 with uuid 44f76c75-b422-4155-b40d-9162405ba4e3 found in kube manager 2025-01-28 15:03:55,446 - INFO - Pod ctest-busybox-pod-82066977 verification passed 2025-01-28 15:03:55,497 - DEBUG - [Pod ctest-busybox-pod-82066977] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-95161594 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-28 15:03:55,497 - DEBUG - [Pod Pod ctest-busybox-pod-82066977] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-28 15:03:55,497 - DEBUG - [Pod Pod ctest-busybox-pod-82066977] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-95161594 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-28 15:03:55,542 - DEBUG - [Pod ctest-busybox-pod-82066977] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout ctest-nginx-pod-95161594 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-28 15:03:55,542 - DEBUG - [Pod Pod ctest-busybox-pod-82066977] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-28 15:03:55,542 - DEBUG - [Pod Pod ctest-busybox-pod-82066977] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout ctest-nginx-pod-95161594 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-28 15:03:55,587 - DEBUG - [Pod ctest-busybox-pod-82066977] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout ctest-nginx-pod-97059998 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-28 15:03:55,587 - DEBUG - [Pod Pod ctest-busybox-pod-82066977] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-28 15:03:55,587 - DEBUG - [Pod Pod ctest-busybox-pod-82066977] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout ctest-nginx-pod-97059998 - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-28 15:03:55,587 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-97059998': 1, 'ctest-nginx-pod-95161594': 2} 2025-01-28 15:03:55,588 - WARNING - Nothing to delete parallely 2025-01-28 15:03:55,588 - INFO - Deleting pod default:ctest-busybox-pod-82066977 2025-01-28 15:03:55,607 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:03:55,612 - WARNING - Pod uuid 44f76c75-b422-4155-b40d-9162405ba4e3 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:00,613 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:04:00,619 - WARNING - Pod uuid 44f76c75-b422-4155-b40d-9162405ba4e3 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:05,621 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:04:05,627 - WARNING - Pod uuid 44f76c75-b422-4155-b40d-9162405ba4e3 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:10,628 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:04:10,634 - WARNING - Pod uuid 44f76c75-b422-4155-b40d-9162405ba4e3 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:15,634 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:04:15,641 - WARNING - Pod uuid 44f76c75-b422-4155-b40d-9162405ba4e3 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:20,642 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:04:20,648 - WARNING - Pod uuid 44f76c75-b422-4155-b40d-9162405ba4e3 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:25,650 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:04:25,656 - WARNING - Pod uuid 44f76c75-b422-4155-b40d-9162405ba4e3 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:30,657 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=44f76c75-b422-4155-b40d-9162405ba4e3 2025-01-28 15:04:30,662 - DEBUG - Pod 44f76c75-b422-4155-b40d-9162405ba4e3 is not in agent 10.0.0.12 VM list 2025-01-28 15:04:30,663 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:10b3ed46-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:04:30,667 - DEBUG - VMI 10b3ed46-dd89-11ef-a060-fa163e8b5ae6 is removed from agent 10.0.0.12 2025-01-28 15:04:30,667 - INFO - Verified that pod ctest-busybox-pod-82066977 is removed in agent 2025-01-28 15:04:30,668 - INFO - Deleting Ingress : ctest-nginx-ingress-53561801 2025-01-28 15:04:30,673 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=ea348aa0-637b-4304-98c0-7e33c4f821b2 2025-01-28 15:04:30,677 - ERROR - Ingress ctest-nginx-ingress-53561801 with uuid ea348aa0-637b-4304-98c0-7e33c4f821b2 still found in kube manager 2025-01-28 15:04:31,679 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=ea348aa0-637b-4304-98c0-7e33c4f821b2 2025-01-28 15:04:31,683 - ERROR - Ingress ctest-nginx-ingress-53561801 with uuid ea348aa0-637b-4304-98c0-7e33c4f821b2 still found in kube manager 2025-01-28 15:04:32,684 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=ea348aa0-637b-4304-98c0-7e33c4f821b2 2025-01-28 15:04:32,688 - ERROR - Ingress ctest-nginx-ingress-53561801 with uuid ea348aa0-637b-4304-98c0-7e33c4f821b2 still found in kube manager 2025-01-28 15:04:33,689 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=ea348aa0-637b-4304-98c0-7e33c4f821b2 2025-01-28 15:04:33,693 - ERROR - Ingress ctest-nginx-ingress-53561801 with uuid ea348aa0-637b-4304-98c0-7e33c4f821b2 still found in kube manager 2025-01-28 15:04:34,695 - DEBUG - Requesting: http://10.0.0.12:8108/Snh_LoadbalancerDatabaseList?x=ea348aa0-637b-4304-98c0-7e33c4f821b2 2025-01-28 15:04:34,701 - INFO - Ingress ctest-nginx-ingress-53561801 with uuid ea348aa0-637b-4304-98c0-7e33c4f821b2 deleted successfully from kube manager 2025-01-28 15:04:34,701 - INFO - Verifications on Ingress %s cleanup passed 2025-01-28 15:04:34,701 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-28 15:04:34,794 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-28 15:04:34,801 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-28 15:04:34,801 - INFO - Deleting VN __public__ 2025-01-28 15:04:35,013 - DEBUG - Requesting: http://10.0.0.12:8082/routing-instance/a20afd4d-2a00-49e9-96f5-01e3add92a36 2025-01-28 15:04:35,018 - DEBUG - Response Code: 404 2025-01-28 15:04:35,018 - DEBUG - Requesting: http://10.0.0.12:8082/domains 2025-01-28 15:04:35,023 - DEBUG - Requesting: http://10.0.0.12:8082/domain/4152be6d-64b6-4e89-93cb-652e8b46c550 2025-01-28 15:04:35,033 - DEBUG - Requesting: http://10.0.0.12:8082/project/3af85968-ce72-4e71-a961-a1022506df0b 2025-01-28 15:04:35,083 - INFO - Validated that VN __public__ is not found in API Server 2025-01-28 15:04:35,083 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-28 15:04:35,093 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-28 15:04:35,110 - DEBUG - VN __public__ is not present in Agent 10.0.0.12 2025-01-28 15:04:35,111 - INFO - Validated that VN __public__ is not in any agent 2025-01-28 15:04:35,111 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-28 15:04:35,126 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-28 15:04:35,133 - DEBUG - Requesting: http://10.0.0.12:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-28 15:04:35,140 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-28 15:04:35,140 - INFO - Deleting pod default:ctest-nginx-pod-95161594 2025-01-28 15:04:35,157 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=e4d2db31-6935-409a-a5d7-10bb4aa13572 2025-01-28 15:04:35,179 - WARNING - Pod uuid e4d2db31-6935-409a-a5d7-10bb4aa13572 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:40,181 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=e4d2db31-6935-409a-a5d7-10bb4aa13572 2025-01-28 15:04:40,191 - DEBUG - Pod e4d2db31-6935-409a-a5d7-10bb4aa13572 is not in agent 10.0.0.12 VM list 2025-01-28 15:04:40,191 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:06b75e36-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:04:40,196 - DEBUG - VMI 06b75e36-dd89-11ef-a060-fa163e8b5ae6 is removed from agent 10.0.0.12 2025-01-28 15:04:40,196 - INFO - Verified that pod ctest-nginx-pod-95161594 is removed in agent 2025-01-28 15:04:40,197 - INFO - Deleting pod default:ctest-nginx-pod-97059998 2025-01-28 15:04:40,219 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=7e59d720-fa59-4292-a31b-4261b0c24928 2025-01-28 15:04:40,225 - WARNING - Pod uuid 7e59d720-fa59-4292-a31b-4261b0c24928 is still seen in agent 10.0.0.12 VM list 2025-01-28 15:04:45,227 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=7e59d720-fa59-4292-a31b-4261b0c24928 2025-01-28 15:04:45,233 - DEBUG - Pod 7e59d720-fa59-4292-a31b-4261b0c24928 is not in agent 10.0.0.12 VM list 2025-01-28 15:04:45,233 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:04031ed2-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:04:45,238 - DEBUG - VMI 04031ed2-dd89-11ef-a060-fa163e8b5ae6 is removed from agent 10.0.0.12 2025-01-28 15:04:45,238 - INFO - Verified that pod ctest-nginx-pod-97059998 is removed in agent 2025-01-28 15:04:45,238 - INFO - Deleting service : ctest-nginx-svc-53945912 2025-01-28 15:04:45,691 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-28 15:04:45,698 - DEBUG - No XMPP flaps were noticed during the test
2025-01-28 15:04:45,698 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:29]
2025-01-28 15:04:45,699 - INFO - -------------------------------------------------------------------------------- 2025-01-28 15:04:52,034 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-28 15:04:52,202 - DEBUG - Output : cluster_project={} 2025-01-28 15:04:52,238 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-28 15:04:52,397 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-28 15:04:52,402 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-28 15:04:52,587 - DEBUG - Output : cluster_project={} 2025-01-28 15:04:54,594 - DEBUG - [10.0.0.12]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-28 15:04:54,743 - DEBUG - Output : cluster_project={} 2025-01-28 15:05:24,851 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:24,899 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:29,947 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:35,009 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:40,060 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:50,120 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:50,158 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:50,192 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-28 15:05:50,661 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-28 15:05:59,767 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_ApplicationPolicySetReq? 2025-01-28 15:05:59,776 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-01-28 15:05:59,822 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-01-28 15:06:01,870 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-01-28 15:06:03,916 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-01-28 15:06:05,951 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AclReq? 2025-01-28 15:09:05,716 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-28 15:09:05,813 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:05,817 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=0376eca4-9e26-443d-94f8-8fa9d31f7cc4 2025-01-28 15:09:05,831 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:05,839 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=8da5120f-6bba-458c-a2a7-2973230c65da 2025-01-28 15:09:05,851 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:05,880 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=8b0b2bef-2645-4ee6-8f15-b3cb3b2da106 2025-01-28 15:09:05,886 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:05,890 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=71cbc8fa-b4d6-45d4-a7eb-c88bf483ef79 2025-01-28 15:09:10,915 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:10,992 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:11,023 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=8da5120f-6bba-458c-a2a7-2973230c65da 2025-01-28 15:09:11,024 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=71cbc8fa-b4d6-45d4-a7eb-c88bf483ef79 2025-01-28 15:09:11,025 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:11,028 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=0376eca4-9e26-443d-94f8-8fa9d31f7cc4 2025-01-28 15:09:11,029 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=8b0b2bef-2645-4ee6-8f15-b3cb3b2da106 2025-01-28 15:09:11,030 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:11,049 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4592c028-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:09:11,051 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:494dc730-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:09:11,053 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:423dc9cc-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:09:15,922 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:16,000 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:16,053 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:16,054 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=71cbc8fa-b4d6-45d4-a7eb-c88bf483ef79 2025-01-28 15:09:16,056 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:16,067 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:472e56b8-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:09:20,929 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:21,007 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:21,066 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:21,070 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:25,936 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:26,013 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:26,073 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:26,084 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:30,943 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:31,020 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:31,080 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:31,091 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:35,951 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:36,026 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:36,087 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:36,097 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:40,959 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:41,034 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=5bb4d44c-8c51-4a48-a51c-dac114ae6e17 2025-01-28 15:09:41,042 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4dd8dc72-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:09:41,095 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:41,103 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=a872cbeb-5620-4f27-a34b-3cd0092d418e 2025-01-28 15:09:41,109 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4fef8984-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:09:45,965 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=fe03eb35-0fe2-4ad6-8589-e87ae80f6f5f 2025-01-28 15:09:45,971 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:52a4a826-dd89-11ef-a060-fa163e8b5ae6 2025-01-28 15:09:46,104 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_VmListReq?uuid=035e6fb3-b9e6-447f-b5f0-1c133913600b 2025-01-28 15:09:46,110 - DEBUG - Requesting: http://10.0.0.12:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:54254c96-dd89-11ef-a060-fa163e8b5ae6