diff options
author | xudan <xudan16@huawei.com> | 2018-04-24 22:12:38 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-04-24 22:12:38 -0400 |
commit | cb02bccdef30575bb46080475ca13fdf8b6b4b2f (patch) | |
tree | 64046bfde3558cfb513611e5a99913ed6ea3b0e0 | |
parent | 13877a00e5155ee93bb4255a81e104c1ebf1f11e (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>
-rw-r--r-- | dovetail/test_runner.py | 2 |
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: |