update
authorChristian Grothoff <christian@grothoff.org>
Mon, 27 Jul 2009 21:38:38 +0000 (21:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 27 Jul 2009 21:38:38 +0000 (21:38 +0000)
TODO
src/testing/testing.c

diff --git a/TODO b/TODO
index 2cc3ec328716e36201280c539ee4f19f9f12121f..509c3cb91bc0703de0bfe6ba4c3505b4ffb7b639 100644 (file)
--- a/TODO
+++ b/TODO
@@ -16,7 +16,20 @@ away), in order in which they will likely be done:
 PHASE #2: (Goal: recover basic file-sharing functionality)
 * TESTING (needed for DV, DHT, Topology)
   - implement library for local testing
+    + check API for hostname specification;
+      maybe use space-separated list instead?
+    + modify configuration to allow controlling
+      connections for non-local starts
+    + starting of groups of peers (and auto-setting
+      of PORT options)
+    + testbed creation with topology
+    + testbed with churn
   - implement testcases for library
+    + test basic peer start
+    + test basic peer connect
+    + test group start
+    + test topology creation
+    + test churn generation
 * TOPOLOGY:
   - implement testcases (needs TESTING)
 * HOSTLIST:
index 43553e5c1305a1f50f2f8ec21f28317c73f01804..3406355c537d1c092ec86119540ad3ab2881a4da 100644 (file)
  *        use functions from gnunet_{util,arm}_lib.h.  This API is
  *        ONLY for writing testcases!
  * @author Christian Grothoff
+ *
+ * TODO:
+ * - modify configuration to allow 2087-connections from
+ *   controlling host (otherwise shutdown won't work)
+ * 
  */
 #include "platform.h"
 #include "gnunet_arm_service.h"