From 6886f3cdb764a76d5d56ca51deb20e083d20ea75 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Tue, 18 Sep 2018 10:15:28 +0800 Subject: run profile even the notification time is larger than 1S Change-Id: Ide5ff5e1c894e3144ac07f14b76b7092539d39f6 Signed-off-by: dongwenjuan --- doctor_tests/scenario/fault_management.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doctor_tests') diff --git a/doctor_tests/scenario/fault_management.py b/doctor_tests/scenario/fault_management.py index f8f53e8e..ee3bf5f1 100644 --- a/doctor_tests/scenario/fault_management.py +++ b/doctor_tests/scenario/fault_management.py @@ -184,6 +184,10 @@ class FaultManagement(object): self.log.info('doctor fault management test successfully,' 'notification_time=%s' % notification_time) else: + if self.conf.profiler_type: + self.log.info('run doctor fault management profile.......') + self.run_profiler() + raise Exception('doctor fault management test failed, ' 'notification_time=%s' % notification_time) -- cgit 1.2.3-korg