2025-04-22 20:34:52,509 - DEBUG - [10.0.0.61]: Running cmd : hostname 2025-04-22 20:34:52,751 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1172-1 2025-04-22 20:34:52,751 - DEBUG - [10.0.0.61]: Running cmd : hostname -f 2025-04-22 20:34:52,785 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1172-1 2025-04-22 20:34:52,785 - DEBUG - [10.0.0.61]: 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-04-22 20:34:52,894 - DEBUG - Output : NAMES contrail_test_mvX8IccLA analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 contrail-kubernetes-master-kubemanager-1 redis-redis-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-svcmonitor-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-schema-1 2025-04-22 20:34:52,894 - DEBUG - [10.0.0.61]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 20:34:52,927 - DEBUG - Output : 10.0.0.61/24 172.17.0.1/16 2025-04-22 20:34:52,927 - DEBUG - [10.0.0.61]: Running cmd : getent hosts 10.0.0.61 | head -n 1 | awk '{print $2}' 2025-04-22 20:34:52,963 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1172-1 2025-04-22 20:34:53,057 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-04-22 20:34:53,268 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1172-1 2025-04-22 20:34:53,268 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-04-22 20:34:53,292 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1172-1 2025-04-22 20:34:53,292 - DEBUG - [10.0.0.27]: 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-04-22 20:34:53,337 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-04-22 20:34:53,337 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-22 20:34:53,371 - DEBUG - Output : 10.0.0.27/24 2025-04-22 20:34:53,371 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-04-22 20:34:53,406 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1172-1 2025-04-22 20:34:53,555 - INFO - Using existing project ['default-domain', 'k8s-default'](f593206c-7b08-45b4-a6a2-573f424c3b29) 2025-04-22 20:34:53,662 - INFO - Using existing project ['default-domain', 'k8s-default'](f593206c-7b08-45b4-a6a2-573f424c3b29) 2025-04-22 20:34:53,796 - INFO - ================================================================================ 2025-04-22 20:34:53,797 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-22 20:34:53,797 - 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-04-22 20:34:54,049 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 20:34:54,056 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.61': '0'}} with 2025-04-22 20:34:54,056 - INFO - Initial checks done. Running the testcase now 2025-04-22 20:34:54,056 - INFO - 2025-04-22 20:34:54,059 - INFO - Namespace default already exists 2025-04-22 20:34:54,060 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 20:34:54,195 - DEBUG - Output : cluster_project={} 2025-04-22 20:34:54,245 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-22 20:34:54,245 - DEBUG - Project uuid in Contrail is f593206c-7b08-45b4-a6a2-573f424c3b29 2025-04-22 20:34:54,245 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 20:34:54,405 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 20:34:54,406 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_NamespaceDatabaseList?namespace_uuid=cb9537e6-fe12-48e6-99a2-77d163650e03 2025-04-22 20:34:54,410 - INFO - Namespace default with uuid cb9537e6-fe12-48e6-99a2-77d163650e03 found in kube manager 2025-04-22 20:34:54,410 - INFO - Namespace default verification passed 2025-04-22 20:34:54,413 - DEBUG - Service ctest-nginx-svc-77205665 not present 2025-04-22 20:34:54,413 - INFO - Creating service ctest-nginx-svc-77205665 2025-04-22 20:34:54,443 - INFO - Created Service ctest-nginx-svc-77205665 2025-04-22 20:34:54,453 - DEBUG - Pod ctest-nginx-pod-44039505 not present 2025-04-22 20:34:54,454 - INFO - Creating Pod ctest-nginx-pod-44039505 2025-04-22 20:34:54,514 - DEBUG - Pod : ctest-nginx-pod-44039505 UUID is f83194e7-a1c7-42f8-a93e-20f67cdca59e 2025-04-22 20:34:54,526 - DEBUG - Pod ctest-nginx-pod-75450474 not present 2025-04-22 20:34:54,526 - INFO - Creating Pod ctest-nginx-pod-75450474 2025-04-22 20:34:54,577 - DEBUG - Pod : ctest-nginx-pod-75450474 UUID is a3ef5128-c2f6-419f-93cd-532d5a1989bd 2025-04-22 20:34:54,741 - INFO - Created VN __public__, UUID :03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:34:54,958 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-04-22 20:34:54,974 - DEBUG - Requesting: http://10.0.0.61:8082/domain/a195583c-07a4-4d6e-97fd-9c354b9f10c3 2025-04-22 20:34:54,999 - DEBUG - Requesting: http://10.0.0.61:8082/project/f593206c-7b08-45b4-a6a2-573f424c3b29 2025-04-22 20:34:55,066 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:34:55,077 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:34:55,087 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:34:55,096 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:34:55,103 - DEBUG - Route Targets: [] 2025-04-22 20:34:55,103 - DEBUG - RT names not yet present for VN __public__ 2025-04-22 20:35:00,104 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-04-22 20:35:00,109 - DEBUG - Requesting: http://10.0.0.61:8082/domain/a195583c-07a4-4d6e-97fd-9c354b9f10c3 2025-04-22 20:35:00,116 - DEBUG - Requesting: http://10.0.0.61:8082/project/f593206c-7b08-45b4-a6a2-573f424c3b29 2025-04-22 20:35:00,156 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,164 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,171 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:35:00,180 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:35:00,186 - DEBUG - Requesting: http://10.0.0.61:8082/route-target/0197560d-6c30-4619-bd0c-7d66c0215fd2 2025-04-22 20:35:00,190 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 20:35:00,190 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,198 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:35:00,209 - INFO - Verified VN network id 14 for VN 03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,209 - INFO - Verifications in API Server for VN __public__ passed 2025-04-22 20:35:00,209 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,218 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:35:00,223 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:35:00,228 - DEBUG - Requesting: http://10.0.0.61:8082/route-target/0197560d-6c30-4619-bd0c-7d66c0215fd2 2025-04-22 20:35:00,233 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 20:35:00,239 - DEBUG - Control-node 10.0.0.61 : 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': '282285417251358756', 'uuid-lslong': '11591028313819001076'}, 'enable': 'true', 'created': '2025-04-22T20:34:54', 'last-modified': '2025-04-22T20:34:54', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.384171'} 2025-04-22 20:35:00,240 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 20:35:00,247 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-22 20:35:00,247 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-22 20:35:00,248 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-22 20:35:00,248 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-04-22 20:35:00,252 - DEBUG - Requesting: http://10.0.0.61:8082/domain/a195583c-07a4-4d6e-97fd-9c354b9f10c3 2025-04-22 20:35:00,259 - DEBUG - Requesting: http://10.0.0.61:8082/project/f593206c-7b08-45b4-a6a2-573f424c3b29 2025-04-22 20:35:00,296 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,310 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-22 20:35:00,310 - DEBUG - Verifying the vn in opserver 2025-04-22 20:35:00,310 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.61 2025-04-22 20:35:00,311 - DEBUG - Requesting: http://10.0.0.61:8081/analytics/uves/virtual-networks 2025-04-22 20:35:00,317 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.61:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-22 20:35:00,317 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-22 20:35:00,317 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 20:35:00,324 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 20:35:00,330 - DEBUG - Do not have enough data to verify VN in agent 2025-04-22 20:35:00,330 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 20:35:00,335 - DEBUG - VRF ids for VN __public__: {} 2025-04-22 20:35:00,425 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-22 20:35:00,518 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-04-22 20:35:00,523 - DEBUG - Requesting: http://10.0.0.61:8082/domain/a195583c-07a4-4d6e-97fd-9c354b9f10c3 2025-04-22 20:35:00,530 - DEBUG - Requesting: http://10.0.0.61:8082/project/f593206c-7b08-45b4-a6a2-573f424c3b29 2025-04-22 20:35:00,573 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,585 - DEBUG - Requesting: http://10.0.0.61:8082/floating-ip-pool/2894c9f2-94e7-4709-ac89-6a094ea8d13d 2025-04-22 20:35:00,590 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-04-22 20:35:00,594 - DEBUG - Requesting: http://10.0.0.61:8082/domain/a195583c-07a4-4d6e-97fd-9c354b9f10c3 2025-04-22 20:35:00,600 - DEBUG - Requesting: http://10.0.0.61:8082/project/f593206c-7b08-45b4-a6a2-573f424c3b29 2025-04-22 20:35:00,634 - DEBUG - Requesting: http://10.0.0.61:8082/virtual-network/03eae117-648a-4824-a0db-9ad6eaad30f4 2025-04-22 20:35:00,642 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-22 20:35:00,642 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-22 20:35:00,649 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 20:35:00,654 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-22 20:35:00,654 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-22 20:35:00,660 - DEBUG - Ingress ctest-nginx-ingress-03745664 not present 2025-04-22 20:35:00,660 - INFO - Creating Ingress ctest-nginx-ingress-03745664 2025-04-22 20:35:00,670 - INFO - Created Ingress ctest-nginx-ingress-03745664 2025-04-22 20:35:00,673 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-03745664 2025-04-22 20:35:03,677 - DEBUG - For Ingress ctest-nginx-ingress-03745664, Cluster IP: 10.47.255.249, External IPs ['173.184.101.60'] 2025-04-22 20:35:03,677 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-03745664 2025-04-22 20:35:03,677 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=e7d22068-1b0d-4c62-ad99-9330918e0d13 2025-04-22 20:35:03,682 - INFO - Ingress ctest-nginx-ingress-03745664 with uuid e7d22068-1b0d-4c62-ad99-9330918e0d13 found in kube manager 2025-04-22 20:35:03,682 - INFO - Ingress ctest-nginx-ingress-03745664 verification passed 2025-04-22 20:35:03,685 - DEBUG - Pod ctest-busybox-pod-53625441 not present 2025-04-22 20:35:03,685 - INFO - Creating Pod ctest-busybox-pod-53625441 2025-04-22 20:35:03,711 - DEBUG - Pod : ctest-busybox-pod-53625441 UUID is a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:03,716 - DEBUG - Pod ctest-nginx-pod-44039505 not in running state.Currently in Pending 2025-04-22 20:35:08,721 - DEBUG - Pod ctest-nginx-pod-44039505 not in running state.Currently in Pending 2025-04-22 20:35:13,738 - INFO - Pod ctest-nginx-pod-44039505 is in running state.Got IP 10.47.255.251 2025-04-22 20:35:13,792 - DEBUG - Pod ctest-nginx-pod-44039505 has vmi 407c398a-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:35:13,792 - INFO - Verified pod ctest-nginx-pod-44039505 in contrail-api 2025-04-22 20:35:13,792 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:35:13,804 - DEBUG - VMI 407c398a-1fb9-11f0-9bf3-fa163e579d3f is active in agent 10.0.0.27 2025-04-22 20:35:13,804 - INFO - Verified Pod ctest-nginx-pod-44039505 in agent 10.0.0.27 2025-04-22 20:35:13,804 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=f83194e7-a1c7-42f8-a93e-20f67cdca59e 2025-04-22 20:35:13,808 - INFO - Pod ctest-nginx-pod-44039505 with uuid f83194e7-a1c7-42f8-a93e-20f67cdca59e found in kube manager 2025-04-22 20:35:13,808 - INFO - Pod ctest-nginx-pod-44039505 verification passed 2025-04-22 20:35:13,864 - DEBUG - [Pod ctest-nginx-pod-44039505] Cmd: echo ctest-nginx-pod-44039505 > /usr/share/nginx/html/index.html, Output: 2025-04-22 20:35:13,868 - INFO - Pod ctest-nginx-pod-75450474 is in running state.Got IP 10.47.255.250 2025-04-22 20:35:13,880 - DEBUG - Pod ctest-nginx-pod-75450474 has vmi 40dd50a8-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:35:13,880 - INFO - Verified pod ctest-nginx-pod-75450474 in contrail-api 2025-04-22 20:35:13,880 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:35:13,891 - DEBUG - VMI 40dd50a8-1fb9-11f0-9bf3-fa163e579d3f is active in agent 10.0.0.27 2025-04-22 20:35:13,891 - INFO - Verified Pod ctest-nginx-pod-75450474 in agent 10.0.0.27 2025-04-22 20:35:13,891 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=a3ef5128-c2f6-419f-93cd-532d5a1989bd 2025-04-22 20:35:13,894 - INFO - Pod ctest-nginx-pod-75450474 with uuid a3ef5128-c2f6-419f-93cd-532d5a1989bd found in kube manager 2025-04-22 20:35:13,894 - INFO - Pod ctest-nginx-pod-75450474 verification passed 2025-04-22 20:35:13,951 - DEBUG - [Pod ctest-nginx-pod-75450474] Cmd: echo ctest-nginx-pod-75450474 > /usr/share/nginx/html/index.html, Output: 2025-04-22 20:35:13,958 - DEBUG - Pod ctest-busybox-pod-53625441 not in running state.Currently in Pending 2025-04-22 20:35:18,964 - INFO - Pod ctest-busybox-pod-53625441 is in running state.Got IP 10.47.255.248 2025-04-22 20:35:18,985 - DEBUG - Pod ctest-busybox-pod-53625441 has vmi 4532b242-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:35:18,985 - INFO - Verified pod ctest-busybox-pod-53625441 in contrail-api 2025-04-22 20:35:18,985 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:35:18,995 - DEBUG - VMI 4532b242-1fb9-11f0-9bf3-fa163e579d3f is active in agent 10.0.0.27 2025-04-22 20:35:18,996 - INFO - Verified Pod ctest-busybox-pod-53625441 in agent 10.0.0.27 2025-04-22 20:35:18,996 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_VirtualMachineDatabaseList?x=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:18,999 - INFO - Pod ctest-busybox-pod-53625441 with uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 found in kube manager 2025-04-22 20:35:18,999 - INFO - Pod ctest-busybox-pod-53625441 verification passed 2025-04-22 20:35:19,067 - DEBUG - [Pod ctest-busybox-pod-53625441] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-75450474 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-04-22 20:35:19,067 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 20:35:19,067 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd output: ctest-nginx-pod-75450474 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-04-22 20:35:19,125 - DEBUG - [Pod ctest-busybox-pod-53625441] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-75450474 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-04-22 20:35:19,125 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 20:35:19,125 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd output: ctest-nginx-pod-75450474 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-04-22 20:35:19,186 - DEBUG - [Pod ctest-busybox-pod-53625441] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-75450474 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-04-22 20:35:19,187 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 20:35:19,187 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd output: ctest-nginx-pod-75450474 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-04-22 20:35:19,259 - DEBUG - [Pod ctest-busybox-pod-53625441] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-44039505 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-04-22 20:35:19,260 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-22 20:35:19,260 - DEBUG - [Pod Pod ctest-busybox-pod-53625441] Cmd output: ctest-nginx-pod-44039505 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-04-22 20:35:19,260 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-44039505': 1, 'ctest-nginx-pod-75450474': 3} 2025-04-22 20:35:19,260 - WARNING - Nothing to delete parallely 2025-04-22 20:35:19,260 - INFO - Deleting pod default:ctest-busybox-pod-53625441 2025-04-22 20:35:19,270 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:19,290 - WARNING - Pod uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 is still seen in agent 10.0.0.27 VM list 2025-04-22 20:35:24,291 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:24,298 - WARNING - Pod uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 is still seen in agent 10.0.0.27 VM list 2025-04-22 20:35:29,299 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:29,305 - WARNING - Pod uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 is still seen in agent 10.0.0.27 VM list 2025-04-22 20:35:34,306 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:34,313 - WARNING - Pod uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 is still seen in agent 10.0.0.27 VM list 2025-04-22 20:35:39,313 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:39,320 - WARNING - Pod uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 is still seen in agent 10.0.0.27 VM list 2025-04-22 20:35:44,321 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:44,400 - WARNING - Pod uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 is still seen in agent 10.0.0.27 VM list 2025-04-22 20:35:49,401 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:49,414 - WARNING - Pod uuid a283c233-28a2-4cdf-8d01-210e3a4039a9 is still seen in agent 10.0.0.27 VM list 2025-04-22 20:35:54,415 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a283c233-28a2-4cdf-8d01-210e3a4039a9 2025-04-22 20:35:54,422 - DEBUG - Pod a283c233-28a2-4cdf-8d01-210e3a4039a9 is not in agent 10.0.0.27 VM list 2025-04-22 20:35:54,422 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:4532b242-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:35:54,429 - DEBUG - VMI 4532b242-1fb9-11f0-9bf3-fa163e579d3f is removed from agent 10.0.0.27 2025-04-22 20:35:54,429 - INFO - Verified that pod ctest-busybox-pod-53625441 is removed in agent 2025-04-22 20:35:54,429 - INFO - Deleting Ingress : ctest-nginx-ingress-03745664 2025-04-22 20:35:54,515 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=e7d22068-1b0d-4c62-ad99-9330918e0d13 2025-04-22 20:35:54,704 - ERROR - Ingress ctest-nginx-ingress-03745664 with uuid e7d22068-1b0d-4c62-ad99-9330918e0d13 still found in kube manager 2025-04-22 20:35:55,706 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=e7d22068-1b0d-4c62-ad99-9330918e0d13 2025-04-22 20:35:55,711 - ERROR - Ingress ctest-nginx-ingress-03745664 with uuid e7d22068-1b0d-4c62-ad99-9330918e0d13 still found in kube manager 2025-04-22 20:35:56,712 - DEBUG - Requesting: http://10.0.0.61:8108/Snh_LoadbalancerDatabaseList?x=e7d22068-1b0d-4c62-ad99-9330918e0d13 2025-04-22 20:35:56,716 - INFO - Ingress ctest-nginx-ingress-03745664 with uuid e7d22068-1b0d-4c62-ad99-9330918e0d13 deleted successfully from kube manager 2025-04-22 20:35:56,716 - INFO - Verifications on Ingress %s cleanup passed 2025-04-22 20:35:56,716 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-22 20:35:56,809 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-22 20:35:56,815 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-22 20:35:56,815 - INFO - Deleting VN __public__ 2025-04-22 20:35:56,899 - DEBUG - Requesting: http://10.0.0.61:8082/routing-instance/7a1b2df8-16d1-488f-b563-6e83456097b3 2025-04-22 20:35:56,905 - DEBUG - Response Code: 404 2025-04-22 20:35:56,906 - DEBUG - Requesting: http://10.0.0.61:8082/domains 2025-04-22 20:35:56,917 - DEBUG - Requesting: http://10.0.0.61:8082/domain/a195583c-07a4-4d6e-97fd-9c354b9f10c3 2025-04-22 20:35:56,925 - DEBUG - Requesting: http://10.0.0.61:8082/project/f593206c-7b08-45b4-a6a2-573f424c3b29 2025-04-22 20:35:56,975 - INFO - Validated that VN __public__ is not found in API Server 2025-04-22 20:35:56,976 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-22 20:35:56,982 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 20:35:56,989 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-04-22 20:35:56,989 - INFO - Validated that VN __public__ is not in any agent 2025-04-22 20:35:56,989 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 20:35:56,996 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-22 20:35:57,004 - DEBUG - Requesting: http://10.0.0.61:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-22 20:35:57,010 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-22 20:35:57,010 - INFO - Deleting pod default:ctest-nginx-pod-75450474 2025-04-22 20:35:57,031 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a3ef5128-c2f6-419f-93cd-532d5a1989bd 2025-04-22 20:35:57,044 - WARNING - Pod uuid a3ef5128-c2f6-419f-93cd-532d5a1989bd is still seen in agent 10.0.0.27 VM list 2025-04-22 20:36:02,045 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a3ef5128-c2f6-419f-93cd-532d5a1989bd 2025-04-22 20:36:02,052 - DEBUG - Pod a3ef5128-c2f6-419f-93cd-532d5a1989bd is not in agent 10.0.0.27 VM list 2025-04-22 20:36:02,052 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:40dd50a8-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:36:02,057 - DEBUG - VMI 40dd50a8-1fb9-11f0-9bf3-fa163e579d3f is removed from agent 10.0.0.27 2025-04-22 20:36:02,057 - INFO - Verified that pod ctest-nginx-pod-75450474 is removed in agent 2025-04-22 20:36:02,058 - INFO - Deleting pod default:ctest-nginx-pod-44039505 2025-04-22 20:36:02,069 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f83194e7-a1c7-42f8-a93e-20f67cdca59e 2025-04-22 20:36:02,079 - WARNING - Pod uuid f83194e7-a1c7-42f8-a93e-20f67cdca59e is still seen in agent 10.0.0.27 VM list 2025-04-22 20:36:07,079 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f83194e7-a1c7-42f8-a93e-20f67cdca59e 2025-04-22 20:36:07,086 - DEBUG - Pod f83194e7-a1c7-42f8-a93e-20f67cdca59e is not in agent 10.0.0.27 VM list 2025-04-22 20:36:07,086 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:407c398a-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:36:07,092 - DEBUG - VMI 407c398a-1fb9-11f0-9bf3-fa163e579d3f is removed from agent 10.0.0.27 2025-04-22 20:36:07,093 - INFO - Verified that pod ctest-nginx-pod-44039505 is removed in agent 2025-04-22 20:36:07,093 - INFO - Deleting service : ctest-nginx-svc-77205665 2025-04-22 20:36:07,326 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 20:36:07,337 - DEBUG - No XMPP flaps were noticed during the test 2025-04-22 20:36:07,337 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2025-04-22 20:36:07,337 - INFO - -------------------------------------------------------------------------------- 2025-04-22 20:36:13,667 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 20:36:13,785 - DEBUG - Output : cluster_project={} 2025-04-22 20:36:13,864 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-22 20:36:14,013 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-22 20:36:14,018 - DEBUG - [10.0.0.61]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-22 20:36:14,161 - DEBUG - Output : cluster_project={} 2025-04-22 20:36:24,244 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:24,315 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:29,352 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:29,426 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:34,464 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:34,596 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:34,628 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:34,698 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-22 20:36:34,933 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 20:36:36,504 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-04-22 20:36:36,511 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-22 20:36:36,541 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-22 20:36:38,567 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-04-22 20:39:38,513 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-22 20:39:38,552 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=7659c750-de62-4a23-89c9-994898f7d274 2025-04-22 20:39:38,565 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a95b6ffe-c12f-41dc-a36f-72b017f1c889 2025-04-22 20:39:38,576 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:39:38,579 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:39:38,588 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4722f243-d986-40ab-b31f-d9c7c41d913e 2025-04-22 20:39:38,592 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6d517c03-d5bd-491c-bd28-3eaec4d3d33d 2025-04-22 20:39:38,597 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:39:38,600 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:39:43,659 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=7659c750-de62-4a23-89c9-994898f7d274 2025-04-22 20:39:43,660 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:39:43,662 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:39:43,663 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=a95b6ffe-c12f-41dc-a36f-72b017f1c889 2025-04-22 20:39:43,664 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:39:43,665 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=6d517c03-d5bd-491c-bd28-3eaec4d3d33d 2025-04-22 20:39:43,666 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4722f243-d986-40ab-b31f-d9c7c41d913e 2025-04-22 20:39:43,667 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:39:43,698 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:6f9569a8-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:39:43,702 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:711571d8-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:39:43,705 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:70a0098e-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:39:43,706 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:700d7c54-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:39:48,702 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:39:48,704 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:39:48,708 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:39:48,709 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:39:53,725 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:39:53,726 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:39:53,728 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:39:53,729 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:39:58,744 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:39:58,745 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:39:58,746 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:39:58,748 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:40:03,761 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:40:03,763 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:40:03,764 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:40:03,766 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:40:08,789 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:40:08,790 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:40:08,791 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:40:08,793 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:40:13,814 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=998f4e92-b5c4-4072-b62a-76d213efb225 2025-04-22 20:40:13,816 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=afc8c0b8-0ae0-4cb6-a094-498ab6329b02 2025-04-22 20:40:13,817 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=9851f0c5-9b8c-472c-80b9-2d69953263b5 2025-04-22 20:40:13,818 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=b21c2f46-e541-41d2-a5ac-64255f5e8341 2025-04-22 20:40:13,831 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7193ed74-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:40:13,834 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:72c23f66-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:40:13,835 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:725c4c1a-1fb9-11f0-9bf3-fa163e579d3f 2025-04-22 20:40:13,836 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71fc1354-1fb9-11f0-9bf3-fa163e579d3f