blob: 68b99cfb5217a4e269fa0896246be896e484a8e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "Filesystem use check, good situation, both checks enabled, multiple filesystems"
setup
setup_script_options <<EOF
CTDB_MONITOR_FILESYSTEM_USAGE="/var:80:90 /:90:95"
EOF
ok_null
simple_test
|