From 589a60fcd004ee59716273b30cea69aa7b5d102b Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Wed, 4 Oct 2017 16:26:33 +0000 Subject: fix the way to get log filename Change-Id: I9ce494c408c99e1a76a6b485db29a72c3134e487 Signed-off-by: Ryota MIBU --- doctor_tests/scenario/common.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doctor_tests/scenario') diff --git a/doctor_tests/scenario/common.py b/doctor_tests/scenario/common.py index 9344dcaf..ebf0cf58 100644 --- a/doctor_tests/scenario/common.py +++ b/doctor_tests/scenario/common.py @@ -11,10 +11,7 @@ import os from doctor_tests.common.utils import match_rep_in_file -def calculate_notification_time(): - scenario_dir = os.path.split(os.path.realpath(__file__))[0] - doctor_tests_dir = os.path.dirname(scenario_dir) - log_file = '{0}/{1}'.format(doctor_tests_dir, 'doctor.log') +def calculate_notification_time(log_file): reg = '(?<=doctor monitor detected at )\d+.\d+' result = match_rep_in_file(reg, log_file) -- cgit 1.2.3-korg