The refstack file name has been changed 49/56449/1
authorxudan <xudan16@huawei.com>
Wed, 25 Apr 2018 02:12:38 +0000 (22:12 -0400)
committerxudan <xudan16@huawei.com>
Wed, 25 Apr 2018 02:12:38 +0000 (22:12 -0400)
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>
dovetail/test_runner.py

index fbc33b6..6ecbda9 100644 (file)
@@ -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: