aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-10-23 13:56:32 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-10-26 09:36:48 +0200
commit3e69c6137b9b6f02f5611eacaab9f98864a33dd1 (patch)
tree022ccc4eac5a156f8db4560c7d3a68640aa59b3e /functest/utils/env.py
parent3a46e2ede85156f88d9f2423291dd9a821d6776e (diff)
Allow blacklisting tests if public endpoint only
It allows reusing the blacklisting system if only public endpoints are reachable (ONAP Openlab testing). It contains a first list of tempest-based tests which force the use of admin endpoints. Change-Id: Ic1ab07dec3ae1f2a0ca50b80e08cd0ac396f2e56 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 9679178a1f99b38264a2afb56097700bef34868a)
Diffstat (limited to 'functest/utils/env.py')
-rw-r--r--functest/utils/env.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py
index 7bdca8929..5d8e861ff 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -40,7 +40,8 @@ INPUTS = {
'USE_DYNAMIC_CREDENTIALS': 'True',
'BLOCK_MIGRATION': 'True',
'CLEAN_ORPHAN_SECURITY_GROUPS': 'True',
- 'SKIP_DOWN_HYPERVISORS': 'False'
+ 'SKIP_DOWN_HYPERVISORS': 'False',
+ 'PUBLIC_ENDPOINT_ONLY': 'False'
}