From 4c15ea3f8e5c8f3ded834113d21a3adeb75add35 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 10 Nov 2016 14:49:46 +0900 Subject: Add "docker tag" option for each testcase containers. JIRA: DOVETAIL-69 This commit is to add new option to specify docker tags for each test containers, such as '--TAG "functest:stable"'. Change-Id: Ica11e16abfb21649a3eea9c7d7d5cd31502d2e21 Signed-off-by: Tomofumi Hayashi --- dovetail/conf/cmd_config.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dovetail/conf/cmd_config.yml') diff --git a/dovetail/conf/cmd_config.yml b/dovetail/conf/cmd_config.yml index 63d51ed0..40994566 100644 --- a/dovetail/conf/cmd_config.yml +++ b/dovetail/conf/cmd_config.yml @@ -43,3 +43,8 @@ cli: - '-s' default: 'basic' help: 'certification scenario.' + tag: + flags: + - '--tag' + - '-o' + help: 'Overwrite tags for each docker container (e.g. "functest:stable,yardstick:latest")' -- cgit 1.2.3-korg