diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-13 11:14:58 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-13 11:18:07 +0100 |
commit | 0f9250f654be1e2ced4b6d640ec13e7e78db39ee (patch) | |
tree | a739563870e9b8ae7fa159d66420ccb463a97a0c /testcases/functest_utils.py | |
parent | 870587bd57ed00fb1b172ee9848f7cdfb3d04270 (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/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 53f5706c..6c0c4983 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'] |