diff options
-rw-r--r-- | etc/conf/bottlenecks_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index ecc50c49..c365a3c9 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -11,7 +11,7 @@ bottlenecks: docker_tag: ovp-2.0.0 opts: '-id --privileged=true' envs: '-e DEPLOY_SCENARIO={{deploy_scenario}} -e RAM_NUM={{ram_num}} - -e Yardstick_TAG=stable -e OUTPUT_FILE={{testcase}}.out' + -e Yardstick_TAG=ovp-2.0.0 -e OUTPUT_FILE={{testcase}}.out' volumes: - '-v /var/run/docker.sock:/var/run/docker.sock' - '-v {{dovetail_home}}/patches:/home/patches' |