gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33768 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r33768 - gnunet/src/transport
Date: Mon, 23 Jun 2014 11:07:49 +0200

Author: wachs
Date: 2014-06-23 11:07:49 +0200 (Mon, 23 Jun 2014)
New Revision: 33768

Modified:
   gnunet/src/transport/test_transport_blacklisting.c
Log:
describing different tests


Modified: gnunet/src/transport/test_transport_blacklisting.c
===================================================================
--- gnunet/src/transport/test_transport_blacklisting.c  2014-06-23 08:55:30 UTC 
(rev 33767)
+++ gnunet/src/transport/test_transport_blacklisting.c  2014-06-23 09:07:49 UTC 
(rev 33768)
@@ -20,12 +20,31 @@
 
 /**
  * @file transport/transport_api_blacklisting.c
- * @brief test for the blacklisting API
- *             stage 0: init
- *             stage 1: connect peers and stop
- *             stage 2: blacklist whole peer and connect
- *             stage 3: blacklist tcp and try connect
+ * @brief test for the blacklisting with blacklistings defined in cfg
  *
+ * this file contains multiple tests:
+ *
+ * test_transport_blacklisting_no_bl:
+ *      no blacklisting entries
+ *      peers are expected to connect
+ * test_transport_blacklisting_outbound_bl_full:
+ *      both peers contain bl entries for full peer
+ *      test is expected to not connect
+ * test_transport_blacklisting_outbound_bl_plugin:
+ *      both peers contain bl entries for plugin
+ *      test is expected to not connect
+ * test_transport_blacklisting_inbound_bl_plugin:
+ *      peer 1 contains no bl entries
+ *      peer 2 contain bl entries for full peer
+ *      test is expected to not connect
+ * test_transport_blacklisting_inbound_bl_full:
+ *      peer 1 contains no bl entries
+ *      peer 2 contain bl entries for plugin
+ *      test is expected to not connect
+ * test_transport_blacklisting_multiple_plugins:
+ *      both peers contain bl entries for plugin
+ *      test is expected to  connect with not bl'ed plugin
+ *
  * @author Matthias Wachs
  *
  */




reply via email to

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