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>
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'