aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/run_sfc_tests.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-10-04 18:07:06 +0200
committerManuel Buil <mbuil@suse.com>2017-10-05 14:16:45 +0000
commitad1d1bfd5cf2c2e18248f40169b437861c5abf41 (patch)
tree5bf8d28fe155ed84b1cad8a9314ff4d656e11082 /sfc/tests/functest/run_sfc_tests.py
parent210edb3b5d08e820a48bf2b8ecdb336e05804277 (diff)
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 <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, 1 insertions, 1 deletions
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')