From 1e9a4e5c22348e4b03ac97a471698ac2b7e4a03b Mon Sep 17 00:00:00 2001 From: Julien Vehent Date: Mon, 23 Feb 2015 15:29:50 -0500 Subject: [PATCH] [doc] add ping module to integration test --- actions/integration_tests.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/actions/integration_tests.json b/actions/integration_tests.json index c48e4079..dc505f9b 100644 --- a/actions/integration_tests.json +++ b/actions/integration_tests.json @@ -86,6 +86,14 @@ "^[0-9a-f]" ] } + }, + { + "module": "ping", + "parameters": { + "destination": "localhost", + "protocol": "icmp", + "count": 5 + } } ], "syntaxversion": 2