2025-05-22 01:57:03,750 - DEBUG - [10.0.0.65]: Running cmd : hostname 2025-05-22 01:57:04,013 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1231-1 2025-05-22 01:57:04,013 - DEBUG - [10.0.0.65]: Running cmd : hostname -f 2025-05-22 01:57:04,047 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1231-1 2025-05-22 01:57:04,048 - DEBUG - [10.0.0.65]: Running cmd : docker ps 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2025-05-22 01:57:04,161 - DEBUG - Output : NAMES contrail_test_nSyZ7EgCG contrail-kubernetes-master-kubemanager-1 analytics_database-query-engine-1 analytics_database-cassandra-1 analytics_database-nodemgr-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-collector-1 analytics-nodemgr-1 analytics-api-1 redis-redis-1 webui-job-1 webui-web-1 control-named-1 control-control-1 control-nodemgr-1 control-dns-1 config_database-zookeeper-1 config_database-cassandra-1 config_database-nodemgr-1 config_database-rabbitmq-1 config_api-devicemgr-1 config_api-schema-1 config_api-nodemgr-1 config_api-dnsmasq-1 config_api-svcmonitor-1 config_api-api-1 2025-05-22 01:57:04,162 - DEBUG - [10.0.0.65]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-22 01:57:04,206 - DEBUG - Output : 10.0.0.65/24 172.17.0.1/16 2025-05-22 01:57:04,206 - DEBUG - [10.0.0.65]: Running cmd : getent hosts 10.0.0.65 | head -n 1 | awk '{print $2}' 2025-05-22 01:57:04,251 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1231-1 2025-05-22 01:57:04,353 - DEBUG - [10.0.0.56]: Running cmd : hostname 2025-05-22 01:57:04,610 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1231-1 2025-05-22 01:57:04,610 - DEBUG - [10.0.0.56]: Running cmd : hostname -f 2025-05-22 01:57:04,644 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1231-1 2025-05-22 01:57:04,644 - 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-05-22 01:57:04,699 - DEBUG - Output : NAMES vrouter-vrouter-agent-1 vrouter-nodemgr-1 2025-05-22 01:57:04,699 - DEBUG - [10.0.0.56]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-05-22 01:57:04,733 - DEBUG - Output : 10.0.0.56/24 2025-05-22 01:57:04,734 - DEBUG - [10.0.0.56]: Running cmd : getent hosts 10.0.0.56 | head -n 1 | awk '{print $2}' 2025-05-22 01:57:04,807 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1231-1 2025-05-22 01:57:04,888 - INFO - Using existing project ['default-domain', 'k8s-default'](1e96c98d-40f0-4725-bdff-3413372e9eb3) 2025-05-22 01:57:05,002 - INFO - Using existing project ['default-domain', 'k8s-default'](1e96c98d-40f0-4725-bdff-3413372e9eb3) 2025-05-22 01:57:05,140 - INFO - ================================================================================ 2025-05-22 01:57:05,141 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-05-22 01:57:05,142 - INFO - TEST DESCRIPTION : Verify that Ingress gets a CLuster IP which is reachable to Pods in same namespace. Also verify that a Floating IP is assigned to the Ingress from the Public FIP poo. Steps: 1. Create a service with 2 pods running nginx 2. Create an ingress out of this service 3. From another Pod do a wget on the ingress Cluster ip Validate that Ingress get a IP from Public FIP pool which might/might not be accessible. Validate that service and its loadbalancing work 2025-05-22 01:57:05,390 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-22 01:57:05,401 - DEBUG - Nothing to compare xmpp stats {'10.0.0.56': {'10.0.0.65': '0'}} with 2025-05-22 01:57:05,401 - INFO - Initial checks done. Running the testcase now 2025-05-22 01:57:05,401 - INFO - 2025-05-22 01:57:05,405 - INFO - Namespace default already exists 2025-05-22 01:57:05,406 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-22 01:57:05,511 - DEBUG - Output : cluster_project={} 2025-05-22 01:57:05,556 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-05-22 01:57:05,556 - DEBUG - Project uuid in Contrail is 1e96c98d-40f0-4725-bdff-3413372e9eb3 2025-05-22 01:57:05,557 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-22 01:57:05,680 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-22 01:57:05,680 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_NamespaceDatabaseList?namespace_uuid=4660d347-deaa-43b8-9665-6301bd121db9 2025-05-22 01:57:05,686 - INFO - Namespace default with uuid 4660d347-deaa-43b8-9665-6301bd121db9 found in kube manager 2025-05-22 01:57:05,686 - INFO - Namespace default verification passed 2025-05-22 01:57:05,689 - DEBUG - Service ctest-nginx-svc-16085094 not present 2025-05-22 01:57:05,689 - INFO - Creating service ctest-nginx-svc-16085094 2025-05-22 01:57:05,707 - INFO - Created Service ctest-nginx-svc-16085094 2025-05-22 01:57:05,716 - DEBUG - Pod ctest-nginx-pod-89660605 not present 2025-05-22 01:57:05,716 - INFO - Creating Pod ctest-nginx-pod-89660605 2025-05-22 01:57:05,782 - DEBUG - Pod : ctest-nginx-pod-89660605 UUID is 552be043-fe89-42da-9f7c-b19940cf9e6a 2025-05-22 01:57:05,786 - DEBUG - Pod ctest-nginx-pod-09183498 not present 2025-05-22 01:57:05,786 - INFO - Creating Pod ctest-nginx-pod-09183498 2025-05-22 01:57:05,811 - DEBUG - Pod : ctest-nginx-pod-09183498 UUID is 31c7a13e-e21b-45ac-8a1b-ee4029fd14f4 2025-05-22 01:57:06,017 - INFO - Created VN __public__, UUID :8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:06,295 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-05-22 01:57:06,304 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ed538b70-5f63-4249-8a0d-20b1f9cca952 2025-05-22 01:57:06,328 - DEBUG - Requesting: http://10.0.0.65:8082/project/1e96c98d-40f0-4725-bdff-3413372e9eb3 2025-05-22 01:57:06,435 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:06,457 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:06,468 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:57:06,492 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:57:06,503 - DEBUG - Route Targets: [] 2025-05-22 01:57:06,503 - DEBUG - RT names not yet present for VN __public__ 2025-05-22 01:57:11,504 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-05-22 01:57:11,513 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ed538b70-5f63-4249-8a0d-20b1f9cca952 2025-05-22 01:57:11,522 - DEBUG - Requesting: http://10.0.0.65:8082/project/1e96c98d-40f0-4725-bdff-3413372e9eb3 2025-05-22 01:57:11,601 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:11,613 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:11,624 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:57:11,633 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:57:11,641 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/31d16086-894b-4c00-980a-49565bbddb12 2025-05-22 01:57:11,648 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-22 01:57:11,649 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:11,657 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:57:11,674 - INFO - Verified VN network id 13 for VN 8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:11,674 - INFO - Verifications in API Server for VN __public__ passed 2025-05-22 01:57:11,674 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:11,685 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:57:11,694 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:57:11,703 - DEBUG - Requesting: http://10.0.0.65:8082/route-target/31d16086-894b-4c00-980a-49565bbddb12 2025-05-22 01:57:11,710 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-22 01:57:11,719 - DEBUG - Control-node 10.0.0.65 : 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': '10207052324021554482', 'uuid-lslong': '9444573402395106329'}, 'enable': 'true', 'created': '2025-05-22T01:57:05', 'last-modified': '2025-05-22T01:57:06', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.512342'} 2025-05-22 01:57:11,719 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-22 01:57:11,736 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-05-22 01:57:11,736 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-05-22 01:57:11,738 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-05-22 01:57:11,738 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-05-22 01:57:11,747 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ed538b70-5f63-4249-8a0d-20b1f9cca952 2025-05-22 01:57:11,757 - DEBUG - Requesting: http://10.0.0.65:8082/project/1e96c98d-40f0-4725-bdff-3413372e9eb3 2025-05-22 01:57:11,801 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:11,816 - DEBUG - =>VN __public__ has no policy to be verified 2025-05-22 01:57:11,816 - DEBUG - Verifying the vn in opserver 2025-05-22 01:57:11,816 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.65 2025-05-22 01:57:11,817 - DEBUG - Requesting: http://10.0.0.65:8081/analytics/uves/virtual-networks 2025-05-22 01:57:11,822 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.65:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-05-22 01:57:11,823 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-05-22 01:57:11,823 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-22 01:57:11,831 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-22 01:57:11,840 - DEBUG - Do not have enough data to verify VN in agent 2025-05-22 01:57:11,840 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-22 01:57:11,847 - DEBUG - VRF ids for VN __public__: {} 2025-05-22 01:57:11,947 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-05-22 01:57:12,068 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-05-22 01:57:12,074 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ed538b70-5f63-4249-8a0d-20b1f9cca952 2025-05-22 01:57:12,082 - DEBUG - Requesting: http://10.0.0.65:8082/project/1e96c98d-40f0-4725-bdff-3413372e9eb3 2025-05-22 01:57:12,129 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:12,141 - DEBUG - Requesting: http://10.0.0.65:8082/floating-ip-pool/3b280ad7-9515-47ec-a3ac-e2230a459fe7 2025-05-22 01:57:12,147 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-05-22 01:57:12,153 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ed538b70-5f63-4249-8a0d-20b1f9cca952 2025-05-22 01:57:12,160 - DEBUG - Requesting: http://10.0.0.65:8082/project/1e96c98d-40f0-4725-bdff-3413372e9eb3 2025-05-22 01:57:12,207 - DEBUG - Requesting: http://10.0.0.65:8082/virtual-network/8da6bc02-6921-4d32-8311-dd7850dcdc19 2025-05-22 01:57:12,220 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-05-22 01:57:12,220 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-05-22 01:57:12,230 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-22 01:57:12,240 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-05-22 01:57:12,240 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-05-22 01:57:12,245 - DEBUG - Ingress ctest-nginx-ingress-10783790 not present 2025-05-22 01:57:12,245 - INFO - Creating Ingress ctest-nginx-ingress-10783790 2025-05-22 01:57:12,253 - INFO - Created Ingress ctest-nginx-ingress-10783790 2025-05-22 01:57:12,258 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-10783790 2025-05-22 01:57:15,268 - DEBUG - For Ingress ctest-nginx-ingress-10783790, Cluster IP: 10.47.255.249, External IPs ['119.45.83.60'] 2025-05-22 01:57:15,269 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-10783790 2025-05-22 01:57:15,269 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=14ae57cf-0055-466b-8389-0162645d8849 2025-05-22 01:57:15,274 - INFO - Ingress ctest-nginx-ingress-10783790 with uuid 14ae57cf-0055-466b-8389-0162645d8849 found in kube manager 2025-05-22 01:57:15,274 - INFO - Ingress ctest-nginx-ingress-10783790 verification passed 2025-05-22 01:57:15,277 - DEBUG - Pod ctest-busybox-pod-77333407 not present 2025-05-22 01:57:15,278 - INFO - Creating Pod ctest-busybox-pod-77333407 2025-05-22 01:57:15,329 - DEBUG - Pod : ctest-busybox-pod-77333407 UUID is 0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:15,354 - DEBUG - Pod ctest-nginx-pod-89660605 not in running state.Currently in Pending 2025-05-22 01:57:20,360 - INFO - Pod ctest-nginx-pod-89660605 is in running state.Got IP 10.47.255.251 2025-05-22 01:57:20,376 - DEBUG - Pod ctest-nginx-pod-89660605 has vmi 10d88b08-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 01:57:20,376 - INFO - Verified pod ctest-nginx-pod-89660605 in contrail-api 2025-05-22 01:57:20,376 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:57:20,389 - DEBUG - VMI 10d88b08-36b0-11f0-aa91-fa163ea5e3ea is active in agent 10.0.0.56 2025-05-22 01:57:20,390 - INFO - Verified Pod ctest-nginx-pod-89660605 in agent 10.0.0.56 2025-05-22 01:57:20,390 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=552be043-fe89-42da-9f7c-b19940cf9e6a 2025-05-22 01:57:20,395 - INFO - Pod ctest-nginx-pod-89660605 with uuid 552be043-fe89-42da-9f7c-b19940cf9e6a found in kube manager 2025-05-22 01:57:20,395 - INFO - Pod ctest-nginx-pod-89660605 verification passed 2025-05-22 01:57:20,458 - DEBUG - [Pod ctest-nginx-pod-89660605] Cmd: echo ctest-nginx-pod-89660605 > /usr/share/nginx/html/index.html, Output: 2025-05-22 01:57:20,465 - DEBUG - Pod ctest-nginx-pod-09183498 not in running state.Currently in Pending 2025-05-22 01:57:25,474 - INFO - Pod ctest-nginx-pod-09183498 is in running state.Got IP 10.47.255.250 2025-05-22 01:57:25,539 - DEBUG - Pod ctest-nginx-pod-09183498 has vmi 115756cc-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 01:57:25,539 - INFO - Verified pod ctest-nginx-pod-09183498 in contrail-api 2025-05-22 01:57:25,539 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:57:25,552 - DEBUG - VMI 115756cc-36b0-11f0-aa91-fa163ea5e3ea is active in agent 10.0.0.56 2025-05-22 01:57:25,553 - INFO - Verified Pod ctest-nginx-pod-09183498 in agent 10.0.0.56 2025-05-22 01:57:25,553 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=31c7a13e-e21b-45ac-8a1b-ee4029fd14f4 2025-05-22 01:57:25,558 - INFO - Pod ctest-nginx-pod-09183498 with uuid 31c7a13e-e21b-45ac-8a1b-ee4029fd14f4 found in kube manager 2025-05-22 01:57:25,559 - INFO - Pod ctest-nginx-pod-09183498 verification passed 2025-05-22 01:57:25,624 - DEBUG - [Pod ctest-nginx-pod-09183498] Cmd: echo ctest-nginx-pod-09183498 > /usr/share/nginx/html/index.html, Output: 2025-05-22 01:57:25,631 - INFO - Pod ctest-busybox-pod-77333407 is in running state.Got IP 10.47.255.248 2025-05-22 01:57:25,646 - DEBUG - Pod ctest-busybox-pod-77333407 has vmi 15c02338-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 01:57:25,646 - INFO - Verified pod ctest-busybox-pod-77333407 in contrail-api 2025-05-22 01:57:25,647 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:57:25,659 - DEBUG - VMI 15c02338-36b0-11f0-aa91-fa163ea5e3ea is active in agent 10.0.0.56 2025-05-22 01:57:25,659 - INFO - Verified Pod ctest-busybox-pod-77333407 in agent 10.0.0.56 2025-05-22 01:57:25,659 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_VirtualMachineDatabaseList?x=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:25,664 - INFO - Pod ctest-busybox-pod-77333407 with uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d found in kube manager 2025-05-22 01:57:25,664 - INFO - Pod ctest-busybox-pod-77333407 verification passed 2025-05-22 01:57:25,727 - DEBUG - [Pod ctest-busybox-pod-77333407] 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-09183498 2025-05-22 01:57:25,727 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-22 01:57:25,727 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] 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-09183498 2025-05-22 01:57:25,796 - DEBUG - [Pod ctest-busybox-pod-77333407] 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-09183498 2025-05-22 01:57:25,796 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-22 01:57:25,796 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] 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-09183498 2025-05-22 01:57:25,861 - DEBUG - [Pod ctest-busybox-pod-77333407] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-09183498 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-22 01:57:25,861 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-22 01:57:25,861 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] Cmd output: ctest-nginx-pod-09183498 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-22 01:57:25,920 - DEBUG - [Pod ctest-busybox-pod-77333407] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-89660605 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-22 01:57:25,920 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-05-22 01:57:25,920 - DEBUG - [Pod Pod ctest-busybox-pod-77333407] Cmd output: ctest-nginx-pod-89660605 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2025-05-22 01:57:25,920 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-89660605': 1, 'ctest-nginx-pod-09183498': 3} 2025-05-22 01:57:25,920 - WARNING - Nothing to delete parallely 2025-05-22 01:57:25,921 - INFO - Deleting pod default:ctest-busybox-pod-77333407 2025-05-22 01:57:25,939 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:25,948 - WARNING - Pod uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d is still seen in agent 10.0.0.56 VM list 2025-05-22 01:57:30,949 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:30,957 - WARNING - Pod uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d is still seen in agent 10.0.0.56 VM list 2025-05-22 01:57:35,958 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:35,967 - WARNING - Pod uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d is still seen in agent 10.0.0.56 VM list 2025-05-22 01:57:40,968 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:40,975 - WARNING - Pod uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d is still seen in agent 10.0.0.56 VM list 2025-05-22 01:57:45,976 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:45,984 - WARNING - Pod uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d is still seen in agent 10.0.0.56 VM list 2025-05-22 01:57:50,985 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:50,994 - WARNING - Pod uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d is still seen in agent 10.0.0.56 VM list 2025-05-22 01:57:55,995 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:57:56,010 - WARNING - Pod uuid 0747fa08-93af-4485-b3bd-8ab012e93e3d is still seen in agent 10.0.0.56 VM list 2025-05-22 01:58:01,011 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=0747fa08-93af-4485-b3bd-8ab012e93e3d 2025-05-22 01:58:01,019 - DEBUG - Pod 0747fa08-93af-4485-b3bd-8ab012e93e3d is not in agent 10.0.0.56 VM list 2025-05-22 01:58:01,019 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:15c02338-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 01:58:01,027 - DEBUG - VMI 15c02338-36b0-11f0-aa91-fa163ea5e3ea is removed from agent 10.0.0.56 2025-05-22 01:58:01,027 - INFO - Verified that pod ctest-busybox-pod-77333407 is removed in agent 2025-05-22 01:58:01,028 - INFO - Deleting Ingress : ctest-nginx-ingress-10783790 2025-05-22 01:58:01,034 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=14ae57cf-0055-466b-8389-0162645d8849 2025-05-22 01:58:01,041 - ERROR - Ingress ctest-nginx-ingress-10783790 with uuid 14ae57cf-0055-466b-8389-0162645d8849 still found in kube manager 2025-05-22 01:58:02,041 - DEBUG - Requesting: http://10.0.0.65:8108/Snh_LoadbalancerDatabaseList?x=14ae57cf-0055-466b-8389-0162645d8849 2025-05-22 01:58:02,047 - INFO - Ingress ctest-nginx-ingress-10783790 with uuid 14ae57cf-0055-466b-8389-0162645d8849 deleted successfully from kube manager 2025-05-22 01:58:02,047 - INFO - Verifications on Ingress %s cleanup passed 2025-05-22 01:58:02,048 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-05-22 01:58:02,194 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-05-22 01:58:02,210 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-05-22 01:58:02,210 - INFO - Deleting VN __public__ 2025-05-22 01:58:02,459 - DEBUG - Requesting: http://10.0.0.65:8082/routing-instance/ca2b3930-437f-4abc-954f-23d31de381f1 2025-05-22 01:58:02,475 - DEBUG - Response Code: 404 2025-05-22 01:58:02,475 - DEBUG - Requesting: http://10.0.0.65:8082/domains 2025-05-22 01:58:02,488 - DEBUG - Requesting: http://10.0.0.65:8082/domain/ed538b70-5f63-4249-8a0d-20b1f9cca952 2025-05-22 01:58:02,508 - DEBUG - Requesting: http://10.0.0.65:8082/project/1e96c98d-40f0-4725-bdff-3413372e9eb3 2025-05-22 01:58:02,572 - INFO - Validated that VN __public__ is not found in API Server 2025-05-22 01:58:02,573 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-05-22 01:58:02,598 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-22 01:58:02,621 - DEBUG - VN __public__ is not present in Agent 10.0.0.56 2025-05-22 01:58:02,621 - INFO - Validated that VN __public__ is not in any agent 2025-05-22 01:58:02,621 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-22 01:58:02,654 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-05-22 01:58:02,662 - DEBUG - Requesting: http://10.0.0.65:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-05-22 01:58:02,679 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-05-22 01:58:02,680 - INFO - Deleting pod default:ctest-nginx-pod-09183498 2025-05-22 01:58:02,713 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=31c7a13e-e21b-45ac-8a1b-ee4029fd14f4 2025-05-22 01:58:02,736 - WARNING - Pod uuid 31c7a13e-e21b-45ac-8a1b-ee4029fd14f4 is still seen in agent 10.0.0.56 VM list 2025-05-22 01:58:07,744 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=31c7a13e-e21b-45ac-8a1b-ee4029fd14f4 2025-05-22 01:58:07,752 - DEBUG - Pod 31c7a13e-e21b-45ac-8a1b-ee4029fd14f4 is not in agent 10.0.0.56 VM list 2025-05-22 01:58:07,752 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:115756cc-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 01:58:07,759 - DEBUG - VMI 115756cc-36b0-11f0-aa91-fa163ea5e3ea is removed from agent 10.0.0.56 2025-05-22 01:58:07,759 - INFO - Verified that pod ctest-nginx-pod-09183498 is removed in agent 2025-05-22 01:58:07,760 - INFO - Deleting pod default:ctest-nginx-pod-89660605 2025-05-22 01:58:07,773 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=552be043-fe89-42da-9f7c-b19940cf9e6a 2025-05-22 01:58:07,790 - WARNING - Pod uuid 552be043-fe89-42da-9f7c-b19940cf9e6a is still seen in agent 10.0.0.56 VM list 2025-05-22 01:58:12,791 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=552be043-fe89-42da-9f7c-b19940cf9e6a 2025-05-22 01:58:12,799 - DEBUG - Pod 552be043-fe89-42da-9f7c-b19940cf9e6a is not in agent 10.0.0.56 VM list 2025-05-22 01:58:12,799 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:10d88b08-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 01:58:12,806 - DEBUG - VMI 10d88b08-36b0-11f0-aa91-fa163ea5e3ea is removed from agent 10.0.0.56 2025-05-22 01:58:12,806 - INFO - Verified that pod ctest-nginx-pod-89660605 is removed in agent 2025-05-22 01:58:12,806 - INFO - Deleting service : ctest-nginx-svc-16085094 2025-05-22 01:58:13,073 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-22 01:58:13,081 - DEBUG - No XMPP flaps were noticed during the test 2025-05-22 01:58:13,081 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:08] 2025-05-22 01:58:13,081 - INFO - -------------------------------------------------------------------------------- 2025-05-22 01:58:19,620 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-22 01:58:19,738 - DEBUG - Output : cluster_project={} 2025-05-22 01:58:19,872 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-05-22 01:58:20,035 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-05-22 01:58:20,041 - DEBUG - [10.0.0.65]: Running cmd : docker exec --privileged -it contrail-kubernetes-master-kubemanager-1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-05-22 01:58:20,202 - DEBUG - Output : cluster_project={} 2025-05-22 01:58:30,314 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:35,399 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:35,441 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:35,523 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:40,574 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:40,656 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:40,744 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:40,791 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-05-22 01:58:41,048 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-22 01:58:43,788 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_ApplicationPolicySetReq? 2025-05-22 01:58:43,796 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-05-22 01:58:43,828 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-05-22 01:58:45,859 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AclReq? 2025-05-22 02:01:46,485 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_AgentXmppConnectionStatusReq? 2025-05-22 02:01:46,557 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b02bce7e-5d9e-421b-9c51-ecab8b89d460 2025-05-22 02:01:46,584 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:01:46,596 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:01:46,618 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:01:46,623 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:01:46,632 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=5673d297-e453-474c-87d2-344db93c6ac2 2025-05-22 02:01:46,637 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=301cd71b-f898-4ba3-a629-2317d33f0e7b 2025-05-22 02:01:46,642 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6931841c-7410-4638-bb00-4f222487eff7 2025-05-22 02:01:51,604 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b02bce7e-5d9e-421b-9c51-ecab8b89d460 2025-05-22 02:01:51,614 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3cd2dd1c-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 02:01:51,649 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:01:51,704 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=301cd71b-f898-4ba3-a629-2317d33f0e7b 2025-05-22 02:01:51,706 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=6931841c-7410-4638-bb00-4f222487eff7 2025-05-22 02:01:51,707 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=5673d297-e453-474c-87d2-344db93c6ac2 2025-05-22 02:01:51,708 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:01:51,710 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:01:51,711 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:01:51,720 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3dfb6a38-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 02:01:51,741 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3e81d7da-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 02:01:51,746 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3d5bb0e2-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 02:01:56,657 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:01:56,742 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:01:56,743 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:01:56,747 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:02:01,666 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:02:01,758 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:02:01,760 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:02:01,761 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:02:06,678 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:02:06,778 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:02:06,780 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:02:06,782 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:02:11,688 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:02:11,797 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:02:11,800 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:02:11,801 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:02:16,701 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:02:16,815 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:02:16,817 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:02:16,819 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:02:21,713 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=ebb98bba-473a-45bd-852c-dfa8ca7088f7 2025-05-22 02:02:21,722 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:401f6bde-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 02:02:21,833 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=24823056-b7a0-46ad-bdbc-59b76a0ad94b 2025-05-22 02:02:21,836 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=cc1e95e9-83cb-45f3-aa91-91b1d3558f53 2025-05-22 02:02:21,837 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_VmListReq?uuid=b5e21c85-6be8-4013-afbc-fcd084a3fe5f 2025-05-22 02:02:21,851 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:409dde7e-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 02:02:21,855 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f9f57dc-36b0-11f0-aa91-fa163ea5e3ea 2025-05-22 02:02:21,857 - DEBUG - Requesting: http://10.0.0.56:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:3f0800e4-36b0-11f0-aa91-fa163ea5e3ea