mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
If an RPC service is given, it is automatically marked down. This avoids repetition in test cases and loosens coupling. Signed-off-by: Martin Schwenke <mschwenke@ddn.com> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 lines
227 B
Bash
Executable File
13 lines
227 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "knfsd down, 10 iterations, 3 hung threads"
|
|
|
|
# knfsd fails and attempts to restart it fail.
|
|
setup
|
|
|
|
nfs_setup_fake_threads "nfsd" 1001 1002 1003
|
|
|
|
nfs_iterate_test 10 "nfs"
|