From 010019b44732e37b6ff5ed95d455c89fbab57665 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Wed, 1 Dec 2021 15:46:59 +0100 Subject: - updated L2O NGI project page with milestones 3 info. --- template/l2o/index.html.j2 | 4 ++-- 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 @@

{{ _("Milestones") }}

-

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.

+

The next milestone to be reached is milestone 4.

{{ _("Milestone 1 Test Infrastructure and minimal Test Case") }}

@@ -112,7 +112,7 @@

Deliverable

{% 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)). Details {% 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 %} - + - + + + + + + + + + + + - + + + + + + +
src/transport/test_transport_udp_backchannel.shAdded script to start the udp backchannel test case.src/transport/test_transport_udp_backchannel.shAdded script to start the udp backchannel test case.
All commandsChanged code to handle strings with topology information.src/transport/test_transport_simple_send_broadcast.shAdded script for the UDB broadcast test.
src/transport/test_transport_simple_send_string.shAdded script as an example to start a test with inline topology configuration string.
All commandsChanged code to handle strings with topology information.
src/testing/netjail_start.shChanged the netjail start script to configure port forwarding for specific protocols (tcp, udp).src/testing/netjail_start.shChanged the netjail start script to configure port forwarding for specific protocols (tcp, udp).
src/testing/netjail_*.shMoved to contrib/netjail directory
{% endtrans %} @@ -51,19 +67,24 @@

{% trans %} + + - + + + + - + - +
src/transport/test_transport_plugin_cmd_simple_send_broadcast.cNew plugin for the udp broadcast test case.
src/transport/test_transport_plugin_cmd_udp_backchannel.cNew plugin for the udp backchannel test case.
src/transport/test_transport_plugin_cmd_udp_backchannel.cNew plugin for the udp backchannel test case.
src/transport/transport_api_cmd_backchannel_check.cCommand to check for a udp backchannel specific log entry.src/transport/transport_api_cmd_backchannel_check.cCommand to check for a udp backchannel specific log entry.
src/testing/testing_api_cmd_block_until_external_trigger.ccCommand to block the local loop until triggered by a external signal.src/testing/testing_api_cmd_block_until_external_trigger.ccCommand to block the local loop until triggered by a external signal.
{% endtrans %} @@ -72,8 +93,13 @@

{% trans %} + + + + + - +
src/transport/test_transport_simple_send_broadcast_topo.confTopology configuration for the broadcast test.
test_transport_udp_backchannel_topo.confTopology configuration file for the udp backchannel test case.test_transport_udp_backchannel_topo.confTopology configuration file for the udp backchannel test case.
{% endtrans %} -- cgit v1.2.3