summaryrefslogtreecommitdiffstats
path: root/dovetail/run.py
diff options
context:
space:
mode:
authorgrkiss <grakiss.wanglei@huawei.com>2017-05-01 15:50:20 -0700
committergrkiss <grakiss.wanglei@huawei.com>2017-05-01 15:50:20 -0700
commit3aeab49bb64c6c89da37f3d03f781aec85f39015 (patch)
treea78a7075647836520690982adce34acce1240b44 /dovetail/run.py
parent434cfad3103b8871f5eb22ceb3a2c7526b312383 (diff)
Tips on update docker to right version, > 1.8
JIRA: DOVETAIL-414 Dovetail requires docker at version > 1.8, so add some validation in code, and also versions of client and server should match with each other, or there will be unpredictable errors. Gives a notice to user to decide whether to update the docker to the latest version(1.17) Change-Id: I1331f5c19943a73e8fe25f76bd21628233e556f3 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'dovetail/run.py')
-rwxr-xr-xdovetail/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dovetail/run.py b/dovetail/run.py
index 607e1b15..4bea9b53 100755
--- a/dovetail/run.py
+++ b/dovetail/run.py
@@ -204,6 +204,7 @@ def main(*args, **kwargs):
logger.info('Dovetail compliance: %s!', (kwargs['testsuite']))
logger.info('================================================')
logger.info('Build tag: %s', dt_cfg.dovetail_config['build_tag'])
+ dt_utils.check_docker_version(logger)
validate_input(kwargs, dt_cfg.dovetail_config['validate_input'], logger)
configs = filter_config(kwargs, logger)