summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-01-24 22:21:46 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-03-15 20:04:32 (GMT)
commit2e48c1a8cc42aede4741a2c0c6854a94ab0404c1 (patch)
tree405462b8ce9b6516807bf661ebd43513bc6f3fad
parent652eadd72e901cd536f386504fe4cab0983480d0 (diff)
downloadmonitoring-plugins-2e48c1a.tar.gz
Remove IPv6 test, since we don't have that
-rw-r--r--plugins-root/t/check_icmp.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins-root/t/check_icmp.t b/plugins-root/t/check_icmp.t
index 98ef966..bb7cfbc 100644
--- a/plugins-root/t/check_icmp.t
+++ b/plugins-root/t/check_icmp.t
@@ -98,9 +98,3 @@ $res = NPTest->testCmd(
98 ); 98 );
99is( $res->return_code, 0, "Try max paket size" ); 99is( $res->return_code, 0, "Try max paket size" );
100like( $res->output, $successOutput, "Output OK - Didn't overflow" ); 100like( $res->output, $successOutput, "Output OK - Didn't overflow" );
101
102$res = NPTest->testCmd(
103 "$sudo ./check_icmp -H ::1 -vvv"
104 );
105is( $res->return_code, 0, "Try IPv6 and vvv" );
106like( $res->output, $successOutput, "Output OK - Didn't overflow" );