From 41392d61f366130d089bccfff5cd1b08bc0bb5d2 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 18 Oct 2018 04:37:59 -0400 Subject: Update classes in testcase.py 1. Remove the functions which are not called anywhere 2. Change some class methods to be static methods and instance methods Change-Id: I2e754cdff61aa34ffe899e352653ff767d4ac69d Signed-off-by: xudan --- dovetail/run.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dovetail/run.py') diff --git a/dovetail/run.py b/dovetail/run.py index 8d4b7f8d..3037980b 100755 --- a/dovetail/run.py +++ b/dovetail/run.py @@ -52,12 +52,6 @@ def run_test(testcase_list, logger): testcase = Testcase.get(testcase_name) run_testcase = True - # if testcase.exceed_max_retry_times(): - # run_testcase = False - - # if testcase.script_result_acquired(): - # run_testcase = False - if run_testcase: testcase.run() -- cgit 1.2.3-korg