Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
This commit is contained in:
Frinzell, Aaron
2022-04-21 16:29:29 -05:00
committed by Aaron Frinzell
parent 6ac4044181
commit 2e38de930a
+1 -5
View File
@@ -149,11 +149,7 @@ class scan_image(BaseModule):
self.logger.log(__doc__.replace('`',''))
# --------------------------------------------------------------------------
# run( module_argv )
# Required function: run here all tests from this module
# --------------------------------------------------------------------------
def run( self, module_argv ):
def run(self, module_argv):
self.logger.start_test("Simple list generation/checking for (U)EFI firmware")
self.res = ModuleResult.NOTAPPLICABLE