From: xudan Date: Fri, 25 Jan 2019 07:30:24 +0000 (-0500) Subject: [bugfix] stress test case calls Yardstick ovp-2.0.0 with Dovetail stable/fraser X-Git-Tag: ovp-2.2.0~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F66629%2F1;p=dovetail.git [bugfix] stress test case calls Yardstick ovp-2.0.0 with Dovetail stable/fraser Currently, stress test case calls Yardstick stable image to run the ping tests. Yardstick stable isn't a fix version. Change it to be ovp-2.0.0. Change-Id: I0b26fcf8e90b114b813892a8804a1e11f3aaa8ec Signed-off-by: xudan --- 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'