Merge "Launch Functest RestApi once the container is run"
[functest.git] / functest / utils / functest_utils.py
index a7c61ce..e406237 100644 (file)
@@ -68,19 +68,6 @@ def download_url(url, dest_path):
 #               CI UTILS
 #
 # -----------------------------------------------------------
-def get_installer_type():
-    """
-    Get installer type (fuel, apex, joid, compass)
-    """
-    try:
-        installer = os.environ['INSTALLER_TYPE']
-    except KeyError:
-        logger.error("Impossible to retrieve the installer type")
-        installer = "Unknown_installer"
-
-    return installer
-
-
 def get_version():
     """
     Get version