summaryrefslogtreecommitdiff
path: root/tests/runtime/automatic-reuse-fs-sda/perform_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtime/automatic-reuse-fs-sda/perform_test.sh')
-rw-r--r--tests/runtime/automatic-reuse-fs-sda/perform_test.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/runtime/automatic-reuse-fs-sda/perform_test.sh b/tests/runtime/automatic-reuse-fs-sda/perform_test.sh
new file mode 100644
index 0000000..5f35676
--- /dev/null
+++ b/tests/runtime/automatic-reuse-fs-sda/perform_test.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+source /usr/share/aif/tests/lib/framework-runtime
+
+aiftest swap 48
+aiftest lvm-lv cryptpool cryptroot '800.00 MB'
+aiftest mount '/dev/sda3 on / type ext4 (rw)'
+aiftest mount '/dev/sda4 on /home type ext3 (rw)'
+for i in /etc/ / /root/ /home/ /var/
+do
+ aiftest file "$i"test_file
+done
+aiftest file /home/important-userdata
+aiftest ping 2 archlinux.org
+
+aiftest-done