summaryrefslogtreecommitdiffstats
path: root/etc/conf/bottlenecks_config.yml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2019-12-27 04:25:43 -0500
committerDan Xu <xudan16@huawei.com>2019-12-28 06:28:35 +0000
commit9872188fff6644afbfafdca184c8055500d71847 (patch)
treec97bbb973f97676c98c30e9dcee1d66f74671ca8 /etc/conf/bottlenecks_config.yml
parent6f7cff265823bf78d73f353c64eb67a45c1451e1 (diff)
Fix all docker version and update all other docsovp-3.0.0
JIRA: DOVETAIL-798 Change-Id: Ie10525d4534e7bf3bb263b9ad8cf200259a7bf7c Signed-off-by: xudan <xudan16@huawei.com> (cherry picked from commit d7d898e0b1362810971f6230d2f18130f26c20ad)
Diffstat (limited to 'etc/conf/bottlenecks_config.yml')
-rw-r--r--etc/conf/bottlenecks_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml
index d36f9bbf..c23ad9cc 100644
--- a/etc/conf/bottlenecks_config.yml
+++ b/etc/conf/bottlenecks_config.yml
@@ -27,7 +27,7 @@
bottlenecks:
image_name: opnfv/bottlenecks
- docker_tag: latest
+ docker_tag: 8.0.1-latest
opts:
detach: true
stdin_open: true
@@ -35,7 +35,7 @@ bottlenecks:
shell: '/bin/bash'
envs:
- 'DEPLOY_SCENARIO={{deploy_scenario}}'
- - 'Yardstick_TAG=stable'
+ - 'Yardstick_TAG=opnfv-8.0.0'
- 'OUTPUT_FILE={{testcase}}.out'
- 'CI_DEBUG={{debug}}'
- 'BUILD_TAG={{build_tag}}-{{testcase}}'