Code

[1185704] New Testing Infrastructure.
authorPeter Bray <illumino@users.sourceforge.net>
Mon, 25 Jul 2005 01:47:15 +0000 (01:47 +0000)
committerPeter Bray <illumino@users.sourceforge.net>
Mon, 25 Jul 2005 01:47:15 +0000 (01:47 +0000)
commitcdc06cc3e2c4670d3cd46b0a03adcf7e6958eff1
tree62b074eaca618762fb03f94708ec3def50037697
parent05853f47eb6e608de993cc59343c73b96b9b33e2
[1185704] New Testing Infrastructure.
Complete rewrite of the original testing infrastructure and
all test cases (to use the new infrastructure)
See NPTest.pm and issue 1185704 for more details.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1207 f882894a-f735-0410-b71e-b25c423dba1c
26 files changed:
Helper.pm [deleted file]
Makefile.am
NPTest.pm [new file with mode: 0644]
configure.in
plugins-scripts/t/check_rpc.t
plugins/t/check_disk.t
plugins/t/check_dns.t
plugins/t/check_fping.t
plugins/t/check_ftp.t
plugins/t/check_hpjd.t
plugins/t/check_http.t
plugins/t/check_imap.t
plugins/t/check_load.t
plugins/t/check_mysql.t
plugins/t/check_ping.t
plugins/t/check_pop.t
plugins/t/check_procs.t
plugins/t/check_smtp.t
plugins/t/check_snmp.t
plugins/t/check_swap.t
plugins/t/check_tcp.t
plugins/t/check_time.t
plugins/t/check_udp.t
plugins/t/check_users.t
plugins/t/check_vsz.t [deleted file]
test.pl.in