2025-07-31 02:17:17,494 - DEBUG - [10.0.0.49]: Running cmd : hostname 2025-07-31 02:17:17,752 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1344-1 2025-07-31 02:17:17,752 - DEBUG - [10.0.0.49]: Running cmd : hostname -f 2025-07-31 02:17:17,787 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1344-1 2025-07-31 02:17:17,787 - 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-07-31 02:17:17,900 - DEBUG - Output : NAMES contrail_test_zh80nN9Cg contrail-kubernetes-master-kubemanager-1 webui-web-1 webui-job-1 control-named-1 control-nodemgr-1 control-control-1 control-dns-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-rabbitmq-1 config_database-nodemgr-1 config_api-devicemgr-1 config_api-api-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-schema-1 redis-redis-1 analytics_snmp-snmp-collector-1 analytics_snmp-topology-1 analytics_snmp-nodemgr-1 analytics_alarm-nodemgr-1 analytics_alarm-kafka-1 analytics_alarm-alarm-gen-1 analytics-nodemgr-1 analytics-api-1 analytics-collector-1 analytics_database-cassandra-1 analytics_database-nodemgr-1 analytics_database-query-engine-1 2025-07-31 02:17:17,900 - DEBUG - [10.0.0.49]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-31 02:17:17,945 - DEBUG - Output : 10.0.0.49/24 172.17.0.1/16 2025-07-31 02:17:17,946 - DEBUG - [10.0.0.49]: Running cmd : getent hosts 10.0.0.49 | head -n 1 | awk '{print $2}' 2025-07-31 02:17:18,034 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1344-1 2025-07-31 02:17:18,114 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-07-31 02:17:18,341 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1344-1 2025-07-31 02:17:18,341 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-07-31 02:17:18,376 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1344-1 2025-07-31 02:17:18,376 - DEBUG - [10.0.0.56]: 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-07-31 02:17:18,431 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-07-31 02:17:18,431 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-07-31 02:17:18,501 - DEBUG - Output : 10.0.0.56/24 2025-07-31 02:17:18,501 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-07-31 02:17:18,536 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1344-1 2025-07-31 02:17:18,624 - INFO - Using existing project ['default-domain', 'k8s-default'](8e70a30f-730a-4ead-aa17-c211a81a6815) 2025-07-31 02:17:18,734 - INFO - Using existing project ['default-domain', 'k8s-default'](8e70a30f-730a-4ead-aa17-c211a81a6815) 2025-07-31 02:17:18,878 - INFO - ================================================================================ 2025-07-31 02:17:18,878 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-07-31 02:17:18,879 - 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-07-31 02:17:19,073 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-31 02:17:19,082 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.49': '0'}} with 2025-07-31 02:17:19,082 - INFO - Initial checks done. Running the testcase now 2025-07-31 02:17:19,082 - INFO - 2025-07-31 02:17:19,086 - INFO - Namespace default already exists 2025-07-31 02:17:19,087 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-31 02:17:19,215 - DEBUG - Output : cluster_project={} 2025-07-31 02:17:19,270 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-07-31 02:17:19,270 - DEBUG - Project uuid in Contrail is 8e70a30f-730a-4ead-aa17-c211a81a6815 2025-07-31 02:17:19,270 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-31 02:17:19,411 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-31 02:17:19,412 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_NamespaceDatabaseList?namespace_uuid=5cc904a1-a4f4-4b9e-9809-504583e60a3c 2025-07-31 02:17:19,416 - INFO - Namespace default with uuid 5cc904a1-a4f4-4b9e-9809-504583e60a3c found in kube manager 2025-07-31 02:17:19,416 - INFO - Namespace default verification passed 2025-07-31 02:17:19,420 - DEBUG - Service ctest-nginx-svc-94624562 not present 2025-07-31 02:17:19,420 - INFO - Creating service ctest-nginx-svc-94624562 2025-07-31 02:17:19,441 - INFO - Created Service ctest-nginx-svc-94624562 2025-07-31 02:17:19,447 - DEBUG - Pod ctest-nginx-pod-46341864 not present 2025-07-31 02:17:19,448 - INFO - Creating Pod ctest-nginx-pod-46341864 2025-07-31 02:17:19,520 - DEBUG - Pod : ctest-nginx-pod-46341864 UUID is 0d7dc660-b0f4-4996-8c0e-87f329c7e9b6 2025-07-31 02:17:19,525 - DEBUG - Pod ctest-nginx-pod-05886700 not present 2025-07-31 02:17:19,525 - INFO - Creating Pod ctest-nginx-pod-05886700 2025-07-31 02:17:19,555 - DEBUG - Pod : ctest-nginx-pod-05886700 UUID is abeac198-064f-4c10-8970-fb5a64650339 2025-07-31 02:17:19,737 - INFO - Created VN __public__, UUID :aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:20,079 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-31 02:17:20,088 - DEBUG - Requesting: http://10.0.0.49:8082/domain/96f75729-af8c-41c5-a8c5-b7b4795fc5dd 2025-07-31 02:17:20,116 - DEBUG - Requesting: http://10.0.0.49:8082/project/8e70a30f-730a-4ead-aa17-c211a81a6815 2025-07-31 02:17:20,300 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:20,353 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:20,372 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:17:20,466 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:17:20,573 - DEBUG - Route Targets: [] 2025-07-31 02:17:20,573 - DEBUG - RT names not yet present for VN __public__ 2025-07-31 02:17:25,575 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-31 02:17:25,583 - DEBUG - Requesting: http://10.0.0.49:8082/domain/96f75729-af8c-41c5-a8c5-b7b4795fc5dd 2025-07-31 02:17:25,592 - DEBUG - Requesting: http://10.0.0.49:8082/project/8e70a30f-730a-4ead-aa17-c211a81a6815 2025-07-31 02:17:25,652 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:25,663 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:25,675 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:17:25,685 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:17:25,693 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/abc260d1-7942-4eb3-8a57-d2b83cd103ed 2025-07-31 02:17:25,702 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-31 02:17:25,702 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:25,712 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:17:25,727 - INFO - Verified VN network id 13 for VN aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:25,727 - INFO - Verifications in API Server for VN __public__ passed 2025-07-31 02:17:25,728 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:25,738 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:17:25,749 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:17:25,758 - DEBUG - Requesting: http://10.0.0.49:8082/route-target/abc260d1-7942-4eb3-8a57-d2b83cd103ed 2025-07-31 02:17:25,766 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-31 02:17:25,773 - DEBUG - Control-node 10.0.0.49 : 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': '12603907850711875870', 'uuid-lslong': '10079456093989874442'}, 'enable': 'true', 'created': '2025-07-31T02:17:19', 'last-modified': '2025-07-31T02:17:19', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.814273'} 2025-07-31 02:17:25,773 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-31 02:17:25,781 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-07-31 02:17:25,781 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-07-31 02:17:25,782 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-07-31 02:17:25,782 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-31 02:17:25,790 - DEBUG - Requesting: http://10.0.0.49:8082/domain/96f75729-af8c-41c5-a8c5-b7b4795fc5dd 2025-07-31 02:17:25,799 - DEBUG - Requesting: http://10.0.0.49:8082/project/8e70a30f-730a-4ead-aa17-c211a81a6815 2025-07-31 02:17:25,856 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:25,874 - DEBUG - =>VN __public__ has no policy to be verified 2025-07-31 02:17:25,874 - DEBUG - Verifying the vn in opserver 2025-07-31 02:17:25,874 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.49 2025-07-31 02:17:25,874 - DEBUG - Requesting: http://10.0.0.49:8081/analytics/uves/virtual-networks 2025-07-31 02:17:25,880 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.49:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-07-31 02:17:25,881 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-07-31 02:17:25,881 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-31 02:17:25,889 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-31 02:17:25,895 - DEBUG - Do not have enough data to verify VN in agent 2025-07-31 02:17:25,896 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-31 02:17:25,902 - DEBUG - VRF ids for VN __public__: {} 2025-07-31 02:17:26,018 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-07-31 02:17:26,130 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-31 02:17:26,136 - DEBUG - Requesting: http://10.0.0.49:8082/domain/96f75729-af8c-41c5-a8c5-b7b4795fc5dd 2025-07-31 02:17:26,145 - DEBUG - Requesting: http://10.0.0.49:8082/project/8e70a30f-730a-4ead-aa17-c211a81a6815 2025-07-31 02:17:26,193 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:26,206 - DEBUG - Requesting: http://10.0.0.49:8082/floating-ip-pool/1d172d6d-7043-4e43-af23-75bb13e2215e 2025-07-31 02:17:26,212 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-31 02:17:26,218 - DEBUG - Requesting: http://10.0.0.49:8082/domain/96f75729-af8c-41c5-a8c5-b7b4795fc5dd 2025-07-31 02:17:26,231 - DEBUG - Requesting: http://10.0.0.49:8082/project/8e70a30f-730a-4ead-aa17-c211a81a6815 2025-07-31 02:17:26,274 - DEBUG - Requesting: http://10.0.0.49:8082/virtual-network/aeea1369-6f70-411e-8be1-6bea0b69ab0a 2025-07-31 02:17:26,285 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-07-31 02:17:26,285 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-07-31 02:17:26,293 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-31 02:17:26,300 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-07-31 02:17:26,300 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-07-31 02:17:26,303 - DEBUG - Ingress ctest-nginx-ingress-03630465 not present 2025-07-31 02:17:26,303 - INFO - Creating Ingress ctest-nginx-ingress-03630465 2025-07-31 02:17:26,310 - INFO - Created Ingress ctest-nginx-ingress-03630465 2025-07-31 02:17:26,314 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-03630465 2025-07-31 02:17:29,329 - DEBUG - For Ingress ctest-nginx-ingress-03630465, Cluster IP: 10.47.255.249, External IPs ['67.45.210.60'] 2025-07-31 02:17:29,329 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-03630465 2025-07-31 02:17:29,329 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=92c1f211-c986-4fb0-8a05-f837e779b126 2025-07-31 02:17:29,336 - INFO - Ingress ctest-nginx-ingress-03630465 with uuid 92c1f211-c986-4fb0-8a05-f837e779b126 found in kube manager 2025-07-31 02:17:29,336 - INFO - Ingress ctest-nginx-ingress-03630465 verification passed 2025-07-31 02:17:29,340 - DEBUG - Pod ctest-busybox-pod-52368637 not present 2025-07-31 02:17:29,340 - INFO - Creating Pod ctest-busybox-pod-52368637 2025-07-31 02:17:29,383 - DEBUG - Pod : ctest-busybox-pod-52368637 UUID is 056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:17:29,388 - DEBUG - Pod ctest-nginx-pod-46341864 not in running state.Currently in Pending 2025-07-31 02:17:34,395 - DEBUG - Pod ctest-nginx-pod-46341864 not in running state.Currently in Pending 2025-07-31 02:17:39,402 - INFO - Pod ctest-nginx-pod-46341864 is in running state.Got IP 10.47.255.251 2025-07-31 02:17:39,420 - DEBUG - Pod ctest-nginx-pod-46341864 has vmi 7de0c676-6db4-11f0-86b1-fa163e772730 2025-07-31 02:17:39,420 - INFO - Verified pod ctest-nginx-pod-46341864 in contrail-api 2025-07-31 02:17:39,420 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:17:39,437 - DEBUG - VMI 7de0c676-6db4-11f0-86b1-fa163e772730 is active in agent 10.0.0.56 2025-07-31 02:17:39,437 - INFO - Verified Pod ctest-nginx-pod-46341864 in agent 10.0.0.56 2025-07-31 02:17:39,437 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=0d7dc660-b0f4-4996-8c0e-87f329c7e9b6 2025-07-31 02:17:39,445 - INFO - Pod ctest-nginx-pod-46341864 with uuid 0d7dc660-b0f4-4996-8c0e-87f329c7e9b6 found in kube manager 2025-07-31 02:17:39,445 - INFO - Pod ctest-nginx-pod-46341864 verification passed 2025-07-31 02:17:39,521 - DEBUG - [Pod ctest-nginx-pod-46341864] Cmd: echo ctest-nginx-pod-46341864 > /usr/share/nginx/html/index.html, Output: 2025-07-31 02:17:39,527 - INFO - Pod ctest-nginx-pod-05886700 is in running state.Got IP 10.47.255.250 2025-07-31 02:17:39,582 - DEBUG - Pod ctest-nginx-pod-05886700 has vmi 7e635320-6db4-11f0-86b1-fa163e772730 2025-07-31 02:17:39,583 - INFO - Verified pod ctest-nginx-pod-05886700 in contrail-api 2025-07-31 02:17:39,583 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:17:39,600 - DEBUG - VMI 7e635320-6db4-11f0-86b1-fa163e772730 is active in agent 10.0.0.56 2025-07-31 02:17:39,600 - INFO - Verified Pod ctest-nginx-pod-05886700 in agent 10.0.0.56 2025-07-31 02:17:39,600 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=abeac198-064f-4c10-8970-fb5a64650339 2025-07-31 02:17:39,608 - INFO - Pod ctest-nginx-pod-05886700 with uuid abeac198-064f-4c10-8970-fb5a64650339 found in kube manager 2025-07-31 02:17:39,609 - INFO - Pod ctest-nginx-pod-05886700 verification passed 2025-07-31 02:17:39,667 - DEBUG - [Pod ctest-nginx-pod-05886700] Cmd: echo ctest-nginx-pod-05886700 > /usr/share/nginx/html/index.html, Output: 2025-07-31 02:17:39,673 - DEBUG - Pod ctest-busybox-pod-52368637 not in running state.Currently in Pending 2025-07-31 02:17:44,681 - INFO - Pod ctest-busybox-pod-52368637 is in running state.Got IP 10.47.255.248 2025-07-31 02:17:44,697 - DEBUG - Pod ctest-busybox-pod-52368637 has vmi 825101f8-6db4-11f0-86b1-fa163e772730 2025-07-31 02:17:44,697 - INFO - Verified pod ctest-busybox-pod-52368637 in contrail-api 2025-07-31 02:17:44,697 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:17:44,709 - DEBUG - VMI 825101f8-6db4-11f0-86b1-fa163e772730 is active in agent 10.0.0.56 2025-07-31 02:17:44,709 - INFO - Verified Pod ctest-busybox-pod-52368637 in agent 10.0.0.56 2025-07-31 02:17:44,709 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_VirtualMachineDatabaseList?x=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:17:44,714 - INFO - Pod ctest-busybox-pod-52368637 with uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 found in kube manager 2025-07-31 02:17:44,714 - INFO - Pod ctest-busybox-pod-52368637 verification passed 2025-07-31 02:17:44,776 - DEBUG - [Pod ctest-busybox-pod-52368637] 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-46341864 2025-07-31 02:17:44,776 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-31 02:17:44,776 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] 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-46341864 2025-07-31 02:17:44,846 - DEBUG - [Pod ctest-busybox-pod-52368637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46341864 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-07-31 02:17:44,847 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-31 02:17:44,847 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd output: ctest-nginx-pod-46341864 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-07-31 02:17:44,910 - DEBUG - [Pod ctest-busybox-pod-52368637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46341864 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-07-31 02:17:44,911 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-31 02:17:44,911 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd output: ctest-nginx-pod-46341864 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-07-31 02:17:44,968 - DEBUG - [Pod ctest-busybox-pod-52368637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46341864 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-07-31 02:17:44,969 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-31 02:17:44,969 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd output: ctest-nginx-pod-46341864 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-07-31 02:17:45,026 - DEBUG - [Pod ctest-busybox-pod-52368637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46341864 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-07-31 02:17:45,032 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-31 02:17:45,032 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd output: ctest-nginx-pod-46341864 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-07-31 02:17:45,088 - DEBUG - [Pod ctest-busybox-pod-52368637] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-46341864 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-07-31 02:17:45,088 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-31 02:17:45,088 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd output: ctest-nginx-pod-46341864 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-07-31 02:17:45,149 - DEBUG - [Pod ctest-busybox-pod-52368637] 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-05886700 2025-07-31 02:17:45,149 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-07-31 02:17:45,149 - DEBUG - [Pod Pod ctest-busybox-pod-52368637] 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-05886700 2025-07-31 02:17:45,149 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-46341864': 6, 'ctest-nginx-pod-05886700': 1} 2025-07-31 02:17:45,150 - WARNING - Nothing to delete parallely 2025-07-31 02:17:45,151 - INFO - Deleting pod default:ctest-busybox-pod-52368637 2025-07-31 02:17:45,166 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:17:45,176 - WARNING - Pod uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:17:50,177 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:17:50,185 - WARNING - Pod uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:17:55,185 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:17:55,195 - WARNING - Pod uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:18:00,196 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:18:00,204 - WARNING - Pod uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:18:05,205 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:18:05,215 - WARNING - Pod uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:18:10,215 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:18:10,226 - WARNING - Pod uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:18:15,227 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:18:15,237 - WARNING - Pod uuid 056daeb8-ace7-45f7-a681-54e6101a72d7 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:18:20,237 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=056daeb8-ace7-45f7-a681-54e6101a72d7 2025-07-31 02:18:20,245 - DEBUG - Pod 056daeb8-ace7-45f7-a681-54e6101a72d7 is not in agent 10.0.0.56 VM list 2025-07-31 02:18:20,245 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:825101f8-6db4-11f0-86b1-fa163e772730 2025-07-31 02:18:20,252 - DEBUG - VMI 825101f8-6db4-11f0-86b1-fa163e772730 is removed from agent 10.0.0.56 2025-07-31 02:18:20,252 - INFO - Verified that pod ctest-busybox-pod-52368637 is removed in agent 2025-07-31 02:18:20,253 - INFO - Deleting Ingress : ctest-nginx-ingress-03630465 2025-07-31 02:18:20,260 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=92c1f211-c986-4fb0-8a05-f837e779b126 2025-07-31 02:18:20,267 - ERROR - Ingress ctest-nginx-ingress-03630465 with uuid 92c1f211-c986-4fb0-8a05-f837e779b126 still found in kube manager 2025-07-31 02:18:21,269 - DEBUG - Requesting: http://10.0.0.49:8108/Snh_LoadbalancerDatabaseList?x=92c1f211-c986-4fb0-8a05-f837e779b126 2025-07-31 02:18:21,281 - INFO - Ingress ctest-nginx-ingress-03630465 with uuid 92c1f211-c986-4fb0-8a05-f837e779b126 deleted successfully from kube manager 2025-07-31 02:18:21,281 - INFO - Verifications on Ingress %s cleanup passed 2025-07-31 02:18:21,282 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-07-31 02:18:21,416 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-07-31 02:18:21,433 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-07-31 02:18:21,433 - INFO - Deleting VN __public__ 2025-07-31 02:18:21,722 - DEBUG - Requesting: http://10.0.0.49:8082/routing-instance/254ee54d-e37f-48ff-8406-7ce841faf292 2025-07-31 02:18:21,737 - DEBUG - Response Code: 404 2025-07-31 02:18:21,737 - DEBUG - Requesting: http://10.0.0.49:8082/domains 2025-07-31 02:18:21,747 - DEBUG - Requesting: http://10.0.0.49:8082/domain/96f75729-af8c-41c5-a8c5-b7b4795fc5dd 2025-07-31 02:18:21,777 - DEBUG - Requesting: http://10.0.0.49:8082/project/8e70a30f-730a-4ead-aa17-c211a81a6815 2025-07-31 02:18:21,875 - INFO - Validated that VN __public__ is not found in API Server 2025-07-31 02:18:21,875 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-07-31 02:18:21,883 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-31 02:18:21,895 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-07-31 02:18:21,895 - INFO - Validated that VN __public__ is not in any agent 2025-07-31 02:18:21,895 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-31 02:18:21,915 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-07-31 02:18:21,923 - DEBUG - Requesting: http://10.0.0.49:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-07-31 02:18:21,931 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-07-31 02:18:21,932 - INFO - Deleting pod default:ctest-nginx-pod-05886700 2025-07-31 02:18:21,956 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=abeac198-064f-4c10-8970-fb5a64650339 2025-07-31 02:18:21,969 - WARNING - Pod uuid abeac198-064f-4c10-8970-fb5a64650339 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:18:26,970 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=abeac198-064f-4c10-8970-fb5a64650339 2025-07-31 02:18:26,978 - DEBUG - Pod abeac198-064f-4c10-8970-fb5a64650339 is not in agent 10.0.0.56 VM list 2025-07-31 02:18:26,978 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7e635320-6db4-11f0-86b1-fa163e772730 2025-07-31 02:18:26,984 - DEBUG - VMI 7e635320-6db4-11f0-86b1-fa163e772730 is removed from agent 10.0.0.56 2025-07-31 02:18:26,984 - INFO - Verified that pod ctest-nginx-pod-05886700 is removed in agent 2025-07-31 02:18:26,985 - INFO - Deleting pod default:ctest-nginx-pod-46341864 2025-07-31 02:18:26,993 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0d7dc660-b0f4-4996-8c0e-87f329c7e9b6 2025-07-31 02:18:27,010 - WARNING - Pod uuid 0d7dc660-b0f4-4996-8c0e-87f329c7e9b6 is still seen in agent 10.0.0.56 VM list 2025-07-31 02:18:32,011 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0d7dc660-b0f4-4996-8c0e-87f329c7e9b6 2025-07-31 02:18:32,018 - DEBUG - Pod 0d7dc660-b0f4-4996-8c0e-87f329c7e9b6 is not in agent 10.0.0.56 VM list 2025-07-31 02:18:32,018 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:7de0c676-6db4-11f0-86b1-fa163e772730 2025-07-31 02:18:32,025 - DEBUG - VMI 7de0c676-6db4-11f0-86b1-fa163e772730 is removed from agent 10.0.0.56 2025-07-31 02:18:32,025 - INFO - Verified that pod ctest-nginx-pod-46341864 is removed in agent 2025-07-31 02:18:32,025 - INFO - Deleting service : ctest-nginx-svc-94624562 2025-07-31 02:18:32,275 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-31 02:18:32,283 - DEBUG - No XMPP flaps were noticed during the test 2025-07-31 02:18:32,283 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:14] 2025-07-31 02:18:32,283 - INFO - -------------------------------------------------------------------------------- 2025-07-31 02:18:38,755 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-31 02:18:38,901 - DEBUG - Output : cluster_project={} 2025-07-31 02:18:39,021 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-07-31 02:18:39,195 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-07-31 02:18:39,201 - DEBUG - [10.0.0.49]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-07-31 02:18:39,351 - DEBUG - Output : cluster_project={} 2025-07-31 02:18:49,472 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:18:49,555 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:18:54,601 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:18:54,679 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:18:59,728 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:18:59,842 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:18:59,923 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:19:00,015 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-07-31 02:19:00,219 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-31 02:19:02,794 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_ApplicationPolicySetReq? 2025-07-31 02:19:02,802 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-31 02:19:02,845 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-31 02:19:04,879 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-07-31 02:22:04,938 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-07-31 02:22:04,994 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4cd7df90-7c47-4f6f-be76-222ecefc2f7f 2025-07-31 02:22:05,010 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:05,023 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:05,031 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b6f7b196-fb1d-4ac0-aa15-5083ed6f3cb8 2025-07-31 02:22:05,037 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=60f85200-c3bd-4371-936a-62530dfd544a 2025-07-31 02:22:05,047 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:05,056 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:05,061 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=51d75335-3bab-4e29-9726-f3bad7fe63db 2025-07-31 02:22:10,064 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=4cd7df90-7c47-4f6f-be76-222ecefc2f7f 2025-07-31 02:22:10,072 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ac6eddf2-6db4-11f0-86b1-fa163e772730 2025-07-31 02:22:10,119 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:10,121 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:10,123 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=60f85200-c3bd-4371-936a-62530dfd544a 2025-07-31 02:22:10,125 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:10,126 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:10,127 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=51d75335-3bab-4e29-9726-f3bad7fe63db 2025-07-31 02:22:10,128 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b6f7b196-fb1d-4ac0-aa15-5083ed6f3cb8 2025-07-31 02:22:10,149 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:acfa261e-6db4-11f0-86b1-fa163e772730 2025-07-31 02:22:10,155 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ae396a4e-6db4-11f0-86b1-fa163e772730 2025-07-31 02:22:10,157 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:ada78eda-6db4-11f0-86b1-fa163e772730 2025-07-31 02:22:15,155 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:15,157 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:15,159 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:15,160 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:20,175 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:20,177 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:20,178 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:20,180 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:25,199 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:25,201 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:25,203 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:25,204 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:30,220 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:30,222 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:30,224 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:30,225 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:35,240 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:35,242 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:35,244 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:35,246 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:40,261 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=2a084f79-a0cf-48d6-9cd1-1c71e54b2370 2025-07-31 02:22:40,263 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b1ed57a4-cb11-47f1-9cc2-334c2d2c8c70 2025-07-31 02:22:40,264 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=29b80492-d8c6-4abd-a28c-1e4eab43aa72 2025-07-31 02:22:40,266 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=8d667d3c-0491-453a-9942-a2805d9b02be 2025-07-31 02:22:40,285 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:b0646706-6db4-11f0-86b1-fa163e772730 2025-07-31 02:22:40,287 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:af618546-6db4-11f0-86b1-fa163e772730 2025-07-31 02:22:40,293 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:aedd9236-6db4-11f0-86b1-fa163e772730 2025-07-31 02:22:40,295 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:afdfdf9a-6db4-11f0-86b1-fa163e772730