2025-04-09 16:14:54,799 - DEBUG - [10.0.0.27]: Running cmd : hostname 2025-04-09 16:14:55,086 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1099-1 2025-04-09 16:14:55,087 - DEBUG - [10.0.0.27]: Running cmd : hostname -f 2025-04-09 16:14:55,131 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1099-1 2025-04-09 16:14:55,131 - DEBUG - [10.0.0.27]: 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-04-09 16:14:55,205 - DEBUG - Output : NAMES contrail_test_TGU9QArZ2 contrail-kubernetes-master_kubemanager_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_snmp_snmp-collector_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_collector_1 analytics_api_1 analytics_nodemgr_1 analytics_database_query-engine_1 analytics_database_cassandra_1 analytics_database_nodemgr_1 redis_redis_1 webui_job_1 webui_web_1 control_named_1 control_control_1 control_nodemgr_1 control_dns_1 config_database_nodemgr_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_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-04-09 16:14:55,205 - DEBUG - [10.0.0.27]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 16:14:55,278 - DEBUG - Output : 10.0.0.27/24 172.17.0.1/16 2025-04-09 16:14:55,279 - DEBUG - [10.0.0.27]: Running cmd : getent hosts 10.0.0.27 | head -n 1 | awk '{print $2}' 2025-04-09 16:14:55,312 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-1099-1 2025-04-09 16:14:55,414 - DEBUG - [10.0.0.41]: Running cmd : hostname 2025-04-09 16:14:55,659 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1099-1 2025-04-09 16:14:55,659 - DEBUG - [10.0.0.41]: Running cmd : hostname -f 2025-04-09 16:14:55,693 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1099-1 2025-04-09 16:14:55,694 - DEBUG - [10.0.0.41]: 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-04-09 16:14:55,781 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2025-04-09 16:14:55,781 - DEBUG - [10.0.0.41]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2025-04-09 16:14:55,816 - DEBUG - Output : 10.0.0.41/24 2025-04-09 16:14:55,816 - DEBUG - [10.0.0.41]: Running cmd : getent hosts 10.0.0.41 | head -n 1 | awk '{print $2}' 2025-04-09 16:14:55,850 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-1099-1 2025-04-09 16:14:55,928 - INFO - Using existing project ['default-domain', 'k8s-default'](691ef60c-d1f2-4b4b-8b12-6e5549bfd107) 2025-04-09 16:14:56,040 - INFO - Using existing project ['default-domain', 'k8s-default'](691ef60c-d1f2-4b4b-8b12-6e5549bfd107) 2025-04-09 16:14:56,176 - INFO - ================================================================================ 2025-04-09 16:14:56,176 - INFO - STARTING TEST : test_ingress_ip_assignment 2025-04-09 16:14:56,177 - 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-04-09 16:14:56,372 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:14:56,380 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.0.0.27': '0'}} with 2025-04-09 16:14:56,380 - INFO - Initial checks done. Running the testcase now 2025-04-09 16:14:56,380 - INFO - 2025-04-09 16:14:56,384 - INFO - Namespace default already exists 2025-04-09 16:14:56,385 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 16:14:56,507 - DEBUG - Output : cluster_project={} 2025-04-09 16:14:56,572 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2025-04-09 16:14:56,572 - DEBUG - Project uuid in Contrail is 691ef60c-d1f2-4b4b-8b12-6e5549bfd107 2025-04-09 16:14:56,573 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 16:14:56,691 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 16:14:56,692 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_NamespaceDatabaseList?namespace_uuid=1ccbd11a-6420-41c2-83ff-d0aabc971838 2025-04-09 16:14:56,696 - INFO - Namespace default with uuid 1ccbd11a-6420-41c2-83ff-d0aabc971838 found in kube manager 2025-04-09 16:14:56,696 - INFO - Namespace default verification passed 2025-04-09 16:14:56,699 - DEBUG - Service ctest-nginx-svc-79088045 not present 2025-04-09 16:14:56,699 - INFO - Creating service ctest-nginx-svc-79088045 2025-04-09 16:14:56,716 - INFO - Created Service ctest-nginx-svc-79088045 2025-04-09 16:14:56,729 - DEBUG - Pod ctest-nginx-pod-05838833 not present 2025-04-09 16:14:56,731 - INFO - Creating Pod ctest-nginx-pod-05838833 2025-04-09 16:14:56,798 - DEBUG - Pod : ctest-nginx-pod-05838833 UUID is d037184d-cf84-413b-8525-1662c2f77d8a 2025-04-09 16:14:56,801 - DEBUG - Pod ctest-nginx-pod-79060584 not present 2025-04-09 16:14:56,801 - INFO - Creating Pod ctest-nginx-pod-79060584 2025-04-09 16:14:56,832 - DEBUG - Pod : ctest-nginx-pod-79060584 UUID is ce75ba5f-bd5a-4656-9526-a98e362f3339 2025-04-09 16:14:57,017 - INFO - Created VN __public__, UUID :37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:14:57,257 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-09 16:14:57,264 - DEBUG - Requesting: http://10.0.0.27:8082/domain/45413a20-8e0e-422c-a340-a284b5f2a421 2025-04-09 16:14:57,285 - DEBUG - Requesting: http://10.0.0.27:8082/project/691ef60c-d1f2-4b4b-8b12-6e5549bfd107 2025-04-09 16:14:57,368 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:14:57,385 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:14:57,397 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:14:57,447 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:14:57,456 - DEBUG - Route Targets: [] 2025-04-09 16:14:57,456 - DEBUG - RT names not yet present for VN __public__ 2025-04-09 16:15:02,457 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-09 16:15:02,464 - DEBUG - Requesting: http://10.0.0.27:8082/domain/45413a20-8e0e-422c-a340-a284b5f2a421 2025-04-09 16:15:02,475 - DEBUG - Requesting: http://10.0.0.27:8082/project/691ef60c-d1f2-4b4b-8b12-6e5549bfd107 2025-04-09 16:15:02,530 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:02,541 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:02,552 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:15:02,561 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:15:02,568 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/5659eb40-2681-4645-b3ec-4a6ff42a1f3e 2025-04-09 16:15:02,575 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-09 16:15:02,576 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:02,588 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:15:02,609 - INFO - Verified VN network id 13 for VN 37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:02,609 - INFO - Verifications in API Server for VN __public__ passed 2025-04-09 16:15:02,609 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:02,624 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:15:02,632 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:15:02,640 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/5659eb40-2681-4645-b3ec-4a6ff42a1f3e 2025-04-09 16:15:02,648 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 16:15:02,654 - DEBUG - Control-node 10.0.0.27 : 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': '4023170766075219407', 'uuid-lslong': '10806386457763659832'}, 'enable': 'true', 'created': '2025-04-09T16:14:56', 'last-modified': '2025-04-09T16:14:57', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.458718'} 2025-04-09 16:15:02,654 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:15:02,662 - DEBUG - Route Targets: ['target:64512:8000007'] 2025-04-09 16:15:02,662 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2025-04-09 16:15:02,663 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2025-04-09 16:15:02,663 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-09 16:15:02,669 - DEBUG - Requesting: http://10.0.0.27:8082/domain/45413a20-8e0e-422c-a340-a284b5f2a421 2025-04-09 16:15:02,677 - DEBUG - Requesting: http://10.0.0.27:8082/project/691ef60c-d1f2-4b4b-8b12-6e5549bfd107 2025-04-09 16:15:02,730 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:02,743 - DEBUG - =>VN __public__ has no policy to be verified 2025-04-09 16:15:02,744 - DEBUG - Verifying the vn in opserver 2025-04-09 16:15:02,744 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.27 2025-04-09 16:15:02,744 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2025-04-09 16:15:02,749 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2025-04-09 16:15:02,749 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2025-04-09 16:15:02,749 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:15:02,758 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:15:02,764 - DEBUG - Do not have enough data to verify VN in agent 2025-04-09 16:15:02,765 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:15:02,770 - DEBUG - VRF ids for VN __public__: {} 2025-04-09 16:15:02,879 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2025-04-09 16:15:02,996 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-09 16:15:03,004 - DEBUG - Requesting: http://10.0.0.27:8082/domain/45413a20-8e0e-422c-a340-a284b5f2a421 2025-04-09 16:15:03,012 - DEBUG - Requesting: http://10.0.0.27:8082/project/691ef60c-d1f2-4b4b-8b12-6e5549bfd107 2025-04-09 16:15:03,058 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:03,074 - DEBUG - Requesting: http://10.0.0.27:8082/floating-ip-pool/ae2187d7-eac6-41f6-b770-54ca61f9cb59 2025-04-09 16:15:03,082 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-09 16:15:03,087 - DEBUG - Requesting: http://10.0.0.27:8082/domain/45413a20-8e0e-422c-a340-a284b5f2a421 2025-04-09 16:15:03,095 - DEBUG - Requesting: http://10.0.0.27:8082/project/691ef60c-d1f2-4b4b-8b12-6e5549bfd107 2025-04-09 16:15:03,140 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/37d52c7e-fea6-4dcf-95f7-ff3a88984038 2025-04-09 16:15:03,151 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2025-04-09 16:15:03,151 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2025-04-09 16:15:03,160 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 16:15:03,166 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2025-04-09 16:15:03,166 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2025-04-09 16:15:03,169 - DEBUG - Ingress ctest-nginx-ingress-71399068 not present 2025-04-09 16:15:03,170 - INFO - Creating Ingress ctest-nginx-ingress-71399068 2025-04-09 16:15:03,177 - INFO - Created Ingress ctest-nginx-ingress-71399068 2025-04-09 16:15:03,181 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-71399068 2025-04-09 16:15:06,198 - DEBUG - For Ingress ctest-nginx-ingress-71399068, Cluster IP: 10.47.255.249, External IPs ['74.240.144.188'] 2025-04-09 16:15:06,198 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-71399068 2025-04-09 16:15:06,198 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=c82d5d7f-33f0-435f-a57f-7b5d379c0743 2025-04-09 16:15:06,209 - INFO - Ingress ctest-nginx-ingress-71399068 with uuid c82d5d7f-33f0-435f-a57f-7b5d379c0743 found in kube manager 2025-04-09 16:15:06,209 - INFO - Ingress ctest-nginx-ingress-71399068 verification passed 2025-04-09 16:15:06,212 - DEBUG - Pod ctest-busybox-pod-45653381 not present 2025-04-09 16:15:06,212 - INFO - Creating Pod ctest-busybox-pod-45653381 2025-04-09 16:15:06,270 - DEBUG - Pod : ctest-busybox-pod-45653381 UUID is 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:06,288 - DEBUG - Pod ctest-nginx-pod-05838833 not in running state.Currently in Pending 2025-04-09 16:15:11,295 - DEBUG - Pod ctest-nginx-pod-05838833 not in running state.Currently in Pending 2025-04-09 16:15:16,303 - INFO - Pod ctest-nginx-pod-05838833 is in running state.Got IP 10.47.255.251 2025-04-09 16:15:16,360 - DEBUG - Pod ctest-nginx-pod-05838833 has vmi c841d5e8-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:15:16,360 - INFO - Verified pod ctest-nginx-pod-05838833 in contrail-api 2025-04-09 16:15:16,361 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:15:16,375 - DEBUG - VMI c841d5e8-155d-11f0-a008-fa163e3fd57f is active in agent 10.0.0.41 2025-04-09 16:15:16,375 - INFO - Verified Pod ctest-nginx-pod-05838833 in agent 10.0.0.41 2025-04-09 16:15:16,375 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=d037184d-cf84-413b-8525-1662c2f77d8a 2025-04-09 16:15:16,380 - INFO - Pod ctest-nginx-pod-05838833 with uuid d037184d-cf84-413b-8525-1662c2f77d8a found in kube manager 2025-04-09 16:15:16,380 - INFO - Pod ctest-nginx-pod-05838833 verification passed 2025-04-09 16:15:16,469 - DEBUG - [Pod ctest-nginx-pod-05838833] Cmd: echo ctest-nginx-pod-05838833 > /usr/share/nginx/html/index.html, Output: 2025-04-09 16:15:16,475 - INFO - Pod ctest-nginx-pod-79060584 is in running state.Got IP 10.47.255.250 2025-04-09 16:15:16,491 - DEBUG - Pod ctest-nginx-pod-79060584 has vmi c8bf8934-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:15:16,491 - INFO - Verified pod ctest-nginx-pod-79060584 in contrail-api 2025-04-09 16:15:16,491 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:15:16,502 - DEBUG - VMI c8bf8934-155d-11f0-a008-fa163e3fd57f is active in agent 10.0.0.41 2025-04-09 16:15:16,502 - INFO - Verified Pod ctest-nginx-pod-79060584 in agent 10.0.0.41 2025-04-09 16:15:16,503 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=ce75ba5f-bd5a-4656-9526-a98e362f3339 2025-04-09 16:15:16,507 - INFO - Pod ctest-nginx-pod-79060584 with uuid ce75ba5f-bd5a-4656-9526-a98e362f3339 found in kube manager 2025-04-09 16:15:16,507 - INFO - Pod ctest-nginx-pod-79060584 verification passed 2025-04-09 16:15:16,557 - DEBUG - [Pod ctest-nginx-pod-79060584] Cmd: echo ctest-nginx-pod-79060584 > /usr/share/nginx/html/index.html, Output: 2025-04-09 16:15:16,563 - DEBUG - Pod ctest-busybox-pod-45653381 not in running state.Currently in Pending 2025-04-09 16:15:21,571 - INFO - Pod ctest-busybox-pod-45653381 is in running state.Got IP 10.47.255.248 2025-04-09 16:15:21,590 - DEBUG - Pod ctest-busybox-pod-45653381 has vmi cd6c1aec-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:15:21,590 - INFO - Verified pod ctest-busybox-pod-45653381 in contrail-api 2025-04-09 16:15:21,590 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:15:21,605 - DEBUG - VMI cd6c1aec-155d-11f0-a008-fa163e3fd57f is active in agent 10.0.0.41 2025-04-09 16:15:21,605 - INFO - Verified Pod ctest-busybox-pod-45653381 in agent 10.0.0.41 2025-04-09 16:15:21,605 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_VirtualMachineDatabaseList?x=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:21,611 - INFO - Pod ctest-busybox-pod-45653381 with uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 found in kube manager 2025-04-09 16:15:21,612 - INFO - Pod ctest-busybox-pod-45653381 verification passed 2025-04-09 16:15:21,673 - DEBUG - [Pod ctest-busybox-pod-45653381] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-79060584 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-04-09 16:15:21,673 - DEBUG - [Pod Pod ctest-busybox-pod-45653381] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 16:15:21,673 - DEBUG - [Pod Pod ctest-busybox-pod-45653381] Cmd output: ctest-nginx-pod-79060584 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-04-09 16:15:21,735 - DEBUG - [Pod ctest-busybox-pod-45653381] 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-79060584 2025-04-09 16:15:21,735 - DEBUG - [Pod Pod ctest-busybox-pod-45653381] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 16:15:21,735 - DEBUG - [Pod Pod ctest-busybox-pod-45653381] 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-79060584 2025-04-09 16:15:21,797 - DEBUG - [Pod ctest-busybox-pod-45653381] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-05838833 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-04-09 16:15:21,798 - DEBUG - [Pod Pod ctest-busybox-pod-45653381] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2025-04-09 16:15:21,798 - DEBUG - [Pod Pod ctest-busybox-pod-45653381] Cmd output: ctest-nginx-pod-05838833 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-04-09 16:15:21,798 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-05838833': 1, 'ctest-nginx-pod-79060584': 2} 2025-04-09 16:15:21,798 - WARNING - Nothing to delete parallely 2025-04-09 16:15:21,798 - INFO - Deleting pod default:ctest-busybox-pod-45653381 2025-04-09 16:15:21,811 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:21,818 - WARNING - Pod uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:15:26,819 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:26,827 - WARNING - Pod uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:15:31,828 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:31,836 - WARNING - Pod uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:15:36,837 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:36,844 - WARNING - Pod uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:15:41,845 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:41,858 - WARNING - Pod uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:15:46,859 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:46,867 - WARNING - Pod uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:15:51,868 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:51,878 - WARNING - Pod uuid 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:15:56,879 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=9a869743-fa2b-4fc9-8aa1-5896d9e813f9 2025-04-09 16:15:56,886 - DEBUG - Pod 9a869743-fa2b-4fc9-8aa1-5896d9e813f9 is not in agent 10.0.0.41 VM list 2025-04-09 16:15:56,887 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:cd6c1aec-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:15:56,894 - DEBUG - VMI cd6c1aec-155d-11f0-a008-fa163e3fd57f is removed from agent 10.0.0.41 2025-04-09 16:15:56,894 - INFO - Verified that pod ctest-busybox-pod-45653381 is removed in agent 2025-04-09 16:15:56,894 - INFO - Deleting Ingress : ctest-nginx-ingress-71399068 2025-04-09 16:15:56,907 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=c82d5d7f-33f0-435f-a57f-7b5d379c0743 2025-04-09 16:15:56,912 - ERROR - Ingress ctest-nginx-ingress-71399068 with uuid c82d5d7f-33f0-435f-a57f-7b5d379c0743 still found in kube manager 2025-04-09 16:15:57,912 - DEBUG - Requesting: http://10.0.0.27:8108/Snh_LoadbalancerDatabaseList?x=c82d5d7f-33f0-435f-a57f-7b5d379c0743 2025-04-09 16:15:57,917 - INFO - Ingress ctest-nginx-ingress-71399068 with uuid c82d5d7f-33f0-435f-a57f-7b5d379c0743 deleted successfully from kube manager 2025-04-09 16:15:57,918 - INFO - Verifications on Ingress %s cleanup passed 2025-04-09 16:15:57,918 - INFO - Deleting the FIP pool __fip_pool_public__ 2025-04-09 16:15:58,133 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2025-04-09 16:15:58,142 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2025-04-09 16:15:58,142 - INFO - Deleting VN __public__ 2025-04-09 16:15:58,291 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b1e49806-970c-48a1-a787-ff4d11ece5da 2025-04-09 16:15:58,298 - DEBUG - Response Code: 404 2025-04-09 16:15:58,298 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2025-04-09 16:15:58,318 - DEBUG - Requesting: http://10.0.0.27:8082/domain/45413a20-8e0e-422c-a340-a284b5f2a421 2025-04-09 16:15:58,333 - DEBUG - Requesting: http://10.0.0.27:8082/project/691ef60c-d1f2-4b4b-8b12-6e5549bfd107 2025-04-09 16:15:58,374 - INFO - Validated that VN __public__ is not found in API Server 2025-04-09 16:15:58,375 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2025-04-09 16:15:58,391 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:15:58,401 - DEBUG - VN __public__ is not present in Agent 10.0.0.41 2025-04-09 16:15:58,401 - INFO - Validated that VN __public__ is not in any agent 2025-04-09 16:15:58,401 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:15:58,411 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2025-04-09 16:15:58,417 - DEBUG - Requesting: http://10.0.0.27:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2025-04-09 16:15:58,427 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2025-04-09 16:15:58,428 - INFO - Deleting pod default:ctest-nginx-pod-79060584 2025-04-09 16:15:58,448 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ce75ba5f-bd5a-4656-9526-a98e362f3339 2025-04-09 16:15:58,493 - WARNING - Pod uuid ce75ba5f-bd5a-4656-9526-a98e362f3339 is still seen in agent 10.0.0.41 VM list 2025-04-09 16:16:03,495 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ce75ba5f-bd5a-4656-9526-a98e362f3339 2025-04-09 16:16:03,503 - DEBUG - Pod ce75ba5f-bd5a-4656-9526-a98e362f3339 is not in agent 10.0.0.41 VM list 2025-04-09 16:16:03,503 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c8bf8934-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:16:03,509 - DEBUG - VMI c8bf8934-155d-11f0-a008-fa163e3fd57f is removed from agent 10.0.0.41 2025-04-09 16:16:03,509 - INFO - Verified that pod ctest-nginx-pod-79060584 is removed in agent 2025-04-09 16:16:03,510 - INFO - Deleting pod default:ctest-nginx-pod-05838833 2025-04-09 16:16:03,534 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d037184d-cf84-413b-8525-1662c2f77d8a 2025-04-09 16:16:03,545 - WARNING - Pod uuid d037184d-cf84-413b-8525-1662c2f77d8a is still seen in agent 10.0.0.41 VM list 2025-04-09 16:16:08,546 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=d037184d-cf84-413b-8525-1662c2f77d8a 2025-04-09 16:16:08,553 - DEBUG - Pod d037184d-cf84-413b-8525-1662c2f77d8a is not in agent 10.0.0.41 VM list 2025-04-09 16:16:08,553 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c841d5e8-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:16:08,560 - DEBUG - VMI c841d5e8-155d-11f0-a008-fa163e3fd57f is removed from agent 10.0.0.41 2025-04-09 16:16:08,560 - INFO - Verified that pod ctest-nginx-pod-05838833 is removed in agent 2025-04-09 16:16:08,560 - INFO - Deleting service : ctest-nginx-svc-79088045 2025-04-09 16:16:08,808 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:16:08,816 - DEBUG - No XMPP flaps were noticed during the test 2025-04-09 16:16:08,817 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2025-04-09 16:16:08,817 - INFO - -------------------------------------------------------------------------------- 2025-04-09 16:16:15,424 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 16:16:15,551 - DEBUG - Output : cluster_project={} 2025-04-09 16:16:15,711 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2025-04-09 16:16:15,910 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2025-04-09 16:16:15,917 - DEBUG - [10.0.0.27]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2025-04-09 16:16:16,062 - DEBUG - Output : cluster_project={} 2025-04-09 16:16:26,196 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:31,284 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:31,323 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:31,403 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:31,488 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:31,528 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:31,609 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:36,662 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2025-04-09 16:16:36,924 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:16:39,629 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_ApplicationPolicySetReq? 2025-04-09 16:16:39,637 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-04-09 16:16:39,667 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-04-09 16:16:41,697 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AclReq? 2025-04-09 16:19:42,445 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_AgentXmppConnectionStatusReq? 2025-04-09 16:19:42,482 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=4a75f43a-0630-4565-97cd-1b867e08b8b0 2025-04-09 16:19:42,536 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:19:42,546 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:19:42,558 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f6d5cd14-15ac-41d6-bcd1-32a28e182983 2025-04-09 16:19:42,579 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=cdeb9a13-67bd-4cd1-b590-22140b3b7b42 2025-04-09 16:19:42,586 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=5d2b5ead-44e8-47d4-a583-9ed7000f4af4 2025-04-09 16:19:42,600 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:19:42,615 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:19:47,511 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=4a75f43a-0630-4565-97cd-1b867e08b8b0 2025-04-09 16:19:47,519 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f737ab3e-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:19:47,719 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:19:47,720 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:19:47,722 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=5d2b5ead-44e8-47d4-a583-9ed7000f4af4 2025-04-09 16:19:47,723 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=cdeb9a13-67bd-4cd1-b590-22140b3b7b42 2025-04-09 16:19:47,724 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=f6d5cd14-15ac-41d6-bcd1-32a28e182983 2025-04-09 16:19:47,725 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:19:47,727 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:19:47,742 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f904a87c-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:19:47,756 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f7c68282-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:19:47,757 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f87321a4-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:19:52,741 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:19:52,744 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:19:52,754 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:19:52,759 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:19:57,750 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:19:57,753 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:19:57,763 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:19:57,766 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:20:02,762 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:20:02,764 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:20:02,770 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:20:02,779 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:20:07,777 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:20:07,779 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:20:07,789 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:20:07,791 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:20:12,788 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:20:12,795 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:20:12,807 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:20:12,809 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:20:17,826 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=ecd70b35-7d0f-41c8-9640-691883206cd6 2025-04-09 16:20:17,828 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=b676fbbd-48b0-4d44-a1a5-8c9ea02be0f9 2025-04-09 16:20:17,830 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=a116cfd1-6f1c-4c7a-873a-21855dfb3928 2025-04-09 16:20:17,831 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_VmListReq?uuid=64a9b1c7-0509-45f1-843f-f38896383f32 2025-04-09 16:20:17,851 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fab973c8-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:20:17,853 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fa37483a-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:20:17,855 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:fb332740-155d-11f0-a008-fa163e3fd57f 2025-04-09 16:20:17,862 - DEBUG - Requesting: http://10.0.0.41:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:f9b6491a-155d-11f0-a008-fa163e3fd57f