summaryrefslogtreecommitdiff
path: root/tests/runtime/automatic-lvm-dmcrypt-install-sda/perform_test.sh
blob: 006307f08804d85914a322c8e9eefdd88be4543f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

source /usr/share/aif/tests/lib/framework-runtime

aiftest swap 19
aiftest lvm-lv cryptpool cryptroot '800.00 MB'
aiftest mount '/dev/mapper/cryptpool-cryptroot on / type xfs (rw)'
aiftest mount '/dev/mapper/cryptpool-crypthome on /home type xfs (rw)'
for i in /etc/ / /root/ /home/ /var/
do
	aiftest file "$i"/test_file
done
aiftest file /usr/bin/ssh
aiftest nofile /sbin/mkfs.reiserfs
aiftest nopackage sudo
aiftest ping 2 archlinux.org

aiftest-done