mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
1d9661d587
Nothing more complex is ever done, so we might as well simplify and reduce coupling. Signed-off-by: Martin Schwenke <mschwenke@ddn.com> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 lines
280 B
Bash
Executable File
13 lines
280 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "mountd down, 7 iterations, back up after 2"
|
|
|
|
setup
|
|
|
|
# Iteration 2 should try to restart rpc.mountd. However, our test
|
|
# stub rpc.mountd does nothing, so we have to explicitly flag it as
|
|
# up.
|
|
nfs_iterate_test 7 "mountd" 3
|