From 05ffb18a9d045fe94e93e9fdae376939f5d12d0b Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 25 Jan 2019 02:30:24 -0500 Subject: [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 --- etc/conf/bottlenecks_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit 1.2.3-korg