summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/eventscripts/60.nfs.monitor.153.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/eventscripts/60.nfs.monitor.153.sh')
-rwxr-xr-xctdb/tests/eventscripts/60.nfs.monitor.153.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/ctdb/tests/eventscripts/60.nfs.monitor.153.sh b/ctdb/tests/eventscripts/60.nfs.monitor.153.sh
new file mode 100755
index 00000000000..cf33e39bbc8
--- /dev/null
+++ b/ctdb/tests/eventscripts/60.nfs.monitor.153.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "mountd down, 10 iterations, back up after 5"
+
+setup_nfs
+rpc_services_down "mountd"
+
+# Iteration 5 should try to restart rpc.mountd. However, our test
+# stub rpc.mountd does nothing, so we have to explicitly flag it as
+# up.
+iterate_test 10 "ok_null" \
+ 5 "rpc_set_service_failure_response 'mountd'" \
+ 6 "rpc_services_up mountd"