2025-05-13 11:01:11,857 - DEBUG - [10.0.0.19]: Running cmd : hostname 2025-05-13 11:01:12,094 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1227-1 2025-05-13 11:01:12,094 - DEBUG - [10.0.0.19]: Running cmd : hostname -f 2025-05-13 11:01:12,127 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1227-1 2025-05-13 11:01:12,127 - 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-05-13 11:01:12,202 - DEBUG - Output : NAMES contrail_test_G0BeabVzA contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-api-1 analytics-nodemgr-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-dns-1 control-control-1 control-nodemgr-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_api-devicemgr-1 config_api-schema-1 config_api-api-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-nodemgr-1 2025-05-13 11:01:12,202 - DEBUG - [10.0.0.19]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-13 11:01:12,284 - DEBUG - Output : 10.0.0.19/24 172.17.0.1/16 2025-05-13 11:01:12,284 - DEBUG - [10.0.0.19]: Running cmd : getent hosts 10.0.0.19 | head -n 1 | awk '{print $2}' 2025-05-13 11:01:12,318 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1227-1 2025-05-13 11:01:12,414 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-05-13 11:01:12,648 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1227-1 2025-05-13 11:01:12,648 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-05-13 11:01:12,732 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1227-1 2025-05-13 11:01:12,732 - 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-05-13 11:01:12,778 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-13 11:01:12,819 - DEBUG - [10.0.0.27]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-13 11:01:12,853 - DEBUG - Output : 10.0.0.27/24 2025-05-13 11:01:12,853 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-05-13 11:01:12,928 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1227-1 2025-05-13 11:01:13,050 - INFO - Using existing project ['default-domain', 'k8s-default'](aa18bfe5-9528-42e3-9663-4042d1aea5c7) 2025-05-13 11:01:13,181 - INFO - Using existing project ['default-domain', 'k8s-default'](aa18bfe5-9528-42e3-9663-4042d1aea5c7) 2025-05-13 11:01:13,310 - INFO - ================================================================================ 2025-05-13 11:01:13,310 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-13 11:01:13,311 - 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-05-13 11:01:13,548 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-13 11:01:13,555 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.0.0.19': '0'}} with 2025-05-13 11:01:13,555 - INFO - Initial checks done. Running the testcase now 2025-05-13 11:01:13,555 - INFO - 2025-05-13 11:01:13,559 - INFO - Namespace default already exists 2025-05-13 11:01:13,559 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-13 11:01:13,675 - DEBUG - Output : cluster_project={} 2025-05-13 11:01:13,711 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-13 11:01:13,711 - DEBUG - Project uuid in Contrail is aa18bfe5-9528-42e3-9663-4042d1aea5c7 2025-05-13 11:01:13,711 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-13 11:01:13,829 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-13 11:01:13,829 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_NamespaceDatabaseList?namespace_uuid=03013513-1d47-4480-958b-fff126bf6c7d 2025-05-13 11:01:13,834 - INFO - Namespace default with uuid 03013513-1d47-4480-958b-fff126bf6c7d found in kube manager 2025-05-13 11:01:13,834 - INFO - Namespace default verification passed 2025-05-13 11:01:13,837 - DEBUG - Service ctest-nginx-svc-34837278 not present 2025-05-13 11:01:13,837 - INFO - Creating service ctest-nginx-svc-34837278 2025-05-13 11:01:13,854 - INFO - Created Service ctest-nginx-svc-34837278 2025-05-13 11:01:13,867 - DEBUG - Pod ctest-nginx-pod-33275363 not present 2025-05-13 11:01:13,867 - INFO - Creating Pod ctest-nginx-pod-33275363 2025-05-13 11:01:13,899 - DEBUG - Node for Pod ctest-nginx-pod-33275363 not yet populated 2025-05-13 11:01:16,906 - DEBUG - Pod : ctest-nginx-pod-33275363 UUID is 4bc7b0e3-753a-490d-b7f9-e6202a7f9447 2025-05-13 11:01:16,908 - DEBUG - Pod ctest-nginx-pod-94477656 not present 2025-05-13 11:01:16,908 - INFO - Creating Pod ctest-nginx-pod-94477656 2025-05-13 11:01:16,933 - DEBUG - Pod : ctest-nginx-pod-94477656 UUID is d87427eb-2d2d-4efc-8abc-73213c28ef9f 2025-05-13 11:01:17,176 - INFO - Created VN __public__, UUID :4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:17,426 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-05-13 11:01:17,430 - DEBUG - Requesting: http://10.0.0.19:8082/domain/010c546d-76f2-430a-884c-600c25ffe062 2025-05-13 11:01:17,461 - DEBUG - Requesting: http://10.0.0.19:8082/project/aa18bfe5-9528-42e3-9663-4042d1aea5c7 2025-05-13 11:01:17,502 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:17,512 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:17,522 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5fe65e4f-3c62-4de4-9975-a27676e0ede4 2025-05-13 11:01:17,529 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5fe65e4f-3c62-4de4-9975-a27676e0ede4 2025-05-13 11:01:17,538 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/489127aa-c8ed-45ab-b8de-b37745f2dccf 2025-05-13 11:01:17,556 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-13 11:01:17,557 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:17,568 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5fe65e4f-3c62-4de4-9975-a27676e0ede4 2025-05-13 11:01:17,596 - INFO - Verified VN network id 14 for VN 4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:17,596 - INFO - Verifications in API Server for VN __public__ passed 2025-05-13 11:01:17,596 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:17,610 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5fe65e4f-3c62-4de4-9975-a27676e0ede4 2025-05-13 11:01:17,620 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5fe65e4f-3c62-4de4-9975-a27676e0ede4 2025-05-13 11:01:17,626 - DEBUG - Requesting: http://10.0.0.19:8082/route-target/489127aa-c8ed-45ab-b8de-b37745f2dccf 2025-05-13 11:01:17,632 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-13 11:01:17,637 - DEBUG - Control-node 10.0.0.19 : 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': '5669368610812215369', 'uuid-lslong': '10807947443336903225'}, 'enable': 'true', 'created': '2025-05-13T11:01:17', 'last-modified': '2025-05-13T11:01:17', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:00.263087'} 2025-05-13 11:01:17,637 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-13 11:01:17,644 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-13 11:01:17,645 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-13 11:01:17,645 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-13 11:01:17,645 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-05-13 11:01:17,655 - DEBUG - Requesting: http://10.0.0.19:8082/domain/010c546d-76f2-430a-884c-600c25ffe062 2025-05-13 11:01:17,666 - DEBUG - Requesting: http://10.0.0.19:8082/project/aa18bfe5-9528-42e3-9663-4042d1aea5c7 2025-05-13 11:01:17,731 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:17,742 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-13 11:01:17,742 - DEBUG - Verifying the vn in opserver 2025-05-13 11:01:17,742 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.19 2025-05-13 11:01:17,743 - DEBUG - Requesting: http://10.0.0.19:8081/analytics/uves/virtual-networks 2025-05-13 11:01:17,747 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.19:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-13 11:01:17,747 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-13 11:01:17,747 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-13 11:01:17,759 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-13 11:01:17,767 - DEBUG - Do not have enough data to verify VN in agent 2025-05-13 11:01:17,767 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-13 11:01:17,778 - DEBUG - VRF ids for VN __public__: {} 2025-05-13 11:01:17,874 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-13 11:01:17,969 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-05-13 11:01:17,974 - DEBUG - Requesting: http://10.0.0.19:8082/domain/010c546d-76f2-430a-884c-600c25ffe062 2025-05-13 11:01:17,981 - DEBUG - Requesting: http://10.0.0.19:8082/project/aa18bfe5-9528-42e3-9663-4042d1aea5c7 2025-05-13 11:01:18,021 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:18,031 - DEBUG - Requesting: http://10.0.0.19:8082/floating-ip-pool/7e2cd21b-aced-47f1-83ce-53a4d7e2a964 2025-05-13 11:01:18,037 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-05-13 11:01:18,042 - DEBUG - Requesting: http://10.0.0.19:8082/domain/010c546d-76f2-430a-884c-600c25ffe062 2025-05-13 11:01:18,049 - DEBUG - Requesting: http://10.0.0.19:8082/project/aa18bfe5-9528-42e3-9663-4042d1aea5c7 2025-05-13 11:01:18,087 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-network/4eada4b6-c436-4049-95fd-8aefcf2ffa39 2025-05-13 11:01:18,096 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-13 11:01:18,096 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-13 11:01:18,102 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-13 11:01:18,107 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-13 11:01:18,108 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-13 11:01:18,110 - DEBUG - Ingress ctest-nginx-ingress-28698969 not present 2025-05-13 11:01:18,110 - INFO - Creating Ingress ctest-nginx-ingress-28698969 2025-05-13 11:01:18,117 - INFO - Created Ingress ctest-nginx-ingress-28698969 2025-05-13 11:01:18,119 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-28698969 2025-05-13 11:01:21,124 - DEBUG - For Ingress ctest-nginx-ingress-28698969, Cluster IP: 10.47.255.249, External IPs ['77.224.244.188'] 2025-05-13 11:01:21,124 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-28698969 2025-05-13 11:01:21,124 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3b7304f3-7c70-472b-a0c4-e67029276fe8 2025-05-13 11:01:21,129 - INFO - Ingress ctest-nginx-ingress-28698969 with uuid 3b7304f3-7c70-472b-a0c4-e67029276fe8 found in kube manager 2025-05-13 11:01:21,129 - INFO - Ingress ctest-nginx-ingress-28698969 verification passed 2025-05-13 11:01:21,131 - DEBUG - Pod ctest-busybox-pod-02769228 not present 2025-05-13 11:01:21,131 - INFO - Creating Pod ctest-busybox-pod-02769228 2025-05-13 11:01:21,155 - DEBUG - Pod : ctest-busybox-pod-02769228 UUID is 04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:21,162 - DEBUG - Pod ctest-nginx-pod-33275363 not in running state.Currently in Pending 2025-05-13 11:01:26,168 - DEBUG - Pod ctest-nginx-pod-33275363 not in running state.Currently in Pending 2025-05-13 11:01:31,174 - INFO - Pod ctest-nginx-pod-33275363 is in running state.Got IP 10.47.255.251 2025-05-13 11:01:31,233 - DEBUG - Pod ctest-nginx-pod-33275363 has vmi 96e73e4c-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:01:31,233 - INFO - Verified pod ctest-nginx-pod-33275363 in contrail-api 2025-05-13 11:01:31,233 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:01:31,246 - DEBUG - VMI 96e73e4c-2fe9-11f0-a7cc-fa163e1c9a90 is active in agent 10.0.0.27 2025-05-13 11:01:31,246 - INFO - Verified Pod ctest-nginx-pod-33275363 in agent 10.0.0.27 2025-05-13 11:01:31,246 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=4bc7b0e3-753a-490d-b7f9-e6202a7f9447 2025-05-13 11:01:31,251 - INFO - Pod ctest-nginx-pod-33275363 with uuid 4bc7b0e3-753a-490d-b7f9-e6202a7f9447 found in kube manager 2025-05-13 11:01:31,251 - INFO - Pod ctest-nginx-pod-33275363 verification passed 2025-05-13 11:01:31,318 - DEBUG - [Pod ctest-nginx-pod-33275363] Cmd: echo ctest-nginx-pod-33275363 > /usr/share/nginx/html/index.html, Output: 2025-05-13 11:01:31,323 - INFO - Pod ctest-nginx-pod-94477656 is in running state.Got IP 10.47.255.250 2025-05-13 11:01:31,349 - DEBUG - Pod ctest-nginx-pod-94477656 has vmi 97ef6986-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:01:31,349 - INFO - Verified pod ctest-nginx-pod-94477656 in contrail-api 2025-05-13 11:01:31,349 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:01:31,362 - DEBUG - VMI 97ef6986-2fe9-11f0-a7cc-fa163e1c9a90 is active in agent 10.0.0.27 2025-05-13 11:01:31,363 - INFO - Verified Pod ctest-nginx-pod-94477656 in agent 10.0.0.27 2025-05-13 11:01:31,363 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=d87427eb-2d2d-4efc-8abc-73213c28ef9f 2025-05-13 11:01:31,368 - INFO - Pod ctest-nginx-pod-94477656 with uuid d87427eb-2d2d-4efc-8abc-73213c28ef9f found in kube manager 2025-05-13 11:01:31,368 - INFO - Pod ctest-nginx-pod-94477656 verification passed 2025-05-13 11:01:31,421 - DEBUG - [Pod ctest-nginx-pod-94477656] Cmd: echo ctest-nginx-pod-94477656 > /usr/share/nginx/html/index.html, Output: 2025-05-13 11:01:31,435 - INFO - Pod ctest-busybox-pod-02769228 is in running state.Got IP 10.47.255.248 2025-05-13 11:01:31,462 - DEBUG - Pod ctest-busybox-pod-02769228 has vmi 9a728ab2-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:01:31,462 - INFO - Verified pod ctest-busybox-pod-02769228 in contrail-api 2025-05-13 11:01:31,462 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:01:31,477 - DEBUG - VMI 9a728ab2-2fe9-11f0-a7cc-fa163e1c9a90 is active in agent 10.0.0.27 2025-05-13 11:01:31,477 - INFO - Verified Pod ctest-busybox-pod-02769228 in agent 10.0.0.27 2025-05-13 11:01:31,477 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_VirtualMachineDatabaseList?x=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:31,481 - INFO - Pod ctest-busybox-pod-02769228 with uuid 04efb876-484b-4e50-a03d-34d931c2f13d found in kube manager 2025-05-13 11:01:31,481 - INFO - Pod ctest-busybox-pod-02769228 verification passed 2025-05-13 11:01:31,542 - DEBUG - [Pod ctest-busybox-pod-02769228] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94477656 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-05-13 11:01:31,542 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-13 11:01:31,542 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd output: ctest-nginx-pod-94477656 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-05-13 11:01:31,603 - DEBUG - [Pod ctest-busybox-pod-02769228] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94477656 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-05-13 11:01:31,603 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-13 11:01:31,603 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd output: ctest-nginx-pod-94477656 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-05-13 11:01:31,664 - DEBUG - [Pod ctest-busybox-pod-02769228] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94477656 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-05-13 11:01:31,664 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-13 11:01:31,664 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd output: ctest-nginx-pod-94477656 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-05-13 11:01:31,715 - DEBUG - [Pod ctest-busybox-pod-02769228] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-94477656 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-05-13 11:01:31,715 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-13 11:01:31,715 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd output: ctest-nginx-pod-94477656 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-05-13 11:01:31,767 - DEBUG - [Pod ctest-busybox-pod-02769228] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-33275363 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-05-13 11:01:31,768 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-13 11:01:31,768 - DEBUG - [Pod Pod ctest-busybox-pod-02769228] Cmd output: ctest-nginx-pod-33275363 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-05-13 11:01:31,768 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-33275363': 1, 'ctest-nginx-pod-94477656': 4} 2025-05-13 11:01:31,768 - WARNING - Nothing to delete parallely 2025-05-13 11:01:31,768 - INFO - Deleting pod default:ctest-busybox-pod-02769228 2025-05-13 11:01:31,781 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:31,792 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:01:36,793 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:36,801 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:01:41,802 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:41,809 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:01:46,810 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:46,820 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:01:51,822 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:51,829 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:01:56,830 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:01:56,837 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:02:01,838 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:02:01,848 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:02:06,848 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:02:06,856 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:02:11,857 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:02:11,868 - WARNING - Pod uuid 04efb876-484b-4e50-a03d-34d931c2f13d is still seen in agent 10.0.0.27 VM list 2025-05-13 11:02:16,869 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=04efb876-484b-4e50-a03d-34d931c2f13d 2025-05-13 11:02:16,876 - DEBUG - Pod 04efb876-484b-4e50-a03d-34d931c2f13d is not in agent 10.0.0.27 VM list 2025-05-13 11:02:16,876 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:9a728ab2-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:02:16,883 - DEBUG - VMI 9a728ab2-2fe9-11f0-a7cc-fa163e1c9a90 is removed from agent 10.0.0.27 2025-05-13 11:02:16,883 - INFO - Verified that pod ctest-busybox-pod-02769228 is removed in agent 2025-05-13 11:02:16,883 - INFO - Deleting Ingress : ctest-nginx-ingress-28698969 2025-05-13 11:02:16,894 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3b7304f3-7c70-472b-a0c4-e67029276fe8 2025-05-13 11:02:16,907 - ERROR - Ingress ctest-nginx-ingress-28698969 with uuid 3b7304f3-7c70-472b-a0c4-e67029276fe8 still found in kube manager 2025-05-13 11:02:17,909 - DEBUG - Requesting: http://10.0.0.19:8108/Snh_LoadbalancerDatabaseList?x=3b7304f3-7c70-472b-a0c4-e67029276fe8 2025-05-13 11:02:17,914 - INFO - Ingress ctest-nginx-ingress-28698969 with uuid 3b7304f3-7c70-472b-a0c4-e67029276fe8 deleted successfully from kube manager 2025-05-13 11:02:17,914 - INFO - Verifications on Ingress %s cleanup passed 2025-05-13 11:02:17,915 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-13 11:02:18,071 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-13 11:02:18,084 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-13 11:02:18,084 - INFO - Deleting VN __public__ 2025-05-13 11:02:18,304 - DEBUG - Requesting: http://10.0.0.19:8082/routing-instance/5fe65e4f-3c62-4de4-9975-a27676e0ede4 2025-05-13 11:02:18,313 - DEBUG - Response Code: 404 2025-05-13 11:02:18,313 - DEBUG - Requesting: http://10.0.0.19:8082/domains 2025-05-13 11:02:18,329 - DEBUG - Requesting: http://10.0.0.19:8082/domain/010c546d-76f2-430a-884c-600c25ffe062 2025-05-13 11:02:18,351 - DEBUG - Requesting: http://10.0.0.19:8082/project/aa18bfe5-9528-42e3-9663-4042d1aea5c7 2025-05-13 11:02:18,426 - INFO - Validated that VN __public__ is not found in API Server 2025-05-13 11:02:18,426 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-13 11:02:18,438 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-13 11:02:18,447 - DEBUG - VN __public__ is not present in Agent 10.0.0.27 2025-05-13 11:02:18,447 - INFO - Validated that VN __public__ is not in any agent 2025-05-13 11:02:18,447 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-13 11:02:18,458 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-13 11:02:18,478 - DEBUG - Requesting: http://10.0.0.19:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-13 11:02:18,488 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-13 11:02:18,489 - INFO - Deleting pod default:ctest-nginx-pod-94477656 2025-05-13 11:02:18,526 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d87427eb-2d2d-4efc-8abc-73213c28ef9f 2025-05-13 11:02:18,545 - WARNING - Pod uuid d87427eb-2d2d-4efc-8abc-73213c28ef9f is still seen in agent 10.0.0.27 VM list 2025-05-13 11:02:23,547 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=d87427eb-2d2d-4efc-8abc-73213c28ef9f 2025-05-13 11:02:23,554 - DEBUG - Pod d87427eb-2d2d-4efc-8abc-73213c28ef9f is not in agent 10.0.0.27 VM list 2025-05-13 11:02:23,555 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:97ef6986-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:02:23,561 - DEBUG - VMI 97ef6986-2fe9-11f0-a7cc-fa163e1c9a90 is removed from agent 10.0.0.27 2025-05-13 11:02:23,561 - INFO - Verified that pod ctest-nginx-pod-94477656 is removed in agent 2025-05-13 11:02:23,561 - INFO - Deleting pod default:ctest-nginx-pod-33275363 2025-05-13 11:02:23,572 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4bc7b0e3-753a-490d-b7f9-e6202a7f9447 2025-05-13 11:02:23,581 - WARNING - Pod uuid 4bc7b0e3-753a-490d-b7f9-e6202a7f9447 is still seen in agent 10.0.0.27 VM list 2025-05-13 11:02:28,584 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=4bc7b0e3-753a-490d-b7f9-e6202a7f9447 2025-05-13 11:02:28,591 - DEBUG - Pod 4bc7b0e3-753a-490d-b7f9-e6202a7f9447 is not in agent 10.0.0.27 VM list 2025-05-13 11:02:28,591 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:96e73e4c-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:02:28,598 - DEBUG - VMI 96e73e4c-2fe9-11f0-a7cc-fa163e1c9a90 is removed from agent 10.0.0.27 2025-05-13 11:02:28,598 - INFO - Verified that pod ctest-nginx-pod-33275363 is removed in agent 2025-05-13 11:02:28,598 - INFO - Deleting service : ctest-nginx-svc-34837278 2025-05-13 11:02:28,834 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-13 11:02:28,843 - DEBUG - No XMPP flaps were noticed during the test 2025-05-13 11:02:28,843 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:15] 2025-05-13 11:02:28,843 - INFO - -------------------------------------------------------------------------------- 2025-05-13 11:02:35,180 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-13 11:02:35,300 - DEBUG - Output : cluster_project={} 2025-05-13 11:02:35,339 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-13 11:02:35,529 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-13 11:02:35,534 - DEBUG - [10.0.0.19]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-13 11:02:35,690 - DEBUG - Output : cluster_project={} 2025-05-13 11:02:45,811 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:45,894 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:45,939 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:46,017 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:51,066 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:56,165 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:56,210 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:56,305 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-13 11:02:56,563 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-13 11:02:59,279 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_ApplicationPolicySetReq? 2025-05-13 11:02:59,291 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-05-13 11:02:59,319 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-05-13 11:03:01,349 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AclReq? 2025-05-13 11:06:01,746 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-13 11:06:01,788 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=e6025d6b-8cfe-428c-abc4-24fbbc9165b2 2025-05-13 11:06:01,794 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f4bf1e9d-9d2b-4135-9c5b-bf3a6afac781 2025-05-13 11:06:01,803 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:01,812 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=ba22f978-afb6-4055-8314-f0cdcf62f289 2025-05-13 11:06:01,821 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:01,825 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:01,833 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:01,849 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=13a8f8fc-42a5-43a9-b79d-3016c257864b 2025-05-13 11:06:06,881 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:06,884 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:06,886 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:06,887 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=f4bf1e9d-9d2b-4135-9c5b-bf3a6afac781 2025-05-13 11:06:06,888 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=ba22f978-afb6-4055-8314-f0cdcf62f289 2025-05-13 11:06:06,889 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=e6025d6b-8cfe-428c-abc4-24fbbc9165b2 2025-05-13 11:06:06,891 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:06,892 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=13a8f8fc-42a5-43a9-b79d-3016c257864b 2025-05-13 11:06:06,919 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c8d92b18-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:06:06,925 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c7c1dcca-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:06:06,927 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c74f0a1a-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:06:06,929 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c85cb268-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:06:11,919 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:11,920 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:11,926 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:11,933 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:16,933 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:16,935 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:16,936 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:16,941 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:21,950 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:21,958 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:21,960 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:21,961 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:26,959 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:26,973 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:26,974 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:26,976 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:31,967 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:31,988 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:31,999 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:32,001 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:37,006 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=1d3d2980-2fe6-4274-9682-53aa504e65c1 2025-05-13 11:06:37,013 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c9594a64-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:06:37,016 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=74d0cbfe-8c98-4ff3-b201-5e3619282da9 2025-05-13 11:06:37,018 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=79a17a55-2ac7-43d4-952c-0dad43b2be8d 2025-05-13 11:06:37,020 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_VmListReq?uuid=129a0207-7a81-4266-b7aa-415674d23f20 2025-05-13 11:06:37,023 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:caa2e880-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:06:37,031 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ca30ed2a-2fe9-11f0-a7cc-fa163e1c9a90 2025-05-13 11:06:37,034 - DEBUG - Requesting: http://10.0.0.27:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c9c3d500-2fe9-11f0-a7cc-fa163e1c9a90