From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged. ( https://gerrit.ovirt.org/79693 )
Change subject: move exec_sync_bytes to common.cmdutils.exec_cmd ...................................................................... move exec_sync_bytes to common.cmdutils.exec_cmd exec_cmd(), a skinny version of our ancient over-grown execCmd, is useful not only in the network subpackage, so it needs to reside under vdsm.common. Change-Id: Idca5b123a4ce6ef5ebaff8084d788e2acd47c2be Signed-off-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/common/cmdutils.py M lib/vdsm/network/cmd.py M tests/common/cmdutils_test.py 3 files changed, 53 insertions(+), 17 deletions(-) Approvals: Piotr Kliczewski: Looks good to me, approved Nir Soffer: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Verified Francesco Romani: Looks good to me, but someone else must approve Edward Haas: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/79693 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idca5b123a4ce6ef5ebaff8084d788e2acd47c2be Gerrit-PatchSet: 11 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
