Saggi Mizrahi has posted comments on this change. Change subject: Adding supervdsm uts ......................................................................
Patch Set 3: I would prefer that you didn't submit this (1 inline comment) .................................................... File tests/superVdsmTests.py Line 17: self._origintimestempfile = self._proxy.timestamp Line 18: self._originsock = self._proxy.address Line 19: Line 20: # temporary values to run temporary svdsm Line 21: self._proxy.pidfile = tempfile.mkstemp()[1] You have to manually close the FD! Line 22: self._proxy.timestamp = tempfile.mkstemp()[1] Line 23: self._proxy.address = tempfile.mkstemp()[1] Line 24: Line 25: def tearDown(self): -- To view, visit http://gerrit.ovirt.org/8600 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I08880b12db8a6ca9cc57d74d2ef2a86980a5b097 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
