Yoav Kleinberger has uploaded a new change for review. Change subject: tests: alignmentScanTests.py is a functional test ......................................................................
tests: alignmentScanTests.py is a functional test Since alignmentScanTests invokes actual storage code, and does not mock it out, it should be categorized as a functional test. Change-Id: I4e20d17c3ebee1203bb5a721ce44d5867570ce8e Signed-off-by: Yoav Kleinberger <[email protected]> --- M tests/Makefile.am M tests/functional/Makefile.am R tests/functional/alignmentScanTests.py 3 files changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/45/29745/1 diff --git a/tests/Makefile.am b/tests/Makefile.am index 4ef8f7d..f7f4f97 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,7 +23,6 @@ SUBDIRS = functional test_modules = \ - alignmentScanTests.py \ blocksdTests.py \ bridgeTests.py \ cPopenTests.py \ diff --git a/tests/functional/Makefile.am b/tests/functional/Makefile.am index b87fdf0..4fc2cc8 100644 --- a/tests/functional/Makefile.am +++ b/tests/functional/Makefile.am @@ -33,6 +33,7 @@ vmRecoveryTests.py \ storageTests.py \ veth.py \ + alignmentScanTests.py \ $(NULL) dist_vdsmfunctests_DATA = \ diff --git a/tests/alignmentScanTests.py b/tests/functional/alignmentScanTests.py similarity index 100% rename from tests/alignmentScanTests.py rename to tests/functional/alignmentScanTests.py -- To view, visit http://gerrit.ovirt.org/29745 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4e20d17c3ebee1203bb5a721ce44d5867570ce8e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yoav Kleinberger <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
