Change in ovirt-engine[master]: core: VdsInstallerSSHTest: assume POSIX

Daniel Erez has submitted this change and it was merged. Change subject: core: VdsInstallerSSHTest: assume POSIX ...................................................................... core: VdsInstallerSSHTest: assume POSIX VdsInstallerSSHTest implicitly assumes POSIX compliant SSH handling of the local OS. This patch makes that assumption explicit (using org.junit.Assume) in order to prevent the test from failing on OSs it can't run on. Change-Id: I9fd29845da489836d4b8bc19449be54f30fa5e7a Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/hostinstall/VdsInstallerSSHTest.java 1 file changed, 12 insertions(+), 5 deletions(-) Approvals: Daniel Erez: Verified; Looks good to me, approved Allon Mureinik: Verified -- To view, visit http://gerrit.ovirt.org/8188 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9fd29845da489836d4b8bc19449be54f30fa5e7a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com>
participants (1)
-
derez@redhat.com