[dovetail tool] support shell scripts for testcase validation 51/25951/1
authorLeo Wang <grakiss.wanglei@huawei.com>
Wed, 14 Dec 2016 09:20:09 +0000 (04:20 -0500)
committerLeo Wang <grakiss.wanglei@huawei.com>
Wed, 14 Dec 2016 09:20:09 +0000 (04:20 -0500)
commite5be1b8b5c5e2714ad4a558da2aa3727a70ef516
tree6bbd744ae853e42302fb005ad69bfdf653b753d5
parent461902c1f4f840d361d014b079371f99544e5c17
[dovetail tool] support shell scripts for testcase validation

JIRA: DOVETAIL-46

1. for now a testcase has two kinds of validation types(functest, yardstick),
and it is not enough to check the complete funcionality
2. add new validation type(shell) for extra validation of the test case to make
result more accurate and more convincing.

Change-Id: I5c049a71f11cca71a7914f8af704c1983aba3dca
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
dovetail/conf/cmd_config.yml
dovetail/conf/dovetail_config.py
dovetail/conf/dovetail_config.yml
dovetail/conf/functest_config.yml
dovetail/container.py
dovetail/run.py
dovetail/test_runner.py
dovetail/testcase.py