Dan Kenigsberg has submitted this change and it was merged. Change subject: Fix localfs functional tests in Fedora 18 ......................................................................
Fix localfs functional tests in Fedora 18 localfs storage backend is placed in /tmp, however /tmp is tmpfs in Fedora 18 and it does not support direct IO, so we can not use it for storing the backend data and the tests fail. This patch create localfs storage backend in /var/tmp. Change-Id: I461d35a3698725a03b8512cff1bf9a36e7a8b9ed Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M tests/functional/xmlrpcTests.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: oVirt Jenkins CI Server: Verified Mark Wu: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Zhou Zheng Sheng: Verified -- To view, visit http://gerrit.ovirt.org/12593 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I461d35a3698725a03b8512cff1bf9a36e7a8b9ed Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Mark Wu <[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
