diff options
author | t3sserakt <t3ss@posteo.de> | 2021-12-01 15:46:59 +0100 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2021-12-01 15:46:59 +0100 |
commit | 010019b44732e37b6ff5ed95d455c89fbab57665 (patch) | |
tree | 3e262702a6e5a422a30bb01e047db70539b57272 | |
parent | e19e3abc4d62d2eaaea78421a4f1475bc75a5f85 (diff) |
- updated L2O NGI project page with milestones 3 info.
-rw-r--r-- | template/l2o/index.html.j2 | 4 | ||||
-rw-r--r-- | template/l2o/mile3.html.j2 | 40 |
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 @@ <h2><a name="milestones" class="subnav-anchor"></a>{{ _("Milestones") }}</h2> - <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> + <p>The next milestone to be reached is milestone 4.</p> <h3><a name="milestone1" class="subnav-anchor"></a>{{ _("Milestone 1 Test Infrastructure and minimal Test Case") }}</h3> <section> @@ -112,7 +112,7 @@ <h4>Deliverable</h4> <p> {% trans %} - Outcome of this deliverable are advanced test case (again verifiable in the GNUnet continuous integration (CI)) with performance measurements. + Outcome of this deliverable are advanced test case (again verifiable in the GNUnet continuous integration (CI)). <a href="mile2.html">Details</a> {% 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 @@ {% trans %} <table width="100%"> <tr> - <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> + <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> <tr> <td></td><td> </td> </tr> <tr> - <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> + <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> + <tr> + <td></td><td> </td> + </tr> + <tr> + <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> + <tr> + <td></td><td> </td> + </tr> + <tr> + <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> </tr> <tr> <td></td><td> </td> </tr> <tr> - <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> + <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> + </tr> + <tr> + <td></td><td> </td> + </tr> + <tr> + <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> </tr> </table> {% endtrans %} @@ -51,19 +67,24 @@ <p> {% trans %} <table width="100%"> + <tr> + <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> <tr> - <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> + <td></td><td> </td> + </tr> + <tr> + <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> <tr> <td></td><td> </td> </tr> <tr> - <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> + <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> </tr> <tr> <td></td><td> </td> </tr> <tr> - <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> + <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> </tr> </table> {% endtrans %} @@ -72,8 +93,13 @@ <p> {% trans %} <table width="100%"> + <tr> + <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> + <tr> + <td></td><td> </td> + </tr> <tr> - <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> + <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> <tr> </table> {% endtrans %} |