diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-01-24 23:21:46 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-15 21:04:32 +0100 |
commit | 2e48c1a8cc42aede4741a2c0c6854a94ab0404c1 (patch) | |
tree | 405462b8ce9b6516807bf661ebd43513bc6f3fad | |
parent | 652eadd72e901cd536f386504fe4cab0983480d0 (diff) | |
download | monitoring-plugins-2e48c1a8cc42aede4741a2c0c6854a94ab0404c1.tar.gz |
Remove IPv6 test, since we don't have that
-rw-r--r-- | plugins-root/t/check_icmp.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins-root/t/check_icmp.t b/plugins-root/t/check_icmp.t index 98ef966d..bb7cfbc9 100644 --- a/plugins-root/t/check_icmp.t +++ b/plugins-root/t/check_icmp.t | |||
@@ -98,9 +98,3 @@ $res = NPTest->testCmd( | |||
98 | ); | 98 | ); |
99 | is( $res->return_code, 0, "Try max paket size" ); | 99 | is( $res->return_code, 0, "Try max paket size" ); |
100 | like( $res->output, $successOutput, "Output OK - Didn't overflow" ); | 100 | like( $res->output, $successOutput, "Output OK - Didn't overflow" ); |
101 | |||
102 | $res = NPTest->testCmd( | ||
103 | "$sudo ./check_icmp -H ::1 -vvv" | ||
104 | ); | ||
105 | is( $res->return_code, 0, "Try IPv6 and vvv" ); | ||
106 | like( $res->output, $successOutput, "Output OK - Didn't overflow" ); | ||