Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-04 | add some basic tests for the new modes | Danijel Tasov | 1 | -1/+47 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | update failure regex | Danijel Tasov | 1 | -1/+1 | |
2023-10-04 | adjust check_icmp tests | Danijel Tasov | 1 | -5/+5 | |
2023-04-14 | Fix a lot of typos reported by codespellrefs/pull/1864/head | Jan Wagner | 1 | -1/+1 | |
2022-03-15 | check_icmp: buffer offerflow (#1733) | Lorenz | 1 | -1/+6 | |
* Fix different overflows * Less includes * Add testcases * Remove unused variable * Remove unused and commented includes | |||||
2022-01-29 | - delay set_source_ip() until address_family is detected | ghciv6 | 1 | -1/+7 | |
- add a test to check '-s' | |||||
2021-04-30 | Fix check_dhcp tests | Aksel Sjögren | 1 | -2/+7 | |
* try to use "/usr/sbin/ip" before "ifconfig" since the latter is obsolete on Linux to figure out interface to listen for DHCP messages. But keeping ifconfig method just in case. Without this, tests fail on boxes without ifconfig AND the correct interface named ethX. * amend possible failure responses, as check_dhcp might get a DHCPOFFER, but from an unexpected address - which happens if the box running tests are on a network with a DHCP server. | |||||
2013-09-17 | check_dhcp: fix tests interface detection | Sven Nierlein | 1 | -1/+1 | |
2013-09-16 | check_dhcp: fix tests for machines with default interace != eth0 | Sven Nierlein | 1 | -5/+10 | |
2013-09-16 | check_dhcp test: skip subtests if no variable is set | Sven Nierlein | 1 | -20/+35 | |
2013-09-15 | check_dhcp: add test file | Sven Nierlein | 1 | -0/+49 | |
2013-09-15 | check_icmp: tests do not require sudo if run by root | Sven Nierlein | 1 | -9/+10 | |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -2/+0 | |
For contrib/, full tags have been imported from subversion git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2007-03-11 | Add tests for new check_icmp switch -m | Thomas Guyot-Sionnest | 1 | -2/+20 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1638 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2007-03-11 | Converted check_ping.t to new-style testcases. Added test case for check_icmp - | Ton Voon | 1 | -0/+68 | |
requires sudo access git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1637 f882894a-f735-0410-b71e-b25c423dba1c |