mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
5c7cd209cb
... instead of iterate_test() Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 lines
198 B
Bash
Executable File
13 lines
198 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "statd down, 6 iterations"
|
|
|
|
# statd fails and attempts to restart it fail.
|
|
|
|
setup_nfs
|
|
rpc_services_down "status"
|
|
|
|
nfs_iterate_test 6 "status"
|