mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
df39a671db
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit eb13507713ba6732271b7c3024bfddbda6da5ffc)
18 lines
454 B
Bash
Executable File
18 lines
454 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "lockd down, 15 iterations"
|
|
|
|
# This simulates an ongoing failure in the eventscript's automated
|
|
# attempts to restart the service. That is, the eventscript is unable
|
|
# to restart the service.
|
|
|
|
setup_nfs
|
|
rpc_services_down "nlockmgr"
|
|
|
|
#EVENTSCRIPTS_TESTS_TRACE="sh -x"
|
|
iterate_test 15 "ok_null" \
|
|
10 "rpc_set_service_failure_response 'lockd'" \
|
|
15 "rpc_set_service_failure_response 'lockd'"
|