diff mbox

[AUTOTEST,2/5] add kvm_ltp.patch for kvm guests

Message ID a50cf5ab0907122305y1f63bb76v7723572933da8a98@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

sudhir kumar July 13, 2009, 6:05 a.m. UTC
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>
diff mbox

Patch

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@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                \
+