2025-06-30 14:57:25,782 - DEBUG - [10.0.0.73]: Running cmd : hostname 2025-06-30 14:57:26,044 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1308-1 2025-06-30 14:57:26,045 - DEBUG - [10.0.0.73]: Running cmd : hostname -f 2025-06-30 14:57:26,090 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1308-1 2025-06-30 14:57:26,091 - DEBUG - [10.0.0.73]: 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-06-30 14:57:26,167 - DEBUG - Output : NAMES contrail_test_rwsNHodnb contrail-kubernetes-master-kubemanager-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_database-zookeeper-1 config_database-cassandra-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-schema-1 config_api-svcmonitor-1 config_api-nodemgr-1 2025-06-30 14:57:26,167 - DEBUG - [10.0.0.73]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 14:57:26,211 - DEBUG - Output : 10.0.0.73/24 172.17.0.1/16 2025-06-30 14:57:26,212 - DEBUG - [10.0.0.73]: Running cmd : getent hosts 10.0.0.73 | head -n 1 | awk '{print $2}' 2025-06-30 14:57:26,282 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1308-1 2025-06-30 14:57:26,344 - DEBUG - [10.0.0.131]: Running cmd : hostname 2025-06-30 14:57:26,590 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1308-1 2025-06-30 14:57:26,591 - DEBUG - [10.0.0.131]: Running cmd : hostname -f 2025-06-30 14:57:26,625 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1308-1 2025-06-30 14:57:26,625 - DEBUG - [10.0.0.131]: 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-06-30 14:57:26,702 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-30 14:57:26,703 - DEBUG - [10.0.0.131]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 14:57:26,738 - DEBUG - Output : 10.0.0.131/24 2025-06-30 14:57:26,738 - DEBUG - [10.0.0.131]: Running cmd : getent hosts 10.0.0.131 | head -n 1 | awk '{print $2}' 2025-06-30 14:57:26,772 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1308-1 2025-06-30 14:57:26,848 - INFO - Using existing project ['default-domain', 'k8s-default'](e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94) 2025-06-30 14:57:26,909 - INFO - Using existing project ['default-domain', 'k8s-default'](e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94) 2025-06-30 14:57:27,046 - INFO - ================================================================================ 2025-06-30 14:57:27,047 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-30 14:57:27,047 - 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-06-30 14:57:27,257 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 14:57:27,267 - DEBUG - Nothing to compare xmpp stats {'10.0.0.131': {'10.0.0.73': '0'}} with 2025-06-30 14:57:27,267 - INFO - Initial checks done. Running the testcase now 2025-06-30 14:57:27,268 - INFO - 2025-06-30 14:57:27,272 - INFO - Namespace default already exists 2025-06-30 14:57:27,272 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 14:57:27,401 - DEBUG - Output : cluster_project={} 2025-06-30 14:57:27,449 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-30 14:57:27,450 - DEBUG - Project uuid in Contrail is e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94 2025-06-30 14:57:27,450 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 14:57:27,567 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 14:57:27,567 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_NamespaceDatabaseList?namespace_uuid=e77cbd7f-7983-42a4-ae45-8d7857ee681e 2025-06-30 14:57:27,572 - INFO - Namespace default with uuid e77cbd7f-7983-42a4-ae45-8d7857ee681e found in kube manager 2025-06-30 14:57:27,572 - INFO - Namespace default verification passed 2025-06-30 14:57:27,575 - DEBUG - Service ctest-nginx-svc-53465611 not present 2025-06-30 14:57:27,575 - INFO - Creating service ctest-nginx-svc-53465611 2025-06-30 14:57:27,597 - INFO - Created Service ctest-nginx-svc-53465611 2025-06-30 14:57:27,610 - DEBUG - Pod ctest-nginx-pod-05775656 not present 2025-06-30 14:57:27,611 - INFO - Creating Pod ctest-nginx-pod-05775656 2025-06-30 14:57:27,641 - DEBUG - Pod : ctest-nginx-pod-05775656 UUID is 17abb9a1-f3e9-4aae-87d5-af0e96751e18 2025-06-30 14:57:27,660 - DEBUG - Pod ctest-nginx-pod-09656308 not present 2025-06-30 14:57:27,667 - INFO - Creating Pod ctest-nginx-pod-09656308 2025-06-30 14:57:27,696 - DEBUG - Pod : ctest-nginx-pod-09656308 UUID is e3282ecd-a0c7-4e7b-847c-b30ba63acfa3 2025-06-30 14:57:27,903 - INFO - Created VN __public__, UUID :3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:28,212 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-30 14:57:28,218 - DEBUG - Requesting: http://10.0.0.73:8082/domain/82ca1195-ab67-44b9-9086-a3dae6a1b3d5 2025-06-30 14:57:28,237 - DEBUG - Requesting: http://10.0.0.73:8082/project/e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94 2025-06-30 14:57:28,402 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:28,433 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:28,456 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:57:28,474 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:57:28,494 - DEBUG - Route Targets: [] 2025-06-30 14:57:28,494 - DEBUG - RT names not yet present for VN __public__ 2025-06-30 14:57:33,495 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-30 14:57:33,501 - DEBUG - Requesting: http://10.0.0.73:8082/domain/82ca1195-ab67-44b9-9086-a3dae6a1b3d5 2025-06-30 14:57:33,509 - DEBUG - Requesting: http://10.0.0.73:8082/project/e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94 2025-06-30 14:57:33,559 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:33,570 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:33,580 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:57:33,589 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:57:33,597 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/60f7e7a5-70ad-44d8-9e9b-66b0920dcdee 2025-06-30 14:57:33,604 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 14:57:33,604 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:33,616 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:57:33,633 - INFO - Verified VN network id 13 for VN 3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:33,633 - INFO - Verifications in API Server for VN __public__ passed 2025-06-30 14:57:33,633 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:33,643 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:57:33,650 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:57:33,657 - DEBUG - Requesting: http://10.0.0.73:8082/route-target/60f7e7a5-70ad-44d8-9e9b-66b0920dcdee 2025-06-30 14:57:33,664 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 14:57:33,670 - DEBUG - Control-node 10.0.0.73 : 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': '4522909643077143782', 'uuid-lslong': '10638183377560581793'}, 'enable': 'true', 'created': '2025-06-30T14:57:27', 'last-modified': '2025-06-30T14:57:28', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.546302'} 2025-06-30 14:57:33,670 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 14:57:33,678 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 14:57:33,679 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-30 14:57:33,679 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-30 14:57:33,679 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-30 14:57:33,685 - DEBUG - Requesting: http://10.0.0.73:8082/domain/82ca1195-ab67-44b9-9086-a3dae6a1b3d5 2025-06-30 14:57:33,694 - DEBUG - Requesting: http://10.0.0.73:8082/project/e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94 2025-06-30 14:57:33,757 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:33,770 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-30 14:57:33,770 - DEBUG - Verifying the vn in opserver 2025-06-30 14:57:33,770 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.73 2025-06-30 14:57:33,770 - DEBUG - Requesting: http://10.0.0.73:8081/analytics/uves/virtual-networks 2025-06-30 14:57:33,776 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.73:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-30 14:57:33,776 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-30 14:57:33,776 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 14:57:33,787 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 14:57:33,796 - DEBUG - Do not have enough data to verify VN in agent 2025-06-30 14:57:33,796 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 14:57:33,804 - DEBUG - VRF ids for VN __public__: {} 2025-06-30 14:57:33,883 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-30 14:57:34,011 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-30 14:57:34,024 - DEBUG - Requesting: http://10.0.0.73:8082/domain/82ca1195-ab67-44b9-9086-a3dae6a1b3d5 2025-06-30 14:57:34,034 - DEBUG - Requesting: http://10.0.0.73:8082/project/e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94 2025-06-30 14:57:34,089 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:34,104 - DEBUG - Requesting: http://10.0.0.73:8082/floating-ip-pool/748e1cee-4ae5-4bc8-acc0-945e1aea92ee 2025-06-30 14:57:34,112 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-30 14:57:34,117 - DEBUG - Requesting: http://10.0.0.73:8082/domain/82ca1195-ab67-44b9-9086-a3dae6a1b3d5 2025-06-30 14:57:34,125 - DEBUG - Requesting: http://10.0.0.73:8082/project/e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94 2025-06-30 14:57:34,166 - DEBUG - Requesting: http://10.0.0.73:8082/virtual-network/3ec49a5b-62cd-4ce6-93a2-6b6b1af6b6a1 2025-06-30 14:57:34,177 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-30 14:57:34,177 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-30 14:57:34,184 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 14:57:34,191 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-30 14:57:34,191 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-30 14:57:34,194 - DEBUG - Ingress ctest-nginx-ingress-07959003 not present 2025-06-30 14:57:34,195 - INFO - Creating Ingress ctest-nginx-ingress-07959003 2025-06-30 14:57:34,205 - INFO - Created Ingress ctest-nginx-ingress-07959003 2025-06-30 14:57:34,210 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-07959003 2025-06-30 14:57:37,215 - DEBUG - For Ingress ctest-nginx-ingress-07959003, Cluster IP: 10.47.255.249, External IPs ['213.129.50.252'] 2025-06-30 14:57:37,216 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-07959003 2025-06-30 14:57:37,216 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=4e79a77d-78da-4698-a47e-2a01729e041a 2025-06-30 14:57:37,232 - INFO - Ingress ctest-nginx-ingress-07959003 with uuid 4e79a77d-78da-4698-a47e-2a01729e041a found in kube manager 2025-06-30 14:57:37,232 - INFO - Ingress ctest-nginx-ingress-07959003 verification passed 2025-06-30 14:57:37,236 - DEBUG - Pod ctest-busybox-pod-29653507 not present 2025-06-30 14:57:37,236 - INFO - Creating Pod ctest-busybox-pod-29653507 2025-06-30 14:57:37,263 - DEBUG - Node for Pod ctest-busybox-pod-29653507 not yet populated 2025-06-30 14:57:40,271 - DEBUG - Pod : ctest-busybox-pod-29653507 UUID is 5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:57:40,277 - DEBUG - Pod ctest-nginx-pod-05775656 not in running state.Currently in Pending 2025-06-30 14:57:45,287 - INFO - Pod ctest-nginx-pod-05775656 is in running state.Got IP 10.47.255.251 2025-06-30 14:57:45,344 - DEBUG - Pod ctest-nginx-pod-05775656 has vmi 8b081728-55c2-11f0-8a2b-fa163e59e472 2025-06-30 14:57:45,344 - INFO - Verified pod ctest-nginx-pod-05775656 in contrail-api 2025-06-30 14:57:45,344 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:57:45,357 - DEBUG - VMI 8b081728-55c2-11f0-8a2b-fa163e59e472 is active in agent 10.0.0.131 2025-06-30 14:57:45,357 - INFO - Verified Pod ctest-nginx-pod-05775656 in agent 10.0.0.131 2025-06-30 14:57:45,358 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=17abb9a1-f3e9-4aae-87d5-af0e96751e18 2025-06-30 14:57:45,363 - INFO - Pod ctest-nginx-pod-05775656 with uuid 17abb9a1-f3e9-4aae-87d5-af0e96751e18 found in kube manager 2025-06-30 14:57:45,363 - INFO - Pod ctest-nginx-pod-05775656 verification passed 2025-06-30 14:57:45,433 - DEBUG - [Pod ctest-nginx-pod-05775656] Cmd: echo ctest-nginx-pod-05775656 > /usr/share/nginx/html/index.html, Output: 2025-06-30 14:57:45,439 - INFO - Pod ctest-nginx-pod-09656308 is in running state.Got IP 10.47.255.250 2025-06-30 14:57:45,453 - DEBUG - Pod ctest-nginx-pod-09656308 has vmi 8b804c34-55c2-11f0-8a2b-fa163e59e472 2025-06-30 14:57:45,453 - INFO - Verified pod ctest-nginx-pod-09656308 in contrail-api 2025-06-30 14:57:45,454 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:57:45,467 - DEBUG - VMI 8b804c34-55c2-11f0-8a2b-fa163e59e472 is active in agent 10.0.0.131 2025-06-30 14:57:45,467 - INFO - Verified Pod ctest-nginx-pod-09656308 in agent 10.0.0.131 2025-06-30 14:57:45,468 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=e3282ecd-a0c7-4e7b-847c-b30ba63acfa3 2025-06-30 14:57:45,473 - INFO - Pod ctest-nginx-pod-09656308 with uuid e3282ecd-a0c7-4e7b-847c-b30ba63acfa3 found in kube manager 2025-06-30 14:57:45,473 - INFO - Pod ctest-nginx-pod-09656308 verification passed 2025-06-30 14:57:45,528 - DEBUG - [Pod ctest-nginx-pod-09656308] Cmd: echo ctest-nginx-pod-09656308 > /usr/share/nginx/html/index.html, Output: 2025-06-30 14:57:45,534 - DEBUG - Pod ctest-busybox-pod-29653507 not in running state.Currently in Pending 2025-06-30 14:57:50,559 - DEBUG - Pod ctest-busybox-pod-29653507 not in running state.Currently in Pending 2025-06-30 14:57:55,566 - INFO - Pod ctest-busybox-pod-29653507 is in running state.Got IP 10.47.255.248 2025-06-30 14:57:55,581 - DEBUG - Pod ctest-busybox-pod-29653507 has vmi 8fe194f4-55c2-11f0-8a2b-fa163e59e472 2025-06-30 14:57:55,581 - INFO - Verified pod ctest-busybox-pod-29653507 in contrail-api 2025-06-30 14:57:55,581 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:57:55,593 - DEBUG - VMI 8fe194f4-55c2-11f0-8a2b-fa163e59e472 is active in agent 10.0.0.131 2025-06-30 14:57:55,593 - INFO - Verified Pod ctest-busybox-pod-29653507 in agent 10.0.0.131 2025-06-30 14:57:55,594 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_VirtualMachineDatabaseList?x=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:57:55,599 - INFO - Pod ctest-busybox-pod-29653507 with uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 found in kube manager 2025-06-30 14:57:55,599 - INFO - Pod ctest-busybox-pod-29653507 verification passed 2025-06-30 14:57:55,663 - DEBUG - [Pod ctest-busybox-pod-29653507] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-05775656 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-06-30 14:57:55,663 - DEBUG - [Pod Pod ctest-busybox-pod-29653507] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 14:57:55,663 - DEBUG - [Pod Pod ctest-busybox-pod-29653507] Cmd output: ctest-nginx-pod-05775656 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-06-30 14:57:55,717 - DEBUG - [Pod ctest-busybox-pod-29653507] 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-09656308 2025-06-30 14:57:55,718 - DEBUG - [Pod Pod ctest-busybox-pod-29653507] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 14:57:55,718 - DEBUG - [Pod Pod ctest-busybox-pod-29653507] 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-09656308 2025-06-30 14:57:55,718 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-05775656': 1, 'ctest-nginx-pod-09656308': 1} 2025-06-30 14:57:55,718 - WARNING - Nothing to delete parallely 2025-06-30 14:57:55,718 - INFO - Deleting pod default:ctest-busybox-pod-29653507 2025-06-30 14:57:55,742 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:57:55,757 - WARNING - Pod uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:00,758 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:58:00,767 - WARNING - Pod uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:05,768 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:58:05,776 - WARNING - Pod uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:10,776 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:58:10,783 - WARNING - Pod uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:15,785 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:58:15,793 - WARNING - Pod uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:20,794 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:58:20,803 - WARNING - Pod uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:25,805 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:58:25,816 - WARNING - Pod uuid 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:30,817 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=5710d3b0-48d5-43ab-87bc-ae3d0079d041 2025-06-30 14:58:30,826 - DEBUG - Pod 5710d3b0-48d5-43ab-87bc-ae3d0079d041 is not in agent 10.0.0.131 VM list 2025-06-30 14:58:30,826 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8fe194f4-55c2-11f0-8a2b-fa163e59e472 2025-06-30 14:58:30,835 - DEBUG - VMI 8fe194f4-55c2-11f0-8a2b-fa163e59e472 is removed from agent 10.0.0.131 2025-06-30 14:58:30,835 - INFO - Verified that pod ctest-busybox-pod-29653507 is removed in agent 2025-06-30 14:58:30,835 - INFO - Deleting Ingress : ctest-nginx-ingress-07959003 2025-06-30 14:58:30,842 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=4e79a77d-78da-4698-a47e-2a01729e041a 2025-06-30 14:58:30,850 - ERROR - Ingress ctest-nginx-ingress-07959003 with uuid 4e79a77d-78da-4698-a47e-2a01729e041a still found in kube manager 2025-06-30 14:58:31,852 - DEBUG - Requesting: http://10.0.0.73:8108/Snh_LoadbalancerDatabaseList?x=4e79a77d-78da-4698-a47e-2a01729e041a 2025-06-30 14:58:31,857 - INFO - Ingress ctest-nginx-ingress-07959003 with uuid 4e79a77d-78da-4698-a47e-2a01729e041a deleted successfully from kube manager 2025-06-30 14:58:31,858 - INFO - Verifications on Ingress %s cleanup passed 2025-06-30 14:58:31,858 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-30 14:58:31,975 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 14:58:31,982 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-30 14:58:31,982 - INFO - Deleting VN __public__ 2025-06-30 14:58:32,183 - DEBUG - Requesting: http://10.0.0.73:8082/routing-instance/c4d01c37-3bdd-4546-844d-a72b3806253f 2025-06-30 14:58:32,188 - DEBUG - Response Code: 404 2025-06-30 14:58:32,188 - DEBUG - Requesting: http://10.0.0.73:8082/domains 2025-06-30 14:58:32,197 - DEBUG - Requesting: http://10.0.0.73:8082/domain/82ca1195-ab67-44b9-9086-a3dae6a1b3d5 2025-06-30 14:58:32,222 - DEBUG - Requesting: http://10.0.0.73:8082/project/e95b1e1d-5edc-46de-b9f0-b45a6ccf2f94 2025-06-30 14:58:32,273 - INFO - Validated that VN __public__ is not found in API Server 2025-06-30 14:58:32,274 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-30 14:58:32,282 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 14:58:32,291 - DEBUG - VN __public__ is not present in Agent 10.0.0.131 2025-06-30 14:58:32,291 - INFO - Validated that VN __public__ is not in any agent 2025-06-30 14:58:32,291 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 14:58:32,302 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 14:58:32,308 - DEBUG - Requesting: http://10.0.0.73:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 14:58:32,313 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-30 14:58:32,313 - INFO - Deleting pod default:ctest-nginx-pod-09656308 2025-06-30 14:58:32,324 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=e3282ecd-a0c7-4e7b-847c-b30ba63acfa3 2025-06-30 14:58:32,339 - WARNING - Pod uuid e3282ecd-a0c7-4e7b-847c-b30ba63acfa3 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:37,340 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=e3282ecd-a0c7-4e7b-847c-b30ba63acfa3 2025-06-30 14:58:37,348 - DEBUG - Pod e3282ecd-a0c7-4e7b-847c-b30ba63acfa3 is not in agent 10.0.0.131 VM list 2025-06-30 14:58:37,348 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8b804c34-55c2-11f0-8a2b-fa163e59e472 2025-06-30 14:58:37,355 - DEBUG - VMI 8b804c34-55c2-11f0-8a2b-fa163e59e472 is removed from agent 10.0.0.131 2025-06-30 14:58:37,355 - INFO - Verified that pod ctest-nginx-pod-09656308 is removed in agent 2025-06-30 14:58:37,355 - INFO - Deleting pod default:ctest-nginx-pod-05775656 2025-06-30 14:58:37,383 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=17abb9a1-f3e9-4aae-87d5-af0e96751e18 2025-06-30 14:58:37,394 - WARNING - Pod uuid 17abb9a1-f3e9-4aae-87d5-af0e96751e18 is still seen in agent 10.0.0.131 VM list 2025-06-30 14:58:42,395 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=17abb9a1-f3e9-4aae-87d5-af0e96751e18 2025-06-30 14:58:42,403 - DEBUG - Pod 17abb9a1-f3e9-4aae-87d5-af0e96751e18 is not in agent 10.0.0.131 VM list 2025-06-30 14:58:42,403 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8b081728-55c2-11f0-8a2b-fa163e59e472 2025-06-30 14:58:42,410 - DEBUG - VMI 8b081728-55c2-11f0-8a2b-fa163e59e472 is removed from agent 10.0.0.131 2025-06-30 14:58:42,410 - INFO - Verified that pod ctest-nginx-pod-05775656 is removed in agent 2025-06-30 14:58:42,410 - INFO - Deleting service : ctest-nginx-svc-53465611 2025-06-30 14:58:42,685 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 14:58:42,693 - DEBUG - No XMPP flaps were noticed during the test 2025-06-30 14:58:42,693 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:15] 2025-06-30 14:58:42,693 - INFO - -------------------------------------------------------------------------------- 2025-06-30 14:58:49,303 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 14:58:49,435 - DEBUG - Output : cluster_project={} 2025-06-30 14:58:49,536 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 14:58:49,719 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 14:58:49,725 - DEBUG - [10.0.0.73]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-06-30 14:58:49,865 - DEBUG - Output : cluster_project={} 2025-06-30 14:59:00,024 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:05,072 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:05,160 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:05,211 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:05,313 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:10,370 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:10,502 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:10,584 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 14:59:10,873 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 14:59:13,532 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_ApplicationPolicySetReq? 2025-06-30 14:59:13,539 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AclReq? 2025-06-30 14:59:13,582 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AclReq? 2025-06-30 14:59:15,629 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AclReq? 2025-06-30 15:02:25,806 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 15:02:25,844 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=eb627ba9-793b-4c0c-bcee-5ece56df62d8 2025-06-30 15:02:25,883 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:02:25,896 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:02:25,902 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:02:25,907 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:02:25,916 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=194f6b1f-c2e3-4ff9-a174-286f05f4c481 2025-06-30 15:02:25,920 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=1816e69a-3a96-4f50-a9f7-e82edbc3fcb9 2025-06-30 15:02:25,924 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=a7e73057-d826-41d2-882a-0b0b697ef087 2025-06-30 15:02:30,858 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=eb627ba9-793b-4c0c-bcee-5ece56df62d8 2025-06-30 15:02:30,866 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bb96d0c8-55c2-11f0-8a2b-fa163e59e472 2025-06-30 15:02:30,970 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=a7e73057-d826-41d2-882a-0b0b697ef087 2025-06-30 15:02:30,972 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:02:30,973 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=194f6b1f-c2e3-4ff9-a174-286f05f4c481 2025-06-30 15:02:30,975 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:02:30,976 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=1816e69a-3a96-4f50-a9f7-e82edbc3fcb9 2025-06-30 15:02:30,977 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:02:30,979 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:02:31,003 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bcc8b178-55c2-11f0-8a2b-fa163e59e472 2025-06-30 15:02:31,006 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bd54791a-55c2-11f0-8a2b-fa163e59e472 2025-06-30 15:02:31,007 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bc1c0d6a-55c2-11f0-8a2b-fa163e59e472 2025-06-30 15:02:36,006 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:02:36,012 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:02:36,013 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:02:36,019 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:02:41,020 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:02:41,032 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:02:41,036 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:02:41,037 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:02:46,028 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:02:46,042 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:02:46,050 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:02:46,052 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:02:51,040 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:02:51,052 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:02:51,066 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:02:51,068 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:02:56,053 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:02:56,078 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:02:56,086 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:02:56,087 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:03:01,078 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=8167ac07-aa66-455d-954c-ad11a0dc674d 2025-06-30 15:03:01,088 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf903c50-55c2-11f0-8a2b-fa163e59e472 2025-06-30 15:03:01,091 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=08b13356-3582-4e36-b921-e0904265f9e6 2025-06-30 15:03:01,097 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=dfb2af76-a44d-4fa8-8464-6a7a35dbe908 2025-06-30 15:03:01,100 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_VmListReq?uuid=6b280496-0218-4308-ac93-1c00aa3decdc 2025-06-30 15:03:01,107 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bdfc7246-55c2-11f0-8a2b-fa163e59e472 2025-06-30 15:03:01,123 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be85cfb4-55c2-11f0-8a2b-fa163e59e472 2025-06-30 15:03:01,136 - DEBUG - Requesting: http://10.0.0.131:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf0721d6-55c2-11f0-8a2b-fa163e59e472