From: Pedro Escaleira Date: Sat, 23 Apr 2022 18:55:45 +0000 (+0100) Subject: Bug 2005 fixed: removed the while true from K8sHelmBaseConnector._store_status X-Git-Tag: v12.0.0rc1~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b46f88d2ce319c7661dc6064c8c76d020e314fb6;hp=b46f88d2ce319c7661dc6064c8c76d020e314fb6;p=osm%2FN2VC.git Bug 2005 fixed: removed the while true from K8sHelmBaseConnector._store_status Made the necessary refactor and fixed the tests accordingly. Now, the `_store_status` method is not executed forever, it is only executed once each time is called. Change-Id: Ia96ab3152fe7f838d1b81dd02c2d22373b805f4a Signed-off-by: Pedro Escaleira ---