2025-10-27 02:23:31,877 - DEBUG - [10.0.0.241]: Running cmd : hostname 2025-10-27 02:23:32,148 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1621-1 2025-10-27 02:23:32,148 - DEBUG - [10.0.0.241]: Running cmd : hostname -f 2025-10-27 02:23:32,182 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1621-1 2025-10-27 02:23:32,182 - DEBUG - [10.0.0.241]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-27 02:23:32,257 - DEBUG - Output : NAMES contrail_test_UN88TMrGF webui-web-1 webui-job-1 contrail-kubernetes-master-kubemanager-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-rabbitmq-1 config_database-cassandra-1 config_database-zookeeper-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-schema-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 redis-redis-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-api-1 analytics-nodemgr-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 2025-10-27 02:23:32,258 - DEBUG - [10.0.0.241]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-10-27 02:23:32,303 - DEBUG - Output : 127.0.0.1/8 10.0.0.241/24 252.241.0.1/8 10.97.244.1/24 172.17.0.1/16 2025-10-27 02:23:32,303 - DEBUG - [10.0.0.241]: Running cmd : getent hosts 10.0.0.241 | head -n 1 | awk '{print $2}' 2025-10-27 02:23:32,380 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1621-1 2025-10-27 02:23:32,437 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-10-27 02:23:32,660 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1621-1 2025-10-27 02:23:32,660 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-10-27 02:23:32,683 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1621-1 2025-10-27 02:23:32,683 - DEBUG - [10.0.0.48]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-10-27 02:23:32,727 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-10-27 02:23:32,727 - DEBUG - [10.0.0.48]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-10-27 02:23:32,764 - DEBUG - Output : 10.0.0.48/24 2025-10-27 02:23:32,764 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-10-27 02:23:32,828 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1621-1 2025-10-27 02:23:32,911 - INFO - Using existing project ['default-domain', 'k8s-default'](237459be-8c0f-4ce0-8670-a21cc29000a4) 2025-10-27 02:23:32,985 - INFO - Using existing project ['default-domain', 'k8s-default'](237459be-8c0f-4ce0-8670-a21cc29000a4) 2025-10-27 02:23:33,098 - INFO - ================================================================================ 2025-10-27 02:23:33,098 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-10-27 02:23:33,098 - 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-10-27 02:23:33,302 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 02:23:33,309 - DEBUG - Nothing to compare xmpp stats {'10.0.0.48': {'10.0.0.241': '0'}} with 2025-10-27 02:23:33,309 - INFO - Initial checks done. Running the testcase now 2025-10-27 02:23:33,309 - INFO - 2025-10-27 02:23:33,327 - INFO - Namespace default already exists 2025-10-27 02:23:33,327 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 02:23:33,454 - DEBUG - Output : cluster_project={} 2025-10-27 02:23:33,537 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-10-27 02:23:33,537 - DEBUG - Project uuid in Contrail is 237459be-8c0f-4ce0-8670-a21cc29000a4 2025-10-27 02:23:33,537 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-27 02:23:33,652 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-27 02:23:33,652 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_NamespaceDatabaseList?namespace_uuid=cd604a0b-3b7c-4e53-a553-bbc6e1f448a8 2025-10-27 02:23:33,656 - INFO - Namespace default with uuid cd604a0b-3b7c-4e53-a553-bbc6e1f448a8 found in kube manager 2025-10-27 02:23:33,657 - INFO - Namespace default verification passed 2025-10-27 02:23:33,660 - DEBUG - Service ctest-nginx-svc-26413727 not present 2025-10-27 02:23:33,660 - INFO - Creating service ctest-nginx-svc-26413727 2025-10-27 02:23:33,683 - INFO - Created Service ctest-nginx-svc-26413727 2025-10-27 02:23:33,694 - DEBUG - Pod ctest-nginx-pod-30441412 not present 2025-10-27 02:23:33,694 - INFO - Creating Pod ctest-nginx-pod-30441412 2025-10-27 02:23:33,755 - DEBUG - Pod : ctest-nginx-pod-30441412 UUID is 4688e7db-9050-493a-a0ad-712f4f2a391a 2025-10-27 02:23:33,763 - DEBUG - Pod ctest-nginx-pod-66842447 not present 2025-10-27 02:23:33,764 - INFO - Creating Pod ctest-nginx-pod-66842447 2025-10-27 02:23:33,794 - DEBUG - Pod : ctest-nginx-pod-66842447 UUID is 861a5180-2e1c-4cc3-bd02-511b47f4a7b0 2025-10-27 02:23:34,005 - INFO - Created VN __public__, UUID :2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:34,162 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-10-27 02:23:34,183 - DEBUG - Requesting: http://10.0.0.241:8082/domain/12e4ff92-cb6c-431a-955a-202b4e5aa97a 2025-10-27 02:23:34,234 - DEBUG - Requesting: http://10.0.0.241:8082/project/237459be-8c0f-4ce0-8670-a21cc29000a4 2025-10-27 02:23:34,294 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:34,317 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:34,326 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:23:34,332 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:23:34,339 - DEBUG - Route Targets: [] 2025-10-27 02:23:34,339 - DEBUG - RT names not yet present for VN __public__ 2025-10-27 02:23:39,340 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-10-27 02:23:39,346 - DEBUG - Requesting: http://10.0.0.241:8082/domain/12e4ff92-cb6c-431a-955a-202b4e5aa97a 2025-10-27 02:23:39,353 - DEBUG - Requesting: http://10.0.0.241:8082/project/237459be-8c0f-4ce0-8670-a21cc29000a4 2025-10-27 02:23:39,393 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,403 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,411 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:23:39,421 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:23:39,428 - DEBUG - Requesting: http://10.0.0.241:8082/route-target/d346b123-4c22-4d71-b1dd-c50348169723 2025-10-27 02:23:39,434 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-27 02:23:39,434 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,444 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:23:39,463 - INFO - Verified VN network id 13 for VN 2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,464 - INFO - Verifications in API Server for VN __public__ passed 2025-10-27 02:23:39,464 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,473 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:23:39,481 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:23:39,489 - DEBUG - Requesting: http://10.0.0.241:8082/route-target/d346b123-4c22-4d71-b1dd-c50348169723 2025-10-27 02:23:39,496 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-27 02:23:39,504 - DEBUG - Control-node 10.0.0.241 : 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': '3314115782069079262', 'uuid-lslong': '13766259094814827772'}, 'enable': 'true', 'created': '2025-10-27T02:23:33', 'last-modified': '2025-10-27T02:23:34', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.460893'} 2025-10-27 02:23:39,504 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 02:23:39,516 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-10-27 02:23:39,516 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-10-27 02:23:39,517 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-10-27 02:23:39,517 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-10-27 02:23:39,523 - DEBUG - Requesting: http://10.0.0.241:8082/domain/12e4ff92-cb6c-431a-955a-202b4e5aa97a 2025-10-27 02:23:39,530 - DEBUG - Requesting: http://10.0.0.241:8082/project/237459be-8c0f-4ce0-8670-a21cc29000a4 2025-10-27 02:23:39,586 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,595 - DEBUG - =>VN __public__ has no policy to be verified 2025-10-27 02:23:39,595 - DEBUG - Verifying the vn in opserver 2025-10-27 02:23:39,595 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.241 2025-10-27 02:23:39,595 - DEBUG - Requesting: http://10.0.0.241:8081/analytics/uves/virtual-networks 2025-10-27 02:23:39,600 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.241:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-10-27 02:23:39,600 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-10-27 02:23:39,600 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 02:23:39,608 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 02:23:39,613 - DEBUG - Do not have enough data to verify VN in agent 2025-10-27 02:23:39,613 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 02:23:39,618 - DEBUG - VRF ids for VN __public__: {} 2025-10-27 02:23:39,728 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-10-27 02:23:39,834 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-10-27 02:23:39,842 - DEBUG - Requesting: http://10.0.0.241:8082/domain/12e4ff92-cb6c-431a-955a-202b4e5aa97a 2025-10-27 02:23:39,850 - DEBUG - Requesting: http://10.0.0.241:8082/project/237459be-8c0f-4ce0-8670-a21cc29000a4 2025-10-27 02:23:39,902 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,911 - DEBUG - Requesting: http://10.0.0.241:8082/floating-ip-pool/a12b2bb1-c1de-480c-9d36-52226774383e 2025-10-27 02:23:39,917 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-10-27 02:23:39,921 - DEBUG - Requesting: http://10.0.0.241:8082/domain/12e4ff92-cb6c-431a-955a-202b4e5aa97a 2025-10-27 02:23:39,927 - DEBUG - Requesting: http://10.0.0.241:8082/project/237459be-8c0f-4ce0-8670-a21cc29000a4 2025-10-27 02:23:39,960 - DEBUG - Requesting: http://10.0.0.241:8082/virtual-network/2dfe1abe-aebe-4cde-bf0b-93b5c06da4fc 2025-10-27 02:23:39,970 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-10-27 02:23:39,970 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-10-27 02:23:39,977 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-27 02:23:39,983 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-10-27 02:23:39,983 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-10-27 02:23:39,987 - DEBUG - Ingress ctest-nginx-ingress-14710986 not present 2025-10-27 02:23:39,988 - INFO - Creating Ingress ctest-nginx-ingress-14710986 2025-10-27 02:23:39,996 - INFO - Created Ingress ctest-nginx-ingress-14710986 2025-10-27 02:23:40,004 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-14710986 2025-10-27 02:23:43,011 - DEBUG - For Ingress ctest-nginx-ingress-14710986, Cluster IP: 10.47.255.249, External IPs ['141.140.62.60'] 2025-10-27 02:23:43,011 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-14710986 2025-10-27 02:23:43,013 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=77218ef3-9003-438b-a401-60460baa97b8 2025-10-27 02:23:43,018 - INFO - Ingress ctest-nginx-ingress-14710986 with uuid 77218ef3-9003-438b-a401-60460baa97b8 found in kube manager 2025-10-27 02:23:43,018 - INFO - Ingress ctest-nginx-ingress-14710986 verification passed 2025-10-27 02:23:43,023 - DEBUG - Pod ctest-busybox-pod-71598479 not present 2025-10-27 02:23:43,024 - INFO - Creating Pod ctest-busybox-pod-71598479 2025-10-27 02:23:43,069 - DEBUG - Pod : ctest-busybox-pod-71598479 UUID is c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:23:43,083 - DEBUG - Pod ctest-nginx-pod-30441412 not in running state.Currently in Pending 2025-10-27 02:23:48,092 - DEBUG - Pod ctest-nginx-pod-30441412 not in running state.Currently in Pending 2025-10-27 02:23:53,110 - INFO - Pod ctest-nginx-pod-30441412 is in running state.Got IP 10.47.255.251 2025-10-27 02:23:53,165 - DEBUG - Pod ctest-nginx-pod-30441412 has vmi f0b12224-b2db-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:23:53,165 - INFO - Verified pod ctest-nginx-pod-30441412 in contrail-api 2025-10-27 02:23:53,165 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:23:53,176 - DEBUG - VMI f0b12224-b2db-11f0-ba3c-fa163e7cb6cc is active in agent 10.0.0.48 2025-10-27 02:23:53,176 - INFO - Verified Pod ctest-nginx-pod-30441412 in agent 10.0.0.48 2025-10-27 02:23:53,177 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=4688e7db-9050-493a-a0ad-712f4f2a391a 2025-10-27 02:23:53,180 - INFO - Pod ctest-nginx-pod-30441412 with uuid 4688e7db-9050-493a-a0ad-712f4f2a391a found in kube manager 2025-10-27 02:23:53,181 - INFO - Pod ctest-nginx-pod-30441412 verification passed 2025-10-27 02:23:53,249 - DEBUG - [Pod ctest-nginx-pod-30441412] Cmd: echo ctest-nginx-pod-30441412 > /usr/share/nginx/html/index.html, Output: 2025-10-27 02:23:53,256 - INFO - Pod ctest-nginx-pod-66842447 is in running state.Got IP 10.47.255.250 2025-10-27 02:23:53,269 - DEBUG - Pod ctest-nginx-pod-66842447 has vmi f125c8e0-b2db-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:23:53,270 - INFO - Verified pod ctest-nginx-pod-66842447 in contrail-api 2025-10-27 02:23:53,270 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:23:53,280 - DEBUG - VMI f125c8e0-b2db-11f0-ba3c-fa163e7cb6cc is active in agent 10.0.0.48 2025-10-27 02:23:53,280 - INFO - Verified Pod ctest-nginx-pod-66842447 in agent 10.0.0.48 2025-10-27 02:23:53,280 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=861a5180-2e1c-4cc3-bd02-511b47f4a7b0 2025-10-27 02:23:53,284 - INFO - Pod ctest-nginx-pod-66842447 with uuid 861a5180-2e1c-4cc3-bd02-511b47f4a7b0 found in kube manager 2025-10-27 02:23:53,284 - INFO - Pod ctest-nginx-pod-66842447 verification passed 2025-10-27 02:23:53,332 - DEBUG - [Pod ctest-nginx-pod-66842447] Cmd: echo ctest-nginx-pod-66842447 > /usr/share/nginx/html/index.html, Output: 2025-10-27 02:23:53,339 - DEBUG - Pod ctest-busybox-pod-71598479 not in running state.Currently in Pending 2025-10-27 02:23:58,346 - INFO - Pod ctest-busybox-pod-71598479 is in running state.Got IP 10.47.255.248 2025-10-27 02:23:58,358 - DEBUG - Pod ctest-busybox-pod-71598479 has vmi f55e77e0-b2db-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:23:58,358 - INFO - Verified pod ctest-busybox-pod-71598479 in contrail-api 2025-10-27 02:23:58,358 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:23:58,368 - DEBUG - VMI f55e77e0-b2db-11f0-ba3c-fa163e7cb6cc is active in agent 10.0.0.48 2025-10-27 02:23:58,369 - INFO - Verified Pod ctest-busybox-pod-71598479 in agent 10.0.0.48 2025-10-27 02:23:58,369 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_VirtualMachineDatabaseList?x=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:23:58,372 - INFO - Pod ctest-busybox-pod-71598479 with uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 found in kube manager 2025-10-27 02:23:58,372 - INFO - Pod ctest-busybox-pod-71598479 verification passed 2025-10-27 02:23:58,429 - DEBUG - [Pod ctest-busybox-pod-71598479] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-30441412 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-10-27 02:23:58,429 - DEBUG - [Pod Pod ctest-busybox-pod-71598479] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-27 02:23:58,429 - DEBUG - [Pod Pod ctest-busybox-pod-71598479] Cmd output: ctest-nginx-pod-30441412 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-10-27 02:23:58,479 - DEBUG - [Pod ctest-busybox-pod-71598479] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-66842447 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-10-27 02:23:58,479 - DEBUG - [Pod Pod ctest-busybox-pod-71598479] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-10-27 02:23:58,479 - DEBUG - [Pod Pod ctest-busybox-pod-71598479] Cmd output: ctest-nginx-pod-66842447 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-10-27 02:23:58,479 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-30441412': 1, 'ctest-nginx-pod-66842447': 1} 2025-10-27 02:23:58,479 - WARNING - Nothing to delete parallely 2025-10-27 02:23:58,480 - INFO - Deleting pod default:ctest-busybox-pod-71598479 2025-10-27 02:23:58,505 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:23:58,511 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:03,512 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:03,519 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:08,520 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:08,527 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:13,527 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:13,534 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:18,534 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:18,540 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:23,541 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:23,547 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:28,547 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:28,554 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:33,555 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:33,562 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:38,563 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:38,571 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:43,572 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:43,578 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:48,579 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:48,585 - WARNING - Pod uuid c1e611c5-4c97-4d50-92a4-4934a5814b68 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:24:53,587 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=c1e611c5-4c97-4d50-92a4-4934a5814b68 2025-10-27 02:24:53,594 - DEBUG - Pod c1e611c5-4c97-4d50-92a4-4934a5814b68 is not in agent 10.0.0.48 VM list 2025-10-27 02:24:53,594 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f55e77e0-b2db-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:24:53,600 - DEBUG - VMI f55e77e0-b2db-11f0-ba3c-fa163e7cb6cc is removed from agent 10.0.0.48 2025-10-27 02:24:53,600 - INFO - Verified that pod ctest-busybox-pod-71598479 is removed in agent 2025-10-27 02:24:53,600 - INFO - Deleting Ingress : ctest-nginx-ingress-14710986 2025-10-27 02:24:53,613 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=77218ef3-9003-438b-a401-60460baa97b8 2025-10-27 02:24:53,619 - ERROR - Ingress ctest-nginx-ingress-14710986 with uuid 77218ef3-9003-438b-a401-60460baa97b8 still found in kube manager 2025-10-27 02:24:54,620 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=77218ef3-9003-438b-a401-60460baa97b8 2025-10-27 02:24:54,624 - ERROR - Ingress ctest-nginx-ingress-14710986 with uuid 77218ef3-9003-438b-a401-60460baa97b8 still found in kube manager 2025-10-27 02:24:55,625 - DEBUG - Requesting: http://10.0.0.241:8108/Snh_LoadbalancerDatabaseList?x=77218ef3-9003-438b-a401-60460baa97b8 2025-10-27 02:24:55,629 - INFO - Ingress ctest-nginx-ingress-14710986 with uuid 77218ef3-9003-438b-a401-60460baa97b8 deleted successfully from kube manager 2025-10-27 02:24:55,629 - INFO - Verifications on Ingress %s cleanup passed 2025-10-27 02:24:55,629 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-10-27 02:24:55,717 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-10-27 02:24:55,722 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-10-27 02:24:55,722 - INFO - Deleting VN __public__ 2025-10-27 02:24:55,815 - DEBUG - Requesting: http://10.0.0.241:8082/routing-instance/9f00cedf-4056-43f2-87f6-ea50171fbac5 2025-10-27 02:24:55,822 - DEBUG - Response Code: 404 2025-10-27 02:24:55,822 - DEBUG - Requesting: http://10.0.0.241:8082/domains 2025-10-27 02:24:55,829 - DEBUG - Requesting: http://10.0.0.241:8082/domain/12e4ff92-cb6c-431a-955a-202b4e5aa97a 2025-10-27 02:24:55,838 - DEBUG - Requesting: http://10.0.0.241:8082/project/237459be-8c0f-4ce0-8670-a21cc29000a4 2025-10-27 02:24:55,885 - INFO - Validated that VN __public__ is not found in API Server 2025-10-27 02:24:55,885 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-10-27 02:24:55,891 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 02:24:55,896 - DEBUG - VN __public__ is not present in Agent 10.0.0.48 2025-10-27 02:24:55,897 - INFO - Validated that VN __public__ is not in any agent 2025-10-27 02:24:55,897 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 02:24:55,903 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-10-27 02:24:55,909 - DEBUG - Requesting: http://10.0.0.241:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-10-27 02:24:55,914 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-10-27 02:24:55,915 - INFO - Deleting pod default:ctest-nginx-pod-66842447 2025-10-27 02:24:55,949 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=861a5180-2e1c-4cc3-bd02-511b47f4a7b0 2025-10-27 02:24:55,960 - WARNING - Pod uuid 861a5180-2e1c-4cc3-bd02-511b47f4a7b0 is still seen in agent 10.0.0.48 VM list 2025-10-27 02:25:00,961 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=861a5180-2e1c-4cc3-bd02-511b47f4a7b0 2025-10-27 02:25:00,968 - DEBUG - Pod 861a5180-2e1c-4cc3-bd02-511b47f4a7b0 is not in agent 10.0.0.48 VM list 2025-10-27 02:25:00,968 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f125c8e0-b2db-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:25:00,974 - DEBUG - VMI f125c8e0-b2db-11f0-ba3c-fa163e7cb6cc is removed from agent 10.0.0.48 2025-10-27 02:25:00,974 - INFO - Verified that pod ctest-nginx-pod-66842447 is removed in agent 2025-10-27 02:25:00,975 - INFO - Deleting pod default:ctest-nginx-pod-30441412 2025-10-27 02:25:01,026 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=4688e7db-9050-493a-a0ad-712f4f2a391a 2025-10-27 02:25:01,036 - WARNING - Pod uuid 4688e7db-9050-493a-a0ad-712f4f2a391a is still seen in agent 10.0.0.48 VM list 2025-10-27 02:25:06,037 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=4688e7db-9050-493a-a0ad-712f4f2a391a 2025-10-27 02:25:06,043 - DEBUG - Pod 4688e7db-9050-493a-a0ad-712f4f2a391a is not in agent 10.0.0.48 VM list 2025-10-27 02:25:06,043 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f0b12224-b2db-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:25:06,049 - DEBUG - VMI f0b12224-b2db-11f0-ba3c-fa163e7cb6cc is removed from agent 10.0.0.48 2025-10-27 02:25:06,049 - INFO - Verified that pod ctest-nginx-pod-30441412 is removed in agent 2025-10-27 02:25:06,050 - INFO - Deleting service : ctest-nginx-svc-26413727 2025-10-27 02:25:06,309 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 02:25:06,315 - DEBUG - No XMPP flaps were noticed during the test
2025-10-27 02:25:06,315 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:33]
2025-10-27 02:25:06,316 - INFO - -------------------------------------------------------------------------------- 2025-10-27 02:25:12,760 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 02:25:12,900 - DEBUG - Output : cluster_project={} 2025-10-27 02:25:12,978 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-10-27 02:25:13,141 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-10-27 02:25:13,146 - DEBUG - [10.0.0.241]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-10-27 02:25:13,270 - DEBUG - Output : cluster_project={} 2025-10-27 02:25:23,365 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:23,443 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:23,521 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:23,559 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:33,612 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:33,692 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:33,769 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:33,806 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-10-27 02:25:34,047 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 02:25:36,816 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_ApplicationPolicySetReq? 2025-10-27 02:25:36,822 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-10-27 02:25:36,851 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-10-27 02:25:38,875 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AclReq? 2025-10-27 02:28:38,914 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_AgentXmppConnectionStatusReq? 2025-10-27 02:28:38,991 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1a0ab1a0-1add-4364-a841-a867f04884d0 2025-10-27 02:28:39,005 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:28:39,050 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:28:39,064 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2bc2f55-e1a0-48ed-8728-87ebe9b97bf9 2025-10-27 02:28:39,068 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=60fbfdc9-436f-43c4-89d0-07c596835854 2025-10-27 02:28:39,114 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9b7e8d2f-f0c0-4eb1-a21e-dbd81b79b684 2025-10-27 02:28:39,123 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:28:39,134 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:28:44,142 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:28:44,143 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:28:44,178 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=60fbfdc9-436f-43c4-89d0-07c596835854 2025-10-27 02:28:44,180 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=9b7e8d2f-f0c0-4eb1-a21e-dbd81b79b684 2025-10-27 02:28:44,181 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=d2bc2f55-e1a0-48ed-8728-87ebe9b97bf9 2025-10-27 02:28:44,182 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=1a0ab1a0-1add-4364-a841-a867f04884d0 2025-10-27 02:28:44,184 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:28:44,195 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2d244a38-b2dc-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:28:44,196 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2ca0cd98-b2dc-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:28:44,200 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2b9044ce-b2dc-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:28:44,201 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2bfd1d4c-b2dc-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:28:44,214 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:28:49,152 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:28:49,154 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:28:49,200 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:28:49,220 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:28:54,163 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:28:54,165 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:28:54,207 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:28:54,228 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:28:59,173 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:28:59,175 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:28:59,215 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:28:59,234 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:29:04,184 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:29:04,186 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:29:04,222 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:29:04,241 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:29:09,199 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:29:09,200 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:29:09,230 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:29:09,248 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:29:14,215 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e55ae824-c9fd-4970-8f97-191c4b0056e3 2025-10-27 02:29:14,217 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=e97595f4-fb3e-4a5b-811e-bffd86377538 2025-10-27 02:29:14,224 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e2aa42c-b2dc-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:29:14,226 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2db215b6-b2dc-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:29:14,268 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=00c64f19-b696-4f83-b616-f5c000937214 2025-10-27 02:29:14,269 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_VmListReq?uuid=09cc878f-70cb-4d76-afd0-7eea25d20906 2025-10-27 02:29:14,277 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2e973c5e-b2dc-11f0-ba3c-fa163e7cb6cc 2025-10-27 02:29:14,279 - DEBUG - Requesting: http://10.0.0.48:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:2f0000ae-b2dc-11f0-ba3c-fa163e7cb6cc