summaryrefslogtreecommitdiffstats
path: root/dovetail/test_runner.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-04-24 22:12:38 -0400
committerxudan <xudan16@huawei.com>2018-04-24 22:12:38 -0400
commitcb02bccdef30575bb46080475ca13fdf8b6b4b2f (patch)
tree64046bfde3558cfb513611e5a99913ed6ea3b0e0 /dovetail/test_runner.py
parent13877a00e5155ee93bb4255a81e104c1ebf1f11e (diff)
The refstack file name has been changed
The original refstack results file is refstack/refstack.log For Fraser, it has been changed into refstack/tempest.log Change-Id: I7d40abe0c5a366b5fbb1912ec58d15109f22c0d0 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/test_runner.py')
-rw-r--r--dovetail/test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py
index fbc33b6f..6ecbda90 100644
--- a/dovetail/test_runner.py
+++ b/dovetail/test_runner.py
@@ -134,7 +134,7 @@ class FunctestRunner(DockerRunner):
if validate_testcase == 'tempest_custom':
source_file = os.path.join(result_path, 'tempest', 'tempest.log')
elif validate_testcase == 'refstack_defcore':
- source_file = os.path.join(result_path, 'refstack', 'refstack.log')
+ source_file = os.path.join(result_path, 'refstack', 'tempest.log')
elif validate_testcase == 'bgpvpn':
source_file = os.path.join(result_path, 'bgpvpn.log')
else: