Disable the testcases which are not required to be executed under kvm guests. This patch is specific to runs under kvm guests and will not be applied for bare metal runs. Therefore if one wants to include/exclude/whatever to the testruns can simply update this patch and things are done!! Signed-off-by: Sudhir Kumar <skumar@xxxxxxxxxxxxxxxxxx> Index: autotest/client/tests/ltp/kvm_ltp.patch =================================================================== --- /dev/null +++ autotest/client/tests/ltp/kvm_ltp.patch @@ -0,0 +1,27 @@ +This patch disables the default execution of some testcases which are +not required to be executed under kvm guests or are supposed to break +or fail under kvm guests. + +Signed-off-by: Sudhir Kumar <skumar@xxxxxxxxxxxxxxxxxx> + +Index: ltp-full-20090630/runltp +=================================================================== +--- ltp-full-20090630.orig/runltp ++++ ltp-full-20090630/runltp +@@ -534,7 +534,6 @@ main() + ${LTPROOT}/runtest/math \ + ${LTPROOT}/runtest/nptl \ + ${LTPROOT}/runtest/pty \ +- ${LTPROOT}/runtest/containers \ + ${LTPROOT}/runtest/fs_bind \ + ${LTPROOT}/runtest/filecaps \ + ${LTPROOT}/runtest/cap_bounds \ +@@ -542,7 +541,6 @@ main() + ${LTPROOT}/runtest/connectors \ + ${LTPROOT}/runtest/admin_tools \ + ${LTPROOT}/runtest/timers \ +- ${LTPROOT}/runtest/power_management_tests \ + ${LTPROOT}/runtest/numa \ + ${LTPROOT}/runtest/hugetlb \ + ${LTPROOT}/runtest/commands \ + -- Sudhir Kumar -- 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