summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2019-01-25 02:30:24 -0500
committerxudan <xudan16@huawei.com>2019-01-25 02:37:08 -0500
commit05ffb18a9d045fe94e93e9fdae376939f5d12d0b (patch)
treeb9b49d772b8e94498f14e94792e45e91f8a5a4a8
parent083efad304a64217426b827a666ae828e7b4d0e7 (diff)
[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 <xudan16@huawei.com>
-rw-r--r--etc/conf/bottlenecks_config.yml2
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'