summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/run_sfc_tests.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/run_sfc_tests.py
parent9c3b1a031a1467baf97c4b76c94be1f68444ec7a (diff)
parent5f5736d76e79bd3dccc2db1285ca9a6e8d1021bd (diff)
Merge "Add support for Compass installer"
Diffstat (limited to 'sfc/tests/functest/run_sfc_tests.py')
-rw-r--r--sfc/tests/functest/run_sfc_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/run_sfc_tests.py b/sfc/tests/functest/run_sfc_tests.py
index a9aba67f..6c4a86d3 100644
--- a/sfc/tests/functest/run_sfc_tests.py
+++ b/sfc/tests/functest/run_sfc_tests.py
@@ -104,7 +104,7 @@ class SfcFunctest(testcase.TestCase):
self.__disable_heat_resource_finder_cache_apex(controllers)
elif installer_type == "fuel":
self.__disable_heat_resource_finder_cache_fuel(controllers)
- elif installer_type == "osa":
+ elif installer_type == "osa" or "compass":
pass
else:
raise Exception('Unsupported installer')