Setting tag tests-7.0-0
[tests.git] / system / TestNode.py
index d3ac3ed..355225f 100644 (file)
@@ -237,7 +237,7 @@ class TestNode:
         self.test_plc.apiserver.SetNodePldistro(self.test_plc.auth_root(),
                                                 self.name(), pldistro)
         return True
-    def nodeflavour_show(self):
+    def nodedistro_show(self):
         "display the fcdistro tag - or flavour actually - of node"
         if self.dry_run():
             print("Dry_run: would fetch node flavour")
@@ -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 = \