aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/test.sh')
-rwxr-xr-xtest/features/test.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index 42b59f383..8047bbd0c 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -4,6 +4,7 @@
4# Feature testing 4# Feature testing
5# 5#
6 6
7# Default features
7echo "TESTING: 1.1 disable /boot" 8echo "TESTING: 1.1 disable /boot"
8./1.1.exp 9./1.1.exp
9 10
@@ -28,7 +29,7 @@ echo "TESTING: 1.8 disable /etc/firejail and ~/.config/firejail"
28echo "TESTING: 1.10 disable /selinux" 29echo "TESTING: 1.10 disable /selinux"
29./1.10.exp 30./1.10.exp
30 31
31 32# networking features
32echo "TESTING: 2.1 hostname" 33echo "TESTING: 2.1 hostname"
33./2.1.exp 34./2.1.exp
34 35
@@ -40,3 +41,6 @@ echo "TESTING: 2.3 mac-vlan"
40 41
41echo "TESTING: 2.4 bridge" 42echo "TESTING: 2.4 bridge"
42./2.4.exp 43./2.4.exp
44
45echo "TESTING: 2.5 interface"
46./2.5.exp