[monitoring-plugins] Remove IPv6 test, since we don't have that
RincewindsHat
git at monitoring-plugins.org
Tue Mar 15 21:10:13 CET 2022
Module: monitoring-plugins
Branch: check_icmp_buffer_offerflow
Commit: 2e48c1a8cc42aede4741a2c0c6854a94ab0404c1
Author: RincewindsHat <12514511+RincewindsHat at users.noreply.github.com>
Date: Mon Jan 24 23:21:46 2022 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2e48c1a
Remove IPv6 test, since we don't have that
---
plugins-root/t/check_icmp.t | 6 ------
1 file changed, 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(
);
is( $res->return_code, 0, "Try max paket size" );
like( $res->output, $successOutput, "Output OK - Didn't overflow" );
-
-$res = NPTest->testCmd(
- "$sudo ./check_icmp -H ::1 -vvv"
- );
-is( $res->return_code, 0, "Try IPv6 and vvv" );
-like( $res->output, $successOutput, "Output OK - Didn't overflow" );
More information about the Commits
mailing list