summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-07-24 18:12:52 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-08-07 08:20:36 +0000
commitd3503d5700c811260599ef70adfa2f9cfa120ddb (patch)
tree118ffff536c6c28d4d06fbb3c566aae4ab2d0e6a /common
parent9b478c5631dc22f3bd42f1d9d6b3f98b06b49464 (diff)
ubuntu: adding uprobe systemtap testsuite
Uprobes/kprobes enabled in linux linaro kernel. Systemtap test suite will be used for testing uprobes/kprobes. install-uprobe-kernel-on-arndale.yaml will be used for building and installing linux linaro kernel on arndale with uprobes configs enabled. native-uprobes-systemtap-test.yaml will be used for build, install and installcheck systemtap testsuite on target. This is long running test could run upto 25 hours. This complete testing need 10 GB space on test image. Change-Id: I499609f0537dc2243d5ab7e16dc2cc9c12ed738a Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'common')
-rw-r--r--common/scripts/make-kernel-install.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/scripts/make-kernel-install.exp b/common/scripts/make-kernel-install.exp
new file mode 100644
index 0000000..5ccae08
--- /dev/null
+++ b/common/scripts/make-kernel-install.exp
@@ -0,0 +1,6 @@
+#!/usr/bin/expect
+# make install is to install linux kernel on target device
+
+spawn make ARCH=arm install
+expect "Press Ctrl-C to abort build, or Enter to continue"
+send "\n"