aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO13
-rw-r--r--src/testing/testing.c5
2 files changed, 18 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2cc3ec328..509c3cb91 100644
--- a/TODO
+++ b/TODO
@@ -16,7 +16,20 @@ away), in order in which they will likely be done:
16PHASE #2: (Goal: recover basic file-sharing functionality) 16PHASE #2: (Goal: recover basic file-sharing functionality)
17* TESTING (needed for DV, DHT, Topology) 17* TESTING (needed for DV, DHT, Topology)
18 - implement library for local testing 18 - implement library for local testing
19 + check API for hostname specification;
20 maybe use space-separated list instead?
21 + modify configuration to allow controlling
22 connections for non-local starts
23 + starting of groups of peers (and auto-setting
24 of PORT options)
25 + testbed creation with topology
26 + testbed with churn
19 - implement testcases for library 27 - implement testcases for library
28 + test basic peer start
29 + test basic peer connect
30 + test group start
31 + test topology creation
32 + test churn generation
20* TOPOLOGY: 33* TOPOLOGY:
21 - implement testcases (needs TESTING) 34 - implement testcases (needs TESTING)
22* HOSTLIST: 35* HOSTLIST:
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 43553e5c1..3406355c5 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -27,6 +27,11 @@
27 * use functions from gnunet_{util,arm}_lib.h. This API is 27 * use functions from gnunet_{util,arm}_lib.h. This API is
28 * ONLY for writing testcases! 28 * ONLY for writing testcases!
29 * @author Christian Grothoff 29 * @author Christian Grothoff
30 *
31 * TODO:
32 * - modify configuration to allow 2087-connections from
33 * controlling host (otherwise shutdown won't work)
34 *
30 */ 35 */
31#include "platform.h" 36#include "platform.h"
32#include "gnunet_arm_service.h" 37#include "gnunet_arm_service.h"