dovetail tool: offline support 05/31905/3
authorMatthewLi <matthew.lijun@huawei.com>
Mon, 27 Mar 2017 12:17:55 +0000 (08:17 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 29 Mar 2017 06:05:14 +0000 (02:05 -0400)
commit3ce7ad6a2f98268cd89a32f9fe083529b947bce5
treeeeebac16d8bb28f00d4c235f0fb08f94e58c0ddb
parent223806ad2a5d60c9909f32f35b8cea16bf703a69
dovetail tool: offline support

JIRA: DOVETAIL-164

usage:
dovetail run --testsuite <testsuite> --offline
1,if --offline given, can run offline by using local docker images
(if there is no images, will get an error in log, images can be
pulled from dockerhub or downloaded from artifacts.opnfv.org )
2,if --offline not given, will run online, which means
pull docker image from dockerhub

Change-Id: I87ab35c82e59fb13a7a88c38d233e89285efc4d3
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
dovetail/conf/cmd_config.yml
dovetail/container.py
dovetail/run.py
dovetail/test_runner.py
requirements.txt
setup.py