===================================================================
@@ -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@linux.vnet.ibm.com>
+
+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 \
+
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@linux.vnet.ibm.com>