X-Git-Url: http://git.onelab.eu/?p=tests.git;a=blobdiff_plain;f=system%2FTestNode.py;h=d3ac3ed1e5f1d1b500937471d7d3ca227d83b4ce;hp=ab614ef5f4be927d414ab0c05a26cf070c44c294;hb=d9a55ada6d0eeb7732863fc50a7564294d57ac70;hpb=86e433a5d801cbcc0bb795f5192132c0043ff9f8 diff --git a/system/TestNode.py b/system/TestNode.py index ab614ef..d3ac3ed 100644 --- a/system/TestNode.py +++ b/system/TestNode.py @@ -247,25 +247,6 @@ class TestNode: print("Flavour for {} : {}".format(self.name(), flavour)) return True - def nodeplain_set(self, plain): - " set bootstrapfs-plain tag on nodes" - self.test_plc.apiserver.SetNodePlainBootstrapfs(self.test_plc.auth_root(), - self.name(), plain) - return True - def nodeplain_on(self): - return self.nodeplain_set("True") - def nodeplain_off(self): - return self.nodeplain_set("") - def nodeplain_show(self): - "display bootstrapfs-plain tag" - if self.dry_run(): - print("Dry_run: would fetch node plain-bootstrapfs tag") - return True - plain = self.test_plc.apiserver.GetNodePlainBootstrapfs(self.test_plc.auth_root(), - self.name()) - print("Plain bootstrapfs for {} is {}".format(self.name(), plain)) - return True - def qemu_local_config(self): "all nodes: compute qemu config qemu.conf and store it locally" if not self.is_qemu():