Alon Bar-Lev has uploaded a new change for review. Change subject: utils: ssh: test of invalid command workaround for fedora ......................................................................
utils: ssh: test of invalid command workaround for fedora Due to fedora bug#676841, invalid command returns exit code of success! Change-Id: I4c41c85e81ec8c6ed847913ab04ee3d381b18522 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/hostinstall/VdsInstallerSSHTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/7752/1 diff --git a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/hostinstall/VdsInstallerSSHTest.java b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/hostinstall/VdsInstallerSSHTest.java index c8a912f..643b837 100644 --- a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/hostinstall/VdsInstallerSSHTest.java +++ b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/hostinstall/VdsInstallerSSHTest.java @@ -374,7 +374,7 @@ try { assertTrue(vssh.connect(host, password)); callbacks.reset(); - assertFalse(vssh.executeCommand("xxxx")); + assertFalse(vssh.executeCommand("/xxxx")); assertFalse(callbacks.connected); assertFalse(callbacks.endTransfer); assertNull(callbacks.message); -- To view, visit http://gerrit.ovirt.org/7752 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c41c85e81ec8c6ed847913ab04ee3d381b18522 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
