From 1c9a35584ab52fb331a2674b7a7ef87a1cba0860 Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sat, 2 Jul 2011 15:28:37 +0000 Subject: [PATCH] added some TODO items --- releng/TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/releng/TODO b/releng/TODO index 8c248621..8edd7e6b 100644 --- a/releng/TODO +++ b/releng/TODO @@ -12,3 +12,18 @@ the ISO image content, might be tricky * Interpreter to read options from config files and sets the variables + +* Rename releng_* to releng_. I.e. a concise description of + the test topic, in very few words, normally by a single noun. + +* Merge hardliks into content test + Extend it to use some more demanding directory tree. + MD5s should be checked. ACLs and xattr (if we are on Linux). + All file types as of stat(2) should be tested. + +* We need to give a hint about how much storage space will be consumed. + +* Splitting stdout and stderr into separate logs seems not a good idea. + Both streams belong together. + +* We could mark all own stderr messages by a prefix like "===".