3 .
"${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test
"lockd down, 15 iterations, back up after 10"
7 # This simulates a success the eventscript's automated attempts to
11 rpc_services_down
"nlockmgr"
13 # Iteration 10 should try to restart rpc.lockd. However, our test
14 # stub rpc.lockd does nothing, so we have to explicitly flag it as up.
16 iterate_test
15 "ok_null" \
17 10 "rpc_set_service_failure_response 'lockd'" \
18 11 "rpc_services_up nlockmgr"