2025-03-25 14:37:11,733 - DEBUG - [10.0.0.32]: Running cmd : hostname 2025-03-25 14:37:12,020 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1049-1 2025-03-25 14:37:12,020 - DEBUG - [10.0.0.32]: Running cmd : hostname -f 2025-03-25 14:37:12,055 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1049-1 2025-03-25 14:37:12,055 - DEBUG - [10.0.0.32]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-25 14:37:12,148 - DEBUG - Output : NAMES contrail_test_HvybndJ7h contrail-kubernetes-master_kubemanager_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_alarm_kafka_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_svcmonitor_1 config_api_schema_1 config_api_api_1 config_api_nodemgr_1 config_api_dnsmasq_1 2025-03-25 14:37:12,149 - DEBUG - [10.0.0.32]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-25 14:37:12,234 - DEBUG - Output : 10.0.0.32/24 172.17.0.1/16 2025-03-25 14:37:12,235 - DEBUG - [10.0.0.32]: Running cmd : getent hosts 10.0.0.32 | head -n 1 | awk '{print $2}' 2025-03-25 14:37:12,269 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1049-1 2025-03-25 14:37:12,392 - DEBUG - [10.0.0.31]: Running cmd : hostname 2025-03-25 14:37:12,611 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1049-1 2025-03-25 14:37:12,611 - DEBUG - [10.0.0.31]: Running cmd : hostname -f 2025-03-25 14:37:12,636 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1049-1 2025-03-25 14:37:12,637 - DEBUG - [10.0.0.31]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-03-25 14:37:12,683 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-03-25 14:37:12,683 - DEBUG - [10.0.0.31]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-03-25 14:37:12,757 - DEBUG - Output : 10.0.0.31/24 2025-03-25 14:37:12,758 - DEBUG - [10.0.0.31]: Running cmd : getent hosts 10.0.0.31 | head -n 1 | awk '{print $2}' 2025-03-25 14:37:12,793 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1049-1 2025-03-25 14:37:12,902 - INFO - Using existing project ['default-domain', 'k8s-default'](84e7f30e-db8c-49cf-b1e7-5163d5681957) 2025-03-25 14:37:13,038 - INFO - Using existing project ['default-domain', 'k8s-default'](84e7f30e-db8c-49cf-b1e7-5163d5681957) 2025-03-25 14:37:13,177 - INFO - ================================================================================ 2025-03-25 14:37:13,177 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-03-25 14:37:13,178 - 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-03-25 14:37:13,385 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-25 14:37:13,396 - DEBUG - Nothing to compare xmpp stats {'10.0.0.31': {'10.0.0.32': '0'}} with 2025-03-25 14:37:13,396 - INFO - Initial checks done. Running the testcase now 2025-03-25 14:37:13,396 - INFO - 2025-03-25 14:37:13,401 - INFO - Namespace default already exists 2025-03-25 14:37:13,402 - DEBUG - [10.0.0.32]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-25 14:37:13,533 - DEBUG - Output : cluster_project={} 2025-03-25 14:37:13,613 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-03-25 14:37:13,613 - DEBUG - Project uuid in Contrail is 84e7f30e-db8c-49cf-b1e7-5163d5681957 2025-03-25 14:37:13,613 - DEBUG - [10.0.0.32]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-25 14:37:13,765 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-25 14:37:13,765 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_NamespaceDatabaseList?namespace_uuid=fd55da99-33bd-49dc-bd2d-53b25da3c083 2025-03-25 14:37:13,775 - INFO - Namespace default with uuid fd55da99-33bd-49dc-bd2d-53b25da3c083 found in kube manager 2025-03-25 14:37:13,775 - INFO - Namespace default verification passed 2025-03-25 14:37:13,783 - DEBUG - Service ctest-nginx-svc-75463041 not present 2025-03-25 14:37:13,783 - INFO - Creating service ctest-nginx-svc-75463041 2025-03-25 14:37:13,803 - INFO - Created Service ctest-nginx-svc-75463041 2025-03-25 14:37:13,826 - DEBUG - Pod ctest-nginx-pod-19980469 not present 2025-03-25 14:37:13,827 - INFO - Creating Pod ctest-nginx-pod-19980469 2025-03-25 14:37:13,911 - DEBUG - Pod : ctest-nginx-pod-19980469 UUID is 2935b157-734f-454b-aa44-d2de86523cfe 2025-03-25 14:37:13,915 - DEBUG - Pod ctest-nginx-pod-95822488 not present 2025-03-25 14:37:13,916 - INFO - Creating Pod ctest-nginx-pod-95822488 2025-03-25 14:37:13,947 - DEBUG - Pod : ctest-nginx-pod-95822488 UUID is cd2bec47-a1a3-4037-b74a-b8b4eb2b1f4b 2025-03-25 14:37:14,215 - INFO - Created VN __public__, UUID :a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:14,534 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-03-25 14:37:14,541 - DEBUG - Requesting: http://10.0.0.32:8082/domain/3d950931-a8c6-4951-a2c3-33e755e33daf 2025-03-25 14:37:14,556 - DEBUG - Requesting: http://10.0.0.32:8082/project/84e7f30e-db8c-49cf-b1e7-5163d5681957 2025-03-25 14:37:14,631 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:14,697 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:14,721 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:37:14,733 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:37:14,758 - DEBUG - Route Targets: [] 2025-03-25 14:37:14,758 - DEBUG - RT names not yet present for VN __public__ 2025-03-25 14:37:19,759 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-03-25 14:37:19,766 - DEBUG - Requesting: http://10.0.0.32:8082/domain/3d950931-a8c6-4951-a2c3-33e755e33daf 2025-03-25 14:37:19,776 - DEBUG - Requesting: http://10.0.0.32:8082/project/84e7f30e-db8c-49cf-b1e7-5163d5681957 2025-03-25 14:37:19,826 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:19,838 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:19,855 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:37:19,864 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:37:19,872 - DEBUG - Requesting: http://10.0.0.32:8082/route-target/8e310ba8-151e-4f80-8963-54db14b073b5 2025-03-25 14:37:19,880 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-25 14:37:19,880 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:19,899 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:37:19,918 - INFO - Verified VN network id 13 for VN a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:19,918 - INFO - Verifications in API Server for VN __public__ passed 2025-03-25 14:37:19,918 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:19,930 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:37:19,942 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:37:19,950 - DEBUG - Requesting: http://10.0.0.32:8082/route-target/8e310ba8-151e-4f80-8963-54db14b073b5 2025-03-25 14:37:19,959 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-25 14:37:19,965 - DEBUG - Control-node 10.0.0.32 : 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': '11699122881732232960', 'uuid-lslong': '12455100751986022022'}, 'enable': 'true', 'created': '2025-03-25T14:37:14', 'last-modified': '2025-03-25T14:37:14', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.568291'} 2025-03-25 14:37:19,965 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-25 14:37:19,974 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-03-25 14:37:19,974 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-03-25 14:37:19,975 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-03-25 14:37:19,975 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-03-25 14:37:19,981 - DEBUG - Requesting: http://10.0.0.32:8082/domain/3d950931-a8c6-4951-a2c3-33e755e33daf 2025-03-25 14:37:19,991 - DEBUG - Requesting: http://10.0.0.32:8082/project/84e7f30e-db8c-49cf-b1e7-5163d5681957 2025-03-25 14:37:20,050 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:20,061 - DEBUG - =>VN __public__ has no policy to be verified 2025-03-25 14:37:20,061 - DEBUG - Verifying the vn in opserver 2025-03-25 14:37:20,061 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.32 2025-03-25 14:37:20,062 - DEBUG - Requesting: http://10.0.0.32:8081/analytics/uves/virtual-networks 2025-03-25 14:37:20,068 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.32:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-03-25 14:37:20,068 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-03-25 14:37:20,068 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-25 14:37:20,077 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-25 14:37:20,085 - DEBUG - Do not have enough data to verify VN in agent 2025-03-25 14:37:20,085 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-25 14:37:20,092 - DEBUG - VRF ids for VN __public__: {} 2025-03-25 14:37:20,166 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-03-25 14:37:20,358 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-03-25 14:37:20,366 - DEBUG - Requesting: http://10.0.0.32:8082/domain/3d950931-a8c6-4951-a2c3-33e755e33daf 2025-03-25 14:37:20,387 - DEBUG - Requesting: http://10.0.0.32:8082/project/84e7f30e-db8c-49cf-b1e7-5163d5681957 2025-03-25 14:37:20,436 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:20,449 - DEBUG - Requesting: http://10.0.0.32:8082/floating-ip-pool/0fe25dfe-a905-429e-976b-77fc9194559e 2025-03-25 14:37:20,457 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-03-25 14:37:20,463 - DEBUG - Requesting: http://10.0.0.32:8082/domain/3d950931-a8c6-4951-a2c3-33e755e33daf 2025-03-25 14:37:20,473 - DEBUG - Requesting: http://10.0.0.32:8082/project/84e7f30e-db8c-49cf-b1e7-5163d5681957 2025-03-25 14:37:20,547 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/a25ba246-bd4b-4700-acd9-6824dbd3d686 2025-03-25 14:37:20,562 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-03-25 14:37:20,562 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-03-25 14:37:20,571 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-25 14:37:20,579 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-03-25 14:37:20,579 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-03-25 14:37:20,583 - DEBUG - Ingress ctest-nginx-ingress-01493731 not present 2025-03-25 14:37:20,583 - INFO - Creating Ingress ctest-nginx-ingress-01493731 2025-03-25 14:37:20,593 - INFO - Created Ingress ctest-nginx-ingress-01493731 2025-03-25 14:37:20,597 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-01493731 2025-03-25 14:37:23,606 - DEBUG - For Ingress ctest-nginx-ingress-01493731, Cluster IP: 10.47.255.249, External IPs ['93.179.143.124'] 2025-03-25 14:37:23,606 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-01493731 2025-03-25 14:37:23,611 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_LoadbalancerDatabaseList?x=7845ac7f-3232-478e-a9cb-399e27f277a3 2025-03-25 14:37:23,624 - INFO - Ingress ctest-nginx-ingress-01493731 with uuid 7845ac7f-3232-478e-a9cb-399e27f277a3 found in kube manager 2025-03-25 14:37:23,625 - INFO - Ingress ctest-nginx-ingress-01493731 verification passed 2025-03-25 14:37:23,629 - DEBUG - Pod ctest-busybox-pod-08728175 not present 2025-03-25 14:37:23,630 - INFO - Creating Pod ctest-busybox-pod-08728175 2025-03-25 14:37:23,667 - DEBUG - Pod : ctest-busybox-pod-08728175 UUID is a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:37:23,684 - DEBUG - Pod ctest-nginx-pod-19980469 not in running state.Currently in Pending 2025-03-25 14:37:28,697 - DEBUG - Pod ctest-nginx-pod-19980469 not in running state.Currently in Pending 2025-03-25 14:37:33,706 - INFO - Pod ctest-nginx-pod-19980469 is in running state.Got IP 10.47.255.251 2025-03-25 14:37:33,725 - DEBUG - Pod ctest-nginx-pod-19980469 has vmi a5a5d12a-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:37:33,725 - INFO - Verified pod ctest-nginx-pod-19980469 in contrail-api 2025-03-25 14:37:33,725 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:37:33,743 - DEBUG - VMI a5a5d12a-0986-11f0-a6fd-fa163e1f073a is active in agent 10.0.0.31 2025-03-25 14:37:33,743 - INFO - Verified Pod ctest-nginx-pod-19980469 in agent 10.0.0.31 2025-03-25 14:37:33,743 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_VirtualMachineDatabaseList?x=2935b157-734f-454b-aa44-d2de86523cfe 2025-03-25 14:37:33,750 - INFO - Pod ctest-nginx-pod-19980469 with uuid 2935b157-734f-454b-aa44-d2de86523cfe found in kube manager 2025-03-25 14:37:33,750 - INFO - Pod ctest-nginx-pod-19980469 verification passed 2025-03-25 14:37:33,842 - DEBUG - [Pod ctest-nginx-pod-19980469] Cmd: echo ctest-nginx-pod-19980469 > /usr/share/nginx/html/index.html, Output: 2025-03-25 14:37:33,850 - INFO - Pod ctest-nginx-pod-95822488 is in running state.Got IP 10.47.255.250 2025-03-25 14:37:33,869 - DEBUG - Pod ctest-nginx-pod-95822488 has vmi a63775b2-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:37:33,869 - INFO - Verified pod ctest-nginx-pod-95822488 in contrail-api 2025-03-25 14:37:33,870 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:37:33,883 - DEBUG - VMI a63775b2-0986-11f0-a6fd-fa163e1f073a is active in agent 10.0.0.31 2025-03-25 14:37:33,884 - INFO - Verified Pod ctest-nginx-pod-95822488 in agent 10.0.0.31 2025-03-25 14:37:33,884 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_VirtualMachineDatabaseList?x=cd2bec47-a1a3-4037-b74a-b8b4eb2b1f4b 2025-03-25 14:37:33,906 - INFO - Pod ctest-nginx-pod-95822488 with uuid cd2bec47-a1a3-4037-b74a-b8b4eb2b1f4b found in kube manager 2025-03-25 14:37:33,907 - INFO - Pod ctest-nginx-pod-95822488 verification passed 2025-03-25 14:37:33,980 - DEBUG - [Pod ctest-nginx-pod-95822488] Cmd: echo ctest-nginx-pod-95822488 > /usr/share/nginx/html/index.html, Output: 2025-03-25 14:37:33,988 - DEBUG - Pod ctest-busybox-pod-08728175 not in running state.Currently in Pending 2025-03-25 14:37:38,997 - DEBUG - Pod ctest-busybox-pod-08728175 not in running state.Currently in Pending 2025-03-25 14:37:44,007 - INFO - Pod ctest-busybox-pod-08728175 is in running state.Got IP 10.47.255.248 2025-03-25 14:37:44,066 - DEBUG - Pod ctest-busybox-pod-08728175 has vmi aacba076-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:37:44,066 - INFO - Verified pod ctest-busybox-pod-08728175 in contrail-api 2025-03-25 14:37:44,066 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:37:44,081 - DEBUG - VMI aacba076-0986-11f0-a6fd-fa163e1f073a is active in agent 10.0.0.31 2025-03-25 14:37:44,082 - INFO - Verified Pod ctest-busybox-pod-08728175 in agent 10.0.0.31 2025-03-25 14:37:44,082 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_VirtualMachineDatabaseList?x=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:37:44,089 - INFO - Pod ctest-busybox-pod-08728175 with uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae found in kube manager 2025-03-25 14:37:44,089 - INFO - Pod ctest-busybox-pod-08728175 verification passed 2025-03-25 14:37:44,161 - DEBUG - [Pod ctest-busybox-pod-08728175] 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-95822488 2025-03-25 14:37:44,161 - DEBUG - [Pod Pod ctest-busybox-pod-08728175] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-25 14:37:44,161 - DEBUG - [Pod Pod ctest-busybox-pod-08728175] 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-95822488 2025-03-25 14:37:44,230 - DEBUG - [Pod ctest-busybox-pod-08728175] 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-19980469 2025-03-25 14:37:44,230 - DEBUG - [Pod Pod ctest-busybox-pod-08728175] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-03-25 14:37:44,230 - DEBUG - [Pod Pod ctest-busybox-pod-08728175] 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-19980469 2025-03-25 14:37:44,230 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-19980469': 1, 'ctest-nginx-pod-95822488': 1} 2025-03-25 14:37:44,231 - WARNING - Nothing to delete parallely 2025-03-25 14:37:44,231 - INFO - Deleting pod default:ctest-busybox-pod-08728175 2025-03-25 14:37:44,245 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:37:44,256 - WARNING - Pod uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae is still seen in agent 10.0.0.31 VM list 2025-03-25 14:37:49,256 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:37:49,264 - WARNING - Pod uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae is still seen in agent 10.0.0.31 VM list 2025-03-25 14:37:54,265 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:37:54,275 - WARNING - Pod uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae is still seen in agent 10.0.0.31 VM list 2025-03-25 14:37:59,276 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:37:59,286 - WARNING - Pod uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae is still seen in agent 10.0.0.31 VM list 2025-03-25 14:38:04,286 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:38:04,299 - WARNING - Pod uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae is still seen in agent 10.0.0.31 VM list 2025-03-25 14:38:09,300 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:38:09,311 - WARNING - Pod uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae is still seen in agent 10.0.0.31 VM list 2025-03-25 14:38:14,312 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:38:14,327 - WARNING - Pod uuid a1ba9054-17f6-48f6-b843-11a7aaa395ae is still seen in agent 10.0.0.31 VM list 2025-03-25 14:38:19,328 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=a1ba9054-17f6-48f6-b843-11a7aaa395ae 2025-03-25 14:38:19,339 - DEBUG - Pod a1ba9054-17f6-48f6-b843-11a7aaa395ae is not in agent 10.0.0.31 VM list 2025-03-25 14:38:19,339 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aacba076-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:38:19,346 - DEBUG - VMI aacba076-0986-11f0-a6fd-fa163e1f073a is removed from agent 10.0.0.31 2025-03-25 14:38:19,346 - INFO - Verified that pod ctest-busybox-pod-08728175 is removed in agent 2025-03-25 14:38:19,347 - INFO - Deleting Ingress : ctest-nginx-ingress-01493731 2025-03-25 14:38:19,362 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_LoadbalancerDatabaseList?x=7845ac7f-3232-478e-a9cb-399e27f277a3 2025-03-25 14:38:19,372 - ERROR - Ingress ctest-nginx-ingress-01493731 with uuid 7845ac7f-3232-478e-a9cb-399e27f277a3 still found in kube manager 2025-03-25 14:38:20,373 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_LoadbalancerDatabaseList?x=7845ac7f-3232-478e-a9cb-399e27f277a3 2025-03-25 14:38:20,380 - INFO - Ingress ctest-nginx-ingress-01493731 with uuid 7845ac7f-3232-478e-a9cb-399e27f277a3 deleted successfully from kube manager 2025-03-25 14:38:20,381 - INFO - Verifications on Ingress %s cleanup passed 2025-03-25 14:38:20,381 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-03-25 14:38:20,514 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-03-25 14:38:20,522 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-03-25 14:38:20,522 - INFO - Deleting VN __public__ 2025-03-25 14:38:20,923 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/2ed98520-9880-42b4-a12e-d1ef1f5da9f2 2025-03-25 14:38:20,937 - DEBUG - Response Code: 404 2025-03-25 14:38:20,937 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-03-25 14:38:20,956 - DEBUG - Requesting: http://10.0.0.32:8082/domain/3d950931-a8c6-4951-a2c3-33e755e33daf 2025-03-25 14:38:20,973 - DEBUG - Requesting: http://10.0.0.32:8082/project/84e7f30e-db8c-49cf-b1e7-5163d5681957 2025-03-25 14:38:21,058 - INFO - Validated that VN __public__ is not found in API Server 2025-03-25 14:38:21,060 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-03-25 14:38:21,073 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-25 14:38:21,084 - DEBUG - VN __public__ is not present in Agent 10.0.0.31 2025-03-25 14:38:21,084 - INFO - Validated that VN __public__ is not in any agent 2025-03-25 14:38:21,085 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-25 14:38:21,101 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-03-25 14:38:21,108 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-03-25 14:38:21,117 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-03-25 14:38:21,119 - INFO - Deleting pod default:ctest-nginx-pod-95822488 2025-03-25 14:38:21,178 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=cd2bec47-a1a3-4037-b74a-b8b4eb2b1f4b 2025-03-25 14:38:21,199 - WARNING - Pod uuid cd2bec47-a1a3-4037-b74a-b8b4eb2b1f4b is still seen in agent 10.0.0.31 VM list 2025-03-25 14:38:26,200 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=cd2bec47-a1a3-4037-b74a-b8b4eb2b1f4b 2025-03-25 14:38:26,208 - DEBUG - Pod cd2bec47-a1a3-4037-b74a-b8b4eb2b1f4b is not in agent 10.0.0.31 VM list 2025-03-25 14:38:26,208 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a63775b2-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:38:26,245 - DEBUG - VMI a63775b2-0986-11f0-a6fd-fa163e1f073a is removed from agent 10.0.0.31 2025-03-25 14:38:26,245 - INFO - Verified that pod ctest-nginx-pod-95822488 is removed in agent 2025-03-25 14:38:26,247 - INFO - Deleting pod default:ctest-nginx-pod-19980469 2025-03-25 14:38:26,298 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=2935b157-734f-454b-aa44-d2de86523cfe 2025-03-25 14:38:26,313 - WARNING - Pod uuid 2935b157-734f-454b-aa44-d2de86523cfe is still seen in agent 10.0.0.31 VM list 2025-03-25 14:38:31,315 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=2935b157-734f-454b-aa44-d2de86523cfe 2025-03-25 14:38:31,322 - DEBUG - Pod 2935b157-734f-454b-aa44-d2de86523cfe is not in agent 10.0.0.31 VM list 2025-03-25 14:38:31,322 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:a5a5d12a-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:38:31,331 - DEBUG - VMI a5a5d12a-0986-11f0-a6fd-fa163e1f073a is removed from agent 10.0.0.31 2025-03-25 14:38:31,331 - INFO - Verified that pod ctest-nginx-pod-19980469 is removed in agent 2025-03-25 14:38:31,331 - INFO - Deleting service : ctest-nginx-svc-75463041 2025-03-25 14:38:31,554 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-25 14:38:31,563 - DEBUG - No XMPP flaps were noticed during the test
2025-03-25 14:38:31,563 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:18]
2025-03-25 14:38:31,563 - INFO - -------------------------------------------------------------------------------- 2025-03-25 14:38:38,123 - DEBUG - [10.0.0.32]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-25 14:38:38,262 - DEBUG - Output : cluster_project={} 2025-03-25 14:38:38,361 - DEBUG - [10.0.0.32]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-03-25 14:38:38,577 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-03-25 14:38:38,584 - DEBUG - [10.0.0.32]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-03-25 14:38:38,751 - DEBUG - Output : cluster_project={} 2025-03-25 14:38:48,964 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:49,054 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:49,098 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:59,206 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:59,262 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:59,482 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:59,530 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:59,620 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-03-25 14:38:59,890 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-25 14:39:02,837 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_ApplicationPolicySetReq? 2025-03-25 14:39:02,846 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AclReq? 2025-03-25 14:39:02,891 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AclReq? 2025-03-25 14:39:04,935 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AclReq? 2025-03-25 14:42:05,612 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_AgentXmppConnectionStatusReq? 2025-03-25 14:42:05,693 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=604e6e46-5b35-4df9-88f0-48b860a0f036 2025-03-25 14:42:05,707 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:05,711 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:05,717 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=742385cc-8cf8-4a2d-8d0b-c8b00447d0a8 2025-03-25 14:42:05,731 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:05,739 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=7d42ee6d-2019-4324-ad53-01d482656011 2025-03-25 14:42:05,747 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:05,755 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:10,763 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=604e6e46-5b35-4df9-88f0-48b860a0f036 2025-03-25 14:42:10,766 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:10,769 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:10,772 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d7d5f8dc-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:42:10,779 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:10,780 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=742385cc-8cf8-4a2d-8d0b-c8b00447d0a8 2025-03-25 14:42:10,791 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d954735a-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:42:10,819 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=7d42ee6d-2019-4324-ad53-01d482656011 2025-03-25 14:42:10,820 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:10,822 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:10,835 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:da098dda-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:42:15,776 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:15,779 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:15,796 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:15,837 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:15,852 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:20,786 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:20,788 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:20,804 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:20,846 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:20,862 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:25,801 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:25,803 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:25,813 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:25,857 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:25,873 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:30,813 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:30,824 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:30,837 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:30,866 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:30,883 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:35,824 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:35,833 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:35,846 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:35,874 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:35,892 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:40,839 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=b63a0d3e-43d0-43df-9696-ca6d331d00a8 2025-03-25 14:42:40,845 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=3e22ec6c-cafb-43f0-991f-ef51da5dec9f 2025-03-25 14:42:40,848 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:db94c9e4-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:42:40,855 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=30caa710-ed1e-4de7-ac55-378807d8120e 2025-03-25 14:42:40,861 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dae1c326-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:42:40,869 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:d881b0c8-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:42:40,883 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=1c20cc39-e9e6-4446-afdf-461e8a6e4415 2025-03-25 14:42:40,892 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dcc5eeec-0986-11f0-a6fd-fa163e1f073a 2025-03-25 14:42:40,902 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_VmListReq?uuid=5216a9f2-35bd-4aa0-b0b9-8b2f250a5dfc 2025-03-25 14:42:40,912 - DEBUG - Requesting: http://10.0.0.31:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:dc350c7e-0986-11f0-a6fd-fa163e1f073a