2024-09-04 13:35:30,282 - DEBUG - [10.0.0.22]: Running cmd : hostname 2024-09-04 13:35:30,509 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-627-1 2024-09-04 13:35:30,509 - DEBUG - [10.0.0.22]: Running cmd : hostname -f 2024-09-04 13:35:30,543 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-627-1 2024-09-04 13:35:30,543 - DEBUG - [10.0.0.22]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-09-04 13:35:30,647 - DEBUG - Output : NAMES contrail_test_npARZN1CA contrail-kubernetes-master_kubemanager_1 analytics_database_nodemgr_1 analytics_database_cassandra_1 analytics_database_query-engine_1 analytics_snmp_snmp-collector_1 analytics_snmp_nodemgr_1 analytics_snmp_topology_1 analytics_alarm_nodemgr_1 analytics_alarm_alarm-gen_1 analytics_alarm_kafka_1 analytics_nodemgr_1 analytics_api_1 analytics_collector_1 redis_redis_1 webui_web_1 webui_job_1 control_named_1 control_dns_1 control_nodemgr_1 control_control_1 config_database_zookeeper_1 config_database_cassandra_1 config_database_rabbitmq_1 config_database_nodemgr_1 config_api_devicemgr_1 config_api_schema_1 config_api_dnsmasq_1 config_api_svcmonitor_1 config_api_nodemgr_1 config_api_api_1 2024-09-04 13:35:30,647 - DEBUG - [10.0.0.22]: Running cmd : ip addr show | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-04 13:35:30,681 - DEBUG - Output : 10.0.0.22/24 172.17.0.1/16 2024-09-04 13:35:30,681 - DEBUG - [10.0.0.22]: Running cmd : getent hosts 10.0.0.22 | head -n 1 | awk '{print $2}' 2024-09-04 13:35:30,714 - DEBUG - Output : cn-jenkins-deploy-platform-juju-k8s-627-1 2024-09-04 13:35:30,798 - DEBUG - [10.0.0.28]: Running cmd : hostname 2024-09-04 13:35:31,003 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-627-1 2024-09-04 13:35:31,003 - DEBUG - [10.0.0.28]: Running cmd : hostname -f 2024-09-04 13:35:31,027 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-627-1 2024-09-04 13:35:31,028 - DEBUG - [10.0.0.28]: Running cmd : docker ps -a 2>/dev/null | grep -v "/pause\|/usr/bin/pod\|nova_api_\|contrail.*init\|init.*contrail\|provisioner\|placement" | awk '{print $NF}' 2024-09-04 13:35:31,112 - DEBUG - Output : NAMES vrouter_nodemgr_1 vrouter_vrouter-agent_1 2024-09-04 13:35:31,113 - DEBUG - [10.0.0.28]: Running cmd : ip addr show dev vhost0 | grep 'inet .*/.* brd ' | awk '{print $2}' 2024-09-04 13:35:31,146 - DEBUG - Output : 10.0.0.28/24 2024-09-04 13:35:31,147 - DEBUG - [10.0.0.28]: Running cmd : getent hosts 10.0.0.28 | head -n 1 | awk '{print $2}' 2024-09-04 13:35:31,171 - DEBUG - Output : an-jenkins-deploy-platform-juju-k8s-627-1 2024-09-04 13:35:31,233 - INFO - Using existing project ['default-domain', 'k8s-default'](65686e01-891c-4751-807f-97580b2d363f) 2024-09-04 13:35:31,343 - INFO - Using existing project ['default-domain', 'k8s-default'](65686e01-891c-4751-807f-97580b2d363f) 2024-09-04 13:35:31,573 - INFO - ================================================================================ 2024-09-04 13:35:31,573 - INFO - STARTING TEST : test_ingress_ip_assignment 2024-09-04 13:35:31,574 - 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 2024-09-04 13:35:31,760 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 13:35:31,767 - DEBUG - Nothing to compare xmpp stats {'10.0.0.28': {'10.0.0.22': '0'}} with 2024-09-04 13:35:31,767 - INFO - Initial checks done. Running the testcase now 2024-09-04 13:35:31,768 - INFO - 2024-09-04 13:35:31,772 - INFO - Namespace default already exists 2024-09-04 13:35:31,772 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-04 13:35:31,887 - DEBUG - Output : cluster_project={} 2024-09-04 13:35:31,918 - INFO - Project default-domain:k8s-default for Namespace default is seen in contrail-api 2024-09-04 13:35:31,919 - DEBUG - Project uuid in Contrail is 65686e01-891c-4751-807f-97580b2d363f 2024-09-04 13:35:31,919 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-04 13:35:32,038 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-04 13:35:32,039 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_NamespaceDatabaseList?namespace_uuid=d88bde71-245f-49ba-9628-8141cc3a09b3 2024-09-04 13:35:32,043 - INFO - Namespace default with uuid d88bde71-245f-49ba-9628-8141cc3a09b3 found in kube manager 2024-09-04 13:35:32,043 - INFO - Namespace default verification passed 2024-09-04 13:35:32,046 - DEBUG - Service ctest-nginx-svc-80486666 not present 2024-09-04 13:35:32,046 - INFO - Creating service ctest-nginx-svc-80486666 2024-09-04 13:35:32,083 - INFO - Created Service ctest-nginx-svc-80486666 2024-09-04 13:35:32,095 - DEBUG - Pod ctest-nginx-pod-44349749 not present 2024-09-04 13:35:32,096 - INFO - Creating Pod ctest-nginx-pod-44349749 2024-09-04 13:35:32,165 - DEBUG - Pod : ctest-nginx-pod-44349749 UUID is 7858d565-7046-4f19-b10e-fe3381657c80 2024-09-04 13:35:32,171 - DEBUG - Pod ctest-nginx-pod-92243611 not present 2024-09-04 13:35:32,171 - INFO - Creating Pod ctest-nginx-pod-92243611 2024-09-04 13:35:32,197 - DEBUG - Pod : ctest-nginx-pod-92243611 UUID is 59d07571-e35e-4511-9b1e-aed8bc32512a 2024-09-04 13:35:32,378 - INFO - Created VN __public__, UUID :6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:32,604 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-09-04 13:35:32,610 - DEBUG - Requesting: http://10.0.0.22:8082/domain/8b695a9f-0d8f-46d0-bf6c-d4850b00ecd6 2024-09-04 13:35:32,626 - DEBUG - Requesting: http://10.0.0.22:8082/project/65686e01-891c-4751-807f-97580b2d363f 2024-09-04 13:35:32,723 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:32,788 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:32,798 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:35:32,810 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:35:32,825 - DEBUG - Route Targets: [] 2024-09-04 13:35:32,825 - DEBUG - RT names not yet present for VN __public__ 2024-09-04 13:35:37,826 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-09-04 13:35:37,833 - DEBUG - Requesting: http://10.0.0.22:8082/domain/8b695a9f-0d8f-46d0-bf6c-d4850b00ecd6 2024-09-04 13:35:37,843 - DEBUG - Requesting: http://10.0.0.22:8082/project/65686e01-891c-4751-807f-97580b2d363f 2024-09-04 13:35:37,891 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:37,903 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:37,928 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:35:37,938 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:35:37,946 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/f2ec4659-8192-460a-a8f9-d81ff0fd4e94 2024-09-04 13:35:37,954 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-04 13:35:37,954 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:37,964 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:35:37,980 - INFO - Verified VN network id 13 for VN 6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:37,980 - INFO - Verifications in API Server for VN __public__ passed 2024-09-04 13:35:37,980 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:37,989 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:35:37,997 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:35:38,006 - DEBUG - Requesting: http://10.0.0.22:8082/route-target/f2ec4659-8192-460a-a8f9-d81ff0fd4e94 2024-09-04 13:35:38,016 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-04 13:35:38,039 - DEBUG - Control-node 10.0.0.22 : 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': '7357160384927778974', 'uuid-lslong': '9432213879772308925'}, 'enable': 'true', 'created': '2024-09-04T13:35:32', 'last-modified': '2024-09-04T13:35:32', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:05.492983'} 2024-09-04 13:35:38,039 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 13:35:38,046 - DEBUG - Route Targets: ['target:64512:8000007'] 2024-09-04 13:35:38,047 - INFO - On all control nodes, Config, RI and RT verification for VN __public__ passed 2024-09-04 13:35:38,047 - DEBUG - ====Verifying policy data for __public__ in API_Server ====== 2024-09-04 13:35:38,047 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-09-04 13:35:38,054 - DEBUG - Requesting: http://10.0.0.22:8082/domain/8b695a9f-0d8f-46d0-bf6c-d4850b00ecd6 2024-09-04 13:35:38,063 - DEBUG - Requesting: http://10.0.0.22:8082/project/65686e01-891c-4751-807f-97580b2d363f 2024-09-04 13:35:38,116 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:38,127 - DEBUG - =>VN __public__ has no policy to be verified 2024-09-04 13:35:38,127 - DEBUG - Verifying the vn in opserver 2024-09-04 13:35:38,127 - DEBUG - Verifying the default-domain:k8s-default:__public__ virtual network link through opserver 10.0.0.22 2024-09-04 13:35:38,127 - DEBUG - Requesting: http://10.0.0.22:8081/analytics/uves/virtual-networks 2024-09-04 13:35:38,132 - DEBUG - vn link and name as {'name': 'default-domain:k8s-default:__public__', 'href': 'http://10.0.0.22:8081/analytics/uves/virtual-network/default-domain:k8s-default:__public__?flat'} 2024-09-04 13:35:38,132 - INFO - Validated that VN default-domain:k8s-default:__public__ is found in opserver 2024-09-04 13:35:38,133 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 13:35:38,140 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 13:35:38,145 - DEBUG - Do not have enough data to verify VN in agent 2024-09-04 13:35:38,145 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 13:35:38,151 - DEBUG - VRF ids for VN __public__: {} 2024-09-04 13:35:38,239 - INFO - Creating Floating IP pool __fip_pool_public__ in API Server 2024-09-04 13:35:38,391 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-09-04 13:35:38,397 - DEBUG - Requesting: http://10.0.0.22:8082/domain/8b695a9f-0d8f-46d0-bf6c-d4850b00ecd6 2024-09-04 13:35:38,409 - DEBUG - Requesting: http://10.0.0.22:8082/project/65686e01-891c-4751-807f-97580b2d363f 2024-09-04 13:35:38,447 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:38,455 - DEBUG - Requesting: http://10.0.0.22:8082/floating-ip-pool/a3c5b082-4a7e-4ba5-a369-0805bf3a2244 2024-09-04 13:35:38,462 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-09-04 13:35:38,471 - DEBUG - Requesting: http://10.0.0.22:8082/domain/8b695a9f-0d8f-46d0-bf6c-d4850b00ecd6 2024-09-04 13:35:38,480 - DEBUG - Requesting: http://10.0.0.22:8082/project/65686e01-891c-4751-807f-97580b2d363f 2024-09-04 13:35:38,516 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-network/6619e263-e332-489e-82e5-f48cb55665bd 2024-09-04 13:35:38,527 - DEBUG - FIP Pool __fip_pool_public__ found in API Server 2024-09-04 13:35:38,527 - INFO - Verification for FIP pool __fip_pool_public__ in API Server passed 2024-09-04 13:35:38,535 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-04 13:35:38,543 - DEBUG - Control-node Ifmap-view has FIP pool __fip_pool_public__ information 2024-09-04 13:35:38,543 - INFO - Verification for FIP pool __fip_pool_public__ in Control-node passed 2024-09-04 13:35:38,547 - DEBUG - Ingress ctest-nginx-ingress-91171189 not present 2024-09-04 13:35:38,547 - INFO - Creating Ingress ctest-nginx-ingress-91171189 2024-09-04 13:35:38,564 - INFO - Created Ingress ctest-nginx-ingress-91171189 2024-09-04 13:35:38,573 - DEBUG - Cluster IP not yet seen for Ingress ctest-nginx-ingress-91171189 2024-09-04 13:35:41,577 - DEBUG - For Ingress ctest-nginx-ingress-91171189, Cluster IP: 10.47.255.249, External IPs ['14.154.172.60'] 2024-09-04 13:35:41,577 - INFO - Verifications in k8s passed for Ingress ctest-nginx-ingress-91171189 2024-09-04 13:35:41,578 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=082f7aad-f0d0-4204-865d-0c82cf8c5f7e 2024-09-04 13:35:41,582 - INFO - Ingress ctest-nginx-ingress-91171189 with uuid 082f7aad-f0d0-4204-865d-0c82cf8c5f7e found in kube manager 2024-09-04 13:35:41,582 - INFO - Ingress ctest-nginx-ingress-91171189 verification passed 2024-09-04 13:35:41,589 - DEBUG - Pod ctest-busybox-pod-74278578 not present 2024-09-04 13:35:41,589 - INFO - Creating Pod ctest-busybox-pod-74278578 2024-09-04 13:35:41,616 - DEBUG - Pod : ctest-busybox-pod-74278578 UUID is aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:35:41,626 - DEBUG - Pod ctest-nginx-pod-44349749 not in running state.Currently in Pending 2024-09-04 13:35:46,633 - DEBUG - Pod ctest-nginx-pod-44349749 not in running state.Currently in Pending 2024-09-04 13:35:51,639 - INFO - Pod ctest-nginx-pod-44349749 is in running state.Got IP 10.47.255.251 2024-09-04 13:35:51,649 - DEBUG - Pod ctest-nginx-pod-44349749 has vmi 8f8dbb54-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:35:51,649 - INFO - Verified pod ctest-nginx-pod-44349749 in contrail-api 2024-09-04 13:35:51,649 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:35:51,661 - DEBUG - VMI 8f8dbb54-6ac2-11ef-aaf8-fa163e8a8dc8 is active in agent 10.0.0.28 2024-09-04 13:35:51,662 - INFO - Verified Pod ctest-nginx-pod-44349749 in agent 10.0.0.28 2024-09-04 13:35:51,662 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=7858d565-7046-4f19-b10e-fe3381657c80 2024-09-04 13:35:51,666 - INFO - Pod ctest-nginx-pod-44349749 with uuid 7858d565-7046-4f19-b10e-fe3381657c80 found in kube manager 2024-09-04 13:35:51,666 - INFO - Pod ctest-nginx-pod-44349749 verification passed 2024-09-04 13:35:51,727 - DEBUG - [Pod ctest-nginx-pod-44349749] Cmd: echo ctest-nginx-pod-44349749 > /usr/share/nginx/html/index.html, Output: 2024-09-04 13:35:51,733 - INFO - Pod ctest-nginx-pod-92243611 is in running state.Got IP 10.47.255.250 2024-09-04 13:35:51,745 - DEBUG - Pod ctest-nginx-pod-92243611 has vmi 8ff9ba20-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:35:51,745 - INFO - Verified pod ctest-nginx-pod-92243611 in contrail-api 2024-09-04 13:35:51,746 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:35:51,756 - DEBUG - VMI 8ff9ba20-6ac2-11ef-aaf8-fa163e8a8dc8 is active in agent 10.0.0.28 2024-09-04 13:35:51,756 - INFO - Verified Pod ctest-nginx-pod-92243611 in agent 10.0.0.28 2024-09-04 13:35:51,756 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=59d07571-e35e-4511-9b1e-aed8bc32512a 2024-09-04 13:35:51,761 - INFO - Pod ctest-nginx-pod-92243611 with uuid 59d07571-e35e-4511-9b1e-aed8bc32512a found in kube manager 2024-09-04 13:35:51,761 - INFO - Pod ctest-nginx-pod-92243611 verification passed 2024-09-04 13:35:51,821 - DEBUG - [Pod ctest-nginx-pod-92243611] Cmd: echo ctest-nginx-pod-92243611 > /usr/share/nginx/html/index.html, Output: 2024-09-04 13:35:51,825 - DEBUG - Pod ctest-busybox-pod-74278578 not in running state.Currently in Pending 2024-09-04 13:35:56,832 - INFO - Pod ctest-busybox-pod-74278578 is in running state.Got IP 10.47.255.248 2024-09-04 13:35:56,842 - DEBUG - Pod ctest-busybox-pod-74278578 has vmi 94660474-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:35:56,842 - INFO - Verified pod ctest-busybox-pod-74278578 in contrail-api 2024-09-04 13:35:56,842 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:35:56,853 - DEBUG - VMI 94660474-6ac2-11ef-aaf8-fa163e8a8dc8 is active in agent 10.0.0.28 2024-09-04 13:35:56,853 - INFO - Verified Pod ctest-busybox-pod-74278578 in agent 10.0.0.28 2024-09-04 13:35:56,853 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_VirtualMachineDatabaseList?x=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:35:56,857 - INFO - Pod ctest-busybox-pod-74278578 with uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b found in kube manager 2024-09-04 13:35:56,857 - INFO - Pod ctest-busybox-pod-74278578 verification passed 2024-09-04 13:35:56,920 - DEBUG - [Pod ctest-busybox-pod-74278578] 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) ctest-nginx-pod-92243611 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-04 13:35:56,920 - DEBUG - [Pod Pod ctest-busybox-pod-74278578] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-04 13:35:56,920 - DEBUG - [Pod Pod ctest-busybox-pod-74278578] Cmd output: Connecting to 10.47.255.249:80 (10.47.255.249:80) ctest-nginx-pod-92243611 writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-04 13:35:56,985 - DEBUG - [Pod ctest-busybox-pod-74278578] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-92243611 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-04 13:35:56,985 - DEBUG - [Pod Pod ctest-busybox-pod-74278578] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-04 13:35:56,985 - DEBUG - [Pod Pod ctest-busybox-pod-74278578] Cmd output: ctest-nginx-pod-92243611 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-04 13:35:57,046 - DEBUG - [Pod ctest-busybox-pod-74278578] Cmd: wget http://10.47.255.249:80/ -O - -T 5 -t 1 , Output: ctest-nginx-pod-44349749 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-04 13:35:57,046 - DEBUG - [Pod Pod ctest-busybox-pod-74278578] Cmd wget http://10.47.255.249:80/ -O - -T 5 -t 1 passed 2024-09-04 13:35:57,046 - DEBUG - [Pod Pod ctest-busybox-pod-74278578] Cmd output: ctest-nginx-pod-44349749 Connecting to 10.47.255.249:80 (10.47.255.249:80) writing to stdout - 100% |********************************| 25 0:00:00 ETA written to stdout 2024-09-04 13:35:57,046 - INFO - Responses seen from all pods, lb seems fine.Hits : {'ctest-nginx-pod-44349749': 1, 'ctest-nginx-pod-92243611': 2} 2024-09-04 13:35:57,046 - WARNING - Nothing to delete parallely 2024-09-04 13:35:57,046 - INFO - Deleting pod default:ctest-busybox-pod-74278578 2024-09-04 13:35:57,064 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:35:57,076 - WARNING - Pod uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:02,077 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:36:02,085 - WARNING - Pod uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:07,086 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:36:07,092 - WARNING - Pod uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:12,093 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:36:12,100 - WARNING - Pod uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:17,101 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:36:17,109 - WARNING - Pod uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:22,110 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:36:22,117 - WARNING - Pod uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:27,117 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:36:27,124 - WARNING - Pod uuid aca81a32-a04b-4f08-ad5a-6d0890bed59b is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:32,124 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=aca81a32-a04b-4f08-ad5a-6d0890bed59b 2024-09-04 13:36:32,131 - DEBUG - Pod aca81a32-a04b-4f08-ad5a-6d0890bed59b is not in agent 10.0.0.28 VM list 2024-09-04 13:36:32,131 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:94660474-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:36:32,136 - DEBUG - VMI 94660474-6ac2-11ef-aaf8-fa163e8a8dc8 is removed from agent 10.0.0.28 2024-09-04 13:36:32,136 - INFO - Verified that pod ctest-busybox-pod-74278578 is removed in agent 2024-09-04 13:36:32,136 - INFO - Deleting Ingress : ctest-nginx-ingress-91171189 2024-09-04 13:36:32,142 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=082f7aad-f0d0-4204-865d-0c82cf8c5f7e 2024-09-04 13:36:32,150 - ERROR - Ingress ctest-nginx-ingress-91171189 with uuid 082f7aad-f0d0-4204-865d-0c82cf8c5f7e still found in kube manager 2024-09-04 13:36:33,151 - DEBUG - Requesting: http://10.0.0.22:8108/Snh_LoadbalancerDatabaseList?x=082f7aad-f0d0-4204-865d-0c82cf8c5f7e 2024-09-04 13:36:33,157 - INFO - Ingress ctest-nginx-ingress-91171189 with uuid 082f7aad-f0d0-4204-865d-0c82cf8c5f7e deleted successfully from kube manager 2024-09-04 13:36:33,157 - INFO - Verifications on Ingress %s cleanup passed 2024-09-04 13:36:33,158 - INFO - Deleting the FIP pool __fip_pool_public__ 2024-09-04 13:36:33,306 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=floating-ip-pool&search_string=floating-ip-pool:default-domain:k8s-default:__public__:__fip_pool_public__ 2024-09-04 13:36:33,312 - DEBUG - Control-node Ifmap-view does not have FIP pool __fip_pool_public__ information 2024-09-04 13:36:33,312 - INFO - Deleting VN __public__ 2024-09-04 13:36:33,427 - DEBUG - Requesting: http://10.0.0.22:8082/routing-instance/ef6c06f3-d54f-4d1d-9563-abc1068dd0e8 2024-09-04 13:36:33,432 - DEBUG - Response Code: 404 2024-09-04 13:36:33,432 - DEBUG - Requesting: http://10.0.0.22:8082/domains 2024-09-04 13:36:33,437 - DEBUG - Requesting: http://10.0.0.22:8082/domain/8b695a9f-0d8f-46d0-bf6c-d4850b00ecd6 2024-09-04 13:36:33,446 - DEBUG - Requesting: http://10.0.0.22:8082/project/65686e01-891c-4751-807f-97580b2d363f 2024-09-04 13:36:33,496 - INFO - Validated that VN __public__ is not found in API Server 2024-09-04 13:36:33,496 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VnListReq?name=default-domain:k8s-default:__public__ 2024-09-04 13:36:33,504 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 13:36:33,522 - DEBUG - VN __public__ is not present in Agent 10.0.0.28 2024-09-04 13:36:33,522 - INFO - Validated that VN __public__ is not in any agent 2024-09-04 13:36:33,523 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VrfListReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 13:36:33,533 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_ShowRoutingInstanceReq?name=default-domain:k8s-default:__public__:__public__ 2024-09-04 13:36:33,540 - DEBUG - Requesting: http://10.0.0.22:8083/Snh_IFMapTableShowReq?table_name=virtual-network&search_string=virtual-network:default-domain:k8s-default:__public__ 2024-09-04 13:36:33,553 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN __public__ info 2024-09-04 13:36:33,553 - INFO - Deleting pod default:ctest-nginx-pod-92243611 2024-09-04 13:36:33,578 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=59d07571-e35e-4511-9b1e-aed8bc32512a 2024-09-04 13:36:33,600 - WARNING - Pod uuid 59d07571-e35e-4511-9b1e-aed8bc32512a is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:38,601 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=59d07571-e35e-4511-9b1e-aed8bc32512a 2024-09-04 13:36:38,608 - DEBUG - Pod 59d07571-e35e-4511-9b1e-aed8bc32512a is not in agent 10.0.0.28 VM list 2024-09-04 13:36:38,608 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8ff9ba20-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:36:38,615 - DEBUG - VMI 8ff9ba20-6ac2-11ef-aaf8-fa163e8a8dc8 is removed from agent 10.0.0.28 2024-09-04 13:36:38,615 - INFO - Verified that pod ctest-nginx-pod-92243611 is removed in agent 2024-09-04 13:36:38,615 - INFO - Deleting pod default:ctest-nginx-pod-44349749 2024-09-04 13:36:38,636 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=7858d565-7046-4f19-b10e-fe3381657c80 2024-09-04 13:36:38,647 - WARNING - Pod uuid 7858d565-7046-4f19-b10e-fe3381657c80 is still seen in agent 10.0.0.28 VM list 2024-09-04 13:36:43,648 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=7858d565-7046-4f19-b10e-fe3381657c80 2024-09-04 13:36:43,654 - DEBUG - Pod 7858d565-7046-4f19-b10e-fe3381657c80 is not in agent 10.0.0.28 VM list 2024-09-04 13:36:43,655 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:8f8dbb54-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:36:43,660 - DEBUG - VMI 8f8dbb54-6ac2-11ef-aaf8-fa163e8a8dc8 is removed from agent 10.0.0.28 2024-09-04 13:36:43,660 - INFO - Verified that pod ctest-nginx-pod-44349749 is removed in agent 2024-09-04 13:36:43,660 - INFO - Deleting service : ctest-nginx-svc-80486666 2024-09-04 13:36:43,891 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 13:36:43,898 - DEBUG - No XMPP flaps were noticed during the test 2024-09-04 13:36:43,898 - INFO - END TEST : test_ingress_ip_assignment : PASSED[0:01:12] 2024-09-04 13:36:43,898 - INFO - -------------------------------------------------------------------------------- 2024-09-04 13:36:50,299 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-04 13:36:50,414 - DEBUG - Output : cluster_project={} 2024-09-04 13:36:50,451 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'netstat -antp | grep :8108 | grep LISTEN' 2024-09-04 13:36:50,589 - DEBUG - Output : tcp 0 0 0.0.0.0:8108 0.0.0.0:* LISTEN 1/python3 2024-09-04 13:36:50,599 - DEBUG - [10.0.0.22]: Running cmd : docker exec --privileged -it contrail-kubernetes-master_kubemanager_1 /bin/bash -c 'grep "^[ ]*cluster_project" /etc/contrail/contrail-kubernetes.conf' 2024-09-04 13:36:50,753 - DEBUG - Output : cluster_project={} 2024-09-04 13:37:00,860 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:00,892 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:05,934 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:06,019 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:11,062 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:11,137 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:11,168 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:11,241 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0, 2024-09-04 13:37:11,476 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 13:37:13,270 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_ApplicationPolicySetReq? 2024-09-04 13:37:13,277 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-09-04 13:37:13,305 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-09-04 13:37:15,336 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AclReq? 2024-09-04 13:40:25,520 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_AgentXmppConnectionStatusReq? 2024-09-04 13:40:25,599 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a3467ca2-dbf5-47cb-b2ca-874b9865fd6c 2024-09-04 13:40:25,604 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ca5a574a-92e7-462c-beb2-65de090545a4 2024-09-04 13:40:25,608 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:40:25,613 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:40:25,617 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=911e0ab8-38d2-408b-97e0-27554e18f199 2024-09-04 13:40:25,621 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:40:25,625 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:40:25,632 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:40:30,692 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=911e0ab8-38d2-408b-97e0-27554e18f199 2024-09-04 13:40:30,695 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=a3467ca2-dbf5-47cb-b2ca-874b9865fd6c 2024-09-04 13:40:30,696 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:40:30,698 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:40:30,700 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=ca5a574a-92e7-462c-beb2-65de090545a4 2024-09-04 13:40:30,702 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:40:30,703 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:40:30,705 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:40:30,723 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bf696012-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:40:30,724 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:befeeeb2-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:40:30,725 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be0a31b0-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:40:35,722 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:40:35,727 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:40:35,730 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:40:35,731 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:40:35,733 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:40:40,731 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:40:40,746 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:40:40,748 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:40:40,749 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:40:40,759 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:40:45,738 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:40:45,773 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:40:45,775 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:40:45,777 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:40:45,778 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:40:50,745 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:40:50,796 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:40:50,798 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:40:50,799 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:40:50,800 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:40:55,755 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:40:55,813 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:40:55,814 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:40:55,816 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:40:55,817 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:41:00,784 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=c18a6be6-c3d9-413e-82ed-cdc582f54b9c 2024-09-04 13:41:00,791 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:bfea5866-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:41:00,832 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=883ddf9d-96a6-4254-81da-d10678d096f1 2024-09-04 13:41:00,834 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=bc10562a-043e-4a74-ae62-aa0f4d02d2f8 2024-09-04 13:41:00,836 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=eda77566-a9a3-4118-aa1f-3a1a00dadb4a 2024-09-04 13:41:00,837 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_VmListReq?uuid=8fc0dab2-7e79-4ef7-bddb-2e03df25f227 2024-09-04 13:41:00,851 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c0ba1b1e-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:41:00,852 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c04e8e08-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:41:00,855 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:c11b1874-6ac2-11ef-aaf8-fa163e8a8dc8 2024-09-04 13:41:00,856 - DEBUG - Requesting: http://10.0.0.28:8085/Snh_PageReq?x=begin:-1,end:-1,table:db.interface.0,uuid:be7660f6-6ac2-11ef-aaf8-fa163e8a8dc8