mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
bb7093ab09
Unhealthy after 1 failed attempt to contact the portmapper. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
11 lines
163 B
Bash
Executable File
11 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "portmapper down, 2 iterations"
|
|
|
|
setup_nfs
|
|
rpc_services_down "portmapper"
|
|
|
|
nfs_iterate_test 2 "portmapper"
|