add prototype of dovetail tool 45/21345/12
authorLeo Wang <grakiss.wanglei@huawei.com>
Sun, 18 Sep 2016 03:15:18 +0000 (23:15 -0400)
committerLeo Wang <grakiss.wanglei@huawei.com>
Tue, 20 Sep 2016 06:39:46 +0000 (02:39 -0400)
commitcb55f6dbfe4867e4d232f51b5a32764f82d2399b
tree54cf76d8595b33f744e3e069b7daa55688d3d097
parente7316237cc9f5b469c53682af6f57099d42a3279
add prototype of dovetail tool

JIRA: DOVETAIL-12

Change-Id: I1ee120ed8199589e1e7cbce9cbb55036e9e5f7ea
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
22 files changed:
.gitignore
scripts/__init__.py [new file with mode: 0644]
scripts/cert/basic.yml [new file with mode: 0644]
scripts/conf/__init__.py [new file with mode: 0644]
scripts/conf/dovetail_config.py [new file with mode: 0644]
scripts/conf/dovetail_config.yml [new file with mode: 0644]
scripts/conf/functest_config.yml [new file with mode: 0644]
scripts/conf/yardstick_config.yml [new file with mode: 0644]
scripts/container.py [new file with mode: 0644]
scripts/parser.py [new file with mode: 0644]
scripts/prepare_env.py [new file with mode: 0644]
scripts/prepare_test_yard/build_flavor_image.sh [new file with mode: 0755]
scripts/prepare_test_yard/build_run_test.sh [new file with mode: 0755]
scripts/prepare_test_yard/run_test.sh [new file with mode: 0755]
scripts/prepare_test_yard/source_env.sh [new file with mode: 0755]
scripts/report.py [new file with mode: 0644]
scripts/run.py [new file with mode: 0755]
scripts/testcase.py [new file with mode: 0644]
scripts/testcase/ipv6.tc001.yml [new file with mode: 0644]
scripts/utils/__init__.py [new file with mode: 0644]
scripts/utils/dovetail_logger.py [new file with mode: 0644]
scripts/utils/dovetail_utils.py [new file with mode: 0644]