aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/run_sfc_tests.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-09-12 11:01:51 +0200
committerManuel Buil <mbuil@suse.com>2017-09-14 11:06:32 +0000
commit9769cfd46f1a4248516d1a87f668e372e45a3086 (patch)
treea2633dac56a59fc7f868be7e1770b911a5c0be3b /sfc/tests/functest/run_sfc_tests.py
parentd2d3b6d079d93c619014d6f8f67c80815afe732f (diff)
Added support for OSA installer
Change-Id: I3a34daaca258cd2ce511aee51819cf438110e403 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/run_sfc_tests.py')
-rw-r--r--sfc/tests/functest/run_sfc_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfc/tests/functest/run_sfc_tests.py b/sfc/tests/functest/run_sfc_tests.py
index edf9595e..fc866b79 100644
--- a/sfc/tests/functest/run_sfc_tests.py
+++ b/sfc/tests/functest/run_sfc_tests.py
@@ -105,6 +105,8 @@ class SfcFunctest(testcase.OSGCTestCase):
self.__disable_heat_resource_finder_cache_apex(controllers)
elif installer_type == "fuel":
self.__disable_heat_resource_finder_cache_fuel(controllers)
+ elif installer_type == "OSA":
+ pass
else:
raise Exception('Unsupported installer')