blob: 694bf928b7eead5cae6a3bd2d9a9978098944258 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/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"'
|