aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-05-24 14:24:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-05-24 14:24:28 +0000
commit04eaa84789e9b7e3e7f6e7bac4f6212f8f502cb5 (patch)
treece2d180b82a5e1a3aea7fe465fb3f4aebef39257
parente1139e8c1376364ba486ff0d2ec347aadff4a068 (diff)
downloadgnunet-04eaa84789e9b7e3e7f6e7bac4f6212f8f502cb5.tar.gz
gnunet-04eaa84789e9b7e3e7f6e7bac4f6212f8f502cb5.zip
test experiments
-rw-r--r--src/experimentation/Makefile.am3
-rw-r--r--src/experimentation/test_experiments.exp9
2 files changed, 11 insertions, 1 deletions
diff --git a/src/experimentation/Makefile.am b/src/experimentation/Makefile.am
index 2521e48ba..2f0da9ee7 100644
--- a/src/experimentation/Makefile.am
+++ b/src/experimentation/Makefile.am
@@ -50,4 +50,5 @@ test_experimentation_clique_LDADD = \
50 $(top_builddir)/src/testbed/libgnunettestbed.la 50 $(top_builddir)/src/testbed/libgnunettestbed.la
51 51
52EXTRA_DIST = \ 52EXTRA_DIST = \
53 test_experimentation_clique.conf \ No newline at end of file 53 test_experimentation_clique.conf \
54 test_experiments.exp \ No newline at end of file
diff --git a/src/experimentation/test_experiments.exp b/src/experimentation/test_experiments.exp
new file mode 100644
index 000000000..035ac4b24
--- /dev/null
+++ b/src/experimentation/test_experiments.exp
@@ -0,0 +1,9 @@
1[test-experiment-1]
2ISSUER = TFRM29O2RQNKLVBQIGODJ6GD58LSQ2NM9TNFBC6N48BRJHQO38Q73N2OM3V4CLKDM6CILQV4CU8PMJDRG0FNB0PDI057DBRANMLPLRG
3VERSION = 1
4CAPABILITIES = 0
5
6[test-experiment-2]
7ISSUER = TFRM29O2RQNKLVBQIGODJ6GD58LSQ2NM9TNFBC6N48BRJHQO38Q73N2OM3V4CLKDM6CILQV4CU8PMJDRG0FNB0PDI057DBRANMLPLRG
8VERSION = 1
9CAPABILITIES = 0 \ No newline at end of file