From d3503d5700c811260599ef70adfa2f9cfa120ddb Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Thu, 24 Jul 2014 18:12:52 +0530 Subject: 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 --- common/scripts/make-kernel-install.exp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/scripts/make-kernel-install.exp (limited to 'common') 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" -- cgit v1.2.3