aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-04 22:06:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-04 22:06:30 +0000
commitbe3a89b8dfd10ca5648e200e8f9ea06dc9668e8f (patch)
treec7d53f6ec9f8d773702d08a9bb8ed90d5fe8f9a2
parent0663125e0f41ee120736944ef153074f6251b957 (diff)
downloadgnunet-be3a89b8dfd10ca5648e200e8f9ea06dc9668e8f.tar.gz
gnunet-be3a89b8dfd10ca5648e200e8f9ea06dc9668e8f.zip
gpl
-rwxr-xr-xsrc/fs/test_gnunet_fs.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/fs/test_gnunet_fs.py b/src/fs/test_gnunet_fs.py
index 9e3fc8daa..6c0c7a011 100755
--- a/src/fs/test_gnunet_fs.py
+++ b/src/fs/test_gnunet_fs.py
@@ -1,4 +1,30 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# This file is part of GNUnet.
3# (C) 2010 Christian Grothoff (and other contributing authors)
4#
5# GNUnet is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published
7# by the Free Software Foundation; either version 2, or (at your
8# option) any later version.
9#
10# GNUnet is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with GNUnet; see the file COPYING. If not, write to the
17# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18# Boston, MA 02111-1307, USA.
19#
20# Testcase for file-sharing command-line tools
21#
22# TODO:
23# - test meta data
24# - test namespace search (sblocks, nblocks)
25# - test gnunet-unindex
26# - test gnunet-directory
27# - consider splitting into multiple independent scripts
2import pexpect 28import pexpect
3import os 29import os
4import signal 30import signal