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>
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: