diff options
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/bottlenecks_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/functest_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/yardstick_config.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index b36f8650..c44047fd 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -7,7 +7,7 @@ bottlenecks: image_name: opnfv/bottlenecks - docker_tag: ovp-2.0.0 + docker_tag: latest opts: '-id --privileged=true' envs: '-e DEPLOY_SCENARIO={{deploy_scenario}} -e Yardstick_TAG=stable -e OUTPUT_FILE={{testcase}}.out' volumes: diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml index 88fc5f73..e82adb77 100644 --- a/etc/conf/functest_config.yml +++ b/etc/conf/functest_config.yml @@ -10,7 +10,7 @@ functest: image_name: opnfv/functest-smoke - docker_tag: opnfv-6.3.0 + docker_tag: gambia opts: '-id --privileged=true' envs: '{{os_verify}} -e INSTALLER_TYPE=unknown -e DEPLOY_SCENARIO={{deploy_scenario}} -e NODE_NAME=unknown -e TEST_DB_URL=file:///home/opnfv/functest/results/functest_results.txt' diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index b61301e7..10436658 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -12,7 +12,7 @@ yardstick: image_name: opnfv/yardstick - docker_tag: ovp-2.0.0 + docker_tag: latest opts: '-id --privileged=true' envs: "{{os_verify}} -e YARDSTICK_BRANCH=fraser" config: |