This patchset comprises tests for the Transparent memory Hugepages functionality on KVM guests. Included we have common test setup, 4 test cases (smoke, stress, defrag and swapping) and the correspondent test configuration variants on tests_base.cfg.sample. After this round of reviews, I believe the test is good for upstream inclusion. As Andrea is on vacation, I'm going to commit the patchset, but he's more than welcome to do post-commit review of the tests. Yiqiao Pu (3): virt: Add Transparent Hugepages setup KVM test: Add Transparent Hugepages subtests Add THP test variants to tests_base.cfg.sample client/tests/kvm/tests/trans_hugepage.py | 127 ++++++++++++++ client/tests/kvm/tests/trans_hugepage_defrag.py | 86 ++++++++++ client/tests/kvm/tests/trans_hugepage_swapping.py | 115 +++++++++++++ client/tests/kvm/tests_base.cfg.sample | 15 ++ client/virt/virt_test_setup.py | 186 ++++++++++++++++++++- 5 files changed, 528 insertions(+), 1 deletions(-) create mode 100644 client/tests/kvm/tests/trans_hugepage.py create mode 100644 client/tests/kvm/tests/trans_hugepage_defrag.py create mode 100644 client/tests/kvm/tests/trans_hugepage_swapping.py -- 1.7.5.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