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 <jose.lausuch@ericsson.com>
logger.info("Push testcase '%s' results into the DB...\n" % testname)
ft_utils.push_results_to_db("sdnvpn",
testname,
- logger,
start_time,
end_time,
criteria,
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)