mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ctdb-tests: Drop a "ctdb reloadnodes" tool test
Replacement for ctdb tool will not support multiple debug levels. This test could be modified to use the default debug level but that would make it identical to reloadnodes test #19. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
1bb1b636b6
commit
1c4443684a
@ -1,26 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||||
|
||||
define_test "3 nodes, delete middle, add 2 nodes, less debug"
|
||||
|
||||
CTDB_DEBUGLEVEL=0
|
||||
|
||||
setup_nodes <<EOF
|
||||
192.168.20.41
|
||||
#192.168.20.42
|
||||
192.168.20.43
|
||||
192.168.20.44
|
||||
192.168.20.45
|
||||
EOF
|
||||
|
||||
setup_ctdbd <<EOF
|
||||
NODEMAP
|
||||
0 192.168.20.41 0x0 CURRENT RECMASTER
|
||||
1 192.168.20.42 0x1
|
||||
2 192.168.20.43 0x0
|
||||
EOF
|
||||
|
||||
ok_null
|
||||
|
||||
simple_test
|
Loading…
Reference in New Issue
Block a user