diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-14 17:24:01 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-14 17:24:01 +0200 |
commit | 9cdaaae34d5d814c71a92d7092a5c9a8ab705c04 (patch) | |
tree | e9ba2579fe6eb3428092ae032ef7ecb02f811d15 /etc/conf/functest_config.yml | |
parent | 8048568b27c8b6fb5a5a269c66f722bceb4b338d (diff) |
Switching to functest:fraser container tag
switching to functest:fraser from functest:opnfv-6.0.0 to incorporate
bug fixes which have been backported to stable/fraser.
Change-Id: Ieab9064ac0187b3460b09fe74861fc844b0b0195
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'etc/conf/functest_config.yml')
-rw-r--r-- | etc/conf/functest_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml index 537a3d39..0251b732 100644 --- a/etc/conf/functest_config.yml +++ b/etc/conf/functest_config.yml @@ -1,7 +1,7 @@ --- functest: image_name: opnfv/functest-smoke - docker_tag: opnfv-6.0.0 + docker_tag: fraser opts: '-id --privileged=true' envs: '-e INSTALLER_TYPE=unknown -e DEPLOY_SCENARIO=unknown -e NODE_NAME=unknown -e TEST_DB_URL=file:///home/opnfv/functest/results/functest_results.txt' |