2025-05-30 18:57:07,013 - DEBUG - [10.0.0.48]: Running cmd : hostname 2025-05-30 18:57:07,257 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1246-1 2025-05-30 18:57:07,257 - DEBUG - [10.0.0.48]: Running cmd : hostname -f 2025-05-30 18:57:07,292 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1246-1 2025-05-30 18:57:07,292 - DEBUG - [10.0.0.48]: 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-30 18:57:07,356 - DEBUG - Output : NAMES contrail_test_GU1FVDjIh contrail-kubernetes-master-kubemanager-1 analytics_snmp-nodemgr-1 analytics_snmp-topology-1 analytics_snmp-snmp-collector-1 analytics_alarm-alarm-gen-1 analytics_alarm-kafka-1 analytics_alarm-nodemgr-1 analytics-collector-1 analytics-nodemgr-1 analytics-api-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 analytics_database-cassandra-1 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-zookeeper-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-dnsmasq-1 config_api-api-1 config_api-nodemgr-1 config_api-schema-1 config_api-svcmonitor-1 2025-05-30 18:57:07,356 - DEBUG - [10.0.0.48]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-30 18:57:07,436 - DEBUG - Output : 10.0.0.48/24 172.17.0.1/16 2025-05-30 18:57:07,436 - DEBUG - [10.0.0.48]: Running cmd : getent hosts 10.0.0.48 | head -n 1 | awk '{print $2}' 2025-05-30 18:57:07,485 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1246-1 2025-05-30 18:57:07,599 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-05-30 18:57:07,817 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1246-1 2025-05-30 18:57:07,817 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-05-30 18:57:07,841 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1246-1 2025-05-30 18:57:07,841 - DEBUG - [10.0.0.49]: 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-30 18:57:07,884 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-30 18:57:07,885 - DEBUG - [10.0.0.49]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-30 18:57:07,957 - DEBUG - Output : 10.0.0.49/24 2025-05-30 18:57:07,957 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-05-30 18:57:07,992 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1246-1 2025-05-30 18:57:08,106 - INFO - Using existing project ['default-domain', 'k8s-default'](8c577eae-e890-4377-b0eb-c306dd0dccc0) 2025-05-30 18:57:08,280 - INFO - Using existing project ['default-domain', 'k8s-default'](8c577eae-e890-4377-b0eb-c306dd0dccc0) 2025-05-30 18:57:08,499 - INFO - ================================================================================ 2025-05-30 18:57:08,499 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-30 18:57:08,500 - 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-30 18:57:08,724 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-30 18:57:08,732 - DEBUG - Nothing to compare xmpp stats {'10.0.0.49': {'10.0.0.48': '0'}} with 2025-05-30 18:57:08,733 - INFO - Initial checks done. Running the testcase now 2025-05-30 18:57:08,733 - INFO - 2025-05-30 18:57:08,741 - INFO - Namespace default already exists 2025-05-30 18:57:08,742 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-30 18:57:08,869 - DEBUG - Output : cluster_project={} 2025-05-30 18:57:08,910 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-30 18:57:08,911 - DEBUG - Project uuid in Contrail is 8c577eae-e890-4377-b0eb-c306dd0dccc0 2025-05-30 18:57:08,911 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-30 18:57:09,027 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-30 18:57:09,027 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_NamespaceDatabaseList?namespace_uuid=62b3ff4d-8b36-4e08-819a-d2f40afea108 2025-05-30 18:57:09,033 - INFO - Namespace default with uuid 62b3ff4d-8b36-4e08-819a-d2f40afea108 found in kube manager 2025-05-30 18:57:09,033 - INFO - Namespace default verification passed 2025-05-30 18:57:09,036 - DEBUG - Service ctest-nginx-svc-55030456 not present 2025-05-30 18:57:09,036 - INFO - Creating service ctest-nginx-svc-55030456 2025-05-30 18:57:09,056 - INFO - Created Service ctest-nginx-svc-55030456 2025-05-30 18:57:09,059 - DEBUG - Pod ctest-nginx-pod-21800864 not present 2025-05-30 18:57:09,060 - INFO - Creating Pod ctest-nginx-pod-21800864 2025-05-30 18:57:09,121 - DEBUG - Pod : ctest-nginx-pod-21800864 UUID is 881c0c4d-99a8-4711-a153-322de8ed49fe 2025-05-30 18:57:09,125 - DEBUG - Pod ctest-nginx-pod-73242236 not present 2025-05-30 18:57:09,125 - INFO - Creating Pod ctest-nginx-pod-73242236 2025-05-30 18:57:09,154 - DEBUG - Pod : ctest-nginx-pod-73242236 UUID is b23ac6ec-a831-4df6-a212-d8a5ffce4699 2025-05-30 18:57:09,326 - INFO - Created VN __public__, UUID :847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:09,576 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-05-30 18:57:09,580 - DEBUG - Requesting: http://10.0.0.48:8082/domain/ee80280b-248b-4de4-9590-1a9761edfdbe 2025-05-30 18:57:09,593 - DEBUG - Requesting: http://10.0.0.48:8082/project/8c577eae-e890-4377-b0eb-c306dd0dccc0 2025-05-30 18:57:09,635 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:09,647 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:09,656 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:57:09,663 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:57:09,688 - DEBUG - Route Targets: [] 2025-05-30 18:57:09,688 - DEBUG - RT names not yet present for VN __public__ 2025-05-30 18:57:14,689 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-05-30 18:57:14,695 - DEBUG - Requesting: http://10.0.0.48:8082/domain/ee80280b-248b-4de4-9590-1a9761edfdbe 2025-05-30 18:57:14,704 - DEBUG - Requesting: http://10.0.0.48:8082/project/8c577eae-e890-4377-b0eb-c306dd0dccc0 2025-05-30 18:57:14,743 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:14,752 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:14,763 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:57:14,773 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:57:14,781 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/39ae80f6-e2ba-4d0a-a3d4-b63c153b15f1 2025-05-30 18:57:14,787 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-30 18:57:14,787 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:14,798 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:57:14,812 - INFO - Verified VN network id 14 for VN 847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:14,812 - INFO - Verifications in API Server for VN __public__ passed 2025-05-30 18:57:14,812 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:14,820 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:57:14,826 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:57:14,832 - DEBUG - Requesting: http://10.0.0.48:8082/route-target/39ae80f6-e2ba-4d0a-a3d4-b63c153b15f1 2025-05-30 18:57:14,837 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-30 18:57:14,844 - DEBUG - Control-node 10.0.0.48 : 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': '9546049859464286067', 'uuid-lslong': '9504552942583348092'}, 'enable': 'true', 'created': '2025-05-30T18:57:09', 'last-modified': '2025-05-30T18:57:09', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.335772'} 2025-05-30 18:57:14,844 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-30 18:57:14,850 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-30 18:57:14,850 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-30 18:57:14,851 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-30 18:57:14,851 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-05-30 18:57:14,856 - DEBUG - Requesting: http://10.0.0.48:8082/domain/ee80280b-248b-4de4-9590-1a9761edfdbe 2025-05-30 18:57:14,864 - DEBUG - Requesting: http://10.0.0.48:8082/project/8c577eae-e890-4377-b0eb-c306dd0dccc0 2025-05-30 18:57:14,931 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:14,940 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-30 18:57:14,940 - DEBUG - Verifying the vn in opserver 2025-05-30 18:57:14,940 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.48 2025-05-30 18:57:14,940 - DEBUG - Requesting: http://10.0.0.48:8081/analytics/uves/virtual-networks 2025-05-30 18:57:14,950 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.48:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-30 18:57:14,950 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-30 18:57:14,950 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-30 18:57:14,957 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-30 18:57:14,963 - DEBUG - Do not have enough data to verify VN in agent 2025-05-30 18:57:14,963 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-30 18:57:14,969 - DEBUG - VRF ids for VN __public__: {} 2025-05-30 18:57:15,069 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-30 18:57:15,220 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-05-30 18:57:15,225 - DEBUG - Requesting: http://10.0.0.48:8082/domain/ee80280b-248b-4de4-9590-1a9761edfdbe 2025-05-30 18:57:15,232 - DEBUG - Requesting: http://10.0.0.48:8082/project/8c577eae-e890-4377-b0eb-c306dd0dccc0 2025-05-30 18:57:15,269 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:15,280 - DEBUG - Requesting: http://10.0.0.48:8082/floating-ip-pool/b6ffd9c1-d291-44fb-90a7-dd613092c85d 2025-05-30 18:57:15,285 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-05-30 18:57:15,289 - DEBUG - Requesting: http://10.0.0.48:8082/domain/ee80280b-248b-4de4-9590-1a9761edfdbe 2025-05-30 18:57:15,296 - DEBUG - Requesting: http://10.0.0.48:8082/project/8c577eae-e890-4377-b0eb-c306dd0dccc0 2025-05-30 18:57:15,335 - DEBUG - Requesting: http://10.0.0.48:8082/virtual-network/847a61c5-2189-4f73-83e6-f48b4392fb7c 2025-05-30 18:57:15,343 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-30 18:57:15,343 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-30 18:57:15,350 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-30 18:57:15,360 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-30 18:57:15,361 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-30 18:57:15,364 - DEBUG - Ingress ctest-nginx-ingress-02378812 not present 2025-05-30 18:57:15,365 - INFO - Creating Ingress ctest-nginx-ingress-02378812 2025-05-30 18:57:15,371 - INFO - Created Ingress ctest-nginx-ingress-02378812 2025-05-30 18:57:15,374 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-02378812 2025-05-30 18:57:18,378 - DEBUG - For Ingress ctest-nginx-ingress-02378812, Cluster IP: 10.47.255.249, External IPs ['68.13.88.60'] 2025-05-30 18:57:18,378 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-02378812 2025-05-30 18:57:18,379 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=40fff690-3d72-42fd-ba82-33ecd2188e6a 2025-05-30 18:57:18,384 - INFO - Ingress ctest-nginx-ingress-02378812 with uuid 40fff690-3d72-42fd-ba82-33ecd2188e6a found in kube manager 2025-05-30 18:57:18,384 - INFO - Ingress ctest-nginx-ingress-02378812 verification passed 2025-05-30 18:57:18,387 - DEBUG - Pod ctest-busybox-pod-37447334 not present 2025-05-30 18:57:18,387 - INFO - Creating Pod ctest-busybox-pod-37447334 2025-05-30 18:57:18,438 - DEBUG - Pod : ctest-busybox-pod-37447334 UUID is d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:18,442 - DEBUG - Pod ctest-nginx-pod-21800864 not in running state.Currently in Pending 2025-05-30 18:57:23,448 - INFO - Pod ctest-nginx-pod-21800864 is in running state.Got IP 10.47.255.251 2025-05-30 18:57:23,462 - DEBUG - Pod ctest-nginx-pod-21800864 has vmi e4292714-3d87-11f0-ad98-fa163e2a576b 2025-05-30 18:57:23,462 - INFO - Verified pod ctest-nginx-pod-21800864 in contrail-api 2025-05-30 18:57:23,462 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:57:23,475 - DEBUG - VMI e4292714-3d87-11f0-ad98-fa163e2a576b is active in agent 10.0.0.49 2025-05-30 18:57:23,476 - INFO - Verified Pod ctest-nginx-pod-21800864 in agent 10.0.0.49 2025-05-30 18:57:23,476 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=881c0c4d-99a8-4711-a153-322de8ed49fe 2025-05-30 18:57:23,480 - INFO - Pod ctest-nginx-pod-21800864 with uuid 881c0c4d-99a8-4711-a153-322de8ed49fe found in kube manager 2025-05-30 18:57:23,480 - INFO - Pod ctest-nginx-pod-21800864 verification passed 2025-05-30 18:57:23,603 - DEBUG - [Pod ctest-nginx-pod-21800864] Cmd: echo ctest-nginx-pod-21800864 > /usr/share/nginx/html/index.html, Output: 2025-05-30 18:57:23,608 - DEBUG - Pod ctest-nginx-pod-73242236 not in running state.Currently in Pending 2025-05-30 18:57:28,614 - INFO - Pod ctest-nginx-pod-73242236 is in running state.Got IP 10.47.255.250 2025-05-30 18:57:28,627 - DEBUG - Pod ctest-nginx-pod-73242236 has vmi e4a317ea-3d87-11f0-ad98-fa163e2a576b 2025-05-30 18:57:28,627 - INFO - Verified pod ctest-nginx-pod-73242236 in contrail-api 2025-05-30 18:57:28,627 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:57:28,642 - DEBUG - VMI e4a317ea-3d87-11f0-ad98-fa163e2a576b is active in agent 10.0.0.49 2025-05-30 18:57:28,642 - INFO - Verified Pod ctest-nginx-pod-73242236 in agent 10.0.0.49 2025-05-30 18:57:28,642 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=b23ac6ec-a831-4df6-a212-d8a5ffce4699 2025-05-30 18:57:28,647 - INFO - Pod ctest-nginx-pod-73242236 with uuid b23ac6ec-a831-4df6-a212-d8a5ffce4699 found in kube manager 2025-05-30 18:57:28,647 - INFO - Pod ctest-nginx-pod-73242236 verification passed 2025-05-30 18:57:28,708 - DEBUG - [Pod ctest-nginx-pod-73242236] Cmd: echo ctest-nginx-pod-73242236 > /usr/share/nginx/html/index.html, Output: 2025-05-30 18:57:28,713 - INFO - Pod ctest-busybox-pod-37447334 is in running state.Got IP 10.47.255.248 2025-05-30 18:57:28,726 - DEBUG - Pod ctest-busybox-pod-37447334 has vmi e8e6e6b0-3d87-11f0-ad98-fa163e2a576b 2025-05-30 18:57:28,726 - INFO - Verified pod ctest-busybox-pod-37447334 in contrail-api 2025-05-30 18:57:28,726 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:57:28,736 - DEBUG - VMI e8e6e6b0-3d87-11f0-ad98-fa163e2a576b is active in agent 10.0.0.49 2025-05-30 18:57:28,737 - INFO - Verified Pod ctest-busybox-pod-37447334 in agent 10.0.0.49 2025-05-30 18:57:28,737 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_VirtualMachineDatabaseList?x=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:28,741 - INFO - Pod ctest-busybox-pod-37447334 with uuid d3682d63-0b92-47b7-b45c-70269a0e5913 found in kube manager 2025-05-30 18:57:28,741 - INFO - Pod ctest-busybox-pod-37447334 verification passed 2025-05-30 18:57:28,794 - DEBUG - [Pod ctest-busybox-pod-37447334] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-73242236 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-30 18:57:28,794 - DEBUG - [Pod Pod ctest-busybox-pod-37447334] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-30 18:57:28,794 - DEBUG - [Pod Pod ctest-busybox-pod-37447334] Cmd output: ctest-nginx-pod-73242236 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-30 18:57:28,849 - DEBUG - [Pod ctest-busybox-pod-37447334] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-21800864 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-30 18:57:28,850 - DEBUG - [Pod Pod ctest-busybox-pod-37447334] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-30 18:57:28,850 - DEBUG - [Pod Pod ctest-busybox-pod-37447334] Cmd output: ctest-nginx-pod-21800864 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-30 18:57:28,850 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-21800864': 1, 'ctest-nginx-pod-73242236': 1} 2025-05-30 18:57:28,850 - WARNING - Nothing to delete parallely 2025-05-30 18:57:28,850 - INFO - Deleting pod default:ctest-busybox-pod-37447334 2025-05-30 18:57:28,871 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:28,878 - WARNING - Pod uuid d3682d63-0b92-47b7-b45c-70269a0e5913 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:57:33,879 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:33,886 - WARNING - Pod uuid d3682d63-0b92-47b7-b45c-70269a0e5913 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:57:38,887 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:38,895 - WARNING - Pod uuid d3682d63-0b92-47b7-b45c-70269a0e5913 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:57:43,896 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:43,905 - WARNING - Pod uuid d3682d63-0b92-47b7-b45c-70269a0e5913 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:57:48,906 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:48,915 - WARNING - Pod uuid d3682d63-0b92-47b7-b45c-70269a0e5913 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:57:53,916 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:53,924 - WARNING - Pod uuid d3682d63-0b92-47b7-b45c-70269a0e5913 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:57:58,925 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:57:58,934 - WARNING - Pod uuid d3682d63-0b92-47b7-b45c-70269a0e5913 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:58:03,934 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d3682d63-0b92-47b7-b45c-70269a0e5913 2025-05-30 18:58:03,942 - DEBUG - Pod d3682d63-0b92-47b7-b45c-70269a0e5913 is not in agent 10.0.0.49 VM list 2025-05-30 18:58:03,942 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e8e6e6b0-3d87-11f0-ad98-fa163e2a576b 2025-05-30 18:58:03,949 - DEBUG - VMI e8e6e6b0-3d87-11f0-ad98-fa163e2a576b is removed from agent 10.0.0.49 2025-05-30 18:58:03,949 - INFO - Verified that pod ctest-busybox-pod-37447334 is removed in agent 2025-05-30 18:58:03,949 - INFO - Deleting Ingress : ctest-nginx-ingress-02378812 2025-05-30 18:58:03,956 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=40fff690-3d72-42fd-ba82-33ecd2188e6a 2025-05-30 18:58:03,963 - ERROR - Ingress ctest-nginx-ingress-02378812 with uuid 40fff690-3d72-42fd-ba82-33ecd2188e6a still found in kube manager 2025-05-30 18:58:04,964 - DEBUG - Requesting: http://10.0.0.48:8108/Snh_LoadbalancerDatabaseList?x=40fff690-3d72-42fd-ba82-33ecd2188e6a 2025-05-30 18:58:04,968 - INFO - Ingress ctest-nginx-ingress-02378812 with uuid 40fff690-3d72-42fd-ba82-33ecd2188e6a deleted successfully from kube manager 2025-05-30 18:58:04,969 - INFO - Verifications on Ingress %s cleanup passed 2025-05-30 18:58:04,970 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-30 18:58:05,077 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-30 18:58:05,083 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-30 18:58:05,084 - INFO - Deleting VN __public__ 2025-05-30 18:58:05,206 - DEBUG - Requesting: http://10.0.0.48:8082/routing-instance/ef90679c-3e45-43e0-93f2-f3dd02b0396f 2025-05-30 18:58:05,211 - DEBUG - Response Code: 404 2025-05-30 18:58:05,211 - DEBUG - Requesting: http://10.0.0.48:8082/domains 2025-05-30 18:58:05,217 - DEBUG - Requesting: http://10.0.0.48:8082/domain/ee80280b-248b-4de4-9590-1a9761edfdbe 2025-05-30 18:58:05,231 - DEBUG - Requesting: http://10.0.0.48:8082/project/8c577eae-e890-4377-b0eb-c306dd0dccc0 2025-05-30 18:58:05,277 - INFO - Validated that VN __public__ is not found in API Server 2025-05-30 18:58:05,277 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-30 18:58:05,287 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-30 18:58:05,297 - DEBUG - VN __public__ is not present in Agent 10.0.0.49 2025-05-30 18:58:05,297 - INFO - Validated that VN __public__ is not in any agent 2025-05-30 18:58:05,297 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-30 18:58:05,308 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-30 18:58:05,314 - DEBUG - Requesting: http://10.0.0.48:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-30 18:58:05,320 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-30 18:58:05,320 - INFO - Deleting pod default:ctest-nginx-pod-73242236 2025-05-30 18:58:05,341 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b23ac6ec-a831-4df6-a212-d8a5ffce4699 2025-05-30 18:58:05,353 - WARNING - Pod uuid b23ac6ec-a831-4df6-a212-d8a5ffce4699 is still seen in agent 10.0.0.49 VM list 2025-05-30 18:58:10,354 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=b23ac6ec-a831-4df6-a212-d8a5ffce4699 2025-05-30 18:58:10,371 - DEBUG - Pod b23ac6ec-a831-4df6-a212-d8a5ffce4699 is not in agent 10.0.0.49 VM list 2025-05-30 18:58:10,371 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e4a317ea-3d87-11f0-ad98-fa163e2a576b 2025-05-30 18:58:10,380 - DEBUG - VMI e4a317ea-3d87-11f0-ad98-fa163e2a576b is removed from agent 10.0.0.49 2025-05-30 18:58:10,381 - INFO - Verified that pod ctest-nginx-pod-73242236 is removed in agent 2025-05-30 18:58:10,381 - INFO - Deleting pod default:ctest-nginx-pod-21800864 2025-05-30 18:58:10,400 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=881c0c4d-99a8-4711-a153-322de8ed49fe 2025-05-30 18:58:10,418 - WARNING - Pod uuid 881c0c4d-99a8-4711-a153-322de8ed49fe is still seen in agent 10.0.0.49 VM list 2025-05-30 18:58:15,419 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=881c0c4d-99a8-4711-a153-322de8ed49fe 2025-05-30 18:58:15,426 - DEBUG - Pod 881c0c4d-99a8-4711-a153-322de8ed49fe is not in agent 10.0.0.49 VM list 2025-05-30 18:58:15,426 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:e4292714-3d87-11f0-ad98-fa163e2a576b 2025-05-30 18:58:15,432 - DEBUG - VMI e4292714-3d87-11f0-ad98-fa163e2a576b is removed from agent 10.0.0.49 2025-05-30 18:58:15,432 - INFO - Verified that pod ctest-nginx-pod-21800864 is removed in agent 2025-05-30 18:58:15,433 - INFO - Deleting service : ctest-nginx-svc-55030456 2025-05-30 18:58:15,615 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-30 18:58:15,621 - DEBUG - No XMPP flaps were noticed during the test
2025-05-30 18:58:15,622 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:07]
2025-05-30 18:58:15,622 - INFO - -------------------------------------------------------------------------------- 2025-05-30 18:58:22,114 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-30 18:58:22,276 - DEBUG - Output : cluster_project={} 2025-05-30 18:58:22,395 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-30 18:58:22,649 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-30 18:58:22,659 - DEBUG - [10.0.0.48]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-30 18:58:22,805 - DEBUG - Output : cluster_project={} 2025-05-30 18:58:37,972 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:38,032 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:38,124 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:38,204 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:43,251 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:43,328 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:43,428 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:43,508 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-30 18:58:43,780 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-30 18:58:46,449 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_ApplicationPolicySetReq? 2025-05-30 18:58:46,455 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-05-30 18:58:46,483 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-05-30 18:58:48,510 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AclReq? 2025-05-30 19:01:48,504 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-30 19:01:48,550 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=32807d60-ebd1-4b0e-b47d-8ae83e82cb86 2025-05-30 19:01:48,571 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5c525acc-2ada-4bc6-a522-b4ef3a0b0a6a 2025-05-30 19:01:48,580 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:01:48,587 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:01:48,590 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:01:48,594 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:01:48,600 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:01:48,605 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d680f224-b427-4b01-a4ec-250ce140ca7f 2025-05-30 19:01:53,615 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=32807d60-ebd1-4b0e-b47d-8ae83e82cb86 2025-05-30 19:01:53,622 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:0ffdc674-3d88-11f0-ad98-fa163e2a576b 2025-05-30 19:01:53,667 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:01:53,668 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:01:53,670 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:01:53,671 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:01:53,672 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:01:53,673 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=5c525acc-2ada-4bc6-a522-b4ef3a0b0a6a 2025-05-30 19:01:53,674 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=d680f224-b427-4b01-a4ec-250ce140ca7f 2025-05-30 19:01:53,707 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:11e056c8-3d88-11f0-ad98-fa163e2a576b 2025-05-30 19:01:53,709 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:113c73dc-3d88-11f0-ad98-fa163e2a576b 2025-05-30 19:01:58,712 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:01:58,713 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:01:58,715 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:01:58,721 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:01:58,722 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:02:03,743 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:02:03,751 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:02:03,752 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:02:03,754 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:02:03,756 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:02:08,751 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:02:08,772 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:02:08,774 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:02:08,776 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:02:08,777 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:02:13,759 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:02:13,792 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:02:13,794 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:02:13,795 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:02:13,796 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:02:18,767 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:02:18,811 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:02:18,812 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:02:18,814 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:02:18,821 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:02:23,775 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4584bd75-9f0f-4977-894d-587a2a3e6c75 2025-05-30 19:02:23,783 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:13f49f0a-3d88-11f0-ad98-fa163e2a576b 2025-05-30 19:02:23,825 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=135fe353-263f-4df3-ac6f-d14384bb1614 2025-05-30 19:02:23,832 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:127b559c-3d88-11f0-ad98-fa163e2a576b 2025-05-30 19:02:23,850 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=4287f1e2-f4f4-4500-8a1a-271d920b157d 2025-05-30 19:02:23,851 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=ca9cda84-44b2-4ee7-b8c9-36509819dc50 2025-05-30 19:02:23,852 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_VmListReq?uuid=bffb66d1-e5c0-44b6-a989-001dcc9ba230 2025-05-30 19:02:23,865 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:12eef308-3d88-11f0-ad98-fa163e2a576b 2025-05-30 19:02:23,866 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:1081e5bc-3d88-11f0-ad98-fa163e2a576b 2025-05-30 19:02:23,869 - DEBUG - Requesting: http://10.0.0.49:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:13712e5e-3d88-11f0-ad98-fa163e2a576b