X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=system%2FSubstrate.py;h=098ff510523717d26a79a6f70430cece151e42e1;hb=c60ee8339624903382f0fa98e9afc552bbedc90d;hp=ff18ccd9e16234827199d54d450c5bd44d90743b;hpb=694ca6572898a3dee8f11c26c18786a14921748b;p=tests.git diff --git a/system/Substrate.py b/system/Substrate.py index ff18ccd..098ff51 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -1037,12 +1037,12 @@ class Substrate: self.default_boxes = self.plc_boxes + self.qemu_boxes self.all_boxes = self.build_boxes + [ self.test_box ] + self.plc_boxes + self.qemu_boxes def __repr__(self): - return "".format() + return "".format(self.summary_line()) def summary_line (self): msg = "[" msg += " {} xp".format(len(self.plc_lxc_boxes)) - msg += " {} tried plc boxes".format(len(self.plc_boxes)) + msg += " {} xq".format(len(self.qemu_boxes)) msg += "]" return msg