Remove HACK for BOSS. BOSS is dead \o/
authorIgor Stoppa <igor.stoppa@intel.com>
Tue, 4 Nov 2014 08:51:11 +0000 (10:51 +0200)
committerIgor Stoppa <igor.stoppa@intel.com>
Tue, 11 Nov 2014 08:32:47 +0000 (10:32 +0200)
The code is not needed anymore.

Change-Id: I1465395b88d2df98d6ab2d65afb50eb3c7157b41

job_imager.py

index 5f78ea7..6c3c0a5 100755 (executable)
@@ -184,15 +184,6 @@ def main():
 
     if status == 'success':
         print "The build was successful."
-
-        # XXX HACK:
-        # the following test is needed atm because BOSS generates
-        # seemgly good ivi images even if the target is "emulator"
-        # this must be cleaned up after BOSS is whacked
-        if "emulator" in fields["images_path"]:
-            print "But this is an emulator image and it won't be tested on any HW"
-            return 0
-
         testable_images = re.compile(os.getenv("TESTABLE_IMAGES"))
         if testable_images.match(fields["name"]):
             print ("The target HW is supported "