2025-01-10 04:09:44,876 - DEBUG - [10.0.0.40]: Running cmd : hostname 2025-01-10 04:09:45,140 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-279-30.novalocal 2025-01-10 04:09:45,140 - DEBUG - [10.0.0.40]: Running cmd : hostname -f 2025-01-10 04:09:45,264 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-279-30.novalocal 2025-01-10 04:09:45,264 - 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}' 2025-01-10 04:09:45,424 - DEBUG - Output : NAMES contrail_test_Oy0ys9WYT vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 control_named_1 control_control_1 control_dns_1 control_nodemgr_1 webui_web_1 webui_job_1 config_devicemgr_1 config_nodemgr_1 config_schema_1 config_dnsmasq_1 config_svcmonitor_1 config_api_1 config_database_nodemgr_1 config_database_rabbitmq_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-01-10 04:09:45,425 - DEBUG - [10.0.0.40]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-10 04:09:45,554 - DEBUG - Output : 172.17.0.1/16 10.0.0.40/24 2025-01-10 04:09:45,555 - DEBUG - [10.0.0.40]: Running cmd : getent hosts 10.0.0.40 | head -n 1 | awk '{print $2}' 2025-01-10 04:09:45,685 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-279-30.novalocal 2025-01-10 04:09:45,685 - DEBUG - [10.0.0.40]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-10 04:09:45,806 - DEBUG - Output : 10.0.0.40/24 2025-01-10 04:09:46,070 - INFO - Using existing project ['default-domain', 'k8s-default'](a1d960a5-5fd1-4d5e-95b2-71244a52fd21) 2025-01-10 04:09:46,148 - INFO - Using existing project ['default-domain', 'k8s-default'](a1d960a5-5fd1-4d5e-95b2-71244a52fd21) 2025-01-10 04:09:46,305 - INFO - ================================================================================ 2025-01-10 04:09:46,305 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-10 04:09:46,306 - 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-10 04:09:46,552 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-10 04:09:46,559 - DEBUG - Nothing to compare xmpp stats {'10.0.0.40': {'10.0.0.40': '0'}} with 2025-01-10 04:09:46,559 - INFO - Initial checks done. Running the testcase now 2025-01-10 04:09:46,560 - INFO - 2025-01-10 04:09:46,564 - INFO - Namespace default already exists 2025-01-10 04:09:46,564 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-10 04:09:46,780 - DEBUG - Output : cluster_project={} 2025-01-10 04:09:46,858 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-10 04:09:46,859 - DEBUG - Project uuid in Contrail is a1d960a5-5fd1-4d5e-95b2-71244a52fd21 2025-01-10 04:09:46,859 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-10 04:09:47,060 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-10 04:09:47,060 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_NamespaceDatabaseList?namespace_uuid=f630bae3-34c1-4d1d-8d29-f97c7ce3503b 2025-01-10 04:09:47,064 - INFO - Namespace default with uuid f630bae3-34c1-4d1d-8d29-f97c7ce3503b found in kube manager 2025-01-10 04:09:47,064 - INFO - Namespace default verification passed 2025-01-10 04:09:47,068 - DEBUG - Service ctest-nginx-svc-14348117 not present 2025-01-10 04:09:47,068 - INFO - Creating service ctest-nginx-svc-14348117 2025-01-10 04:09:47,080 - INFO - Created Service ctest-nginx-svc-14348117 2025-01-10 04:09:47,091 - DEBUG - Pod ctest-nginx-pod-71590772 not present 2025-01-10 04:09:47,091 - INFO - Creating Pod ctest-nginx-pod-71590772 2025-01-10 04:09:47,128 - DEBUG - Pod : ctest-nginx-pod-71590772 UUID is 7d0e3d3b-19e8-4001-a04b-9dec9d0a65b4 2025-01-10 04:09:47,132 - DEBUG - Pod ctest-nginx-pod-56813843 not present 2025-01-10 04:09:47,133 - INFO - Creating Pod ctest-nginx-pod-56813843 2025-01-10 04:09:47,158 - DEBUG - Pod : ctest-nginx-pod-56813843 UUID is 7f9e1366-3c92-43ef-8b07-df8496e3fda4 2025-01-10 04:09:47,302 - INFO - Created VN __public__, UUID :314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:47,424 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-01-10 04:09:47,429 - DEBUG - Requesting: http://10.0.0.40:8082/domain/1e431082-6d84-4455-8ac1-be859adfbaec 2025-01-10 04:09:47,439 - DEBUG - Requesting: http://10.0.0.40:8082/project/a1d960a5-5fd1-4d5e-95b2-71244a52fd21 2025-01-10 04:09:47,500 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:47,512 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:47,532 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:09:47,541 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:09:47,547 - DEBUG - Route Targets: [] 2025-01-10 04:09:47,547 - DEBUG - RT names not yet present for VN __public__ 2025-01-10 04:09:52,548 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-01-10 04:09:52,554 - DEBUG - Requesting: http://10.0.0.40:8082/domain/1e431082-6d84-4455-8ac1-be859adfbaec 2025-01-10 04:09:52,567 - DEBUG - Requesting: http://10.0.0.40:8082/project/a1d960a5-5fd1-4d5e-95b2-71244a52fd21 2025-01-10 04:09:52,614 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:52,623 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:52,631 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:09:52,640 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:09:52,647 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/b62eec5a-d5a1-4ed0-befe-00b48d794703 2025-01-10 04:09:52,652 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-10 04:09:52,652 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:52,661 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:09:52,673 - INFO - Verified VN network id 15 for VN 314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:52,673 - INFO - Verifications in API Server for VN __public__ passed 2025-01-10 04:09:52,673 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:52,681 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:09:52,687 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:09:52,695 - DEBUG - Requesting: http://10.0.0.40:8082/route-target/b62eec5a-d5a1-4ed0-befe-00b48d794703 2025-01-10 04:09:52,700 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-10 04:09:52,707 - DEBUG - Control-node 10.0.0.40 : 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': '3552727947794926062', 'uuid-lslong': '12700878277256868326'}, 'enable': 'true', 'created': '2025-01-10T04:09:47', 'last-modified': '2025-01-10T04:09:47', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.344571'} 2025-01-10 04:09:52,707 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-10 04:09:52,716 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-10 04:09:52,716 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-10 04:09:52,716 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-10 04:09:52,716 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-01-10 04:09:52,721 - DEBUG - Requesting: http://10.0.0.40:8082/domain/1e431082-6d84-4455-8ac1-be859adfbaec 2025-01-10 04:09:52,729 - DEBUG - Requesting: http://10.0.0.40:8082/project/a1d960a5-5fd1-4d5e-95b2-71244a52fd21 2025-01-10 04:09:52,776 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:52,787 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-10 04:09:52,787 - DEBUG - Verifying the vn in opserver 2025-01-10 04:09:52,787 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.40 2025-01-10 04:09:52,787 - DEBUG - Requesting: http://10.0.0.40:8081/analytics/uves/virtual-networks 2025-01-10 04:09:52,792 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.40:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-10 04:09:52,792 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-10 04:09:52,792 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-10 04:09:52,798 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-10 04:09:52,803 - DEBUG - Do not have enough data to verify VN in agent 2025-01-10 04:09:52,803 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-10 04:09:52,808 - DEBUG - VRF ids for VN __public__: {} 2025-01-10 04:09:52,870 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-10 04:09:52,945 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-01-10 04:09:52,960 - DEBUG - Requesting: http://10.0.0.40:8082/domain/1e431082-6d84-4455-8ac1-be859adfbaec 2025-01-10 04:09:52,968 - DEBUG - Requesting: http://10.0.0.40:8082/project/a1d960a5-5fd1-4d5e-95b2-71244a52fd21 2025-01-10 04:09:53,024 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:53,034 - DEBUG - Requesting: http://10.0.0.40:8082/floating-ip-pool/fedffaf5-06bf-44be-a9d3-4fcbd03f95bb 2025-01-10 04:09:53,040 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-01-10 04:09:53,046 - DEBUG - Requesting: http://10.0.0.40:8082/domain/1e431082-6d84-4455-8ac1-be859adfbaec 2025-01-10 04:09:53,053 - DEBUG - Requesting: http://10.0.0.40:8082/project/a1d960a5-5fd1-4d5e-95b2-71244a52fd21 2025-01-10 04:09:53,107 - DEBUG - Requesting: http://10.0.0.40:8082/virtual-network/314dd33e-cfeb-49ee-b042-9580435ef1e6 2025-01-10 04:09:53,119 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-10 04:09:53,119 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-10 04:09:53,126 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-10 04:09:53,131 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-10 04:09:53,131 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-10 04:09:53,135 - DEBUG - Ingress ctest-nginx-ingress-41851666 not present 2025-01-10 04:09:53,135 - INFO - Creating Ingress ctest-nginx-ingress-41851666 2025-01-10 04:09:53,146 - INFO - Created Ingress ctest-nginx-ingress-41851666 2025-01-10 04:09:53,151 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-41851666 2025-01-10 04:09:56,156 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-41851666 2025-01-10 04:09:59,162 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-41851666 2025-01-10 04:10:02,168 - DEBUG - For Ingress ctest-nginx-ingress-41851666, Cluster IP: 10.47.255.246, External IPs ['142.186.209.252'] 2025-01-10 04:10:02,168 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-41851666 2025-01-10 04:10:02,168 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=d9b38cde-73a4-4d49-947b-aa4e70e97ed2 2025-01-10 04:10:02,173 - INFO - Ingress ctest-nginx-ingress-41851666 with uuid d9b38cde-73a4-4d49-947b-aa4e70e97ed2 found in kube manager 2025-01-10 04:10:02,174 - INFO - Ingress ctest-nginx-ingress-41851666 verification passed 2025-01-10 04:10:02,177 - DEBUG - Pod ctest-busybox-pod-99398220 not present 2025-01-10 04:10:02,177 - INFO - Creating Pod ctest-busybox-pod-99398220 2025-01-10 04:10:02,198 - DEBUG - Pod : ctest-busybox-pod-99398220 UUID is fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:02,204 - DEBUG - Pod ctest-nginx-pod-71590772 not in running state.Currently in Pending 2025-01-10 04:10:07,214 - DEBUG - Pod ctest-nginx-pod-71590772 not in running state.Currently in Pending 2025-01-10 04:10:12,221 - INFO - Pod ctest-nginx-pod-71590772 is in running state.Got IP 10.47.255.248 2025-01-10 04:10:12,234 - DEBUG - Pod ctest-nginx-pod-71590772 has vmi bd17bcbe-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:10:12,234 - INFO - Verified pod ctest-nginx-pod-71590772 in contrail-api 2025-01-10 04:10:12,235 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:10:12,245 - DEBUG - VMI bd17bcbe-cf08-11ef-ac1f-fa163e4c40e9 is active in agent 10.0.0.40 2025-01-10 04:10:12,245 - INFO - Verified Pod ctest-nginx-pod-71590772 in agent 10.0.0.40 2025-01-10 04:10:12,245 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=7d0e3d3b-19e8-4001-a04b-9dec9d0a65b4 2025-01-10 04:10:12,250 - INFO - Pod ctest-nginx-pod-71590772 with uuid 7d0e3d3b-19e8-4001-a04b-9dec9d0a65b4 found in kube manager 2025-01-10 04:10:12,250 - INFO - Pod ctest-nginx-pod-71590772 verification passed 2025-01-10 04:10:12,311 - DEBUG - [Pod ctest-nginx-pod-71590772] Cmd: echo ctest-nginx-pod-71590772 > /usr/share/nginx/html/index.html, Output: 2025-01-10 04:10:12,317 - INFO - Pod ctest-nginx-pod-56813843 is in running state.Got IP 10.47.255.247 2025-01-10 04:10:12,332 - DEBUG - Pod ctest-nginx-pod-56813843 has vmi bfcc6b1c-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:10:12,332 - INFO - Verified pod ctest-nginx-pod-56813843 in contrail-api 2025-01-10 04:10:12,332 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:10:12,343 - DEBUG - VMI bfcc6b1c-cf08-11ef-ac1f-fa163e4c40e9 is active in agent 10.0.0.40 2025-01-10 04:10:12,343 - INFO - Verified Pod ctest-nginx-pod-56813843 in agent 10.0.0.40 2025-01-10 04:10:12,343 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=7f9e1366-3c92-43ef-8b07-df8496e3fda4 2025-01-10 04:10:12,348 - INFO - Pod ctest-nginx-pod-56813843 with uuid 7f9e1366-3c92-43ef-8b07-df8496e3fda4 found in kube manager 2025-01-10 04:10:12,348 - INFO - Pod ctest-nginx-pod-56813843 verification passed 2025-01-10 04:10:12,390 - DEBUG - [Pod ctest-nginx-pod-56813843] Cmd: echo ctest-nginx-pod-56813843 > /usr/share/nginx/html/index.html, Output: 2025-01-10 04:10:12,396 - DEBUG - Pod ctest-busybox-pod-99398220 not in running state.Currently in Pending 2025-01-10 04:10:17,406 - DEBUG - Pod ctest-busybox-pod-99398220 not in running state.Currently in Pending 2025-01-10 04:10:22,413 - INFO - Pod ctest-busybox-pod-99398220 is in running state.Got IP 10.47.255.245 2025-01-10 04:10:22,428 - DEBUG - Pod ctest-busybox-pod-99398220 has vmi c607bc8e-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:10:22,428 - INFO - Verified pod ctest-busybox-pod-99398220 in contrail-api 2025-01-10 04:10:22,428 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:10:22,441 - DEBUG - VMI c607bc8e-cf08-11ef-ac1f-fa163e4c40e9 is active in agent 10.0.0.40 2025-01-10 04:10:22,441 - INFO - Verified Pod ctest-busybox-pod-99398220 in agent 10.0.0.40 2025-01-10 04:10:22,441 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_VirtualMachineDatabaseList?x=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:22,446 - INFO - Pod ctest-busybox-pod-99398220 with uuid fa8656f5-930d-4527-93ad-16001e314b70 found in kube manager 2025-01-10 04:10:22,446 - INFO - Pod ctest-busybox-pod-99398220 verification passed 2025-01-10 04:10:22,489 - DEBUG - [Pod ctest-busybox-pod-99398220] 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-56813843 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-10 04:10:22,489 - DEBUG - [Pod Pod ctest-busybox-pod-99398220] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-10 04:10:22,489 - DEBUG - [Pod Pod ctest-busybox-pod-99398220] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-56813843 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-10 04:10:22,530 - DEBUG - [Pod ctest-busybox-pod-99398220] 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 - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-56813843 2025-01-10 04:10:22,530 - DEBUG - [Pod Pod ctest-busybox-pod-99398220] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-10 04:10:22,530 - DEBUG - [Pod Pod ctest-busybox-pod-99398220] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout ctest-nginx-pod-56813843 2025-01-10 04:10:22,570 - DEBUG - [Pod ctest-busybox-pod-99398220] 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-71590772 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-10 04:10:22,570 - DEBUG - [Pod Pod ctest-busybox-pod-99398220] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-10 04:10:22,570 - DEBUG - [Pod Pod ctest-busybox-pod-99398220] Cmd output: Connecting to 10.47.255.246:80 (10.47.255.246:80) ctest-nginx-pod-71590772 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-10 04:10:22,570 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-71590772': 1, 'ctest-nginx-pod-56813843': 2} 2025-01-10 04:10:22,570 - WARNING - Nothing to delete parallely 2025-01-10 04:10:22,571 - INFO - Deleting pod default:ctest-busybox-pod-99398220 2025-01-10 04:10:22,581 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:22,587 - WARNING - Pod uuid fa8656f5-930d-4527-93ad-16001e314b70 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:10:27,588 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:27,593 - WARNING - Pod uuid fa8656f5-930d-4527-93ad-16001e314b70 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:10:32,594 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:32,600 - WARNING - Pod uuid fa8656f5-930d-4527-93ad-16001e314b70 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:10:37,601 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:37,607 - WARNING - Pod uuid fa8656f5-930d-4527-93ad-16001e314b70 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:10:42,607 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:42,613 - WARNING - Pod uuid fa8656f5-930d-4527-93ad-16001e314b70 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:10:47,614 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:47,620 - WARNING - Pod uuid fa8656f5-930d-4527-93ad-16001e314b70 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:10:52,621 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:52,628 - WARNING - Pod uuid fa8656f5-930d-4527-93ad-16001e314b70 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:10:57,629 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=fa8656f5-930d-4527-93ad-16001e314b70 2025-01-10 04:10:57,635 - DEBUG - Pod fa8656f5-930d-4527-93ad-16001e314b70 is not in agent 10.0.0.40 VM list 2025-01-10 04:10:57,635 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c607bc8e-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:10:57,643 - DEBUG - VMI c607bc8e-cf08-11ef-ac1f-fa163e4c40e9 is removed from agent 10.0.0.40 2025-01-10 04:10:57,643 - INFO - Verified that pod ctest-busybox-pod-99398220 is removed in agent 2025-01-10 04:10:57,643 - INFO - Deleting Ingress : ctest-nginx-ingress-41851666 2025-01-10 04:10:57,658 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=d9b38cde-73a4-4d49-947b-aa4e70e97ed2 2025-01-10 04:10:57,664 - ERROR - Ingress ctest-nginx-ingress-41851666 with uuid d9b38cde-73a4-4d49-947b-aa4e70e97ed2 still found in kube manager 2025-01-10 04:10:58,665 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=d9b38cde-73a4-4d49-947b-aa4e70e97ed2 2025-01-10 04:10:58,670 - ERROR - Ingress ctest-nginx-ingress-41851666 with uuid d9b38cde-73a4-4d49-947b-aa4e70e97ed2 still found in kube manager 2025-01-10 04:10:59,670 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=d9b38cde-73a4-4d49-947b-aa4e70e97ed2 2025-01-10 04:10:59,677 - ERROR - Ingress ctest-nginx-ingress-41851666 with uuid d9b38cde-73a4-4d49-947b-aa4e70e97ed2 still found in kube manager 2025-01-10 04:11:00,678 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=d9b38cde-73a4-4d49-947b-aa4e70e97ed2 2025-01-10 04:11:00,683 - ERROR - Ingress ctest-nginx-ingress-41851666 with uuid d9b38cde-73a4-4d49-947b-aa4e70e97ed2 still found in kube manager 2025-01-10 04:11:01,684 - DEBUG - Requesting: http://10.0.0.40:8108/Snh_LoadbalancerDatabaseList?x=d9b38cde-73a4-4d49-947b-aa4e70e97ed2 2025-01-10 04:11:01,688 - INFO - Ingress ctest-nginx-ingress-41851666 with uuid d9b38cde-73a4-4d49-947b-aa4e70e97ed2 deleted successfully from kube manager 2025-01-10 04:11:01,688 - INFO - Verifications on Ingress %s cleanup passed 2025-01-10 04:11:01,689 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-10 04:11:01,757 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-10 04:11:01,764 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-10 04:11:01,764 - INFO - Deleting VN __public__ 2025-01-10 04:11:01,872 - DEBUG - Requesting: http://10.0.0.40:8082/routing-instance/1d74707d-68dc-476a-be59-0ff5d7cd85de 2025-01-10 04:11:01,895 - DEBUG - Response Code: 404 2025-01-10 04:11:01,895 - DEBUG - Requesting: http://10.0.0.40:8082/domains 2025-01-10 04:11:01,903 - DEBUG - Requesting: http://10.0.0.40:8082/domain/1e431082-6d84-4455-8ac1-be859adfbaec 2025-01-10 04:11:01,912 - DEBUG - Requesting: http://10.0.0.40:8082/project/a1d960a5-5fd1-4d5e-95b2-71244a52fd21 2025-01-10 04:11:01,966 - INFO - Validated that VN __public__ is not found in API Server 2025-01-10 04:11:01,966 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-10 04:11:01,974 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-10 04:11:01,980 - DEBUG - VN __public__ is not present in Agent 10.0.0.40 2025-01-10 04:11:01,980 - INFO - Validated that VN __public__ is not in any agent 2025-01-10 04:11:01,980 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-10 04:11:01,989 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-10 04:11:01,997 - DEBUG - Requesting: http://10.0.0.40:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-10 04:11:02,002 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-10 04:11:02,003 - INFO - Deleting pod default:ctest-nginx-pod-56813843 2025-01-10 04:11:02,013 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7f9e1366-3c92-43ef-8b07-df8496e3fda4 2025-01-10 04:11:02,028 - WARNING - Pod uuid 7f9e1366-3c92-43ef-8b07-df8496e3fda4 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:11:07,030 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7f9e1366-3c92-43ef-8b07-df8496e3fda4 2025-01-10 04:11:07,036 - DEBUG - Pod 7f9e1366-3c92-43ef-8b07-df8496e3fda4 is not in agent 10.0.0.40 VM list 2025-01-10 04:11:07,036 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bfcc6b1c-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:11:07,041 - DEBUG - VMI bfcc6b1c-cf08-11ef-ac1f-fa163e4c40e9 is removed from agent 10.0.0.40 2025-01-10 04:11:07,041 - INFO - Verified that pod ctest-nginx-pod-56813843 is removed in agent 2025-01-10 04:11:07,041 - INFO - Deleting pod default:ctest-nginx-pod-71590772 2025-01-10 04:11:07,064 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7d0e3d3b-19e8-4001-a04b-9dec9d0a65b4 2025-01-10 04:11:07,075 - WARNING - Pod uuid 7d0e3d3b-19e8-4001-a04b-9dec9d0a65b4 is still seen in agent 10.0.0.40 VM list 2025-01-10 04:11:12,076 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7d0e3d3b-19e8-4001-a04b-9dec9d0a65b4 2025-01-10 04:11:12,082 - DEBUG - Pod 7d0e3d3b-19e8-4001-a04b-9dec9d0a65b4 is not in agent 10.0.0.40 VM list 2025-01-10 04:11:12,082 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bd17bcbe-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:11:12,091 - DEBUG - VMI bd17bcbe-cf08-11ef-ac1f-fa163e4c40e9 is removed from agent 10.0.0.40 2025-01-10 04:11:12,091 - INFO - Verified that pod ctest-nginx-pod-71590772 is removed in agent 2025-01-10 04:11:12,091 - INFO - Deleting service : ctest-nginx-svc-14348117 2025-01-10 04:11:12,539 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-10 04:11:12,545 - DEBUG - No XMPP flaps were noticed during the test
2025-01-10 04:11:12,546 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:26]
2025-01-10 04:11:12,546 - INFO - -------------------------------------------------------------------------------- 2025-01-10 04:11:18,920 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-10 04:11:19,166 - DEBUG - Output : cluster_project={} 2025-01-10 04:11:19,212 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-10 04:11:19,415 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-10 04:11:19,420 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-10 04:11:19,614 - DEBUG - Output : cluster_project={} 2025-01-10 04:11:21,622 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-10 04:11:21,772 - DEBUG - Output : cluster_project={} 2025-01-10 04:11:23,779 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-10 04:11:23,937 - DEBUG - Output : cluster_project={} 2025-01-10 04:11:25,946 - DEBUG - [10.0.0.40]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-10 04:11:26,094 - DEBUG - Output : cluster_project={} 2025-01-10 04:11:56,223 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:11:56,315 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:12:01,365 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:12:06,416 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:12:11,467 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:12:16,516 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:12:16,555 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:12:16,596 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-10 04:12:17,113 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-10 04:12:23,943 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_ApplicationPolicySetReq? 2025-01-10 04:12:23,951 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-10 04:12:23,979 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-10 04:12:26,007 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-10 04:12:28,037 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-10 04:12:30,069 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-10 04:15:29,872 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-10 04:15:29,942 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6d2aa18b-37dc-49ff-b45a-9913765dfced 2025-01-10 04:15:29,946 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:15:29,955 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:15:29,961 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=92e8a3b3-259a-4b82-9ec1-5a68b7c70033 2025-01-10 04:15:29,965 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=ce63ee09-3d5d-4dfc-b2a7-01139b50f96e 2025-01-10 04:15:29,973 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=baed96d0-37fa-4efb-b89a-d09dfd3185af 2025-01-10 04:15:29,979 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:15:29,990 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:15:35,027 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=92e8a3b3-259a-4b82-9ec1-5a68b7c70033 2025-01-10 04:15:35,029 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:15:35,031 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6d2aa18b-37dc-49ff-b45a-9913765dfced 2025-01-10 04:15:35,032 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:15:35,034 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:15:35,035 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=baed96d0-37fa-4efb-b89a-d09dfd3185af 2025-01-10 04:15:35,038 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:15:35,039 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=ce63ee09-3d5d-4dfc-b2a7-01139b50f96e 2025-01-10 04:15:35,065 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:027aa172-cf09-11ef-ac1f-fa163e4c40e9 2025-01-10 04:15:35,068 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:036b3808-cf09-11ef-ac1f-fa163e4c40e9 2025-01-10 04:15:40,065 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:15:40,067 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:15:40,069 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=6d2aa18b-37dc-49ff-b45a-9913765dfced 2025-01-10 04:15:40,070 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:15:40,071 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:15:40,073 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=ce63ee09-3d5d-4dfc-b2a7-01139b50f96e 2025-01-10 04:15:40,115 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fd90ad50-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:15:40,118 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff1a8d58-cf08-11ef-ac1f-fa163e4c40e9 2025-01-10 04:15:45,089 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:15:45,101 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:15:45,115 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:15:45,120 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:15:50,097 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:15:50,109 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:15:50,124 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:15:50,129 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:15:55,103 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:15:55,115 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:15:55,131 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:15:55,135 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:16:00,112 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:16:00,122 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:16:00,140 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:16:00,145 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:16:05,122 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=d0eeade6-e3a9-4c86-802d-6f9bcd5d0106 2025-01-10 04:16:05,129 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0a70e95e-cf09-11ef-ac1f-fa163e4c40e9 2025-01-10 04:16:05,131 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:16:05,151 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e5c83041-bc3c-4ded-96e0-577365ceb704 2025-01-10 04:16:05,156 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:16:05,159 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0acee5a4-cf09-11ef-ac1f-fa163e4c40e9 2025-01-10 04:16:10,140 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=1c0bf451-5bd0-459d-949b-a80de5105c53 2025-01-10 04:16:10,146 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:07b65c8a-cf09-11ef-ac1f-fa163e4c40e9 2025-01-10 04:16:10,167 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=2e257ad3-3bdd-4237-9918-8dbd43acf15c 2025-01-10 04:16:10,173 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0598f0ca-cf09-11ef-ac1f-fa163e4c40e9