mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
0bc1b4b27e
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
16 lines
294 B
Bash
Executable File
16 lines
294 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "3 multipath devices configure to check, multipath hangs"
|
|
|
|
setup "mpatha" "!mpathb" "mpathc"
|
|
export FAKE_MULTIPATH_HANG="yes"
|
|
|
|
required_result 1 <<EOF
|
|
ERROR: callout to multipath checks hung
|
|
multipath monitoring failed
|
|
EOF
|
|
|
|
simple_test
|