aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-06-18 16:46:29 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-06-18 16:51:17 +0200
commit3668a839dd9b869a3162c8aa2d98a152d22b7244 (patch)
tree14cb9279afeb16b5ebe1e11dd1cff508f0425019 /functest/utils/env.py
parent6a4195b2dbdfeecb6b75450d28039097fd71d8eb (diff)
Allow listing hypervisors in VMTP
It allows listing the compute under tests via VMTP_HYPERVISORS. They are no additional log in Functest and the note in VMTP is still valid [1]. [1] https://opendev.org/x/vmtp/src/branch/master/vmtp/vmtp.py#L833 Change-Id: Ic9fbda3901d796c0ed94e42e2a14c468598f4311 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 652613c87..672aee1d9 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -39,7 +39,8 @@ INPUTS = {
'CLEAN_ORPHAN_SECURITY_GROUPS': 'True',
'SKIP_DOWN_HYPERVISORS': 'False',
'PUBLIC_ENDPOINT_ONLY': 'False',
- 'DASHBOARD_URL': ''
+ 'DASHBOARD_URL': '',
+ 'VMTP_HYPERVISORS': ''
}