summaryrefslogtreecommitdiff
path: root/quantal-armhf-nano-lava/customization/hooks/04-lava_test.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'quantal-armhf-nano-lava/customization/hooks/04-lava_test.chroot')
-rwxr-xr-xquantal-armhf-nano-lava/customization/hooks/04-lava_test.chroot13
1 files changed, 13 insertions, 0 deletions
diff --git a/quantal-armhf-nano-lava/customization/hooks/04-lava_test.chroot b/quantal-armhf-nano-lava/customization/hooks/04-lava_test.chroot
new file mode 100755
index 0000000..44c9189
--- /dev/null
+++ b/quantal-armhf-nano-lava/customization/hooks/04-lava_test.chroot
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+echo "I: run apt-get update"
+apt-get update
+
+echo "I: install extra package"
+apt-get install --yes bzr lava-test
+
+echo "I: install tests"
+nano_tests=(pwrmgmt gatortests perf wifi-enablement)
+for nano_test in ${nano_tests[@]}; do
+ lava-test install ${nano_test}
+done \ No newline at end of file