2025-01-09 18:57:27,986 - DEBUG - [10.0.0.23]: Running cmd : hostname 2025-01-09 18:57:28,303 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-277-1.novalocal 2025-01-09 18:57:28,303 - DEBUG - [10.0.0.23]: Running cmd : hostname -f 2025-01-09 18:57:28,482 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-277-1.novalocal 2025-01-09 18:57:28,482 - DEBUG - [10.0.0.23]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-01-09 18:57:28,681 - DEBUG - Output : NAMES contrail_test_Nu4aHS4a5 vrouter_vrouter-agent_1 vrouter_nodemgr_1 rsyslogd_rsyslogd_1 kubemanager_k8s_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_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_control_1 control_nodemgr_1 control_dns_1 webui_job_1 webui_web_1 config_devicemgr_1 config_nodemgr_1 config_api_1 config_svcmonitor_1 config_dnsmasq_1 config_schema_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 redis_redis_1 2025-01-09 18:57:28,681 - DEBUG - [10.0.0.23]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-09 18:57:28,825 - DEBUG - Output : 172.17.0.1/16 10.0.0.23/24 2025-01-09 18:57:28,826 - DEBUG - [10.0.0.23]: Running cmd : getent hosts 10.0.0.23 | head -n 1 | awk '{print $2}' 2025-01-09 18:57:29,013 - DEBUG - Output : cn-jenkins-deploy-platform-ansible-k8s-277-1.novalocal 2025-01-09 18:57:29,013 - DEBUG - [10.0.0.23]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-09 18:57:29,173 - DEBUG - Output : 10.0.0.23/24 2025-01-09 18:57:29,471 - INFO - Using existing project ['default-domain', 'k8s-default'](f89d5ffd-f577-42b8-8f2a-01f66e13dedf) 2025-01-09 18:57:29,571 - INFO - Using existing project ['default-domain', 'k8s-default'](f89d5ffd-f577-42b8-8f2a-01f66e13dedf) 2025-01-09 18:57:29,766 - INFO - ================================================================================ 2025-01-09 18:57:29,766 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-09 18:57:29,767 - 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-09 18:57:30,056 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 18:57:30,066 - DEBUG - Nothing to compare xmpp stats {'10.0.0.23': {'10.0.0.23': '0'}} with 2025-01-09 18:57:30,066 - INFO - Initial checks done. Running the testcase now 2025-01-09 18:57:30,066 - INFO - 2025-01-09 18:57:30,073 - INFO - Namespace default already exists 2025-01-09 18:57:30,074 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-09 18:57:30,289 - DEBUG - Output : cluster_project={} 2025-01-09 18:57:30,350 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-09 18:57:30,351 - DEBUG - Project uuid in Contrail is f89d5ffd-f577-42b8-8f2a-01f66e13dedf 2025-01-09 18:57:30,352 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-09 18:57:30,544 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-09 18:57:30,545 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_NamespaceDatabaseList?namespace_uuid=7e8bcb93-d56e-4b9f-af89-b26979928491 2025-01-09 18:57:30,549 - INFO - Namespace default with uuid 7e8bcb93-d56e-4b9f-af89-b26979928491 found in kube manager 2025-01-09 18:57:30,549 - INFO - Namespace default verification passed 2025-01-09 18:57:30,553 - DEBUG - Service ctest-nginx-svc-61571159 not present 2025-01-09 18:57:30,553 - INFO - Creating service ctest-nginx-svc-61571159 2025-01-09 18:57:30,587 - INFO - Created Service ctest-nginx-svc-61571159 2025-01-09 18:57:30,590 - DEBUG - Pod ctest-nginx-pod-68375456 not present 2025-01-09 18:57:30,590 - INFO - Creating Pod ctest-nginx-pod-68375456 2025-01-09 18:57:30,628 - DEBUG - Pod : ctest-nginx-pod-68375456 UUID is 5dc7288f-f20f-4251-932b-ab0721d9d908 2025-01-09 18:57:30,641 - DEBUG - Pod ctest-nginx-pod-09832644 not present 2025-01-09 18:57:30,641 - INFO - Creating Pod ctest-nginx-pod-09832644 2025-01-09 18:57:30,680 - DEBUG - Pod : ctest-nginx-pod-09832644 UUID is 650d0af2-e1ee-44f9-81ef-ddd3e38adc68 2025-01-09 18:57:30,809 - INFO - Created VN __public__, UUID :ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:30,946 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 18:57:30,963 - DEBUG - Requesting: http://10.0.0.23:8082/domain/404127a5-48a5-4b38-9a25-1464061b0a81 2025-01-09 18:57:30,977 - DEBUG - Requesting: http://10.0.0.23:8082/project/f89d5ffd-f577-42b8-8f2a-01f66e13dedf 2025-01-09 18:57:31,049 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:31,071 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:31,084 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:57:31,093 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:57:31,099 - DEBUG - Route Targets: [] 2025-01-09 18:57:31,099 - DEBUG - RT names not yet present for VN __public__ 2025-01-09 18:57:36,099 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 18:57:36,105 - DEBUG - Requesting: http://10.0.0.23:8082/domain/404127a5-48a5-4b38-9a25-1464061b0a81 2025-01-09 18:57:36,112 - DEBUG - Requesting: http://10.0.0.23:8082/project/f89d5ffd-f577-42b8-8f2a-01f66e13dedf 2025-01-09 18:57:36,170 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,183 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,193 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:57:36,204 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:57:36,213 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/290ba1d4-9637-47c7-9892-b083905dedd5 2025-01-09 18:57:36,222 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-09 18:57:36,222 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,230 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:57:36,248 - INFO - Verified VN network id 15 for VN ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,248 - INFO - Verifications in API Server for VN __public__ passed 2025-01-09 18:57:36,248 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,259 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:57:36,269 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:57:36,277 - DEBUG - Requesting: http://10.0.0.23:8082/route-target/290ba1d4-9637-47c7-9892-b083905dedd5 2025-01-09 18:57:36,283 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-09 18:57:36,292 - DEBUG - Control-node 10.0.0.23 : 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': '12481711056732308129', 'uuid-lslong': '12283673764566708093'}, 'enable': 'true', 'created': '2025-01-09T18:57:30', 'last-modified': '2025-01-09T18:57:30', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.417155'} 2025-01-09 18:57:36,292 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 18:57:36,305 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-09 18:57:36,305 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-09 18:57:36,306 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-09 18:57:36,306 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 18:57:36,312 - DEBUG - Requesting: http://10.0.0.23:8082/domain/404127a5-48a5-4b38-9a25-1464061b0a81 2025-01-09 18:57:36,338 - DEBUG - Requesting: http://10.0.0.23:8082/project/f89d5ffd-f577-42b8-8f2a-01f66e13dedf 2025-01-09 18:57:36,428 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,438 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-09 18:57:36,438 - DEBUG - Verifying the vn in opserver 2025-01-09 18:57:36,438 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.23 2025-01-09 18:57:36,439 - DEBUG - Requesting: http://10.0.0.23:8081/analytics/uves/virtual-networks 2025-01-09 18:57:36,444 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.23:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-01-09 18:57:36,444 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-09 18:57:36,444 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 18:57:36,453 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 18:57:36,461 - DEBUG - Do not have enough data to verify VN in agent 2025-01-09 18:57:36,462 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 18:57:36,468 - DEBUG - VRF ids for VN __public__: {} 2025-01-09 18:57:36,579 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-09 18:57:36,700 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 18:57:36,723 - DEBUG - Requesting: http://10.0.0.23:8082/domain/404127a5-48a5-4b38-9a25-1464061b0a81 2025-01-09 18:57:36,735 - DEBUG - Requesting: http://10.0.0.23:8082/project/f89d5ffd-f577-42b8-8f2a-01f66e13dedf 2025-01-09 18:57:36,808 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,818 - DEBUG - Requesting: http://10.0.0.23:8082/floating-ip-pool/a524a86c-9e6e-4b60-bfce-09e7ca649603 2025-01-09 18:57:36,832 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 18:57:36,837 - DEBUG - Requesting: http://10.0.0.23:8082/domain/404127a5-48a5-4b38-9a25-1464061b0a81 2025-01-09 18:57:36,849 - DEBUG - Requesting: http://10.0.0.23:8082/project/f89d5ffd-f577-42b8-8f2a-01f66e13dedf 2025-01-09 18:57:36,908 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-network/ad37f213-3d98-42a1-aa78-603509c8af7d 2025-01-09 18:57:36,923 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-09 18:57:36,923 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-09 18:57:36,933 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-09 18:57:36,943 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-09 18:57:36,943 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-09 18:57:36,946 - DEBUG - Ingress ctest-nginx-ingress-32205599 not present 2025-01-09 18:57:36,947 - INFO - Creating Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:36,955 - INFO - Created Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:36,958 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:39,964 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:42,969 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:45,974 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:48,979 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:51,984 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:54,990 - DEBUG - For Ingress ctest-nginx-ingress-32205599, Cluster IP: 10.47.255.246, External IPs ['21.15.193.60'] 2025-01-09 18:57:54,990 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-32205599 2025-01-09 18:57:54,990 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:57:54,998 - INFO - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 found in kube manager 2025-01-09 18:57:54,998 - INFO - Ingress ctest-nginx-ingress-32205599 verification passed 2025-01-09 18:57:55,001 - DEBUG - Pod ctest-busybox-pod-94175548 not present 2025-01-09 18:57:55,001 - INFO - Creating Pod ctest-busybox-pod-94175548 2025-01-09 18:57:55,024 - DEBUG - Pod : ctest-busybox-pod-94175548 UUID is ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:57:55,038 - INFO - Pod ctest-nginx-pod-68375456 is in running state.Got IP 10.47.255.248 2025-01-09 18:57:55,055 - DEBUG - Pod ctest-nginx-pod-68375456 has vmi 982a51f2-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 18:57:55,055 - INFO - Verified pod ctest-nginx-pod-68375456 in contrail-api 2025-01-09 18:57:55,055 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 18:57:55,071 - DEBUG - VMI 982a51f2-cebb-11ef-9a8f-fa163eebfa6a is active in agent 10.0.0.23 2025-01-09 18:57:55,072 - INFO - Verified Pod ctest-nginx-pod-68375456 in agent 10.0.0.23 2025-01-09 18:57:55,072 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=5dc7288f-f20f-4251-932b-ab0721d9d908 2025-01-09 18:57:55,077 - INFO - Pod ctest-nginx-pod-68375456 with uuid 5dc7288f-f20f-4251-932b-ab0721d9d908 found in kube manager 2025-01-09 18:57:55,077 - INFO - Pod ctest-nginx-pod-68375456 verification passed 2025-01-09 18:57:55,149 - DEBUG - [Pod ctest-nginx-pod-68375456] Cmd: echo ctest-nginx-pod-68375456 > /usr/share/nginx/html/index.html, Output: 2025-01-09 18:57:55,155 - INFO - Pod ctest-nginx-pod-09832644 is in running state.Got IP 10.47.255.247 2025-01-09 18:57:55,170 - DEBUG - Pod ctest-nginx-pod-09832644 has vmi 9a59b846-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 18:57:55,171 - INFO - Verified pod ctest-nginx-pod-09832644 in contrail-api 2025-01-09 18:57:55,171 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 18:57:55,184 - DEBUG - VMI 9a59b846-cebb-11ef-9a8f-fa163eebfa6a is active in agent 10.0.0.23 2025-01-09 18:57:55,185 - INFO - Verified Pod ctest-nginx-pod-09832644 in agent 10.0.0.23 2025-01-09 18:57:55,185 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=650d0af2-e1ee-44f9-81ef-ddd3e38adc68 2025-01-09 18:57:55,203 - INFO - Pod ctest-nginx-pod-09832644 with uuid 650d0af2-e1ee-44f9-81ef-ddd3e38adc68 found in kube manager 2025-01-09 18:57:55,203 - INFO - Pod ctest-nginx-pod-09832644 verification passed 2025-01-09 18:57:55,259 - DEBUG - [Pod ctest-nginx-pod-09832644] Cmd: echo ctest-nginx-pod-09832644 > /usr/share/nginx/html/index.html, Output: 2025-01-09 18:57:55,265 - DEBUG - Pod ctest-busybox-pod-94175548 not in running state.Currently in Pending 2025-01-09 18:58:00,276 - DEBUG - Pod ctest-busybox-pod-94175548 not in running state.Currently in Pending 2025-01-09 18:58:05,282 - DEBUG - Pod ctest-busybox-pod-94175548 not in running state.Currently in Pending 2025-01-09 18:58:10,290 - DEBUG - Pod ctest-busybox-pod-94175548 not in running state.Currently in Pending 2025-01-09 18:58:15,296 - DEBUG - Pod ctest-busybox-pod-94175548 not in running state.Currently in Pending 2025-01-09 18:58:20,303 - DEBUG - Pod ctest-busybox-pod-94175548 not in running state.Currently in Pending 2025-01-09 18:58:25,310 - INFO - Pod ctest-busybox-pod-94175548 is in running state.Got IP 10.47.255.245 2025-01-09 18:58:25,325 - DEBUG - Pod ctest-busybox-pod-94175548 has vmi a98888a6-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 18:58:25,325 - INFO - Verified pod ctest-busybox-pod-94175548 in contrail-api 2025-01-09 18:58:25,325 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 18:58:25,336 - DEBUG - VMI a98888a6-cebb-11ef-9a8f-fa163eebfa6a is active in agent 10.0.0.23 2025-01-09 18:58:25,336 - INFO - Verified Pod ctest-busybox-pod-94175548 in agent 10.0.0.23 2025-01-09 18:58:25,336 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_VirtualMachineDatabaseList?x=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:25,340 - INFO - Pod ctest-busybox-pod-94175548 with uuid ed0e4734-125f-436b-96f1-6196aabe0ebd found in kube manager 2025-01-09 18:58:25,341 - INFO - Pod ctest-busybox-pod-94175548 verification passed 2025-01-09 18:58:25,384 - DEBUG - [Pod ctest-busybox-pod-94175548] 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-09832644 2025-01-09 18:58:25,384 - DEBUG - [Pod Pod ctest-busybox-pod-94175548] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-09 18:58:25,384 - DEBUG - [Pod Pod ctest-busybox-pod-94175548] 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-09832644 2025-01-09 18:58:25,431 - DEBUG - [Pod ctest-busybox-pod-94175548] Cmd: wget http://10.47.255.246:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-68375456 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-09 18:58:25,431 - DEBUG - [Pod Pod ctest-busybox-pod-94175548] Cmd wget http://10.47.255.246:80/ -O - -T 5 -t 1 passed 2025-01-09 18:58:25,431 - DEBUG - [Pod Pod ctest-busybox-pod-94175548] Cmd output: ctest-nginx-pod-68375456 Connecting to 10.47.255.246:80 (10.47.255.246:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-01-09 18:58:25,431 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-68375456': 1, 'ctest-nginx-pod-09832644': 1} 2025-01-09 18:58:25,431 - WARNING - Nothing to delete parallely 2025-01-09 18:58:25,431 - INFO - Deleting pod default:ctest-busybox-pod-94175548 2025-01-09 18:58:25,441 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:25,448 - WARNING - Pod uuid ed0e4734-125f-436b-96f1-6196aabe0ebd is still seen in agent 10.0.0.23 VM list 2025-01-09 18:58:30,448 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:30,458 - WARNING - Pod uuid ed0e4734-125f-436b-96f1-6196aabe0ebd is still seen in agent 10.0.0.23 VM list 2025-01-09 18:58:35,459 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:35,466 - WARNING - Pod uuid ed0e4734-125f-436b-96f1-6196aabe0ebd is still seen in agent 10.0.0.23 VM list 2025-01-09 18:58:40,467 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:40,474 - WARNING - Pod uuid ed0e4734-125f-436b-96f1-6196aabe0ebd is still seen in agent 10.0.0.23 VM list 2025-01-09 18:58:45,475 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:45,480 - WARNING - Pod uuid ed0e4734-125f-436b-96f1-6196aabe0ebd is still seen in agent 10.0.0.23 VM list 2025-01-09 18:58:50,481 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:50,489 - WARNING - Pod uuid ed0e4734-125f-436b-96f1-6196aabe0ebd is still seen in agent 10.0.0.23 VM list 2025-01-09 18:58:55,490 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:58:55,499 - WARNING - Pod uuid ed0e4734-125f-436b-96f1-6196aabe0ebd is still seen in agent 10.0.0.23 VM list 2025-01-09 18:59:00,501 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ed0e4734-125f-436b-96f1-6196aabe0ebd 2025-01-09 18:59:00,509 - DEBUG - Pod ed0e4734-125f-436b-96f1-6196aabe0ebd is not in agent 10.0.0.23 VM list 2025-01-09 18:59:00,509 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a98888a6-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 18:59:00,517 - DEBUG - VMI a98888a6-cebb-11ef-9a8f-fa163eebfa6a is removed from agent 10.0.0.23 2025-01-09 18:59:00,517 - INFO - Verified that pod ctest-busybox-pod-94175548 is removed in agent 2025-01-09 18:59:00,517 - INFO - Deleting Ingress : ctest-nginx-ingress-32205599 2025-01-09 18:59:00,526 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:59:00,535 - ERROR - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 still found in kube manager 2025-01-09 18:59:01,536 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:59:01,543 - ERROR - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 still found in kube manager 2025-01-09 18:59:02,545 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:59:02,552 - ERROR - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 still found in kube manager 2025-01-09 18:59:03,553 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:59:03,560 - ERROR - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 still found in kube manager 2025-01-09 18:59:04,561 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:59:04,569 - ERROR - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 still found in kube manager 2025-01-09 18:59:05,570 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:59:05,576 - ERROR - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 still found in kube manager 2025-01-09 18:59:06,577 - DEBUG - Requesting: http://10.0.0.23:8108/Snh_LoadbalancerDatabaseList?x=a669f592-9c1a-482b-9d49-1c0702533692 2025-01-09 18:59:06,582 - INFO - Ingress ctest-nginx-ingress-32205599 with uuid a669f592-9c1a-482b-9d49-1c0702533692 deleted successfully from kube manager 2025-01-09 18:59:06,582 - INFO - Verifications on Ingress %s cleanup passed 2025-01-09 18:59:06,583 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-09 18:59:06,679 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-01-09 18:59:06,688 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-09 18:59:06,688 - INFO - Deleting VN __public__ 2025-01-09 18:59:06,903 - DEBUG - Requesting: http://10.0.0.23:8082/routing-instance/e2f7bd6c-81db-4b03-bc6c-8714a760fe74 2025-01-09 18:59:06,918 - DEBUG - Response Code: 404 2025-01-09 18:59:06,918 - DEBUG - Requesting: http://10.0.0.23:8082/domains 2025-01-09 18:59:06,924 - DEBUG - Requesting: http://10.0.0.23:8082/domain/404127a5-48a5-4b38-9a25-1464061b0a81 2025-01-09 18:59:06,933 - DEBUG - Requesting: http://10.0.0.23:8082/project/f89d5ffd-f577-42b8-8f2a-01f66e13dedf 2025-01-09 18:59:06,996 - INFO - Validated that VN __public__ is not found in API Server 2025-01-09 18:59:06,996 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-09 18:59:07,005 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 18:59:07,013 - DEBUG - VN __public__ is not present in Agent 10.0.0.23 2025-01-09 18:59:07,014 - INFO - Validated that VN __public__ is not in any agent 2025-01-09 18:59:07,014 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 18:59:07,023 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-09 18:59:07,034 - DEBUG - Requesting: http://10.0.0.23:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-09 18:59:07,039 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-09 18:59:07,040 - INFO - Deleting pod default:ctest-nginx-pod-09832644 2025-01-09 18:59:07,051 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=650d0af2-e1ee-44f9-81ef-ddd3e38adc68 2025-01-09 18:59:07,081 - WARNING - Pod uuid 650d0af2-e1ee-44f9-81ef-ddd3e38adc68 is still seen in agent 10.0.0.23 VM list 2025-01-09 18:59:12,082 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=650d0af2-e1ee-44f9-81ef-ddd3e38adc68 2025-01-09 18:59:12,089 - DEBUG - Pod 650d0af2-e1ee-44f9-81ef-ddd3e38adc68 is not in agent 10.0.0.23 VM list 2025-01-09 18:59:12,089 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a59b846-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 18:59:12,096 - DEBUG - VMI 9a59b846-cebb-11ef-9a8f-fa163eebfa6a is removed from agent 10.0.0.23 2025-01-09 18:59:12,096 - INFO - Verified that pod ctest-nginx-pod-09832644 is removed in agent 2025-01-09 18:59:12,096 - INFO - Deleting pod default:ctest-nginx-pod-68375456 2025-01-09 18:59:12,118 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5dc7288f-f20f-4251-932b-ab0721d9d908 2025-01-09 18:59:12,127 - WARNING - Pod uuid 5dc7288f-f20f-4251-932b-ab0721d9d908 is still seen in agent 10.0.0.23 VM list 2025-01-09 18:59:17,132 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=5dc7288f-f20f-4251-932b-ab0721d9d908 2025-01-09 18:59:17,145 - DEBUG - Pod 5dc7288f-f20f-4251-932b-ab0721d9d908 is not in agent 10.0.0.23 VM list 2025-01-09 18:59:17,145 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:982a51f2-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 18:59:17,160 - DEBUG - VMI 982a51f2-cebb-11ef-9a8f-fa163eebfa6a is removed from agent 10.0.0.23 2025-01-09 18:59:17,160 - INFO - Verified that pod ctest-nginx-pod-68375456 is removed in agent 2025-01-09 18:59:17,161 - INFO - Deleting service : ctest-nginx-svc-61571159 2025-01-09 18:59:17,668 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 18:59:17,675 - DEBUG - No XMPP flaps were noticed during the test
2025-01-09 18:59:17,675 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:48]
2025-01-09 18:59:17,675 - INFO - -------------------------------------------------------------------------------- 2025-01-09 18:59:24,102 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-09 18:59:24,304 - DEBUG - Output : cluster_project={} 2025-01-09 18:59:24,363 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-01-09 18:59:24,587 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-09 18:59:24,594 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-09 18:59:24,835 - DEBUG - Output : cluster_project={} 2025-01-09 18:59:26,842 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-09 18:59:27,063 - DEBUG - Output : cluster_project={} 2025-01-09 18:59:29,070 - DEBUG - [10.0.0.23]: Running cmd : docker exec --privileged -it kubemanager_k8s_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-01-09 18:59:29,229 - DEBUG - Output : cluster_project={} 2025-01-09 18:59:59,355 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:04,402 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:14,467 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:19,521 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:34,577 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:34,688 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:34,725 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:34,766 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-09 19:00:35,306 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 19:00:43,018 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_ApplicationPolicySetReq? 2025-01-09 19:00:43,029 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-01-09 19:00:43,066 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-01-09 19:00:45,095 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-01-09 19:00:47,124 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AclReq? 2025-01-09 19:03:47,365 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-09 19:03:47,404 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f04d28cc-7c8b-45b0-959e-d1803c2564fe 2025-01-09 19:03:47,474 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:03:47,528 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:03:47,539 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=bf143d6a-cfdd-45e3-b3e3-35b358a7efe2 2025-01-09 19:03:47,547 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=748fbc37-a4da-4092-95e6-0a1513a825b3 2025-01-09 19:03:47,552 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=dc358b47-838f-4a87-aff0-8a1657769641 2025-01-09 19:03:47,556 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:03:47,568 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:03:52,582 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f04d28cc-7c8b-45b0-959e-d1803c2564fe 2025-01-09 19:03:52,734 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:03:52,737 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:03:52,738 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=dc358b47-838f-4a87-aff0-8a1657769641 2025-01-09 19:03:52,739 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=748fbc37-a4da-4092-95e6-0a1513a825b3 2025-01-09 19:03:52,740 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=bf143d6a-cfdd-45e3-b3e3-35b358a7efe2 2025-01-09 19:03:52,741 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:03:52,742 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:03:52,774 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e6965868-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 19:03:57,592 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f04d28cc-7c8b-45b0-959e-d1803c2564fe 2025-01-09 19:03:57,773 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:03:57,776 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=bf143d6a-cfdd-45e3-b3e3-35b358a7efe2 2025-01-09 19:03:57,778 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=dc358b47-838f-4a87-aff0-8a1657769641 2025-01-09 19:03:57,779 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:03:57,789 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:03:57,803 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:03:57,829 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ebe52754-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 19:04:02,603 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=f04d28cc-7c8b-45b0-959e-d1803c2564fe 2025-01-09 19:04:02,612 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e3ba5f22-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 19:04:02,815 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=bf143d6a-cfdd-45e3-b3e3-35b358a7efe2 2025-01-09 19:04:02,818 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:04:02,828 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:04:02,831 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:04:02,833 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:04:02,839 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:efea6f08-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 19:04:07,839 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:04:07,857 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:04:07,860 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:04:07,861 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:04:12,858 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:04:12,875 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:04:12,877 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:04:12,879 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:04:17,865 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:04:17,899 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:04:17,900 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:04:17,902 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:04:22,873 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:04:22,912 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=2b21f486-7269-49d6-8077-14b2213dd0b7 2025-01-09 19:04:22,915 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=ee3c7e0d-522e-4e77-a1a4-7f407afc805c 2025-01-09 19:04:22,916 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:04:22,928 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f72a75d8-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 19:04:22,931 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5978986-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 19:04:27,881 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:04:27,931 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=03a210b2-bd87-4c6a-9fac-ff5c4766653a 2025-01-09 19:04:27,940 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f94bf0b2-cebb-11ef-9a8f-fa163eebfa6a 2025-01-09 19:04:32,899 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_VmListReq?uuid=da60d60b-5dea-436c-a966-064cc86710ab 2025-01-09 19:04:32,907 - DEBUG - Requesting: http://10.0.0.23:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f36ec64c-cebb-11ef-9a8f-fa163eebfa6a