From: Morgan Richomme Date: Wed, 3 Feb 2016 10:36:58 +0000 (+0100) Subject: bug fix: get installer using functest_utils X-Git-Tag: 0.2~1692 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a6a3af39986e61f5f7c9094befec41fd753610d5;p=functest-xtesting.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 f4da956d..db017498 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"