summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-03-19 14:19:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-19 14:19:16 +0000
commitabf33b5d34225408fd882e455c86c36e0493c5e5 (patch)
treee3fd0503190d6f76f0f7e9cb97bfa010e6a75e22 /sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py
parent9c3b1a031a1467baf97c4b76c94be1f68444ec7a (diff)
parent5f5736d76e79bd3dccc2db1285ca9a6e8d1021bd (diff)
Merge "Add support for Compass installer"
Diffstat (limited to 'sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py')
-rw-r--r--sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py
index 217c14e1..5c5abb33 100644
--- a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py
+++ b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py
@@ -42,7 +42,7 @@ def main():
installer_type = os.environ.get("INSTALLER_TYPE")
- supported_installers = ['fuel', 'apex', 'osa']
+ supported_installers = ['fuel', 'apex', 'osa', 'compass']
if installer_type not in supported_installers:
logger.error(