diff options
author | xudan <xudan16@huawei.com> | 2018-09-29 22:54:38 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-10-11 07:55:09 -0400 |
commit | cd4962c9ca223f8b4287dc2123ac40a8652a1028 (patch) | |
tree | 60055c48e08dc828c9a58c6eeaf1e399bbcc78e9 /etc/conf/functest_config.yml | |
parent | 507a31ea7ece33a887379db3fb836d5d5d0af582 (diff) |
Change to Gambia version by using latest docker images
Functest use gambia tag. Other projects use their latest one.
Change-Id: Ibbfde50727149822d8331d998f6b4e173f19e244
Signed-off-by: xudan <xudan16@huawei.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 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' |