2025-06-30 17:12:41,708 - DEBUG - [10.0.0.33]: Running cmd : hostname 2025-06-30 17:12:42,229 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1310-1 2025-06-30 17:12:42,229 - DEBUG - [10.0.0.33]: Running cmd : hostname -f 2025-06-30 17:12:42,318 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1310-1 2025-06-30 17:12:42,319 - DEBUG - [10.0.0.33]: 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 17:12:42,508 - DEBUG - Output : NAMES contrail_test_tgZrTFd6S contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_snmp-nodemgr-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_alarm-nodemgr-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics-nodemgr-1 analytics-collector-1 analytics-api-1 redis-redis-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-zookeeper-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-api-1 config_api-schema-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-nodemgr-1 2025-06-30 17:12:42,509 - DEBUG - [10.0.0.33]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 17:12:42,590 - DEBUG - Output : 10.0.0.33/24 172.17.0.1/16 2025-06-30 17:12:42,591 - DEBUG - [10.0.0.33]: Running cmd : getent hosts 10.0.0.33 | head -n 1 | awk '{print $2}' 2025-06-30 17:12:42,693 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1310-1 2025-06-30 17:12:42,843 - DEBUG - [10.0.0.22]: Running cmd : hostname 2025-06-30 17:12:43,099 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1310-1 2025-06-30 17:12:43,100 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2025-06-30 17:12:43,138 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1310-1 2025-06-30 17:12:43,139 - DEBUG - [10.0.0.22]: 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 17:12:43,234 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-06-30 17:12:43,234 - DEBUG - [10.0.0.22]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-06-30 17:12:43,271 - DEBUG - Output : 10.0.0.22/24 2025-06-30 17:12:43,272 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2025-06-30 17:12:43,344 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1310-1 2025-06-30 17:12:43,523 - INFO - Using existing project ['default-domain', 'k8s-default'](57f72c25-5885-4947-b22d-1effb0803f33) 2025-06-30 17:12:43,651 - INFO - Using existing project ['default-domain', 'k8s-default'](57f72c25-5885-4947-b22d-1effb0803f33) 2025-06-30 17:12:43,794 - INFO - ================================================================================ 2025-06-30 17:12:43,794 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-06-30 17:12:43,795 - 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 17:12:44,089 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 17:12:44,104 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.0.0.33': '0'}} with 2025-06-30 17:12:44,104 - INFO - Initial checks done. Running the testcase now 2025-06-30 17:12:44,104 - INFO - 2025-06-30 17:12:44,114 - INFO - Namespace default already exists 2025-06-30 17:12:44,115 - DEBUG - [10.0.0.33]: 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 17:12:44,321 - DEBUG - Output : cluster_project={} 2025-06-30 17:12:44,384 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-06-30 17:12:44,384 - DEBUG - Project uuid in Contrail is 57f72c25-5885-4947-b22d-1effb0803f33 2025-06-30 17:12:44,384 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 17:12:44,512 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 17:12:44,512 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_NamespaceDatabaseList?namespace_uuid=f2123109-779e-418f-a65b-6c3a21b586a4 2025-06-30 17:12:44,519 - INFO - Namespace default with uuid f2123109-779e-418f-a65b-6c3a21b586a4 found in kube manager 2025-06-30 17:12:44,519 - INFO - Namespace default verification passed 2025-06-30 17:12:44,522 - DEBUG - Service ctest-nginx-svc-74610887 not present 2025-06-30 17:12:44,523 - INFO - Creating service ctest-nginx-svc-74610887 2025-06-30 17:12:44,550 - INFO - Created Service ctest-nginx-svc-74610887 2025-06-30 17:12:44,552 - DEBUG - Pod ctest-nginx-pod-79737458 not present 2025-06-30 17:12:44,553 - INFO - Creating Pod ctest-nginx-pod-79737458 2025-06-30 17:12:44,629 - DEBUG - Pod : ctest-nginx-pod-79737458 UUID is 788211ad-6f93-435a-bf6f-8b68d5039941 2025-06-30 17:12:44,635 - DEBUG - Pod ctest-nginx-pod-02201972 not present 2025-06-30 17:12:44,636 - INFO - Creating Pod ctest-nginx-pod-02201972 2025-06-30 17:12:44,664 - DEBUG - Pod : ctest-nginx-pod-02201972 UUID is 84ffc534-e42e-40dd-a827-2e9df41650e2 2025-06-30 17:12:44,813 - INFO - Created VN __public__, UUID :e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:45,072 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-30 17:12:45,088 - DEBUG - Requesting: http://10.0.0.33:8082/domain/9f8b062f-add5-4bd9-bebe-20893a26f314 2025-06-30 17:12:45,155 - DEBUG - Requesting: http://10.0.0.33:8082/project/57f72c25-5885-4947-b22d-1effb0803f33 2025-06-30 17:12:45,258 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:45,271 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:45,300 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:12:45,308 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:12:45,315 - DEBUG - Route Targets: [] 2025-06-30 17:12:45,315 - DEBUG - RT names not yet present for VN __public__ 2025-06-30 17:12:50,315 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-30 17:12:50,325 - DEBUG - Requesting: http://10.0.0.33:8082/domain/9f8b062f-add5-4bd9-bebe-20893a26f314 2025-06-30 17:12:50,344 - DEBUG - Requesting: http://10.0.0.33:8082/project/57f72c25-5885-4947-b22d-1effb0803f33 2025-06-30 17:12:50,439 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:50,454 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:50,469 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:12:50,483 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:12:50,491 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/3215f900-693f-4100-ad98-a78b31d78cd3 2025-06-30 17:12:50,499 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 17:12:50,499 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:50,509 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:12:50,530 - INFO - Verified VN network id 13 for VN e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:50,530 - INFO - Verifications in API Server for VN __public__ passed 2025-06-30 17:12:50,530 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:50,547 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:12:50,561 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:12:50,572 - DEBUG - Requesting: http://10.0.0.33:8082/route-target/3215f900-693f-4100-ad98-a78b31d78cd3 2025-06-30 17:12:50,583 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 17:12:50,593 - DEBUG - Control-node 10.0.0.33 : 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': '16231850565680188034', 'uuid-lslong': '11079105611576798695'}, 'enable': 'true', 'created': '2025-06-30T17:12:44', 'last-modified': '2025-06-30T17:12:44', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.608105'} 2025-06-30 17:12:50,593 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 17:12:50,604 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-06-30 17:12:50,604 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-06-30 17:12:50,605 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-06-30 17:12:50,605 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-30 17:12:50,614 - DEBUG - Requesting: http://10.0.0.33:8082/domain/9f8b062f-add5-4bd9-bebe-20893a26f314 2025-06-30 17:12:50,627 - DEBUG - Requesting: http://10.0.0.33:8082/project/57f72c25-5885-4947-b22d-1effb0803f33 2025-06-30 17:12:50,685 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:50,696 - DEBUG - =>VN __public__ has no policy to be verified 2025-06-30 17:12:50,696 - DEBUG - Verifying the vn in opserver 2025-06-30 17:12:50,696 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.33 2025-06-30 17:12:50,697 - DEBUG - Requesting: http://10.0.0.33:8081/analytics/uves/virtual-networks 2025-06-30 17:12:50,702 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.33:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-06-30 17:12:50,702 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-06-30 17:12:50,702 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 17:12:50,710 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 17:12:50,718 - DEBUG - Do not have enough data to verify VN in agent 2025-06-30 17:12:50,718 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 17:12:50,725 - DEBUG - VRF ids for VN __public__: {} 2025-06-30 17:12:50,828 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-06-30 17:12:50,948 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-30 17:12:50,953 - DEBUG - Requesting: http://10.0.0.33:8082/domain/9f8b062f-add5-4bd9-bebe-20893a26f314 2025-06-30 17:12:50,961 - DEBUG - Requesting: http://10.0.0.33:8082/project/57f72c25-5885-4947-b22d-1effb0803f33 2025-06-30 17:12:51,003 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:51,016 - DEBUG - Requesting: http://10.0.0.33:8082/floating-ip-pool/985e4574-abf8-493d-bfa9-18be0f28baac 2025-06-30 17:12:51,024 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-30 17:12:51,030 - DEBUG - Requesting: http://10.0.0.33:8082/domain/9f8b062f-add5-4bd9-bebe-20893a26f314 2025-06-30 17:12:51,039 - DEBUG - Requesting: http://10.0.0.33:8082/project/57f72c25-5885-4947-b22d-1effb0803f33 2025-06-30 17:12:51,088 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-network/e1431e16-e697-4a82-99c0-e3daa7126de7 2025-06-30 17:12:51,100 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-06-30 17:12:51,100 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-06-30 17:12:51,107 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 17:12:51,113 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-06-30 17:12:51,113 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-06-30 17:12:51,116 - DEBUG - Ingress ctest-nginx-ingress-93648048 not present 2025-06-30 17:12:51,117 - INFO - Creating Ingress ctest-nginx-ingress-93648048 2025-06-30 17:12:51,126 - INFO - Created Ingress ctest-nginx-ingress-93648048 2025-06-30 17:12:51,129 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-93648048 2025-06-30 17:12:54,134 - DEBUG - For Ingress ctest-nginx-ingress-93648048, Cluster IP: 10.47.255.249, External IPs ['210.64.134.60'] 2025-06-30 17:12:54,134 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-93648048 2025-06-30 17:12:54,134 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=cc681633-63ef-4018-8d30-4a8496fc638f 2025-06-30 17:12:54,139 - INFO - Ingress ctest-nginx-ingress-93648048 with uuid cc681633-63ef-4018-8d30-4a8496fc638f found in kube manager 2025-06-30 17:12:54,139 - INFO - Ingress ctest-nginx-ingress-93648048 verification passed 2025-06-30 17:12:54,141 - DEBUG - Pod ctest-busybox-pod-94311204 not present 2025-06-30 17:12:54,141 - INFO - Creating Pod ctest-busybox-pod-94311204 2025-06-30 17:12:54,157 - DEBUG - Node for Pod ctest-busybox-pod-94311204 not yet populated 2025-06-30 17:12:57,174 - DEBUG - Pod : ctest-busybox-pod-94311204 UUID is 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:12:57,191 - DEBUG - Pod ctest-nginx-pod-79737458 not in running state.Currently in Pending 2025-06-30 17:13:02,209 - INFO - Pod ctest-nginx-pod-79737458 is in running state.Got IP 10.47.255.251 2025-06-30 17:13:02,230 - DEBUG - Pod ctest-nginx-pod-79737458 has vmi 710c40ac-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:13:02,230 - INFO - Verified pod ctest-nginx-pod-79737458 in contrail-api 2025-06-30 17:13:02,230 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:13:02,247 - DEBUG - VMI 710c40ac-55d5-11f0-b7a3-fa163eaa053a is active in agent 10.0.0.22 2025-06-30 17:13:02,247 - INFO - Verified Pod ctest-nginx-pod-79737458 in agent 10.0.0.22 2025-06-30 17:13:02,247 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=788211ad-6f93-435a-bf6f-8b68d5039941 2025-06-30 17:13:02,253 - INFO - Pod ctest-nginx-pod-79737458 with uuid 788211ad-6f93-435a-bf6f-8b68d5039941 found in kube manager 2025-06-30 17:13:02,253 - INFO - Pod ctest-nginx-pod-79737458 verification passed 2025-06-30 17:13:02,329 - DEBUG - [Pod ctest-nginx-pod-79737458] Cmd: echo ctest-nginx-pod-79737458 > /usr/share/nginx/html/index.html, Output: 2025-06-30 17:13:02,337 - INFO - Pod ctest-nginx-pod-02201972 is in running state.Got IP 10.47.255.250 2025-06-30 17:13:02,401 - DEBUG - Pod ctest-nginx-pod-02201972 has vmi 71735a30-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:13:02,401 - INFO - Verified pod ctest-nginx-pod-02201972 in contrail-api 2025-06-30 17:13:02,401 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:13:02,415 - DEBUG - VMI 71735a30-55d5-11f0-b7a3-fa163eaa053a is active in agent 10.0.0.22 2025-06-30 17:13:02,415 - INFO - Verified Pod ctest-nginx-pod-02201972 in agent 10.0.0.22 2025-06-30 17:13:02,416 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=84ffc534-e42e-40dd-a827-2e9df41650e2 2025-06-30 17:13:02,422 - INFO - Pod ctest-nginx-pod-02201972 with uuid 84ffc534-e42e-40dd-a827-2e9df41650e2 found in kube manager 2025-06-30 17:13:02,422 - INFO - Pod ctest-nginx-pod-02201972 verification passed 2025-06-30 17:13:02,482 - DEBUG - [Pod ctest-nginx-pod-02201972] Cmd: echo ctest-nginx-pod-02201972 > /usr/share/nginx/html/index.html, Output: 2025-06-30 17:13:02,489 - DEBUG - Pod ctest-busybox-pod-94311204 not in running state.Currently in Pending 2025-06-30 17:13:07,509 - DEBUG - Pod ctest-busybox-pod-94311204 not in running state.Currently in Pending 2025-06-30 17:13:12,520 - INFO - Pod ctest-busybox-pod-94311204 is in running state.Got IP 10.47.255.248 2025-06-30 17:13:12,548 - DEBUG - Pod ctest-busybox-pod-94311204 has vmi 75ede3be-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:13:12,549 - INFO - Verified pod ctest-busybox-pod-94311204 in contrail-api 2025-06-30 17:13:12,549 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:13:12,562 - DEBUG - VMI 75ede3be-55d5-11f0-b7a3-fa163eaa053a is active in agent 10.0.0.22 2025-06-30 17:13:12,562 - INFO - Verified Pod ctest-busybox-pod-94311204 in agent 10.0.0.22 2025-06-30 17:13:12,562 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_VirtualMachineDatabaseList?x=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:12,568 - INFO - Pod ctest-busybox-pod-94311204 with uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 found in kube manager 2025-06-30 17:13:12,568 - INFO - Pod ctest-busybox-pod-94311204 verification passed 2025-06-30 17:13:12,625 - DEBUG - [Pod ctest-busybox-pod-94311204] 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-79737458 2025-06-30 17:13:12,625 - DEBUG - [Pod Pod ctest-busybox-pod-94311204] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 17:13:12,625 - DEBUG - [Pod Pod ctest-busybox-pod-94311204] 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-79737458 2025-06-30 17:13:12,694 - DEBUG - [Pod ctest-busybox-pod-94311204] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-02201972 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 17:13:12,694 - DEBUG - [Pod Pod ctest-busybox-pod-94311204] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-06-30 17:13:12,694 - DEBUG - [Pod Pod ctest-busybox-pod-94311204] Cmd output: ctest-nginx-pod-02201972 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 17:13:12,694 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-79737458': 1, 'ctest-nginx-pod-02201972': 1} 2025-06-30 17:13:12,694 - WARNING - Nothing to delete parallely 2025-06-30 17:13:12,695 - INFO - Deleting pod default:ctest-busybox-pod-94311204 2025-06-30 17:13:12,714 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:12,723 - WARNING - Pod uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:17,724 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:17,741 - WARNING - Pod uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:22,741 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:22,755 - WARNING - Pod uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:27,756 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:27,775 - WARNING - Pod uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:32,777 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:32,792 - WARNING - Pod uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:37,796 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:37,803 - WARNING - Pod uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:42,805 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:42,813 - WARNING - Pod uuid 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:47,814 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 2025-06-30 17:13:47,828 - DEBUG - Pod 6093e58d-2b08-4e2d-80e3-4e8e4bfbad61 is not in agent 10.0.0.22 VM list 2025-06-30 17:13:47,828 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:75ede3be-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:13:47,841 - DEBUG - VMI 75ede3be-55d5-11f0-b7a3-fa163eaa053a is removed from agent 10.0.0.22 2025-06-30 17:13:47,841 - INFO - Verified that pod ctest-busybox-pod-94311204 is removed in agent 2025-06-30 17:13:47,842 - INFO - Deleting Ingress : ctest-nginx-ingress-93648048 2025-06-30 17:13:47,856 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=cc681633-63ef-4018-8d30-4a8496fc638f 2025-06-30 17:13:47,879 - ERROR - Ingress ctest-nginx-ingress-93648048 with uuid cc681633-63ef-4018-8d30-4a8496fc638f still found in kube manager 2025-06-30 17:13:48,881 - DEBUG - Requesting: http://10.0.0.33:8108/Snh_LoadbalancerDatabaseList?x=cc681633-63ef-4018-8d30-4a8496fc638f 2025-06-30 17:13:48,886 - INFO - Ingress ctest-nginx-ingress-93648048 with uuid cc681633-63ef-4018-8d30-4a8496fc638f deleted successfully from kube manager 2025-06-30 17:13:48,886 - INFO - Verifications on Ingress %s cleanup passed 2025-06-30 17:13:48,886 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-06-30 17:13:48,958 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-06-30 17:13:48,973 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-06-30 17:13:48,973 - INFO - Deleting VN __public__ 2025-06-30 17:13:49,122 - DEBUG - Requesting: http://10.0.0.33:8082/routing-instance/a0d0c17a-d3da-482c-bebe-877cb0f19773 2025-06-30 17:13:49,132 - DEBUG - Response Code: 404 2025-06-30 17:13:49,132 - DEBUG - Requesting: http://10.0.0.33:8082/domains 2025-06-30 17:13:49,136 - DEBUG - Requesting: http://10.0.0.33:8082/domain/9f8b062f-add5-4bd9-bebe-20893a26f314 2025-06-30 17:13:49,147 - DEBUG - Requesting: http://10.0.0.33:8082/project/57f72c25-5885-4947-b22d-1effb0803f33 2025-06-30 17:13:49,186 - INFO - Validated that VN __public__ is not found in API Server 2025-06-30 17:13:49,186 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-06-30 17:13:49,195 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 17:13:49,206 - DEBUG - VN __public__ is not present in Agent 10.0.0.22 2025-06-30 17:13:49,206 - INFO - Validated that VN __public__ is not in any agent 2025-06-30 17:13:49,206 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 17:13:49,219 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-06-30 17:13:49,225 - DEBUG - Requesting: http://10.0.0.33:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-06-30 17:13:49,232 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-06-30 17:13:49,236 - INFO - Deleting pod default:ctest-nginx-pod-02201972 2025-06-30 17:13:49,257 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=84ffc534-e42e-40dd-a827-2e9df41650e2 2025-06-30 17:13:49,272 - WARNING - Pod uuid 84ffc534-e42e-40dd-a827-2e9df41650e2 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:54,274 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=84ffc534-e42e-40dd-a827-2e9df41650e2 2025-06-30 17:13:54,288 - DEBUG - Pod 84ffc534-e42e-40dd-a827-2e9df41650e2 is not in agent 10.0.0.22 VM list 2025-06-30 17:13:54,289 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:71735a30-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:13:54,301 - DEBUG - VMI 71735a30-55d5-11f0-b7a3-fa163eaa053a is removed from agent 10.0.0.22 2025-06-30 17:13:54,302 - INFO - Verified that pod ctest-nginx-pod-02201972 is removed in agent 2025-06-30 17:13:54,303 - INFO - Deleting pod default:ctest-nginx-pod-79737458 2025-06-30 17:13:54,331 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=788211ad-6f93-435a-bf6f-8b68d5039941 2025-06-30 17:13:54,347 - WARNING - Pod uuid 788211ad-6f93-435a-bf6f-8b68d5039941 is still seen in agent 10.0.0.22 VM list 2025-06-30 17:13:59,348 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=788211ad-6f93-435a-bf6f-8b68d5039941 2025-06-30 17:13:59,363 - DEBUG - Pod 788211ad-6f93-435a-bf6f-8b68d5039941 is not in agent 10.0.0.22 VM list 2025-06-30 17:13:59,364 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:710c40ac-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:13:59,378 - DEBUG - VMI 710c40ac-55d5-11f0-b7a3-fa163eaa053a is removed from agent 10.0.0.22 2025-06-30 17:13:59,378 - INFO - Verified that pod ctest-nginx-pod-79737458 is removed in agent 2025-06-30 17:13:59,379 - INFO - Deleting service : ctest-nginx-svc-74610887 2025-06-30 17:13:59,791 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 17:13:59,806 - DEBUG - No XMPP flaps were noticed during the test
2025-06-30 17:13:59,806 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:16]
2025-06-30 17:13:59,806 - INFO - -------------------------------------------------------------------------------- 2025-06-30 17:14:06,366 - DEBUG - [10.0.0.33]: 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 17:14:06,472 - DEBUG - Output : cluster_project={} 2025-06-30 17:14:06,512 - DEBUG - [10.0.0.33]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-06-30 17:14:06,697 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-06-30 17:14:06,704 - DEBUG - [10.0.0.33]: 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 17:14:06,834 - DEBUG - Output : cluster_project={} 2025-06-30 17:14:22,025 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:22,118 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:22,175 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:22,269 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:27,358 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:27,439 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:27,545 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:27,622 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-06-30 17:14:27,892 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 17:14:30,844 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_ApplicationPolicySetReq? 2025-06-30 17:14:30,865 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-30 17:14:30,917 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-30 17:14:32,964 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AclReq? 2025-06-30 17:17:41,836 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_AgentXmppConnectionStatusReq? 2025-06-30 17:17:41,960 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=453309b3-a057-400c-9d09-c4708601dce5 2025-06-30 17:17:41,970 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:17:41,976 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:17:41,980 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a6bd8fd1-cab2-433e-8813-e4d3384c0bb9 2025-06-30 17:17:41,987 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1b7efcb3-d5d4-4289-80b0-861af3719b56 2025-06-30 17:17:41,991 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2e655df6-39ff-4bc9-80b2-b563c9f6689a 2025-06-30 17:17:41,995 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:17:42,004 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:17:47,084 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:17:47,087 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=2e655df6-39ff-4bc9-80b2-b563c9f6689a 2025-06-30 17:17:47,088 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=a6bd8fd1-cab2-433e-8813-e4d3384c0bb9 2025-06-30 17:17:47,091 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:17:47,092 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=453309b3-a057-400c-9d09-c4708601dce5 2025-06-30 17:17:47,094 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:17:47,095 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:17:47,100 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1b7efcb3-d5d4-4289-80b0-861af3719b56 2025-06-30 17:17:47,130 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a1bdce0a-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:17:47,153 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a2eadb4c-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:17:47,157 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a23835dc-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:17:47,164 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a35edfce-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:17:52,152 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:17:52,162 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:17:52,169 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:17:52,174 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:17:57,187 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:17:57,208 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:17:57,210 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:17:57,212 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:18:02,199 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:18:02,231 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:18:02,235 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:18:02,237 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:18:07,210 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:18:07,241 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:18:07,252 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:18:07,260 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:18:12,230 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:18:12,261 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:18:12,278 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:18:12,283 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:18:17,254 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=950e99f4-0c37-4e6e-b410-42aa3f6e321b 2025-06-30 17:18:17,269 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a44e7a98-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:18:17,278 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=94e5dc7b-c962-4616-9b28-828fb7722a01 2025-06-30 17:18:17,296 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a4c59736-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:18:17,302 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=01b4f920-3d5a-451c-9256-97e8ef3a69bd 2025-06-30 17:18:17,304 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_VmListReq?uuid=1c6f2cf7-19c7-4a2c-9eb8-eefe45b24e2a 2025-06-30 17:18:17,324 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a538721a-55d5-11f0-b7a3-fa163eaa053a 2025-06-30 17:18:17,329 - DEBUG - Requesting: http://10.0.0.22:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a3ddd96e-55d5-11f0-b7a3-fa163eaa053a