Yaniv Bronhaim has submitted this change and it was merged. Change subject: tests: prevent hook validation decorator from leaving scripts installed ......................................................................
tests: prevent hook validation decorator from leaving scripts installed It fixes a bug in the hook validation decorator, that left tests scripts installed into the system. Now they're properly removed right after the tests. Adds rmTree function to vdsm.utils. Bug-Url: https://bugzilla.redhat.com/1058707 Change-Id: I138c3eab77ea6d35d6a997049940923026e06d96 Signed-off-by: Miguel Angel Ajo <[email protected]> Reviewed-on: http://gerrit.ovirt.org/20310 Reviewed-by: Dan Kenigsberg <[email protected]> Tested-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/23672 Reviewed-by: Yaniv Bronhaim <[email protected]> --- M lib/vdsm/utils.py M tests/hookValidation.py 2 files changed, 27 insertions(+), 5 deletions(-) Approvals: Yaniv Bronhaim: Looks good to me, approved Dan Kenigsberg: Verified; Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/23672 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I138c3eab77ea6d35d6a997049940923026e06d96 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.3 Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Miguel Angel Ajo Pelayo <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
