Bugfix: functest only keeps the last test case's log 51/40051/3
authorxudan <xudan16@huawei.com>
Thu, 24 Aug 2017 02:18:31 +0000 (22:18 -0400)
committerxudan <xudan16@huawei.com>
Mon, 28 Aug 2017 06:58:00 +0000 (02:58 -0400)
commit58f172f4e229dee2d76eea196c96efc69817df3d
tree1b170da2ad80683c36409ca60581bcd660378408
parent90bd864487045df3dcacb32ced88ab247606e482
Bugfix: functest only keeps the last test case's log

JIRA: DOVETAIL-490

1. Dovetail just keeps the last tempest/defcore/ipv6/bgpvpn test's log file.
2. All log files should be kept, so users and developers can know the reason
   of failed test cases.
3. tempest logs will be stored in directory tempest_logs/
4. defcore logs will be stored in directory defcore_logs/
5. IPv6 logs will be stored in directory ipv6_logs/
6. bgpvpn logs will be stored in directory bgpvpn_logs/
7. All vping logs are in functest.log

Change-Id: I79eae79cb32d65ce1ada3dd6f4c6dfd3945fc512
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/test_runner.py
dovetail/testcase.py