summaryrefslogtreecommitdiff
path: root/ctdb/tests/INTEGRATION/simple/eventscripts.001.zero_scripts.sh
blob: 4e55319000e93e9c30430e9d889b5665b70fa51f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash

test_info()
{
    cat <<EOF
Check that CTDB operated correctly if there are 0 event scripts

This test only does anything with local daemons.  On a real cluster it
has no way of updating configuration.
EOF
}

. "${TEST_SCRIPTS_DIR}/integration.bash"

set -e

ctdb_test_skip_on_cluster

ctdb_test_init --no-event-scripts

cluster_is_healthy

echo "Good, that seems to work!"