2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Remove OK tests from todo list

[ci skip]
This commit is contained in:
Stig Sandbeck Mathisen 2014-10-05 02:00:11 +02:00
parent ac8db54cb1
commit 1123a5f971

View File

@ -1,8 +1,9 @@
* [0/12] tests
* [0/7] tests
11/1006 ok
Summary:
(less 110 skipped, 883 okay)
Failed 6/1006 subtests
(less 110 skipped subtests: 890 okay)
** TODO ok 1 # skip need better syntax check for python
@ -10,70 +11,6 @@
109 of these.
** TODO not ok 18 - plugins/zeo/zeo_monitor_: perl syntax check
Looks like perl -T also sanitizes PERL5LIB, since this is set to
include /usr/share/perl5, where Munin::Plugin is.
#+BEGIN_EXAMPLE
# Failed test 'plugins/zeo/zeo_monitor_: perl syntax check'
# at t/test.t line 169.
#
# Command: perl -cwT zeo_monitor_
#
# STDOUT:
#
#
#
# STDERR:
#
# Can't locate Munin/Plugin.pm in @INC (@INC contains: /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4) at zeo_monitor_ line 67.
# BEGIN failed--compilation aborted at zeo_monitor_ line 67.
#+END_EXAMPLE
** TODO not ok 64 - plugins/virtualization/vmware/esx_: perl syntax check
Missing perl module. VMware::VIRuntime. Not on CPAN.
#+BEGIN_EXAMPLE
# Failed test 'plugins/virtualization/vmware/esx_: perl syntax check'
# at t/test.t line 169.
#
# Command: perl -cw esx_
#
# STDOUT:
#
#
#
# STDERR:
#
# Can't locate VMware/VIRuntime.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at esx_ line 118.
# BEGIN failed--compilation aborted at esx_ line 118.
#
#+END_EXAMPLE
** TODO not ok 109 - plugins/system/swapspace-info: perl syntax check
Missing Sun::Solaris::Kstat. Not on CPAN
#+BEGIN_EXAMPLE
# Failed test 'plugins/system/swapspace-info: perl syntax check'
# at t/test.t line 169.
#
# Command: perl -cw swapspace-info
#
# STDOUT:
#
#
#
# STDERR:
#
# Can't locate Sun/Solaris/Kstat.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at swapspace-info line 74.
# BEGIN failed--compilation aborted at swapspace-info line 74.
#
#+END_EXAMPLE
** TODO not ok 110 - plugins/system/solaris-memstat: ksh syntax check
Can't see what's wrong here. False positive?
@ -95,28 +32,6 @@
#
#+END_EXAMPLE
** TODO not ok 112 - plugins/system/raminfo: perl syntax check
Missing Sun::Solaris::Kstat. Not on CPAN
#+BEGIN_EXAMPLE
# Failed test 'plugins/system/raminfo: perl syntax check'
# at t/test.t line 169.
#
# Command: perl -cw raminfo
#
# STDOUT:
#
#
#
# STDERR:
#
# Can't locate Sun/Solaris/Kstat.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at raminfo line 76.
# BEGIN failed--compilation aborted at raminfo line 76.
#
#
#+END_EXAMPLE
** TODO not ok 191 - plugins/snmp/snmp__webthermometer
False positive in "checkbashisms". It looks for $HOSTNAME, which is
@ -251,24 +166,3 @@ not ok 2 - checkbashisms
#
#+END_EXAMPLE
** TODO not ok 627 - plugins/mythtv/mythtv_status_: perl syntax check
Missing perl module MythTV, not on CPAN.
#+BEGIN_EXAMPLE
# Failed test 'plugins/mythtv/mythtv_status_: perl syntax check'
# at t/test.t line 169.
#
# Command: perl -cw mythtv_status_
#
# STDOUT:
#
#
#
# STDERR:
#
# Can't locate MythTV.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at mythtv_status_ line 74.
# BEGIN failed--compilation aborted at mythtv_status_ line 74.
#
#
#+END_EXAMPLE