aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh9
1 files changed, 9 insertions, 0 deletions
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)"
88echo "TESTING: firemon --caps (test/utils/caps.exp)" 88echo "TESTING: firemon --caps (test/utils/caps.exp)"
89./caps.exp 89./caps.exp
90 90
91echo "TESTING: top (test/utils/top.exp)"
92./top.exp
93
91echo "TESTING: file transfer (test/utils/ls.exp)" 94echo "TESTING: file transfer (test/utils/ls.exp)"
92./ls.exp 95./ls.exp
93 96
97echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)"
98./firemon-cpu.exp
99
100echo "TESTING: firemon cgroup (test/utils/firemon-cgroup.exp)"
101./firemon-cgroup.exp
102