From a8d758ba9e7314de9208e4b7d4a5307d1b4fefd0 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 22 Nov 2015 13:15:13 -0500 Subject: feature test --- test/features/test.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 test/features/test.sh (limited to 'test/features/test.sh') diff --git a/test/features/test.sh b/test/features/test.sh new file mode 100755 index 000000000..b4ef6503a --- /dev/null +++ b/test/features/test.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +# +# Feature testing +# + +echo "TESTING: 1.1. new /boot" +./1.1.exp + +echo "TESTING: 1.2. new /proc" +./1.2.exp + +echo "TESTING: 1.5. PID namespace" +./1.5.exp + +echo "TESTING: 1.6 new /var/log" +./1.6.exp + +echo "TESTING: 1.7 new /var/tmp" +./1.7.exp + +#echo "TESTING: " +#./1..exp + -- cgit v1.2.3-70-g09d2