Merge "Add "docker tag" option for each testcase containers."
authorhongbo tian <hongbo.tianhongbo@huawei.com>
Tue, 15 Nov 2016 08:43:55 +0000 (08:43 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 15 Nov 2016 08:43:55 +0000 (08:43 +0000)
1  2 
dovetail/conf/cmd_config.yml
dovetail/run.py

@@@ -41,5 -41,10 +41,10 @@@ cli
          flags:
            - '--scenario'
            - '-s'
 -        default: 'basic'
 +        default: 'compliance_set'
          help: 'certification scenario.'
+       tag:
+         flags:
+           - '--tag'
+           - '-o'
+         help: 'Overwrite tags for each docker container (e.g. "functest:stable,yardstick:latest")'
diff --cc dovetail/run.py
Simple merge