diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-13 11:14:58 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-13 10:26:59 +0000 |
commit | 16f12b8a76a804af86a4d048cfeeb44596dfb224 (patch) | |
tree | a739563870e9b8ae7fa159d66420ccb463a97a0c /testcases/functest_utils.py | |
parent | d18249570758b2376bb57e092c7ecf8f52ba8f46 (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>
(cherry picked from commit 0f9250f654be1e2ced4b6d640ec13e7e78db39ee)
Diffstat (limited to 'testcases/functest_utils.py')
-rw-r--r-- | testcases/functest_utils.py | 2 |
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'] |