2025-11-18 01:00:54,803 - DEBUG - [10.0.0.141]: Running cmd : hostname 2025-11-18 01:00:55,213 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1729-1 2025-11-18 01:00:55,213 - DEBUG - [10.0.0.141]: Running cmd : hostname -f 2025-11-18 01:00:55,258 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1729-1 2025-11-18 01:00:55,259 - DEBUG - [10.0.0.141]: 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-11-18 01:00:55,412 - DEBUG - Output : NAMES contrail_test_ZhLumgD7Z contrail-kubernetes-master-kubemanager-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-query-engine-1 analytics_database-nodemgr-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-control-1 control-dns-1 control-nodemgr-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-nodemgr-1 config_api-api-1 config_api-svcmonitor-1 config_api-schema-1 2025-11-18 01:00:55,412 - DEBUG - [10.0.0.141]: Running cmd : ip -4 -o addr show | awk '{print $4}' 2025-11-18 01:00:55,470 - DEBUG - Output : 127.0.0.1/8 10.0.0.141/24 252.141.0.1/8 10.121.53.1/24 172.17.0.1/16 2025-11-18 01:00:55,471 - DEBUG - [10.0.0.141]: Running cmd : getent hosts 10.0.0.141 | head -n 1 | awk '{print $2}' 2025-11-18 01:00:55,519 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1729-1 2025-11-18 01:00:55,642 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-11-18 01:00:55,942 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1729-1 2025-11-18 01:00:55,942 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-11-18 01:00:55,988 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1729-1 2025-11-18 01:00:55,989 - DEBUG - [10.0.0.19]: 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-11-18 01:00:56,055 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-11-18 01:00:56,056 - DEBUG - [10.0.0.19]: Running cmd : ip -4 -o addr show dev vhost0 | awk '{print $4}' 2025-11-18 01:00:56,103 - DEBUG - Output : 10.0.0.19/24 2025-11-18 01:00:56,104 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-11-18 01:00:56,187 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1729-1 2025-11-18 01:00:56,323 - INFO - Using existing project ['default-domain', 'k8s-default'](c01353f2-5506-4582-846f-c04dc41955aa) 2025-11-18 01:00:56,503 - INFO - Using existing project ['default-domain', 'k8s-default'](c01353f2-5506-4582-846f-c04dc41955aa) 2025-11-18 01:00:56,650 - INFO - ================================================================================ 2025-11-18 01:00:56,651 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-11-18 01:00:56,652 - 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-11-18 01:00:56,963 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 01:00:56,979 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.0.0.141': '0'}} with 2025-11-18 01:00:56,980 - INFO - Initial checks done. Running the testcase now 2025-11-18 01:00:56,980 - INFO - 2025-11-18 01:00:56,992 - INFO - Namespace default already exists 2025-11-18 01:00:56,993 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-18 01:00:57,203 - DEBUG - Output : cluster_project={} 2025-11-18 01:00:57,251 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-11-18 01:00:57,251 - DEBUG - Project uuid in Contrail is c01353f2-5506-4582-846f-c04dc41955aa 2025-11-18 01:00:57,251 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-18 01:00:57,479 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-18 01:00:57,479 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_NamespaceDatabaseList?namespace_uuid=8d27b647-a907-4067-80fb-de2cf67a09eb 2025-11-18 01:00:57,488 - INFO - Namespace default with uuid 8d27b647-a907-4067-80fb-de2cf67a09eb found in kube manager 2025-11-18 01:00:57,489 - INFO - Namespace default verification passed 2025-11-18 01:00:57,496 - DEBUG - Service ctest-nginx-svc-95206230 not present 2025-11-18 01:00:57,498 - INFO - Creating service ctest-nginx-svc-95206230 2025-11-18 01:00:57,526 - INFO - Created Service ctest-nginx-svc-95206230 2025-11-18 01:00:57,530 - DEBUG - Pod ctest-nginx-pod-89043483 not present 2025-11-18 01:00:57,530 - INFO - Creating Pod ctest-nginx-pod-89043483 2025-11-18 01:00:57,636 - DEBUG - Pod : ctest-nginx-pod-89043483 UUID is 9ba57943-2ced-4b1a-9e7b-b4fa35b531b9 2025-11-18 01:00:57,651 - DEBUG - Pod ctest-nginx-pod-86646128 not present 2025-11-18 01:00:57,652 - INFO - Creating Pod ctest-nginx-pod-86646128 2025-11-18 01:00:57,721 - DEBUG - Pod : ctest-nginx-pod-86646128 UUID is 4b71574c-83a8-4094-bdb4-6f8e165b8efa 2025-11-18 01:00:58,040 - INFO - Created VN __public__, UUID :196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:00:58,324 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-11-18 01:00:58,330 - DEBUG - Requesting: http://10.0.0.141:8082/domain/ed2aa32c-36c9-41b2-b6bb-f43ad316cc15 2025-11-18 01:00:58,374 - DEBUG - Requesting: http://10.0.0.141:8082/project/c01353f2-5506-4582-846f-c04dc41955aa 2025-11-18 01:00:58,470 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:00:58,526 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:00:58,561 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:00:58,601 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:00:58,632 - DEBUG - Route Targets: [] 2025-11-18 01:00:58,632 - DEBUG - RT names not yet present for VN __public__ 2025-11-18 01:01:03,632 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-11-18 01:01:03,678 - DEBUG - Requesting: http://10.0.0.141:8082/domain/ed2aa32c-36c9-41b2-b6bb-f43ad316cc15 2025-11-18 01:01:03,750 - DEBUG - Requesting: http://10.0.0.141:8082/project/c01353f2-5506-4582-846f-c04dc41955aa 2025-11-18 01:01:03,841 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:03,857 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:03,873 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:01:03,898 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:01:03,908 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/599a9dce-b9ce-4a08-9c21-f4f23c61f9f2 2025-11-18 01:01:03,922 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-18 01:01:03,922 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:03,942 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:01:03,976 - INFO - Verified VN network id 13 for VN 196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:03,976 - INFO - Verifications in API Server for VN __public__ passed 2025-11-18 01:01:03,976 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:03,989 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:01:03,998 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:01:04,007 - DEBUG - Requesting: http://10.0.0.141:8082/route-target/599a9dce-b9ce-4a08-9c21-f4f23c61f9f2 2025-11-18 01:01:04,016 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-18 01:01:04,025 - DEBUG - Control-node 10.0.0.141 : 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': '1829475152843131312', 'uuid-lslong': '11649637664882038887'}, 'enable': 'true', 'created': '2025-11-18T01:00:57', 'last-modified': '2025-11-18T01:00:58', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.782635'} 2025-11-18 01:01:04,025 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 01:01:04,039 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-11-18 01:01:04,039 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-11-18 01:01:04,040 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-11-18 01:01:04,040 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-11-18 01:01:04,046 - DEBUG - Requesting: http://10.0.0.141:8082/domain/ed2aa32c-36c9-41b2-b6bb-f43ad316cc15 2025-11-18 01:01:04,055 - DEBUG - Requesting: http://10.0.0.141:8082/project/c01353f2-5506-4582-846f-c04dc41955aa 2025-11-18 01:01:04,110 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:04,122 - DEBUG - =>VN __public__ has no policy to be verified 2025-11-18 01:01:04,123 - DEBUG - Verifying the vn in opserver 2025-11-18 01:01:04,123 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.141 2025-11-18 01:01:04,123 - DEBUG - Requesting: http://10.0.0.141:8081/analytics/uves/virtual-networks 2025-11-18 01:01:04,129 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.141:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-11-18 01:01:04,129 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-11-18 01:01:04,129 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 01:01:04,139 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 01:01:04,148 - DEBUG - Do not have enough data to verify VN in agent 2025-11-18 01:01:04,148 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 01:01:04,162 - DEBUG - VRF ids for VN __public__: {} 2025-11-18 01:01:04,335 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-11-18 01:01:04,531 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-11-18 01:01:04,539 - DEBUG - Requesting: http://10.0.0.141:8082/domain/ed2aa32c-36c9-41b2-b6bb-f43ad316cc15 2025-11-18 01:01:04,547 - DEBUG - Requesting: http://10.0.0.141:8082/project/c01353f2-5506-4582-846f-c04dc41955aa 2025-11-18 01:01:04,614 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:04,633 - DEBUG - Requesting: http://10.0.0.141:8082/floating-ip-pool/1a827b6a-c8e8-4f10-bd0c-b3333a26fa2d 2025-11-18 01:01:04,649 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-11-18 01:01:04,662 - DEBUG - Requesting: http://10.0.0.141:8082/domain/ed2aa32c-36c9-41b2-b6bb-f43ad316cc15 2025-11-18 01:01:04,673 - DEBUG - Requesting: http://10.0.0.141:8082/project/c01353f2-5506-4582-846f-c04dc41955aa 2025-11-18 01:01:04,737 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-network/196399f5-629e-49b0-a1ab-d3bbd94e1867 2025-11-18 01:01:04,752 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-11-18 01:01:04,752 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-11-18 01:01:04,764 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-18 01:01:04,774 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-11-18 01:01:04,774 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-11-18 01:01:04,778 - DEBUG - Ingress ctest-nginx-ingress-90670544 not present 2025-11-18 01:01:04,779 - INFO - Creating Ingress ctest-nginx-ingress-90670544 2025-11-18 01:01:04,788 - INFO - Created Ingress ctest-nginx-ingress-90670544 2025-11-18 01:01:04,793 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-90670544 2025-11-18 01:01:07,801 - DEBUG - For Ingress ctest-nginx-ingress-90670544, Cluster IP: 10.47.255.249, External IPs ['94.44.170.252'] 2025-11-18 01:01:07,801 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-90670544 2025-11-18 01:01:07,806 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=b354e079-7481-4da8-8098-cb0dccf1624e 2025-11-18 01:01:07,820 - INFO - Ingress ctest-nginx-ingress-90670544 with uuid b354e079-7481-4da8-8098-cb0dccf1624e found in kube manager 2025-11-18 01:01:07,820 - INFO - Ingress ctest-nginx-ingress-90670544 verification passed 2025-11-18 01:01:07,823 - DEBUG - Pod ctest-busybox-pod-28104898 not present 2025-11-18 01:01:07,824 - INFO - Creating Pod ctest-busybox-pod-28104898 2025-11-18 01:01:07,866 - DEBUG - Pod : ctest-busybox-pod-28104898 UUID is 733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:07,873 - DEBUG - Pod ctest-nginx-pod-89043483 not in running state.Currently in Pending 2025-11-18 01:01:12,880 - DEBUG - Pod ctest-nginx-pod-89043483 not in running state.Currently in Pending 2025-11-18 01:01:17,888 - INFO - Pod ctest-nginx-pod-89043483 is in running state.Got IP 10.47.255.251 2025-11-18 01:01:17,905 - DEBUG - Pod ctest-nginx-pod-89043483 has vmi 0bfc0158-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:01:17,905 - INFO - Verified pod ctest-nginx-pod-89043483 in contrail-api 2025-11-18 01:01:17,905 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:01:17,918 - DEBUG - VMI 0bfc0158-c41a-11f0-9b56-fa163ecb395f is active in agent 10.0.0.19 2025-11-18 01:01:17,919 - INFO - Verified Pod ctest-nginx-pod-89043483 in agent 10.0.0.19 2025-11-18 01:01:17,919 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=9ba57943-2ced-4b1a-9e7b-b4fa35b531b9 2025-11-18 01:01:17,923 - INFO - Pod ctest-nginx-pod-89043483 with uuid 9ba57943-2ced-4b1a-9e7b-b4fa35b531b9 found in kube manager 2025-11-18 01:01:17,924 - INFO - Pod ctest-nginx-pod-89043483 verification passed 2025-11-18 01:01:18,001 - DEBUG - [Pod ctest-nginx-pod-89043483] Cmd: echo ctest-nginx-pod-89043483 > /usr/share/nginx/html/index.html, Output: 2025-11-18 01:01:18,008 - INFO - Pod ctest-nginx-pod-86646128 is in running state.Got IP 10.47.255.250 2025-11-18 01:01:18,021 - DEBUG - Pod ctest-nginx-pod-86646128 has vmi 0cd4adaa-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:01:18,021 - INFO - Verified pod ctest-nginx-pod-86646128 in contrail-api 2025-11-18 01:01:18,021 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:01:18,029 - DEBUG - VMI 0cd4adaa-c41a-11f0-9b56-fa163ecb395f is active in agent 10.0.0.19 2025-11-18 01:01:18,030 - INFO - Verified Pod ctest-nginx-pod-86646128 in agent 10.0.0.19 2025-11-18 01:01:18,030 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=4b71574c-83a8-4094-bdb4-6f8e165b8efa 2025-11-18 01:01:18,034 - INFO - Pod ctest-nginx-pod-86646128 with uuid 4b71574c-83a8-4094-bdb4-6f8e165b8efa found in kube manager 2025-11-18 01:01:18,034 - INFO - Pod ctest-nginx-pod-86646128 verification passed 2025-11-18 01:01:18,090 - DEBUG - [Pod ctest-nginx-pod-86646128] Cmd: echo ctest-nginx-pod-86646128 > /usr/share/nginx/html/index.html, Output: 2025-11-18 01:01:18,096 - DEBUG - Pod ctest-busybox-pod-28104898 not in running state.Currently in Pending 2025-11-18 01:01:23,106 - INFO - Pod ctest-busybox-pod-28104898 is in running state.Got IP 10.47.255.248 2025-11-18 01:01:23,159 - DEBUG - Pod ctest-busybox-pod-28104898 has vmi 10e50a8e-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:01:23,159 - INFO - Verified pod ctest-busybox-pod-28104898 in contrail-api 2025-11-18 01:01:23,159 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:01:23,171 - DEBUG - VMI 10e50a8e-c41a-11f0-9b56-fa163ecb395f is active in agent 10.0.0.19 2025-11-18 01:01:23,171 - INFO - Verified Pod ctest-busybox-pod-28104898 in agent 10.0.0.19 2025-11-18 01:01:23,171 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_VirtualMachineDatabaseList?x=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:23,177 - INFO - Pod ctest-busybox-pod-28104898 with uuid 733a0fee-bad0-42ca-8611-797a2e63b375 found in kube manager 2025-11-18 01:01:23,177 - INFO - Pod ctest-busybox-pod-28104898 verification passed 2025-11-18 01:01:23,239 - DEBUG - [Pod ctest-busybox-pod-28104898] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-86646128 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-11-18 01:01:23,239 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-18 01:01:23,239 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd output: ctest-nginx-pod-86646128 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-11-18 01:01:23,296 - DEBUG - [Pod ctest-busybox-pod-28104898] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-86646128 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-11-18 01:01:23,297 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-18 01:01:23,297 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd output: ctest-nginx-pod-86646128 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-11-18 01:01:23,356 - DEBUG - [Pod ctest-busybox-pod-28104898] 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-86646128 2025-11-18 01:01:23,356 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-18 01:01:23,356 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] 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-86646128 2025-11-18 01:01:23,423 - DEBUG - [Pod ctest-busybox-pod-28104898] 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) ctest-nginx-pod-86646128 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-18 01:01:23,423 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-18 01:01:23,423 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-86646128 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-11-18 01:01:23,481 - DEBUG - [Pod ctest-busybox-pod-28104898] 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-89043483 2025-11-18 01:01:23,481 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-11-18 01:01:23,481 - DEBUG - [Pod Pod ctest-busybox-pod-28104898] 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-89043483 2025-11-18 01:01:23,481 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-89043483': 1, 'ctest-nginx-pod-86646128': 4} 2025-11-18 01:01:23,481 - WARNING - Nothing to delete parallely 2025-11-18 01:01:23,482 - INFO - Deleting pod default:ctest-busybox-pod-28104898 2025-11-18 01:01:23,499 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:23,507 - WARNING - Pod uuid 733a0fee-bad0-42ca-8611-797a2e63b375 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:01:28,508 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:28,514 - WARNING - Pod uuid 733a0fee-bad0-42ca-8611-797a2e63b375 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:01:33,514 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:33,521 - WARNING - Pod uuid 733a0fee-bad0-42ca-8611-797a2e63b375 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:01:38,522 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:38,528 - WARNING - Pod uuid 733a0fee-bad0-42ca-8611-797a2e63b375 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:01:43,529 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:43,535 - WARNING - Pod uuid 733a0fee-bad0-42ca-8611-797a2e63b375 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:01:48,537 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:48,544 - WARNING - Pod uuid 733a0fee-bad0-42ca-8611-797a2e63b375 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:01:53,545 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:53,583 - WARNING - Pod uuid 733a0fee-bad0-42ca-8611-797a2e63b375 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:01:58,583 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=733a0fee-bad0-42ca-8611-797a2e63b375 2025-11-18 01:01:58,590 - DEBUG - Pod 733a0fee-bad0-42ca-8611-797a2e63b375 is not in agent 10.0.0.19 VM list 2025-11-18 01:01:58,590 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:10e50a8e-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:01:58,596 - DEBUG - VMI 10e50a8e-c41a-11f0-9b56-fa163ecb395f is removed from agent 10.0.0.19 2025-11-18 01:01:58,596 - INFO - Verified that pod ctest-busybox-pod-28104898 is removed in agent 2025-11-18 01:01:58,597 - INFO - Deleting Ingress : ctest-nginx-ingress-90670544 2025-11-18 01:01:58,603 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=b354e079-7481-4da8-8098-cb0dccf1624e 2025-11-18 01:01:58,611 - ERROR - Ingress ctest-nginx-ingress-90670544 with uuid b354e079-7481-4da8-8098-cb0dccf1624e still found in kube manager 2025-11-18 01:01:59,611 - DEBUG - Requesting: http://10.0.0.141:8108/Snh_LoadbalancerDatabaseList?x=b354e079-7481-4da8-8098-cb0dccf1624e 2025-11-18 01:01:59,617 - INFO - Ingress ctest-nginx-ingress-90670544 with uuid b354e079-7481-4da8-8098-cb0dccf1624e deleted successfully from kube manager 2025-11-18 01:01:59,617 - INFO - Verifications on Ingress %s cleanup passed 2025-11-18 01:01:59,618 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-11-18 01:01:59,870 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-11-18 01:01:59,898 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-11-18 01:01:59,898 - INFO - Deleting VN __public__ 2025-11-18 01:02:00,151 - DEBUG - Requesting: http://10.0.0.141:8082/routing-instance/f018189c-8126-4da1-a924-f566fa7b2d98 2025-11-18 01:02:00,157 - DEBUG - Response Code: 404 2025-11-18 01:02:00,158 - DEBUG - Requesting: http://10.0.0.141:8082/domains 2025-11-18 01:02:00,173 - DEBUG - Requesting: http://10.0.0.141:8082/domain/ed2aa32c-36c9-41b2-b6bb-f43ad316cc15 2025-11-18 01:02:00,196 - DEBUG - Requesting: http://10.0.0.141:8082/project/c01353f2-5506-4582-846f-c04dc41955aa 2025-11-18 01:02:00,269 - INFO - Validated that VN __public__ is not found in API Server 2025-11-18 01:02:00,272 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-11-18 01:02:00,294 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 01:02:00,315 - DEBUG - VN __public__ is not present in Agent 10.0.0.19 2025-11-18 01:02:00,315 - INFO - Validated that VN __public__ is not in any agent 2025-11-18 01:02:00,315 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 01:02:00,342 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-11-18 01:02:00,348 - DEBUG - Requesting: http://10.0.0.141:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-11-18 01:02:00,354 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-11-18 01:02:00,355 - INFO - Deleting pod default:ctest-nginx-pod-86646128 2025-11-18 01:02:00,385 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b71574c-83a8-4094-bdb4-6f8e165b8efa 2025-11-18 01:02:00,401 - WARNING - Pod uuid 4b71574c-83a8-4094-bdb4-6f8e165b8efa is still seen in agent 10.0.0.19 VM list 2025-11-18 01:02:05,402 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=4b71574c-83a8-4094-bdb4-6f8e165b8efa 2025-11-18 01:02:05,411 - DEBUG - Pod 4b71574c-83a8-4094-bdb4-6f8e165b8efa is not in agent 10.0.0.19 VM list 2025-11-18 01:02:05,411 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0cd4adaa-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:02:05,419 - DEBUG - VMI 0cd4adaa-c41a-11f0-9b56-fa163ecb395f is removed from agent 10.0.0.19 2025-11-18 01:02:05,419 - INFO - Verified that pod ctest-nginx-pod-86646128 is removed in agent 2025-11-18 01:02:05,419 - INFO - Deleting pod default:ctest-nginx-pod-89043483 2025-11-18 01:02:05,483 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9ba57943-2ced-4b1a-9e7b-b4fa35b531b9 2025-11-18 01:02:05,494 - WARNING - Pod uuid 9ba57943-2ced-4b1a-9e7b-b4fa35b531b9 is still seen in agent 10.0.0.19 VM list 2025-11-18 01:02:10,495 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9ba57943-2ced-4b1a-9e7b-b4fa35b531b9 2025-11-18 01:02:10,503 - DEBUG - Pod 9ba57943-2ced-4b1a-9e7b-b4fa35b531b9 is not in agent 10.0.0.19 VM list 2025-11-18 01:02:10,503 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0bfc0158-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:02:10,508 - DEBUG - VMI 0bfc0158-c41a-11f0-9b56-fa163ecb395f is removed from agent 10.0.0.19 2025-11-18 01:02:10,508 - INFO - Verified that pod ctest-nginx-pod-89043483 is removed in agent 2025-11-18 01:02:10,508 - INFO - Deleting service : ctest-nginx-svc-95206230 2025-11-18 01:02:10,743 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 01:02:10,752 - DEBUG - No XMPP flaps were noticed during the test
2025-11-18 01:02:10,752 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14]
2025-11-18 01:02:10,753 - INFO - -------------------------------------------------------------------------------- 2025-11-18 01:02:17,272 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-18 01:02:17,410 - DEBUG - Output : cluster_project={} 2025-11-18 01:02:17,517 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-11-18 01:02:17,760 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-11-18 01:02:17,765 - DEBUG - [10.0.0.141]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-11-18 01:02:17,914 - DEBUG - Output : cluster_project={} 2025-11-18 01:02:28,013 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:33,111 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:33,147 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:33,236 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:33,319 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:33,358 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:33,446 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:38,497 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-11-18 01:02:38,779 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 01:02:41,606 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_ApplicationPolicySetReq? 2025-11-18 01:02:41,624 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-11-18 01:02:41,651 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-11-18 01:02:43,686 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AclReq? 2025-11-18 01:05:44,048 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_AgentXmppConnectionStatusReq? 2025-11-18 01:05:44,106 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=302e972f-4606-4a9b-a7a3-6b4f47ebe5f3 2025-11-18 01:05:44,133 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e9fcca0-88f0-4970-aa9f-046f67447a3d 2025-11-18 01:05:44,144 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ca0d893d-871c-44f9-ac9c-118ff7897b55 2025-11-18 01:05:44,152 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=def4ae46-d873-4582-af82-3e003be8b78a 2025-11-18 01:05:44,166 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:05:44,186 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:05:44,229 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:05:44,244 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:05:49,199 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=302e972f-4606-4a9b-a7a3-6b4f47ebe5f3 2025-11-18 01:05:49,207 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3b1ddd1c-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:05:49,304 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:05:49,307 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:05:49,308 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=def4ae46-d873-4582-af82-3e003be8b78a 2025-11-18 01:05:49,310 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=9e9fcca0-88f0-4970-aa9f-046f67447a3d 2025-11-18 01:05:49,311 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=ca0d893d-871c-44f9-ac9c-118ff7897b55 2025-11-18 01:05:49,312 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:05:49,314 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:05:49,333 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ce25cd6-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:05:49,335 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3bb200aa-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:05:49,339 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3c5a4422-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:05:54,337 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:05:54,338 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:05:54,340 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:05:54,341 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:05:59,359 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:05:59,362 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:05:59,364 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:05:59,366 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:06:04,384 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:06:04,386 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:06:04,387 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:06:04,388 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:06:09,401 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:06:09,402 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:06:09,404 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:06:09,405 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:06:14,417 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:06:14,419 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:06:14,419 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:06:14,422 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:06:19,435 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=828f80cb-539e-4849-ac37-165bf18a1c02 2025-11-18 01:06:19,436 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=dd6add86-73b8-4c67-b42d-a92fc0f5c30a 2025-11-18 01:06:19,439 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=8cfaa97c-594e-4e3b-929a-f06c645e8985 2025-11-18 01:06:19,440 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_VmListReq?uuid=e1a67843-a5fe-422d-9879-7c4332ff7758 2025-11-18 01:06:19,452 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3e5ea7ae-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:06:19,457 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3deda9b4-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:06:19,459 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3ed4397e-c41a-11f0-9b56-fa163ecb395f 2025-11-18 01:06:19,461 - DEBUG - Requesting: http://10.0.0.19:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3d704622-c41a-11f0-9b56-fa163ecb395f