mirror of https://gitee.com/openkylin/libvirt.git
ci: helper: Drop _lcitool_get_targets method
This method unused anywhere, so drop it. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
2471a3b232
commit
5f78628fb6
|
@ -163,10 +163,6 @@ class Application:
|
|||
output = subprocess.check_output([self._args.lcitool] + args)
|
||||
return output.decode("utf-8")
|
||||
|
||||
def _lcitool_get_targets(self):
|
||||
output = self._lcitool_run(["targets"])
|
||||
return output.splitlines()
|
||||
|
||||
def _check_stale_images(self):
|
||||
namespace = self._args.namespace
|
||||
gitlab_uri = self._args.gitlab_uri
|
||||
|
|
Loading…
Reference in New Issue