From 5035659fe3533972d79055d8ab828b0ea24d51ba Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 23 Nov 2015 08:47:25 -0500 Subject: feature testing --- test/features/test.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/features/test.sh') 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 @@ # Feature testing # +# Default features echo "TESTING: 1.1 disable /boot" ./1.1.exp @@ -28,7 +29,7 @@ echo "TESTING: 1.8 disable /etc/firejail and ~/.config/firejail" echo "TESTING: 1.10 disable /selinux" ./1.10.exp - +# networking features echo "TESTING: 2.1 hostname" ./2.1.exp @@ -40,3 +41,6 @@ echo "TESTING: 2.3 mac-vlan" echo "TESTING: 2.4 bridge" ./2.4.exp + +echo "TESTING: 2.5 interface" +./2.5.exp -- cgit v1.2.3-54-g00ecf