2025-01-02 20:56:07,242 - DEBUG - [10.0.0.30]: Running cmd : hostname 2025-01-02 20:56:07,503 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-889-1 2025-01-02 20:56:07,503 - DEBUG - [10.0.0.30]: Running cmd : hostname -f 2025-01-02 20:56:07,537 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-889-1 2025-01-02 20:56:07,537 - DEBUG - [10.0.0.30]: 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-02 20:56:07,649 - DEBUG - Output : NAMES contrail_test_eY2FCd8L3 contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_snmp_topology_1 analytics_snmp_nodemgr_1 analytics_snmp_snmp-collector_1 analytics_alarm_kafka_1 analytics_alarm_alarm-gen_1 analytics_alarm_nodemgr_1 analytics_api_1 analytics_nodemgr_1 analytics_collector_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_nodemgr_1 control_control_1 control_dns_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_api_1 config_api_schema_1 config_api_nodemgr_1 config_api_dnsmasq_1 2025-01-02 20:56:07,649 - DEBUG - [10.0.0.30]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-02 20:56:07,682 - DEBUG - Output : 10.0.0.30/24 172.17.0.1/16 2025-01-02 20:56:07,683 - DEBUG - [10.0.0.30]: Running cmd : getent hosts 10.0.0.30 | head -n 1 | awk '{print $2}' 2025-01-02 20:56:07,717 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-889-1 2025-01-02 20:56:07,817 - DEBUG - [10.0.0.37]: Running cmd : hostname 2025-01-02 20:56:08,026 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-889-1 2025-01-02 20:56:08,026 - DEBUG - [10.0.0.37]: Running cmd : hostname -f 2025-01-02 20:56:08,049 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-889-1 2025-01-02 20:56:08,050 - DEBUG - [10.0.0.37]: 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-02 20:56:08,094 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-02 20:56:08,094 - DEBUG - [10.0.0.37]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-02 20:56:08,166 - DEBUG - Output : 10.0.0.37/24 2025-01-02 20:56:08,167 - DEBUG - [10.0.0.37]: Running cmd : getent hosts 10.0.0.37 | head -n 1 | awk '{print $2}' 2025-01-02 20:56:08,191 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-889-1 2025-01-02 20:56:08,278 - INFO - Using existing project ['default-domain', 'k8s-default'](a148ec8c-a5ca-46d4-9987-03d6ff11dd67) 2025-01-02 20:56:08,391 - INFO - Using existing project ['default-domain', 'k8s-default'](a148ec8c-a5ca-46d4-9987-03d6ff11dd67) 2025-01-02 20:56:08,522 - INFO - ================================================================================ 2025-01-02 20:56:08,523 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-02 20:56:08,523 - 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-02 20:56:08,753 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 20:56:08,760 - DEBUG - Nothing to compare xmpp stats {'10.0.0.37': {'10.0.0.30': '0'}} with 2025-01-02 20:56:08,761 - INFO - Initial checks done. Running the testcase now 2025-01-02 20:56:08,761 - INFO - 2025-01-02 20:56:08,764 - INFO - Namespace default already exists 2025-01-02 20:56:08,764 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-02 20:56:08,871 - DEBUG - Output : cluster_project={} 2025-01-02 20:56:08,910 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-02 20:56:08,911 - DEBUG - Project uuid in Contrail is a148ec8c-a5ca-46d4-9987-03d6ff11dd67 2025-01-02 20:56:08,911 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-02 20:56:09,018 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-02 20:56:09,018 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_NamespaceDatabaseList?namespace_uuid=a22e41b0-9a90-4cd1-bf3a-1cf4fc2f1acf 2025-01-02 20:56:09,022 - INFO - Namespace default with uuid a22e41b0-9a90-4cd1-bf3a-1cf4fc2f1acf found in kube manager 2025-01-02 20:56:09,022 - INFO - Namespace default verification passed 2025-01-02 20:56:09,025 - DEBUG - Service ctest-nginx-svc-29323490 not present 2025-01-02 20:56:09,025 - INFO - Creating service ctest-nginx-svc-29323490 2025-01-02 20:56:09,045 - INFO - Created Service ctest-nginx-svc-29323490 2025-01-02 20:56:09,055 - DEBUG - Pod ctest-nginx-pod-74530836 not present 2025-01-02 20:56:09,057 - INFO - Creating Pod ctest-nginx-pod-74530836 2025-01-02 20:56:09,111 - DEBUG - Pod : ctest-nginx-pod-74530836 UUID is 76a97e3f-f4a3-4c90-9a4d-5bdb88394ec1 2025-01-02 20:56:09,119 - DEBUG - Pod ctest-nginx-pod-18236905 not present 2025-01-02 20:56:09,120 - INFO - Creating Pod ctest-nginx-pod-18236905 2025-01-02 20:56:09,147 - DEBUG - Pod : ctest-nginx-pod-18236905 UUID is 11de41fc-576a-4138-bae9-2a323a329df2 2025-01-02 20:56:09,321 - INFO - Created VN __public__, UUID :094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:09,552 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-01-02 20:56:09,559 - DEBUG - Requesting: http://10.0.0.30:8082/domain/cbece41d-cb71-4a8c-a44f-134a99e04888 2025-01-02 20:56:09,596 - DEBUG - Requesting: http://10.0.0.30:8082/project/a148ec8c-a5ca-46d4-9987-03d6ff11dd67 2025-01-02 20:56:09,662 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:09,678 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:09,734 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:56:09,751 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:56:09,760 - DEBUG - Route Targets: [] 2025-01-02 20:56:09,760 - DEBUG - RT names not yet present for VN __public__ 2025-01-02 20:56:14,761 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-01-02 20:56:14,767 - DEBUG - Requesting: http://10.0.0.30:8082/domain/cbece41d-cb71-4a8c-a44f-134a99e04888 2025-01-02 20:56:14,775 - DEBUG - Requesting: http://10.0.0.30:8082/project/a148ec8c-a5ca-46d4-9987-03d6ff11dd67 2025-01-02 20:56:14,825 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:14,835 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:14,844 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:56:14,852 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:56:14,859 - DEBUG - Requesting: http://10.0.0.30:8082/route-target/bf5a5cc9-ec22-463e-a5c7-12f874cd3bbf 2025-01-02 20:56:14,865 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-01-02 20:56:14,865 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:14,874 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:56:14,890 - INFO - Verified VN network id 13 for VN 094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:14,890 - INFO - Verifications in API Server for VN __public__ passed 2025-01-02 20:56:14,890 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:14,900 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:56:14,906 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:56:14,913 - DEBUG - Requesting: http://10.0.0.30:8082/route-target/bf5a5cc9-ec22-463e-a5c7-12f874cd3bbf 2025-01-02 20:56:14,920 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-02 20:56:14,926 - DEBUG - Control-node 10.0.0.30 : 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': '669138262085290539', 'uuid-lslong': '12919233633839226802'}, 'enable': 'true', 'created': '2025-01-02T20:56:09', 'last-modified': '2025-01-02T20:56:09', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.427049'} 2025-01-02 20:56:14,926 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 20:56:14,932 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-01-02 20:56:14,932 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-02 20:56:14,933 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-02 20:56:14,933 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-01-02 20:56:14,938 - DEBUG - Requesting: http://10.0.0.30:8082/domain/cbece41d-cb71-4a8c-a44f-134a99e04888 2025-01-02 20:56:14,958 - DEBUG - Requesting: http://10.0.0.30:8082/project/a148ec8c-a5ca-46d4-9987-03d6ff11dd67 2025-01-02 20:56:15,024 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:15,035 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-02 20:56:15,035 - DEBUG - Verifying the vn in opserver 2025-01-02 20:56:15,035 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.30 2025-01-02 20:56:15,035 - DEBUG - Requesting: http://10.0.0.30:8081/analytics/uves/virtual-networks 2025-01-02 20:56:15,040 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.30:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-02 20:56:15,040 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-02 20:56:15,040 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 20:56:15,048 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 20:56:15,054 - DEBUG - Do not have enough data to verify VN in agent 2025-01-02 20:56:15,055 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 20:56:15,062 - DEBUG - VRF ids for VN __public__: {} 2025-01-02 20:56:15,157 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-02 20:56:15,263 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-01-02 20:56:15,268 - DEBUG - Requesting: http://10.0.0.30:8082/domain/cbece41d-cb71-4a8c-a44f-134a99e04888 2025-01-02 20:56:15,276 - DEBUG - Requesting: http://10.0.0.30:8082/project/a148ec8c-a5ca-46d4-9987-03d6ff11dd67 2025-01-02 20:56:15,321 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:15,332 - DEBUG - Requesting: http://10.0.0.30:8082/floating-ip-pool/f7a2b336-61df-47b4-942a-603a74ee2df8 2025-01-02 20:56:15,338 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-01-02 20:56:15,343 - DEBUG - Requesting: http://10.0.0.30:8082/domain/cbece41d-cb71-4a8c-a44f-134a99e04888 2025-01-02 20:56:15,351 - DEBUG - Requesting: http://10.0.0.30:8082/project/a148ec8c-a5ca-46d4-9987-03d6ff11dd67 2025-01-02 20:56:15,394 - DEBUG - Requesting: http://10.0.0.30:8082/virtual-network/094941b4-4137-4a2b-b34a-568a7b441fb2 2025-01-02 20:56:15,405 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-02 20:56:15,405 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-02 20:56:15,413 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-02 20:56:15,420 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-02 20:56:15,420 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-02 20:56:15,424 - DEBUG - Ingress ctest-nginx-ingress-45697897 not present 2025-01-02 20:56:15,424 - INFO - Creating Ingress ctest-nginx-ingress-45697897 2025-01-02 20:56:15,431 - INFO - Created Ingress ctest-nginx-ingress-45697897 2025-01-02 20:56:15,436 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-45697897 2025-01-02 20:56:18,441 - DEBUG - For Ingress ctest-nginx-ingress-45697897, Cluster IP: 10.47.255.249, External IPs ['200.147.136.188'] 2025-01-02 20:56:18,441 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-45697897 2025-01-02 20:56:18,441 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=6b6b0e7a-3cef-4017-aa64-5cd392a1966b 2025-01-02 20:56:18,447 - INFO - Ingress ctest-nginx-ingress-45697897 with uuid 6b6b0e7a-3cef-4017-aa64-5cd392a1966b found in kube manager 2025-01-02 20:56:18,447 - INFO - Ingress ctest-nginx-ingress-45697897 verification passed 2025-01-02 20:56:18,450 - DEBUG - Pod ctest-busybox-pod-10167758 not present 2025-01-02 20:56:18,450 - INFO - Creating Pod ctest-busybox-pod-10167758 2025-01-02 20:56:18,488 - DEBUG - Pod : ctest-busybox-pod-10167758 UUID is 183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:18,498 - DEBUG - Pod ctest-nginx-pod-74530836 not in running state.Currently in Pending 2025-01-02 20:56:23,504 - INFO - Pod ctest-nginx-pod-74530836 is in running state.Got IP 10.47.255.251 2025-01-02 20:56:23,573 - DEBUG - Pod ctest-nginx-pod-74530836 has vmi fed50cc8-c94b-11ef-9f85-fa163e8eb557 2025-01-02 20:56:23,573 - INFO - Verified pod ctest-nginx-pod-74530836 in contrail-api 2025-01-02 20:56:23,574 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:56:23,587 - DEBUG - VMI fed50cc8-c94b-11ef-9f85-fa163e8eb557 is active in agent 10.0.0.37 2025-01-02 20:56:23,587 - INFO - Verified Pod ctest-nginx-pod-74530836 in agent 10.0.0.37 2025-01-02 20:56:23,587 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=76a97e3f-f4a3-4c90-9a4d-5bdb88394ec1 2025-01-02 20:56:23,592 - INFO - Pod ctest-nginx-pod-74530836 with uuid 76a97e3f-f4a3-4c90-9a4d-5bdb88394ec1 found in kube manager 2025-01-02 20:56:23,592 - INFO - Pod ctest-nginx-pod-74530836 verification passed 2025-01-02 20:56:23,671 - DEBUG - [Pod ctest-nginx-pod-74530836] Cmd: echo ctest-nginx-pod-74530836 > /usr/share/nginx/html/index.html, Output: 2025-01-02 20:56:23,683 - INFO - Pod ctest-nginx-pod-18236905 is in running state.Got IP 10.47.255.250 2025-01-02 20:56:23,706 - DEBUG - Pod ctest-nginx-pod-18236905 has vmi ff50ab30-c94b-11ef-9f85-fa163e8eb557 2025-01-02 20:56:23,706 - INFO - Verified pod ctest-nginx-pod-18236905 in contrail-api 2025-01-02 20:56:23,706 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:56:23,719 - DEBUG - VMI ff50ab30-c94b-11ef-9f85-fa163e8eb557 is active in agent 10.0.0.37 2025-01-02 20:56:23,719 - INFO - Verified Pod ctest-nginx-pod-18236905 in agent 10.0.0.37 2025-01-02 20:56:23,720 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=11de41fc-576a-4138-bae9-2a323a329df2 2025-01-02 20:56:23,726 - INFO - Pod ctest-nginx-pod-18236905 with uuid 11de41fc-576a-4138-bae9-2a323a329df2 found in kube manager 2025-01-02 20:56:23,726 - INFO - Pod ctest-nginx-pod-18236905 verification passed 2025-01-02 20:56:23,793 - DEBUG - [Pod ctest-nginx-pod-18236905] Cmd: echo ctest-nginx-pod-18236905 > /usr/share/nginx/html/index.html, Output: 2025-01-02 20:56:23,798 - DEBUG - Pod ctest-busybox-pod-10167758 not in running state.Currently in Pending 2025-01-02 20:56:28,805 - DEBUG - Pod ctest-busybox-pod-10167758 not in running state.Currently in Pending 2025-01-02 20:56:33,811 - INFO - Pod ctest-busybox-pod-10167758 is in running state.Got IP 10.47.255.248 2025-01-02 20:56:33,825 - DEBUG - Pod ctest-busybox-pod-10167758 has vmi 03988a50-c94c-11ef-9f85-fa163e8eb557 2025-01-02 20:56:33,825 - INFO - Verified pod ctest-busybox-pod-10167758 in contrail-api 2025-01-02 20:56:33,825 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:56:33,836 - DEBUG - VMI 03988a50-c94c-11ef-9f85-fa163e8eb557 is active in agent 10.0.0.37 2025-01-02 20:56:33,837 - INFO - Verified Pod ctest-busybox-pod-10167758 in agent 10.0.0.37 2025-01-02 20:56:33,837 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_VirtualMachineDatabaseList?x=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:33,841 - INFO - Pod ctest-busybox-pod-10167758 with uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 found in kube manager 2025-01-02 20:56:33,841 - INFO - Pod ctest-busybox-pod-10167758 verification passed 2025-01-02 20:56:33,890 - DEBUG - [Pod ctest-busybox-pod-10167758] 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-74530836 2025-01-02 20:56:33,890 - DEBUG - [Pod Pod ctest-busybox-pod-10167758] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 20:56:33,890 - DEBUG - [Pod Pod ctest-busybox-pod-10167758] 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-74530836 2025-01-02 20:56:33,949 - DEBUG - [Pod ctest-busybox-pod-10167758] 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-74530836 2025-01-02 20:56:33,949 - DEBUG - [Pod Pod ctest-busybox-pod-10167758] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 20:56:33,950 - DEBUG - [Pod Pod ctest-busybox-pod-10167758] 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-74530836 2025-01-02 20:56:34,010 - DEBUG - [Pod ctest-busybox-pod-10167758] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-18236905 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 20:56:34,011 - DEBUG - [Pod Pod ctest-busybox-pod-10167758] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-02 20:56:34,011 - DEBUG - [Pod Pod ctest-busybox-pod-10167758] Cmd output: ctest-nginx-pod-18236905 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-02 20:56:34,011 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-74530836': 2, 'ctest-nginx-pod-18236905': 1} 2025-01-02 20:56:34,011 - WARNING - Nothing to delete parallely 2025-01-02 20:56:34,011 - INFO - Deleting pod default:ctest-busybox-pod-10167758 2025-01-02 20:56:34,024 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:34,033 - WARNING - Pod uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:56:39,034 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:39,042 - WARNING - Pod uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:56:44,042 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:44,049 - WARNING - Pod uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:56:49,050 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:49,058 - WARNING - Pod uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:56:54,058 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:54,068 - WARNING - Pod uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:56:59,068 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:56:59,081 - WARNING - Pod uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:57:04,082 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:57:04,090 - WARNING - Pod uuid 183970c1-9017-4877-ac96-8d2a09e1f4e5 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:57:09,091 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=183970c1-9017-4877-ac96-8d2a09e1f4e5 2025-01-02 20:57:09,099 - DEBUG - Pod 183970c1-9017-4877-ac96-8d2a09e1f4e5 is not in agent 10.0.0.37 VM list 2025-01-02 20:57:09,099 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:03988a50-c94c-11ef-9f85-fa163e8eb557 2025-01-02 20:57:09,105 - DEBUG - VMI 03988a50-c94c-11ef-9f85-fa163e8eb557 is removed from agent 10.0.0.37 2025-01-02 20:57:09,105 - INFO - Verified that pod ctest-busybox-pod-10167758 is removed in agent 2025-01-02 20:57:09,105 - INFO - Deleting Ingress : ctest-nginx-ingress-45697897 2025-01-02 20:57:09,118 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=6b6b0e7a-3cef-4017-aa64-5cd392a1966b 2025-01-02 20:57:09,123 - ERROR - Ingress ctest-nginx-ingress-45697897 with uuid 6b6b0e7a-3cef-4017-aa64-5cd392a1966b still found in kube manager 2025-01-02 20:57:10,124 - DEBUG - Requesting: http://10.0.0.30:8108/Snh_LoadbalancerDatabaseList?x=6b6b0e7a-3cef-4017-aa64-5cd392a1966b 2025-01-02 20:57:10,130 - INFO - Ingress ctest-nginx-ingress-45697897 with uuid 6b6b0e7a-3cef-4017-aa64-5cd392a1966b deleted successfully from kube manager 2025-01-02 20:57:10,130 - INFO - Verifications on Ingress %s cleanup passed 2025-01-02 20:57:10,130 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-02 20:57:10,282 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-02 20:57:10,287 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-02 20:57:10,287 - INFO - Deleting VN __public__ 2025-01-02 20:57:10,434 - DEBUG - Requesting: http://10.0.0.30:8082/routing-instance/6aa77e56-d724-4736-ad3c-7443924a23d8 2025-01-02 20:57:10,441 - DEBUG - Response Code: 404 2025-01-02 20:57:10,441 - DEBUG - Requesting: http://10.0.0.30:8082/domains 2025-01-02 20:57:10,453 - DEBUG - Requesting: http://10.0.0.30:8082/domain/cbece41d-cb71-4a8c-a44f-134a99e04888 2025-01-02 20:57:10,467 - DEBUG - Requesting: http://10.0.0.30:8082/project/a148ec8c-a5ca-46d4-9987-03d6ff11dd67 2025-01-02 20:57:10,582 - INFO - Validated that VN __public__ is not found in API Server 2025-01-02 20:57:10,582 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-02 20:57:10,595 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 20:57:10,609 - DEBUG - VN __public__ is not present in Agent 10.0.0.37 2025-01-02 20:57:10,610 - INFO - Validated that VN __public__ is not in any agent 2025-01-02 20:57:10,610 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 20:57:10,620 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-02 20:57:10,627 - DEBUG - Requesting: http://10.0.0.30:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-02 20:57:10,643 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-02 20:57:10,644 - INFO - Deleting pod default:ctest-nginx-pod-18236905 2025-01-02 20:57:10,665 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=11de41fc-576a-4138-bae9-2a323a329df2 2025-01-02 20:57:10,694 - WARNING - Pod uuid 11de41fc-576a-4138-bae9-2a323a329df2 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:57:15,695 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=11de41fc-576a-4138-bae9-2a323a329df2 2025-01-02 20:57:15,703 - DEBUG - Pod 11de41fc-576a-4138-bae9-2a323a329df2 is not in agent 10.0.0.37 VM list 2025-01-02 20:57:15,703 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ff50ab30-c94b-11ef-9f85-fa163e8eb557 2025-01-02 20:57:15,709 - DEBUG - VMI ff50ab30-c94b-11ef-9f85-fa163e8eb557 is removed from agent 10.0.0.37 2025-01-02 20:57:15,709 - INFO - Verified that pod ctest-nginx-pod-18236905 is removed in agent 2025-01-02 20:57:15,709 - INFO - Deleting pod default:ctest-nginx-pod-74530836 2025-01-02 20:57:15,721 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=76a97e3f-f4a3-4c90-9a4d-5bdb88394ec1 2025-01-02 20:57:15,729 - WARNING - Pod uuid 76a97e3f-f4a3-4c90-9a4d-5bdb88394ec1 is still seen in agent 10.0.0.37 VM list 2025-01-02 20:57:20,730 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=76a97e3f-f4a3-4c90-9a4d-5bdb88394ec1 2025-01-02 20:57:20,737 - DEBUG - Pod 76a97e3f-f4a3-4c90-9a4d-5bdb88394ec1 is not in agent 10.0.0.37 VM list 2025-01-02 20:57:20,737 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fed50cc8-c94b-11ef-9f85-fa163e8eb557 2025-01-02 20:57:20,746 - DEBUG - VMI fed50cc8-c94b-11ef-9f85-fa163e8eb557 is removed from agent 10.0.0.37 2025-01-02 20:57:20,746 - INFO - Verified that pod ctest-nginx-pod-74530836 is removed in agent 2025-01-02 20:57:20,747 - INFO - Deleting service : ctest-nginx-svc-29323490 2025-01-02 20:57:20,985 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 20:57:20,996 - DEBUG - No XMPP flaps were noticed during the test 2025-01-02 20:57:20,996 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-01-02 20:57:20,997 - INFO - -------------------------------------------------------------------------------- 2025-01-02 20:57:27,658 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-02 20:57:27,806 - DEBUG - Output : cluster_project={} 2025-01-02 20:57:27,900 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-02 20:57:28,031 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-02 20:57:28,052 - DEBUG - [10.0.0.30]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-02 20:57:28,159 - DEBUG - Output : cluster_project={} 2025-01-02 20:57:43,263 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:43,352 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:43,438 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:43,480 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:48,570 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:48,607 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:48,685 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:48,774 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-02 20:57:49,011 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 20:57:51,713 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_ApplicationPolicySetReq? 2025-01-02 20:57:51,721 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2025-01-02 20:57:51,751 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2025-01-02 20:57:53,792 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AclReq? 2025-01-02 21:01:02,982 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-02 21:01:03,020 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:03,038 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:03,042 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=354b8260-2192-41f4-b049-dd41a21f6c37 2025-01-02 21:01:03,051 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=54943c50-cb6c-4c21-b6d9-9f36cc4980bb 2025-01-02 21:01:03,058 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=095bf4aa-3875-4eae-8cfc-948692641635 2025-01-02 21:01:03,068 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:03,077 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:03,083 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:08,095 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:08,109 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=095bf4aa-3875-4eae-8cfc-948692641635 2025-01-02 21:01:08,111 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:08,113 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=354b8260-2192-41f4-b049-dd41a21f6c37 2025-01-02 21:01:08,114 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:08,116 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:08,117 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=54943c50-cb6c-4c21-b6d9-9f36cc4980bb 2025-01-02 21:01:08,119 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:08,141 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2ed2d086-c94c-11ef-9f85-fa163e8eb557 2025-01-02 21:01:08,146 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d9e6720-c94c-11ef-9f85-fa163e8eb557 2025-01-02 21:01:08,148 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f5400ca-c94c-11ef-9f85-fa163e8eb557 2025-01-02 21:01:13,103 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:13,147 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:13,156 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:13,158 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:13,161 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:18,112 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:18,156 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:18,174 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:18,176 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:18,178 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:23,120 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:23,164 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:23,189 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:23,192 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:23,195 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:28,128 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:28,173 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:28,209 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:28,213 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:28,215 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:33,137 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:33,181 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:33,228 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:33,230 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:33,232 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:38,156 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=cf80041c-44ba-498f-bdc5-4dbacd3cf5e0 2025-01-02 21:01:38,162 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:305a3890-c94c-11ef-9f85-fa163e8eb557 2025-01-02 21:01:38,191 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=1f6b0126-165e-461b-83f1-456134a25450 2025-01-02 21:01:38,207 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e20f474-c94c-11ef-9f85-fa163e8eb557 2025-01-02 21:01:38,245 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=f61165a0-d0e4-4919-bc5d-40ab352ff1da 2025-01-02 21:01:38,247 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=23f74e67-cc80-4c34-b25d-26844b4d339f 2025-01-02 21:01:38,248 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_VmListReq?uuid=ee3d708c-6873-40c1-89af-b552b0bb2457 2025-01-02 21:01:38,260 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:314b9b4a-c94c-11ef-9f85-fa163e8eb557 2025-01-02 21:01:38,261 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2fe85c20-c94c-11ef-9f85-fa163e8eb557 2025-01-02 21:01:38,262 - DEBUG - Requesting: http://10.0.0.37:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:30d41dcc-c94c-11ef-9f85-fa163e8eb557