summaryrefslogtreecommitdiffstats
path: root/dovetail/run.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-10-18 04:37:59 -0400
committerxudan <xudan16@huawei.com>2018-11-01 02:38:25 -0400
commit41392d61f366130d089bccfff5cd1b08bc0bb5d2 (patch)
treee86bbb47e8424b1f5d094e392709471862107c11 /dovetail/run.py
parent33ffeda0ebd938087fb43c137e7ed8873754c03e (diff)
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 <xudan16@huawei.com>
Diffstat (limited to 'dovetail/run.py')
-rwxr-xr-xdovetail/run.py6
1 files changed, 0 insertions, 6 deletions
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()