Zhou Zheng Sheng has posted comments on this change.

Change subject: Enable logging facility for test cases
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File tests/testrunner.py
Line 49: 
Line 50: class VdsmTestCase(unittest.TestCase):
Line 51:     def __init__(self, *args, **kwargs):
Line 52:         unittest.TestCase.__init__(self, *args, **kwargs)
Line 53:         self.log = logging.getLogger("nose." + self.__class__.__name__)
A logging.config.dictConfig() call will do.
Line 54: 
Line 55: 
Line 56: class VdsmTestResult(result.TextTestResult):
Line 57:     def __init__(self, *args, **kwargs):


--
To view, visit http://gerrit.ovirt.org/3712
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iaf727a2dfe38206737e0711466978277cd95ad34
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Shu Ming <[email protected]>
Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to