From: Tomi Juvonen Date: Tue, 9 Apr 2019 12:49:28 +0000 (+0000) Subject: Merge "Fix tox to clean python cache" X-Git-Tag: opnfv-9.0.0~3 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=commitdiff_plain;h=d978d0799762188dc3377d4337b4a17a882c9451;hp=235730febc8e7d2f18a6a397d56f2a341688305a Merge "Fix tox to clean python cache" --- diff --git a/doctor_tests/scenario/fault_management.py b/doctor_tests/scenario/fault_management.py index a110b88a..5216aa80 100644 --- a/doctor_tests/scenario/fault_management.py +++ b/doctor_tests/scenario/fault_management.py @@ -209,6 +209,10 @@ class FaultManagement(object): detected = self.monitor.detected_time notified = self.consumer.notified_time + if None in [vmdown, hostdown, detected, notified]: + self.log.info('one of the time for profiler is None, return') + return + # TODO(yujunz) check the actual delay to verify time sync status # expected ~1s delay from $trigger to $linkdown relative_start = linkdown