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

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

aiftest swap 19
aiftest lvm-lv mypool root '800.00 MB'
aiftest mount '/dev/mapper/mypool-rootcrypt on / 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