From: Morgan Richomme Date: Wed, 3 Feb 2016 10:36:58 +0000 (+0100) Subject: bug fix: get installer using functest_utils X-Git-Tag: colorado.1.0~536 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F9153%2F1;p=functest.git bug fix: get installer using functest_utils JIRA: FUNCTEST-68 Change-Id: I0b4847f28ca77e171ca525b301b7bfa6cf366e94 Signed-off-by: Morgan Richomme --- diff --git a/testcases/features/promise.py b/testcases/features/promise.py index f4da956d1..db017498b 100644 --- a/testcases/features/promise.py +++ b/testcases/features/promise.py @@ -246,7 +246,7 @@ def main(): if args.report: pod_name = functest_utils.get_pod_name(logger) - installer = get_installer_type(logger) + installer = functest_utils.get_installer_type(logger) scenario = functest_utils.get_scenario(logger) git_version = functest_utils.get_git_branch(PROMISE_REPO) url = TEST_DB + "/results"