From ad1d1bfd5cf2c2e18248f40169b437861c5abf41 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 4 Oct 2017 18:07:06 +0200 Subject: Do not use capital letters As agreed with the releng-xci guys, we should not use capital letters to refer to openstack-ansible (osa) Change-Id: I634747b07e72513f751cde3eb33f3b4bad5c176d Signed-off-by: Manuel Buil --- sfc/tests/functest/run_sfc_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 fc866b79..20d9193c 100644 --- a/sfc/tests/functest/run_sfc_tests.py +++ b/sfc/tests/functest/run_sfc_tests.py @@ -105,7 +105,7 @@ 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": + elif installer_type == "osa": pass else: raise Exception('Unsupported installer') -- cgit 1.2.3-korg