[bugfix] stress test case calls Yardstick ovp-2.0.0 with Dovetail stable/fraser 29/66629/1
authorxudan <xudan16@huawei.com>
Fri, 25 Jan 2019 07:30:24 +0000 (02:30 -0500)
committerxudan <xudan16@huawei.com>
Fri, 25 Jan 2019 07:37:08 +0000 (02:37 -0500)
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>
etc/conf/bottlenecks_config.yml

index ecc50c4..c365a3c 100644 (file)
@@ -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'