diff options
Diffstat (limited to 'tests/main.py')
-rw-r--r-- | tests/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.py b/tests/main.py index b59cd7a3..b360f124 100644 --- a/tests/main.py +++ b/tests/main.py @@ -74,8 +74,10 @@ class DoctorTest(object): self.setup() # injecting host failure... + # NOTE (umar) add INTERFACE_NAME logic to host injection # verify the test results + # NOTE (umar) copy remote monitor.log file when monitor=collectd except Exception as e: LOG.error('doctor test failed, Exception=%s' % e) |