summaryrefslogtreecommitdiffstats
path: root/dovetail/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/run.py')
-rwxr-xr-xdovetail/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/run.py b/dovetail/run.py
index 310ef2aa..25f9fe5b 100755
--- a/dovetail/run.py
+++ b/dovetail/run.py
@@ -34,7 +34,7 @@ def load_testcase():
def run_test(scenario):
- for testcase_name in scenario['testcase_list']:
+ for testcase_name in scenario['testcases_list']:
logger.info('>>[testcase]: %s' % (testcase_name))
testcase = Testcase.get(testcase_name)
if testcase is None: