... | ... |
@@ -37,6 +37,9 @@ function sys_state () { |
37 | 37 |
fi |
38 | 38 |
} |
39 | 39 |
|
40 |
+function autotest () { |
|
41 |
+ local testfile=/dev/shm/monitoring.autotest |
|
42 |
+ test -e $testfile && echo "it works" && rm -f $testfile |
|
40 | 43 |
} |
41 | 44 |
|
42 | 45 |
function certificates () { |