summaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-10-26 13:08:23 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-27 11:13:44 +0200
commitb7f9b53a34cd8ffcc9df4d2f286e55e13adb4a58 (patch)
treef3e6d991bc9dc94a1202ced0caa214634102e338 /functest/utils/env.py
parent7e897b2dc054a6a3700ad20b470f4c2985cea8ae (diff)
Move tempest logics in tempest_conf.yamlopnfv-7.0.0
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 <cedric.ollivier@orange.com> (cherry picked from commit 3872290bb673513459588bbe83e65efc631615f7)
Diffstat (limited to 'functest/utils/env.py')
-rw-r--r--functest/utils/env.py3
1 files changed, 1 insertions, 2 deletions
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'
}