aboutsummaryrefslogtreecommitdiffstats
path: root/node-maintainer/README.md
diff options
context:
space:
mode:
authorSindre Grøstad <30319420+sgrostad@users.noreply.github.com>2017-08-18 13:43:23 +0200
committerGitHub <noreply@github.com>2017-08-18 13:43:23 +0200
commitf377595af0630a974d15fe479b894087bf0bdc39 (patch)
tree8d52d00d7e62664f0eabc1c77cf4157836644b51 /node-maintainer/README.md
parent4d04ee41f08726d2a49b91e9b5c0fe0a54e4b3b3 (diff)
Interns/late changes (#3152)
* Add tests for reporting when old HardwareDivergence is wrong and when not existing * ReportSender renamed to Reporter and READMEs updated * Added TODO file in verification * Added copyright headers * code cleanup
Diffstat (limited to 'node-maintainer/README.md')
-rw-r--r--node-maintainer/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/node-maintainer/README.md b/node-maintainer/README.md
index 7743df2b0c2..4a32f207fdf 100644
--- a/node-maintainer/README.md
+++ b/node-maintainer/README.md
@@ -16,4 +16,5 @@ SpecVerifier:
HardwareBenchmarker:
- sudo java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.hardware.HardwareBenchmarker cfg.1.hostname,cfg.2.hostname,...
-Both programs have README explaining closer what it does. \ No newline at end of file
+In "verification" you can find a TODO file where we have listed things we did not have time to implement.
+Both programs have README explaining closer what it does.