[dovetail tool]check and get results for each cmd 49/26349/4
authorLeo Wang <grakiss.wanglei@huawei.com>
Wed, 21 Dec 2016 07:34:44 +0000 (02:34 -0500)
committerLeo wang <grakiss.wanglei@huawei.com>
Thu, 22 Dec 2016 02:14:26 +0000 (02:14 +0000)
commit76be7f7c6b2921aad6a68504a2020fb032eb5fde
treed46b86eff31cd11fc50b6cdc9f45965e14a919b8
parent1124a453feb24308f58bda363c229f632cafd82f
[dovetail tool]check and get results for each cmd

JIRA: DOVETAIL-166

Check the results of each cmds executed in test case
1. the results of pre_condition, post_condition, cmds need to be checked,
   so it can get a quick fail, dont need to go through the next step
2. it's more accurate to show where error occurred as early as possible
3. get results from shell scripts

Change-Id: I5c1e59839c55b92de0e83e7e1eb552aa364b3f80
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
dovetail/conf/functest_config.yml
dovetail/container.py
dovetail/report.py
dovetail/run.py
dovetail/test_runner.py
dovetail/testcase.py
dovetail/testcase/example.tc002.yml
dovetail/testcase/example.tc003.yml [new file with mode: 0644]
dovetail/testcase/ipv6.tc001.yml
dovetail/utils/dovetail_utils.py