mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
f92e49f6f8
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit e1cf1f728236d808bb41265e74bc65f54bf1c133)
18 lines
297 B
Bash
Executable File
18 lines
297 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "rquotad down"
|
|
|
|
setup_nfs_ganesha
|
|
rpc_services_down "rquotad"
|
|
|
|
ok<<EOF
|
|
ERROR: rquotad failed RPC check:
|
|
rpcinfo: RPC: Program not registered
|
|
program rquotad version 1 is not available
|
|
Trying to restart rquotad [rpc.rquotad]
|
|
EOF
|
|
|
|
simple_test
|