2025-01-15 12:53:44,008 - DEBUG - [10.0.0.32]: Running cmd : hostname 2025-01-15 12:53:44,268 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-934-1 2025-01-15 12:53:44,268 - DEBUG - [10.0.0.32]: Running cmd : hostname -f 2025-01-15 12:53:44,303 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-934-1 2025-01-15 12:53:44,303 - 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-01-15 12:53:44,429 - DEBUG - Output : NAMES contrail_test_rfESedMGn contrail-kubernetes-master_kubemanager_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_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_cassandra_1 analytics_database_nodemgr_1 analytics_database_query-engine_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_control_1 control_nodemgr_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_rabbitmq_1 config_database_cassandra_1 config_api_devicemgr_1 config_api_nodemgr_1 config_api_svcmonitor_1 config_api_dnsmasq_1 config_api_api_1 config_api_schema_1 2025-01-15 12:53:44,429 - DEBUG - [10.0.0.32]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 12:53:44,475 - DEBUG - Output : 10.0.0.32/24 172.17.0.1/16 2025-01-15 12:53:44,475 - DEBUG - [10.0.0.32]: Running cmd : getent hosts 10.0.0.32 | head -n 1 | awk '{print $2}' 2025-01-15 12:53:44,520 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-934-1 2025-01-15 12:53:44,627 - DEBUG - [10.0.0.40]: Running cmd : hostname 2025-01-15 12:53:44,865 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-934-1 2025-01-15 12:53:44,865 - DEBUG - [10.0.0.40]: Running cmd : hostname -f 2025-01-15 12:53:44,925 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-934-1 2025-01-15 12:53:44,925 - DEBUG - [10.0.0.40]: 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-01-15 12:53:44,970 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-01-15 12:53:44,970 - DEBUG - [10.0.0.40]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-01-15 12:53:45,004 - DEBUG - Output : 10.0.0.40/24 2025-01-15 12:53:45,004 - DEBUG - [10.0.0.40]: Running cmd : getent hosts 10.0.0.40 | head -n 1 | awk '{print $2}' 2025-01-15 12:53:45,076 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-934-1 2025-01-15 12:53:45,168 - INFO - Using existing project ['default-domain', 'k8s-default'](7136929b-774b-4c57-9c2c-dd4571923c7c) 2025-01-15 12:53:45,248 - INFO - Using existing project ['default-domain', 'k8s-default'](7136929b-774b-4c57-9c2c-dd4571923c7c) 2025-01-15 12:53:45,404 - INFO - ================================================================================ 2025-01-15 12:53:45,405 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-01-15 12:53:45,405 - 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-01-15 12:53:45,673 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 12:53:45,684 - DEBUG - Nothing to compare xmpp stats {'10.0.0.40': {'10.0.0.32': '0'}} with 2025-01-15 12:53:45,684 - INFO - Initial checks done. Running the testcase now 2025-01-15 12:53:45,684 - INFO - 2025-01-15 12:53:45,690 - INFO - Namespace default already exists 2025-01-15 12:53:45,691 - 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-01-15 12:53:45,832 - DEBUG - Output : cluster_project={} 2025-01-15 12:53:45,882 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-01-15 12:53:45,882 - DEBUG - Project uuid in Contrail is 7136929b-774b-4c57-9c2c-dd4571923c7c 2025-01-15 12:53:45,883 - 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-01-15 12:53:46,033 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 12:53:46,033 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_NamespaceDatabaseList?namespace_uuid=3cf54951-d85d-4391-bd6f-cd357fb3aa57 2025-01-15 12:53:46,038 - INFO - Namespace default with uuid 3cf54951-d85d-4391-bd6f-cd357fb3aa57 found in kube manager 2025-01-15 12:53:46,038 - INFO - Namespace default verification passed 2025-01-15 12:53:46,042 - DEBUG - Service ctest-nginx-svc-75943015 not present 2025-01-15 12:53:46,042 - INFO - Creating service ctest-nginx-svc-75943015 2025-01-15 12:53:46,071 - INFO - Created Service ctest-nginx-svc-75943015 2025-01-15 12:53:46,091 - DEBUG - Pod ctest-nginx-pod-04006674 not present 2025-01-15 12:53:46,092 - INFO - Creating Pod ctest-nginx-pod-04006674 2025-01-15 12:53:46,182 - DEBUG - Pod : ctest-nginx-pod-04006674 UUID is 12ac1a29-acd3-44f4-bfd1-3e74e9861002 2025-01-15 12:53:46,186 - DEBUG - Pod ctest-nginx-pod-55590590 not present 2025-01-15 12:53:46,186 - INFO - Creating Pod ctest-nginx-pod-55590590 2025-01-15 12:53:46,219 - DEBUG - Pod : ctest-nginx-pod-55590590 UUID is 796df0c7-26d9-459f-bc99-43dafb9c1739 2025-01-15 12:53:46,425 - INFO - Created VN __public__, UUID :0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:46,727 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-01-15 12:53:46,745 - DEBUG - Requesting: http://10.0.0.32:8082/domain/975f00f4-8f4d-4745-b4b2-a912a9a592a1 2025-01-15 12:53:46,766 - DEBUG - Requesting: http://10.0.0.32:8082/project/7136929b-774b-4c57-9c2c-dd4571923c7c 2025-01-15 12:53:46,868 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:46,913 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:46,946 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:53:46,976 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:53:47,009 - DEBUG - Route Targets: [] 2025-01-15 12:53:47,009 - DEBUG - RT names not yet present for VN __public__ 2025-01-15 12:53:52,009 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-01-15 12:53:52,016 - DEBUG - Requesting: http://10.0.0.32:8082/domain/975f00f4-8f4d-4745-b4b2-a912a9a592a1 2025-01-15 12:53:52,026 - DEBUG - Requesting: http://10.0.0.32:8082/project/7136929b-774b-4c57-9c2c-dd4571923c7c 2025-01-15 12:53:52,084 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,106 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,124 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:53:52,140 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:53:52,150 - DEBUG - Requesting: http://10.0.0.32:8082/route-target/7a1594bf-77b8-415d-b6ed-122a3fd0cae3 2025-01-15 12:53:52,159 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 12:53:52,159 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,171 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:53:52,191 - INFO - Verified VN network id 13 for VN 0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,192 - INFO - Verifications in API Server for VN __public__ passed 2025-01-15 12:53:52,192 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,205 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:53:52,213 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:53:52,220 - DEBUG - Requesting: http://10.0.0.32:8082/route-target/7a1594bf-77b8-415d-b6ed-122a3fd0cae3 2025-01-15 12:53:52,227 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 12:53:52,234 - 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': '536160587126949761', 'uuid-lslong': '11245504109147188737'}, 'enable': 'true', 'created': '2025-01-15T12:53:46', 'last-modified': '2025-01-15T12:53:46', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.639201'} 2025-01-15 12:53:52,234 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 12:53:52,241 - DEBUG - Route Targets: ['target:64512:8000006'] 2025-01-15 12:53:52,241 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-01-15 12:53:52,242 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-01-15 12:53:52,242 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-01-15 12:53:52,251 - DEBUG - Requesting: http://10.0.0.32:8082/domain/975f00f4-8f4d-4745-b4b2-a912a9a592a1 2025-01-15 12:53:52,260 - DEBUG - Requesting: http://10.0.0.32:8082/project/7136929b-774b-4c57-9c2c-dd4571923c7c 2025-01-15 12:53:52,323 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,339 - DEBUG - =>VN __public__ has no policy to be verified 2025-01-15 12:53:52,339 - DEBUG - Verifying the vn in opserver 2025-01-15 12:53:52,339 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.32 2025-01-15 12:53:52,339 - DEBUG - Requesting: http://10.0.0.32:8081/analytics/uves/virtual-networks 2025-01-15 12:53:52,345 - 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-01-15 12:53:52,345 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-01-15 12:53:52,345 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 12:53:52,354 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 12:53:52,363 - DEBUG - Do not have enough data to verify VN in agent 2025-01-15 12:53:52,363 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 12:53:52,374 - DEBUG - VRF ids for VN __public__: {} 2025-01-15 12:53:52,487 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-01-15 12:53:52,611 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-01-15 12:53:52,620 - DEBUG - Requesting: http://10.0.0.32:8082/domain/975f00f4-8f4d-4745-b4b2-a912a9a592a1 2025-01-15 12:53:52,638 - DEBUG - Requesting: http://10.0.0.32:8082/project/7136929b-774b-4c57-9c2c-dd4571923c7c 2025-01-15 12:53:52,717 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,748 - DEBUG - Requesting: http://10.0.0.32:8082/floating-ip-pool/c5c05d74-0a1a-4248-a9bb-55ef7055253f 2025-01-15 12:53:52,759 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-01-15 12:53:52,769 - DEBUG - Requesting: http://10.0.0.32:8082/domain/975f00f4-8f4d-4745-b4b2-a912a9a592a1 2025-01-15 12:53:52,782 - DEBUG - Requesting: http://10.0.0.32:8082/project/7136929b-774b-4c57-9c2c-dd4571923c7c 2025-01-15 12:53:52,841 - DEBUG - Requesting: http://10.0.0.32:8082/virtual-network/0770d336-9a44-4781-9c10-0e67f1e9ee01 2025-01-15 12:53:52,856 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-01-15 12:53:52,856 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-01-15 12:53:52,869 - 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-01-15 12:53:52,876 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-01-15 12:53:52,877 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-01-15 12:53:52,883 - DEBUG - Ingress ctest-nginx-ingress-31155240 not present 2025-01-15 12:53:52,884 - INFO - Creating Ingress ctest-nginx-ingress-31155240 2025-01-15 12:53:52,894 - INFO - Created Ingress ctest-nginx-ingress-31155240 2025-01-15 12:53:52,904 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-31155240 2025-01-15 12:53:55,910 - DEBUG - For Ingress ctest-nginx-ingress-31155240, Cluster IP: 10.47.255.249, External IPs ['53.114.35.124'] 2025-01-15 12:53:55,910 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-31155240 2025-01-15 12:53:55,911 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_LoadbalancerDatabaseList?x=c26991c3-31c5-4441-8ef3-f8505e5f803d 2025-01-15 12:53:55,916 - INFO - Ingress ctest-nginx-ingress-31155240 with uuid c26991c3-31c5-4441-8ef3-f8505e5f803d found in kube manager 2025-01-15 12:53:55,916 - INFO - Ingress ctest-nginx-ingress-31155240 verification passed 2025-01-15 12:53:55,919 - DEBUG - Pod ctest-busybox-pod-66377632 not present 2025-01-15 12:53:55,919 - INFO - Creating Pod ctest-busybox-pod-66377632 2025-01-15 12:53:55,964 - DEBUG - Pod : ctest-busybox-pod-66377632 UUID is b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:53:55,970 - DEBUG - Pod ctest-nginx-pod-04006674 not in running state.Currently in Pending 2025-01-15 12:54:00,977 - DEBUG - Pod ctest-nginx-pod-04006674 not in running state.Currently in Pending 2025-01-15 12:54:05,992 - INFO - Pod ctest-nginx-pod-04006674 is in running state.Got IP 10.47.255.251 2025-01-15 12:54:06,019 - DEBUG - Pod ctest-nginx-pod-04006674 has vmi c2ff17ae-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:54:06,019 - INFO - Verified pod ctest-nginx-pod-04006674 in contrail-api 2025-01-15 12:54:06,019 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:54:06,034 - DEBUG - VMI c2ff17ae-d33f-11ef-9308-fa163e1b59c2 is active in agent 10.0.0.40 2025-01-15 12:54:06,035 - INFO - Verified Pod ctest-nginx-pod-04006674 in agent 10.0.0.40 2025-01-15 12:54:06,035 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_VirtualMachineDatabaseList?x=12ac1a29-acd3-44f4-bfd1-3e74e9861002 2025-01-15 12:54:06,043 - INFO - Pod ctest-nginx-pod-04006674 with uuid 12ac1a29-acd3-44f4-bfd1-3e74e9861002 found in kube manager 2025-01-15 12:54:06,043 - INFO - Pod ctest-nginx-pod-04006674 verification passed 2025-01-15 12:54:06,138 - DEBUG - [Pod ctest-nginx-pod-04006674] Cmd: echo ctest-nginx-pod-04006674 > /usr/share/nginx/html/index.html, Output: 2025-01-15 12:54:06,145 - INFO - Pod ctest-nginx-pod-55590590 is in running state.Got IP 10.47.255.250 2025-01-15 12:54:06,220 - DEBUG - Pod ctest-nginx-pod-55590590 has vmi c3a0c7ac-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:54:06,220 - INFO - Verified pod ctest-nginx-pod-55590590 in contrail-api 2025-01-15 12:54:06,220 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:54:06,234 - DEBUG - VMI c3a0c7ac-d33f-11ef-9308-fa163e1b59c2 is active in agent 10.0.0.40 2025-01-15 12:54:06,235 - INFO - Verified Pod ctest-nginx-pod-55590590 in agent 10.0.0.40 2025-01-15 12:54:06,235 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_VirtualMachineDatabaseList?x=796df0c7-26d9-459f-bc99-43dafb9c1739 2025-01-15 12:54:06,240 - INFO - Pod ctest-nginx-pod-55590590 with uuid 796df0c7-26d9-459f-bc99-43dafb9c1739 found in kube manager 2025-01-15 12:54:06,240 - INFO - Pod ctest-nginx-pod-55590590 verification passed 2025-01-15 12:54:06,300 - DEBUG - [Pod ctest-nginx-pod-55590590] Cmd: echo ctest-nginx-pod-55590590 > /usr/share/nginx/html/index.html, Output: 2025-01-15 12:54:06,306 - DEBUG - Pod ctest-busybox-pod-66377632 not in running state.Currently in Pending 2025-01-15 12:54:11,313 - INFO - Pod ctest-busybox-pod-66377632 is in running state.Got IP 10.47.255.248 2025-01-15 12:54:11,332 - DEBUG - Pod ctest-busybox-pod-66377632 has vmi c80d9306-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:54:11,332 - INFO - Verified pod ctest-busybox-pod-66377632 in contrail-api 2025-01-15 12:54:11,332 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:54:11,345 - DEBUG - VMI c80d9306-d33f-11ef-9308-fa163e1b59c2 is active in agent 10.0.0.40 2025-01-15 12:54:11,345 - INFO - Verified Pod ctest-busybox-pod-66377632 in agent 10.0.0.40 2025-01-15 12:54:11,345 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_VirtualMachineDatabaseList?x=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:11,350 - INFO - Pod ctest-busybox-pod-66377632 with uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a found in kube manager 2025-01-15 12:54:11,350 - INFO - Pod ctest-busybox-pod-66377632 verification passed 2025-01-15 12:54:11,409 - DEBUG - [Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,409 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 12:54:11,409 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,461 - DEBUG - [Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,461 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 12:54:11,461 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,510 - DEBUG - [Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,510 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 12:54:11,510 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,573 - DEBUG - [Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,573 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 12:54:11,573 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] 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-55590590 2025-01-15 12:54:11,631 - DEBUG - [Pod ctest-busybox-pod-66377632] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-04006674 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-01-15 12:54:11,632 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-01-15 12:54:11,632 - DEBUG - [Pod Pod ctest-busybox-pod-66377632] Cmd output: ctest-nginx-pod-04006674 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-01-15 12:54:11,632 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-04006674': 1, 'ctest-nginx-pod-55590590': 4} 2025-01-15 12:54:11,632 - WARNING - Nothing to delete parallely 2025-01-15 12:54:11,632 - INFO - Deleting pod default:ctest-busybox-pod-66377632 2025-01-15 12:54:11,650 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:11,659 - WARNING - Pod uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:16,660 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:16,669 - WARNING - Pod uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:21,670 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:21,679 - WARNING - Pod uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:26,680 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:26,688 - WARNING - Pod uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:31,688 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:31,696 - WARNING - Pod uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:36,696 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:36,706 - WARNING - Pod uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:41,707 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:41,717 - WARNING - Pod uuid b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:46,719 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=b6cf2e28-d937-43ac-b1f1-0c6309b38d7a 2025-01-15 12:54:46,728 - DEBUG - Pod b6cf2e28-d937-43ac-b1f1-0c6309b38d7a is not in agent 10.0.0.40 VM list 2025-01-15 12:54:46,728 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c80d9306-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:54:46,735 - DEBUG - VMI c80d9306-d33f-11ef-9308-fa163e1b59c2 is removed from agent 10.0.0.40 2025-01-15 12:54:46,735 - INFO - Verified that pod ctest-busybox-pod-66377632 is removed in agent 2025-01-15 12:54:46,736 - INFO - Deleting Ingress : ctest-nginx-ingress-31155240 2025-01-15 12:54:46,749 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_LoadbalancerDatabaseList?x=c26991c3-31c5-4441-8ef3-f8505e5f803d 2025-01-15 12:54:46,755 - ERROR - Ingress ctest-nginx-ingress-31155240 with uuid c26991c3-31c5-4441-8ef3-f8505e5f803d still found in kube manager 2025-01-15 12:54:47,756 - DEBUG - Requesting: http://10.0.0.32:8108/Snh_LoadbalancerDatabaseList?x=c26991c3-31c5-4441-8ef3-f8505e5f803d 2025-01-15 12:54:47,771 - INFO - Ingress ctest-nginx-ingress-31155240 with uuid c26991c3-31c5-4441-8ef3-f8505e5f803d deleted successfully from kube manager 2025-01-15 12:54:47,771 - INFO - Verifications on Ingress %s cleanup passed 2025-01-15 12:54:47,771 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-01-15 12:54:47,890 - 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-01-15 12:54:47,898 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-01-15 12:54:47,898 - INFO - Deleting VN __public__ 2025-01-15 12:54:48,302 - DEBUG - Requesting: http://10.0.0.32:8082/routing-instance/34c009ff-3f29-4be9-a487-87216f80af8b 2025-01-15 12:54:48,336 - DEBUG - Response Code: 404 2025-01-15 12:54:48,336 - DEBUG - Requesting: http://10.0.0.32:8082/domains 2025-01-15 12:54:48,373 - DEBUG - Requesting: http://10.0.0.32:8082/domain/975f00f4-8f4d-4745-b4b2-a912a9a592a1 2025-01-15 12:54:48,402 - DEBUG - Requesting: http://10.0.0.32:8082/project/7136929b-774b-4c57-9c2c-dd4571923c7c 2025-01-15 12:54:48,530 - INFO - Validated that VN __public__ is not found in API Server 2025-01-15 12:54:48,530 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-01-15 12:54:48,540 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 12:54:48,560 - DEBUG - VN __public__ is not present in Agent 10.0.0.40 2025-01-15 12:54:48,561 - INFO - Validated that VN __public__ is not in any agent 2025-01-15 12:54:48,562 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 12:54:48,574 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-01-15 12:54:48,584 - DEBUG - Requesting: http://10.0.0.32:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-01-15 12:54:48,593 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-01-15 12:54:48,594 - INFO - Deleting pod default:ctest-nginx-pod-55590590 2025-01-15 12:54:48,621 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=796df0c7-26d9-459f-bc99-43dafb9c1739 2025-01-15 12:54:48,640 - WARNING - Pod uuid 796df0c7-26d9-459f-bc99-43dafb9c1739 is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:53,641 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=796df0c7-26d9-459f-bc99-43dafb9c1739 2025-01-15 12:54:53,649 - DEBUG - Pod 796df0c7-26d9-459f-bc99-43dafb9c1739 is not in agent 10.0.0.40 VM list 2025-01-15 12:54:53,650 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c3a0c7ac-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:54:53,656 - DEBUG - VMI c3a0c7ac-d33f-11ef-9308-fa163e1b59c2 is removed from agent 10.0.0.40 2025-01-15 12:54:53,656 - INFO - Verified that pod ctest-nginx-pod-55590590 is removed in agent 2025-01-15 12:54:53,657 - INFO - Deleting pod default:ctest-nginx-pod-04006674 2025-01-15 12:54:53,678 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=12ac1a29-acd3-44f4-bfd1-3e74e9861002 2025-01-15 12:54:53,687 - WARNING - Pod uuid 12ac1a29-acd3-44f4-bfd1-3e74e9861002 is still seen in agent 10.0.0.40 VM list 2025-01-15 12:54:58,688 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=12ac1a29-acd3-44f4-bfd1-3e74e9861002 2025-01-15 12:54:58,696 - DEBUG - Pod 12ac1a29-acd3-44f4-bfd1-3e74e9861002 is not in agent 10.0.0.40 VM list 2025-01-15 12:54:58,696 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c2ff17ae-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:54:58,707 - DEBUG - VMI c2ff17ae-d33f-11ef-9308-fa163e1b59c2 is removed from agent 10.0.0.40 2025-01-15 12:54:58,707 - INFO - Verified that pod ctest-nginx-pod-04006674 is removed in agent 2025-01-15 12:54:58,707 - INFO - Deleting service : ctest-nginx-svc-75943015 2025-01-15 12:54:58,982 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 12:54:58,992 - DEBUG - No XMPP flaps were noticed during the test 2025-01-15 12:54:58,993 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:13] 2025-01-15 12:54:58,993 - INFO - -------------------------------------------------------------------------------- 2025-01-15 12:55:05,459 - 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-01-15 12:55:05,607 - DEBUG - Output : cluster_project={} 2025-01-15 12:55:05,665 - 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-01-15 12:55:05,842 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-01-15 12:55:05,852 - 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-01-15 12:55:06,037 - DEBUG - Output : cluster_project={} 2025-01-15 12:55:16,194 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:21,244 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:21,340 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:21,395 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:21,501 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:21,550 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:26,652 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:26,695 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-01-15 12:55:26,970 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 12:55:29,852 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_ApplicationPolicySetReq? 2025-01-15 12:55:29,860 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-15 12:55:29,893 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-15 12:55:31,931 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AclReq? 2025-01-15 12:58:41,120 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_AgentXmppConnectionStatusReq? 2025-01-15 12:58:41,200 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e9b21818-2470-40ec-8724-372878c9e36f 2025-01-15 12:58:41,213 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:58:41,218 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:58:41,224 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7b38c442-dee6-4ec9-930b-afb659829a75 2025-01-15 12:58:41,229 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=499b01be-fa45-44da-8151-a29e08c14d7f 2025-01-15 12:58:41,233 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:58:41,236 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=128e20a8-e976-48a7-a9a9-b73f4a2122b3 2025-01-15 12:58:41,252 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:58:46,265 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=e9b21818-2470-40ec-8724-372878c9e36f 2025-01-15 12:58:46,273 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2414780-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:58:46,383 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=499b01be-fa45-44da-8151-a29e08c14d7f 2025-01-15 12:58:46,385 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:58:46,386 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:58:46,387 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=128e20a8-e976-48a7-a9a9-b73f4a2122b3 2025-01-15 12:58:46,389 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=7b38c442-dee6-4ec9-930b-afb659829a75 2025-01-15 12:58:46,390 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:58:46,409 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f42d5034-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:58:46,410 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f2db7ada-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:58:46,417 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f39adcc2-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:58:46,449 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:58:51,413 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:58:51,415 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:58:51,425 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:58:51,461 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:58:56,438 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:58:56,441 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:58:56,442 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:58:56,470 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:59:01,455 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:59:01,457 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:59:01,459 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:59:01,477 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:59:06,473 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:59:06,475 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:59:06,476 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:59:06,486 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:59:11,492 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:59:11,494 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:59:11,496 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:59:11,498 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:59:16,559 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=28bfde15-014c-4b9f-999f-4f996860b54b 2025-01-15 12:59:16,562 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=5d178d16-a671-4ea6-a570-00060533730f 2025-01-15 12:59:16,563 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=3b879235-326e-43a5-a976-27a4071f36e0 2025-01-15 12:59:16,565 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_VmListReq?uuid=39e4e676-b0cf-41ac-b6ed-19ce86981a70 2025-01-15 12:59:16,570 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f67fa120-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:59:16,575 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5686c5e-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:59:16,579 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f4de6af4-d33f-11ef-9308-fa163e1b59c2 2025-01-15 12:59:16,580 - DEBUG - Requesting: http://10.0.0.40:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f5f5b424-d33f-11ef-9308-fa163e1b59c2