From 334c79edd83377a09c138800c0a2fefaf9c7981f Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 10 Nov 2016 07:18:24 -0500 Subject: testing --- test/utils/utils.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/utils/utils.sh') diff --git a/test/utils/utils.sh b/test/utils/utils.sh index ff4e5e086..557f2c961 100755 --- a/test/utils/utils.sh +++ b/test/utils/utils.sh @@ -88,6 +88,15 @@ echo "TESTING: firemon --seccomp (test/utils/seccomp.exp)" echo "TESTING: firemon --caps (test/utils/caps.exp)" ./caps.exp +echo "TESTING: top (test/utils/top.exp)" +./top.exp + echo "TESTING: file transfer (test/utils/ls.exp)" ./ls.exp +echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)" +./firemon-cpu.exp + +echo "TESTING: firemon cgroup (test/utils/firemon-cgroup.exp)" +./firemon-cgroup.exp + -- cgit v1.2.3-54-g00ecf