From 9769cfd46f1a4248516d1a87f668e372e45a3086 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 12 Sep 2017 11:01:51 +0200 Subject: Added support for OSA installer Change-Id: I3a34daaca258cd2ce511aee51819cf438110e403 Signed-off-by: Manuel Buil --- sfc/tests/functest/run_sfc_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfc/tests/functest/run_sfc_tests.py') 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') -- cgit 1.2.3-korg