From f8205032ece010ace50937dd4b0feb60d8825b5d Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 5 Sep 2016 17:37:35 +0200 Subject: Adapt some calls to functest_utils that don't require logger Due to a small refactor of some functions in Functest, the calls to those are outdated and fail. Change-Id: I1fdce5d343fc55ecd1b25a837608c7172047f22e Signed-off-by: jose.lausuch (cherry picked from commit c12b86401ce7eec4ed3b546a6399a3a2599b7e79) --- test/functest/tempest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functest/tempest.py') diff --git a/test/functest/tempest.py b/test/functest/tempest.py index 832cb4a..61616de 100644 --- a/test/functest/tempest.py +++ b/test/functest/tempest.py @@ -26,7 +26,7 @@ SUCCESS_CRITERIA = ft_utils.get_parameter_from_yaml( def main(): - src_tempest_dir = ft_utils.get_deployment_dir(logger) + src_tempest_dir = ft_utils.get_deployment_dir() if not src_tempest_dir: logger.error("Rally deployment not found.") exit(-1) -- cgit 1.2.3-korg