mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
Includes minor test infrastructure updates. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit ce2ef2be8aa22c0baf868daac8d4cf27246baa14)
16 lines
246 B
Bash
Executable File
16 lines
246 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "all services available, check nfsd thread count, count matches"
|
|
|
|
setup_nfs
|
|
|
|
CTDB_MONITOR_NFS_THREAD_COUNT="yes"
|
|
RPCNFSDCOUNT=8
|
|
FAKE_NFSD_THREAD_PIDS="1 2 3 4 5 6 7 8"
|
|
|
|
ok_null
|
|
|
|
simple_test
|