mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
8ed075d396
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
28 lines
453 B
Bash
Executable File
28 lines
453 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "2 x add-client to different nodes, notify on both"
|
|
|
|
setup
|
|
|
|
ok_null
|
|
simple_test_event "add-client" "192.168.123.45"
|
|
simple_test_event "update"
|
|
|
|
ctdb_set_pnn 1
|
|
|
|
ok_null
|
|
simple_test_event "add-client" "192.168.123.46"
|
|
simple_test_event "update"
|
|
|
|
ctdb_set_pnn 0
|
|
|
|
check_statd_callout_smnotify "192.168.123.45"
|
|
|
|
ctdb_set_pnn 1
|
|
|
|
check_statd_callout_smnotify "192.168.123.46"
|
|
|
|
check_ctdb_tdb_statd_state
|