summaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-01-13 11:14:58 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-01-13 11:18:07 +0100
commit0f9250f654be1e2ced4b6d640ec13e7e78db39ee (patch)
treea739563870e9b8ae7fa159d66420ccb463a97a0c /testcases
parent870587bd57ed00fb1b172ee9848f7cdfb3d04270 (diff)
Remove references to foreman installer.
Foreman is not longer supported, the only INSTALLER_TYPE values are: fuel|apex|joid|compass Change-Id: I3c86335d16cdcab4796892a769189fcc4e7457db Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases')
-rw-r--r--testcases/functest_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/functest_utils.py b/testcases/functest_utils.py
index 53f5706c9..6c0c49832 100644
--- a/testcases/functest_utils.py
+++ b/testcases/functest_utils.py
@@ -606,7 +606,7 @@ def get_git_branch(repo_path):
def get_installer_type(logger=None):
"""
- Get installer type (fuel, foreman, apex, joid, compass)
+ Get installer type (fuel, apex, joid, compass)
"""
try:
installer = os.environ['INSTALLER_TYPE']