summaryrefslogtreecommitdiff
path: root/raring-armhf-developer/customization/hooks/04-lava_test.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'raring-armhf-developer/customization/hooks/04-lava_test.chroot')
-rwxr-xr-xraring-armhf-developer/customization/hooks/04-lava_test.chroot14
1 files changed, 14 insertions, 0 deletions
diff --git a/raring-armhf-developer/customization/hooks/04-lava_test.chroot b/raring-armhf-developer/customization/hooks/04-lava_test.chroot
new file mode 100755
index 0000000..f4ad3a0
--- /dev/null
+++ b/raring-armhf-developer/customization/hooks/04-lava_test.chroot
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+echo "I: run apt-get update"
+apt-get update
+
+echo "I: install extra package"
+apt-get install --yes build-essential bzr gatortests git linux-libc-dev linux-tools stress-dbgsym
+#apt-get install --yes lava-test
+
+echo "I: install tests"
+nano_tests=(pwrmgmt gatortests perf device-tree)
+for nano_test in ${nano_tests[@]}; do
+ echo "lava-test install ${nano_test}"
+done