[Git][NTPsec/ntpsec][master] Remove tests associated with junked util/stats code.

Eric S. Raymond gitlab at mg.gitlab.com
Mon Aug 29 10:32:46 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
c8cec887 by Eric S. Raymond at 2016-08-29T06:32:05-04:00
Remove tests associated with junked util/stats code.

- - - - -


3 changed files:

- devel/TODO
- − tests/perl/plot_summary.t
- − tests/perl/summary.t


Changes:

=====================================
devel/TODO
=====================================
--- a/devel/TODO
+++ b/devel/TODO
@@ -51,9 +51,6 @@
   on at least one platform and test the NMEA, Atom, and SHM drivers
   on most platforms.
 
-* The script tests in scripts/t should be investigated, perhaps
-  they are salvageable.
-
 === Documentation ===
 
 * Short doc on how to tell your ntpd is running correctly.
@@ -207,7 +204,7 @@ __________
   ntpsweep) should be translated to Python for maintainability.
   Requires Perl and Python skills.
 
-* In scripts/t/ are, apparently, unit tests for the stuff in scripts/.
+* In tests/perl are, apparently, unit tests for old Perl code.
   Some attempt should be made to salvage these. Requires Perl and
   Python skills.
 


=====================================
tests/perl/plot_summary.t deleted
=====================================
--- a/tests/perl/plot_summary.t
+++ /dev/null
@@ -1,17 +0,0 @@
-use strict;
-use warnings;
-use Test::More tests => 1;
-use Test::Util qw(check_help);
-
-my $script_name = "plot_summary";
-
-my @options = (
-    [qw(directory=str)],
-    [qw(identifier=str)],
-    [qw(output-file=str)],
-    [qw(plot-term=str)],
-    [qw(dont-wait)],
-    [qw(offset-limit=float)],
-);
-
-check_help("./$script_name", @options);


=====================================
tests/perl/summary.t deleted
=====================================
--- a/tests/perl/summary.t
+++ /dev/null
@@ -1,17 +0,0 @@
-use strict;
-use warnings;
-use Test::More tests => 1;
-use Test::Util qw(check_help);
-
-my $script_name = "summary";
-
-my @options = (
-    [qw(directory=str)],
-    [qw(end-date=num)],
-    [qw(output-directory=str)],
-    [qw(peer-dist-limit=float)],
-    [qw(skip-time-steps=float)],
-    [qw(start-date=num)],
-);
-
-check_help("./$script_name", @options);



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c8cec8874db8e62962295f2e9df8cc7667d4e230
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160829/7610a3cc/attachment.html>


More information about the vc mailing list