summaryrefslogtreecommitdiff
path: root/ctdb/tests/eventscripts/00.ctdb.setup.002.sh
blob: 10bddea1549b236ba0d77d9b87399707e292c6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "setup, known tunables in config"

setup

setup_tunable_config <<EOF
MonitorInterval=5
EOF

required_result 0 <<EOF
Set MonitorInterval to 5
EOF

simple_test