From 1dd1edb5ea551c8a01538b130aa4d0c361eae14d Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Wed, 30 Apr 2014 13:31:58 +0100 Subject: oeqa/targetcontrol: restart method shouldn't be abstract And drop the un-needed and un-used restart methods. Only qemu ever used this and actually does it safely. Signed-off-by: Stefan Stanacar Signed-off-by: Richard Purdie --- meta/lib/oeqa/controllers/masterimage.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/lib/oeqa/controllers') diff --git a/meta/lib/oeqa/controllers/masterimage.py b/meta/lib/oeqa/controllers/masterimage.py index 1bd0ab4c66..e8d321f7ab 100644 --- a/meta/lib/oeqa/controllers/masterimage.py +++ b/meta/lib/oeqa/controllers/masterimage.py @@ -133,9 +133,6 @@ class MasterImageHardwareTarget(oeqa.targetcontrol.BaseTarget): bb.plain("%s - reboot/powercycle target" % self.pn) self.power_cycle(self.connection) - def restart(self): - pass - class GummibootTarget(MasterImageHardwareTarget): -- cgit v1.2.3