aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/l2o/index.html.j24
-rw-r--r--template/l2o/mile3.html.j240
2 files changed, 35 insertions, 9 deletions
diff --git a/template/l2o/index.html.j2 b/template/l2o/index.html.j2
index f80d7ea9..2c529f57 100644
--- a/template/l2o/index.html.j2
+++ b/template/l2o/index.html.j2
@@ -73,7 +73,7 @@
73 73
74 <h2><a name="milestones" class="subnav-anchor"></a>{{ _("Milestones") }}</h2> 74 <h2><a name="milestones" class="subnav-anchor"></a>{{ _("Milestones") }}</h2>
75 75
76 <p>The next milestone to be reached is milestone 3. One half of it, the udp backchannel test is already implemented, and some bugs in the tng service were fixed.</p> 76 <p>The next milestone to be reached is milestone 4.</p>
77 77
78 <h3><a name="milestone1" class="subnav-anchor"></a>{{ _("Milestone 1 Test Infrastructure and minimal Test Case") }}</h3> 78 <h3><a name="milestone1" class="subnav-anchor"></a>{{ _("Milestone 1 Test Infrastructure and minimal Test Case") }}</h3>
79 <section> 79 <section>
@@ -112,7 +112,7 @@
112 <h4>Deliverable</h4> 112 <h4>Deliverable</h4>
113 <p> 113 <p>
114 {% trans %} 114 {% trans %}
115 Outcome of this deliverable are advanced test case (again verifiable in the GNUnet continuous integration (CI)) with performance measurements. 115 Outcome of this deliverable are advanced test case (again verifiable in the GNUnet continuous integration (CI)).
116 116
117<a href="mile2.html">Details</a> 117<a href="mile2.html">Details</a>
118 {% endtrans %} 118 {% endtrans %}
diff --git a/template/l2o/mile3.html.j2 b/template/l2o/mile3.html.j2
index 265dd731..1da4f4f4 100644
--- a/template/l2o/mile3.html.j2
+++ b/template/l2o/mile3.html.j2
@@ -31,18 +31,34 @@
31 {% trans %} 31 {% trans %}
32 <table width="100%"> 32 <table width="100%">
33 <tr> 33 <tr>
34 <td width="45%" style="vertical-align: top;">src/transport/test_transport_udp_backchannel.sh</td><td width="55%" style="vertical-align: top;">Added script to start the udp backchannel test case.</td> 34 <td width="60%" style="vertical-align: top;">src/transport/test_transport_udp_backchannel.sh</td><td width="55%" style="vertical-align: top;">Added script to start the udp backchannel test case.</td>
35 <tr> 35 <tr>
36 <td></td><td> </td> 36 <td></td><td> </td>
37 </tr> 37 </tr>
38 <tr> 38 <tr>
39 <td width="45%" style="vertical-align: top;">All commands</td><td width="55%" style="vertical-align: top;">Changed code to handle strings with topology information.</td> 39 <td width="60%" style="vertical-align: top;">src/transport/test_transport_simple_send_broadcast.sh</td><td width="55%" style="vertical-align: top;">Added script for the UDB broadcast test.</td>
40 <tr>
41 <td></td><td> </td>
42 </tr>
43 <tr>
44 <td width="60%" style="vertical-align: top;">src/transport/test_transport_simple_send_string.sh</td><td width="55%" style="vertical-align: top;">Added script as an example to start a test with inline topology configuration string.</td>
45 <tr>
46 <td></td><td> </td>
47 </tr>
48 <tr>
49 <td width="60%" style="vertical-align: top;">All commands</td><td width="55%" style="vertical-align: top;">Changed code to handle strings with topology information.</td>
40 </tr> 50 </tr>
41 <tr> 51 <tr>
42 <td></td><td> </td> 52 <td></td><td> </td>
43 </tr> 53 </tr>
44 <tr> 54 <tr>
45 <td width="45%" style="vertical-align: top;">src/testing/netjail_start.sh</td><td width="55%" style="vertical-align: top;">Changed the netjail start script to configure port forwarding for specific protocols (tcp, udp).</td> 55 <td width="60%" style="vertical-align: top;">src/testing/netjail_start.sh</td><td width="55%" style="vertical-align: top;">Changed the netjail start script to configure port forwarding for specific protocols (tcp, udp).</td>
56 </tr>
57 <tr>
58 <td></td><td> </td>
59 </tr>
60 <tr>
61 <td width="60%" style="vertical-align: top;">src/testing/netjail_*.sh</td><td width="40%" style="vertical-align: top;">Moved to contrib/netjail directory</td>
46 </tr> 62 </tr>
47 </table> 63 </table>
48 {% endtrans %} 64 {% endtrans %}
@@ -51,19 +67,24 @@
51 <p> 67 <p>
52 {% trans %} 68 {% trans %}
53 <table width="100%"> 69 <table width="100%">
70 <tr>
71 <td width="60%" style="vertical-align: top;">src/transport/test_transport_plugin_cmd_simple_send_broadcast.c</td><td width="40%" style="vertical-align: top;">New plugin for the udp broadcast test case.</td>
54 <tr> 72 <tr>
55 <td width="45%" style="vertical-align: top;">src/transport/test_transport_plugin_cmd_udp_backchannel.c</td><td width="55%" style="vertical-align: top;">New plugin for the udp backchannel test case.</td> 73 <td></td><td> </td>
74 </tr>
75 <tr>
76 <td width="60%" style="vertical-align: top;">src/transport/test_transport_plugin_cmd_udp_backchannel.c</td><td width="40%" style="vertical-align: top;">New plugin for the udp backchannel test case.</td>
56 <tr> 77 <tr>
57 <td></td><td> </td> 78 <td></td><td> </td>
58 </tr> 79 </tr>
59 <tr> 80 <tr>
60 <td width="45%" style="vertical-align: top;">src/transport/transport_api_cmd_backchannel_check.c</td><td width="55%" style="vertical-align: top;">Command to check for a udp backchannel specific log entry.</td> 81 <td width="60%" style="vertical-align: top;">src/transport/transport_api_cmd_backchannel_check.c</td><td width="40%" style="vertical-align: top;">Command to check for a udp backchannel specific log entry.</td>
61 </tr> 82 </tr>
62 <tr> 83 <tr>
63 <td></td><td> </td> 84 <td></td><td> </td>
64 </tr> 85 </tr>
65 <tr> 86 <tr>
66 <td width="45%" style="vertical-align: top;">src/testing/testing_api_cmd_block_until_external_trigger.cc</td><td width="55%" style="vertical-align: top;">Command to block the local loop until triggered by a external signal.</td> 87 <td width="60%" style="vertical-align: top;">src/testing/testing_api_cmd_block_until_external_trigger.cc</td><td width="40%" style="vertical-align: top;">Command to block the local loop until triggered by a external signal.</td>
67 </tr> 88 </tr>
68 </table> 89 </table>
69 {% endtrans %} 90 {% endtrans %}
@@ -72,8 +93,13 @@
72 <p> 93 <p>
73 {% trans %} 94 {% trans %}
74 <table width="100%"> 95 <table width="100%">
96 <tr>
97 <td width="60%" style="vertical-align: top;">src/transport/test_transport_simple_send_broadcast_topo.conf</td><td width="40%" style="vertical-align: top;">Topology configuration for the broadcast test.</td>
98 <tr>
99 <td></td><td> </td>
100 </tr>
75 <tr> 101 <tr>
76 <td width="45%" style="vertical-align: top;">test_transport_udp_backchannel_topo.conf</td><td width="55%" style="vertical-align: top;">Topology configuration file for the udp backchannel test case.</td> 102 <td width="60%" style="vertical-align: top;">test_transport_udp_backchannel_topo.conf</td><td width="40%" style="vertical-align: top;">Topology configuration file for the udp backchannel test case.</td>
77 <tr> 103 <tr>
78 </table> 104 </table>
79 {% endtrans %} 105 {% endtrans %}