Hunt Xu has uploaded a new change for review. Change subject: tests: Use uppercase label for floppy in mkimageTests ......................................................................
tests: Use uppercase label for floppy in mkimageTests Commit 10c1c41fd8e in dosfstools: "Write uppercase letters in label." That commit has been in dosfstools since version 3.0.16, and Fedora 19 uses version 3.0.20. For quick reference(copied from dosfstools commit message): * https://bugzilla.novell.com/show_bug.cgi?id=657011#c4 * http://support.microsoft.com/kb/71715/en-us Change-Id: Iffcf1c1cfbb324330af13435bce2e0f991e84afe Signed-off-by: huntxu <[email protected]> --- M tests/mkimageTests.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/72/16472/1 diff --git a/tests/mkimageTests.py b/tests/mkimageTests.py index 7a1fef1..28b35bb 100644 --- a/tests/mkimageTests.py +++ b/tests/mkimageTests.py @@ -131,7 +131,7 @@ self._check_content() @ValidateRunningAsRoot - @permutations([[None], ['fslabel']]) + @permutations([[None], ['FSLABEL']]) def test_mkFloppyFs(self, label): """ Tests mkimage.mkFloppyFs creating an image and checking its content. -- To view, visit http://gerrit.ovirt.org/16472 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iffcf1c1cfbb324330af13435bce2e0f991e84afe Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Hunt Xu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
