From: parmentelat Date: Mon, 10 Dec 2018 17:09:08 +0000 (+0100) Subject: yet another lxc:// needed to be made lxc:/// X-Git-Tag: tests-6.0-5~2 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=958ab9043c17028a1e1c6f7014acd299f8564577 yet another lxc:// needed to be made lxc:/// --- diff --git a/system/TestNode.py b/system/TestNode.py index c90c5b0..355225f 100644 --- a/system/TestNode.py +++ b/system/TestNode.py @@ -410,7 +410,7 @@ class TestNode: test_ssh = self.create_test_ssh() if self.has_libvirt(): utils.header("Checking system slice {} using virsh".format(slicename)) - return test_ssh.run("virsh --connect lxc:// list | grep -q ' {} '".format(vservername), + return test_ssh.run("virsh --connect lxc:/// list | grep -q ' {} '".format(vservername), dry_run = dry_run) == 0 else: retcod, output = \