Fixed patchsets according to Michael's comments and re-sending them. The purpose of this patchsets is start work on superseding and removing scripts under the kvm test scripts/ subdirectory, by turning them regular parts of the kvm autotest framework. Lucas Meneghel Rodrigues (5): KVM test: Introduce check_image postprocess directive v2 KVM test: Modify enospc test to not require scripts/check_image.py v2 KVM test: Removing scripts/check_image.py KVM test: Turning hugepages setup into KVM autotest infrastructure v2 KVM test: Removing scripts/hugepage.py client/tests/kvm/kvm_preprocessing.py | 11 +++- client/tests/kvm/kvm_utils.py | 101 ++++++++++++++++++++++++++ client/tests/kvm/kvm_vm.py | 60 ++++++++++++++++ client/tests/kvm/scripts/check_image.py | 99 -------------------------- client/tests/kvm/scripts/hugepage.py | 118 ------------------------------- client/tests/kvm/tests/enospc.py | 13 ++-- client/tests/kvm/tests_base.cfg.sample | 9 +-- 7 files changed, 180 insertions(+), 231 deletions(-) delete mode 100644 client/tests/kvm/scripts/check_image.py delete mode 100755 client/tests/kvm/scripts/hugepage.py -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html