mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
8ed075d396
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
15 lines
260 B
Bash
Executable File
15 lines
260 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "statd down, 7 iterations, back up after 2"
|
|
|
|
# statd fails and the first attempt to restart it succeeds.
|
|
|
|
setup
|
|
|
|
rpc_services_down "status"
|
|
|
|
nfs_iterate_test 7 "status" \
|
|
3 'rpc_services_up "status"'
|