Yoav Kleinberger has posted comments on this change. Change subject: tests: alignmentScanTests.py is a functional test ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/29745/1//COMMIT_MSG Commit Message: Line 7: tests: alignmentScanTests.py is a functional test Line 8: Line 9: Since alignmentScanTests invokes actual storage code, and does not mock Line 10: it out, it should be categorized as a functional test. Line 11: I agree with Nir. We used to call these "whitebox" tests - they actually run code in libraries (write to storage, open sockets, whatever) on the one hand - so they are not unit tests. On the other hand the test author knows and refers to what goes on inside - so it's not a blackbox test. Line 12: Change-Id: I4e20d17c3ebee1203bb5a721ce44d5867570ce8e -- To view, visit http://gerrit.ovirt.org/29745 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4e20d17c3ebee1203bb5a721ce44d5867570ce8e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yoav Kleinberger <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> Gerrit-Reviewer: Yoav Kleinberger <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
