monitoring-plugins/lib/tests
2023-04-14 18:35:00 +00:00
..
var Added state retention APIs. Implemented for check_snmp with --rate option. 2010-06-23 13:30:34 +00:00
config-dos.ini Add tests: 2008-03-16 18:10:47 +00:00
config-opts.ini Add extra-opts argument parsing with tests 2008-03-24 07:02:28 +00:00
config-tiny.ini Added test files to test the parse_ini.c routines. Requires libtap 2007-02-07 14:46:50 +00:00
Makefile.am Also link LIB_CRYPTO against tests 2023-02-01 01:23:04 +01:00
plugin.ini Make extra-opts (C plugins) behave more like N::P: 2008-11-04 17:41:53 +00:00
plugins.ini Adding extra-opts check that crash on my prod servers (*** glibc detected *** malloc(): memory corruption: 0x0804e248 ***) 2008-11-04 21:29:36 +00:00
README Move new util_* functions to lib/ 2006-07-13 12:50:23 +00:00
test_base64.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
test_base64.t Update comments 2014-01-24 02:32:45 -05:00
test_cmd.c Fix a lot of typos reported by codespell 2023-04-14 18:35:00 +00:00
test_cmd.t Update comments 2014-01-24 02:32:45 -05:00
test_disk.c Fix a lot of typos reported by codespell 2023-04-14 18:35:00 +00:00
test_disk.t Update comments 2014-01-24 02:32:45 -05:00
test_ini1.c Remove the commented out blocks 2009-01-24 07:41:45 -05:00
test_ini1.t Update comments 2014-01-24 02:32:45 -05:00
test_ini3.c Add die tests for parse_ini 2009-01-23 02:43:59 -05:00
test_ini3.t Fix a lot of typos reported by codespell 2023-04-14 18:35:00 +00:00
test_opts1.c Use a more "natural" way of writing argument lists in extra-opts tests. 2009-06-11 00:14:23 -04:00
test_opts1.t Update comments 2014-01-24 02:32:45 -05:00
test_opts2.c Use a more "natural" way of writing argument lists in extra-opts tests. 2009-06-11 00:14:23 -04:00
test_opts2.t Update comments 2014-01-24 02:32:45 -05:00
test_opts3.c Add die tests for extra-opts 2009-01-22 02:04:31 -05:00
test_opts3.t Fix a lot of typos reported by codespell 2023-04-14 18:35:00 +00:00
test_tcp.c Minor cosmetic changes 2013-09-12 21:50:18 +02:00
test_tcp.t Update comments 2014-01-24 02:32:45 -05:00
test_utils.c Fix a lot of typos reported by codespell 2023-04-14 18:35:00 +00:00
test_utils.t Update comments 2014-01-24 02:32:45 -05:00

The tests in here use the libtap library functions 
(http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap), so are
more for unit testing the utils.c library functions. 

However, it probably should be merged into the plugins/t subdirectory.