From 3872290bb673513459588bbe83e65efc631615f7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 26 Oct 2018 13:08:23 +0200 Subject: Move tempest logics in tempest_conf.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows removing OPNFV logics out of Functest (releng) and then simplifies conf_utils. tempest.conf is filled by the current default values. functest-alpine.sh will be updated to allow modifying the default values without breaking the OPNFV installers. It deprecates the only tempest-related env var (STORAGE_PROTOCOL) Change-Id: I14bcb715826ef2d85af87e7af600261a3c08e72c Signed-off-by: Cédric Ollivier --- functest/utils/env.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'functest/utils/env.py') diff --git a/functest/utils/env.py b/functest/utils/env.py index 41d1a4d86..e202f45b9 100644 --- a/functest/utils/env.py +++ b/functest/utils/env.py @@ -36,8 +36,7 @@ INPUTS = { 'FLAVOR_EXTRA_SPECS': '', 'NAMESERVER': '8.8.8.8', 'NEW_USER_ROLE': 'Member', - 'USE_DYNAMIC_CREDENTIALS': 'True', - 'STORAGE_PROTOCOL': 'iSCSI' + 'USE_DYNAMIC_CREDENTIALS': 'True' } -- cgit 1.2.3-korg