has_ectool is not the right call to check for EC.

- remove ec.has_ectool call since it's not the right call.

BUG=None
TEST=None

Change-Id: I32b4a485c8e550241332a2606906beff71db9b75
Previous-Reviewed-on: https://chromium-review.googlesource.com/296400
(cherry picked from commit c4fabfd77d1aa1a13555fbfac96bc574099d3d49)
Reviewed-on: https://chromium-review.googlesource.com/303651
Commit-Queue: danny chan <dchan@chromium.org>
Tested-by: danny chan <dchan@chromium.org>
Reviewed-by: danny chan <dchan@chromium.org>
diff --git a/server/site_tests/firmware_ConsecutiveBoot/firmware_ConsecutiveBoot.py b/server/site_tests/firmware_ConsecutiveBoot/firmware_ConsecutiveBoot.py
index eac812e..1ba4bf5 100644
--- a/server/site_tests/firmware_ConsecutiveBoot/firmware_ConsecutiveBoot.py
+++ b/server/site_tests/firmware_ConsecutiveBoot/firmware_ConsecutiveBoot.py
@@ -78,8 +78,6 @@
         raise ConnectionError()
 
     def run_once(self, host, dev_mode=False):
-        if not self.faft_localrun and not ec.has_ectool():
-            raise error.TestError('Test not supported in lab without EC.')
         for i in xrange(self.faft_iterations):
             logging.info('======== Running FAFT ITERATION %d/%s ========',
                          i+1, self.faft_iterations)