summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/dovetail_config.yml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2016-12-02 08:58:16 +0000
committerxudan <xudan16@huawei.com>2016-12-14 02:43:19 +0000
commit05d995655dd07dfb72191c66e2c1c5177925dd5c (patch)
tree58eb529aae0ea084e983ebb293898b17ce0658e9 /dovetail/conf/dovetail_config.yml
parent4cc82a8477e7b842e83281c72127a73da73edf1d (diff)
dovetail tool: improve cli to update non-envs automatically
1. modify cmd_config.yml a. change 'env' and 'non-env' into 'config' and 'control' b. add subsection 'path' for each block in 'config' c. delete 'DEPLOY_SCENARIO' and 'DEPLOY_TYPE' d. use 'func_tag' and 'yard_tag' to control container's tag 2. if cmd in config a. if its path is envs, it will be used to update envs in dovetail_config b. if its path is non_envs, it will be used to update other value in the dict JIRA: DOVETAIL-70 Change-Id: I1cf9bfcd1a19294a390a85bce6e458ce50672b7f Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/conf/dovetail_config.yml')
-rw-r--r--dovetail/conf/dovetail_config.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml
index 5264f140..86ac6cf6 100644
--- a/dovetail/conf/dovetail_config.yml
+++ b/dovetail/conf/dovetail_config.yml
@@ -32,4 +32,18 @@ include_config:
- functest_config.yml
- yardstick_config.yml
+test_project:
+ - 'yardstick'
+ - 'functest'
+
+validate_input:
+ valid_sut_type:
+ - 'compass'
+ - 'fuel'
+ - 'joid'
+ - 'apex'
+
+ valid_docker_tag:
+ - 'stable'
+ - 'latest'