summaryrefslogtreecommitdiff
path: root/tests/lib/test-ping
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test-ping')
-rw-r--r--tests/lib/test-ping7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lib/test-ping b/tests/lib/test-ping
new file mode 100644
index 0000000..2fba015
--- /dev/null
+++ b/tests/lib/test-ping
@@ -0,0 +1,7 @@
+#!/bin/bash
+# $1 iterations
+# $2 host
+
+NAME="PING CHECK ON $2"
+
+ping -c $1 $2