gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: - updated L2O NGI project page with milesto


From: gnunet
Subject: [www] branch master updated: - updated L2O NGI project page with milestones 3 info.
Date: Wed, 01 Dec 2021 16:13:02 +0100

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 010019b  - updated L2O NGI project page with milestones 3 info.
010019b is described below

commit 010019b44732e37b6ff5ed95d455c89fbab57665
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Dec 1 15:46:59 2021 +0100

    - 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 f80d7ea..2c529f5 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 265dd73..1da4f4f 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 %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]