summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/dovetail_config.yml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-08-13 23:36:42 -0400
committerxudan <xudan16@huawei.com>2017-08-15 03:15:19 -0400
commit5e261c5ac601ba48bdf358de184337a1be954ff4 (patch)
tree526b4151af3b4a85f9f9077b6c89584d63da64d7 /dovetail/conf/dovetail_config.yml
parent4ee77d5799f1ba5011d11a576a25bdcaeac74187 (diff)
Adapt Functest cvp.0.5.0 docker image
In order to use functest cvp.0.5.0, Dovetail tool needs some adaptions. Change-Id: I9d0a23791c246a6c4961f229eaeb1f52f9b4995a Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/conf/dovetail_config.yml')
-rw-r--r--dovetail/conf/dovetail_config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml
index 6783655e..20aeec93 100644
--- a/dovetail/conf/dovetail_config.yml
+++ b/dovetail/conf/dovetail_config.yml
@@ -17,6 +17,9 @@ pri_key: 'id_rsa'
# SDNVPN offline image
sdnvpn_image: 'ubuntu-16.04-server-cloudimg-amd64-disk1.img'
+# Tempest image
+cirros_image: 'cirros-0.3.5-x86_64-disk.img'
+
COMPLIANCE_PATH: compliance/
TESTCASE_PATH: testcase/
# testsuite supported, should adjust accordingly
@@ -87,3 +90,4 @@ validate_input:
- 'cvp.0.2.0'
- 'cvp.0.3.0'
- 'cvp.0.4.0'
+ - 'cvp.0.5.0'