-test now passes
[oweals/gnunet.git] / src / fs / test_gnunet_fs_rec.py.in
1 #!@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 (recursive publishing & download)
21 import sys
22 import os
23 import subprocess
24 import re
25 import shutil
26
27 srcdir = "../.."
28 gnunet_pyexpect_dir = os.path.join (srcdir, "contrib")
29 if gnunet_pyexpect_dir not in sys.path:
30   sys.path.append (gnunet_pyexpect_dir)
31
32 from gnunet_pyexpect import pexpect
33
34 if os.name == 'posix':
35   download = 'gnunet-download'
36   gnunetarm = 'gnunet-arm'
37   publish = 'gnunet-publish'
38   unindex = 'gnunet-unindex'
39   search = 'gnunet-search'
40   directory = 'gnunet-directory'
41 elif os.name == 'nt':
42   download = 'gnunet-download.exe'
43   gnunetarm = 'gnunet-arm.exe'
44   publish = 'gnunet-publish.exe'
45   unindex = 'gnunet-unindex.exe'
46   search = 'gnunet-search.exe'
47   directory = 'gnunet-directory.exe'
48
49 if os.name == "nt":
50   shutil.rmtree (os.path.join (os.getenv ("TEMP"), "gnunet-test-fs-py-rec"), True)
51 else:
52   shutil.rmtree ("/tmp/gnunet-test-fs-py-rec", True)
53
54 arm = subprocess.Popen ([gnunetarm, '-sq', '-c', 'test_gnunet_fs_rec_data.conf'])
55 arm.communicate ()
56
57 # pray that `tar' is in PATH
58 os.system ('tar xfz test_gnunet_fs_rec_data.tgz')
59 # first, basic publish-search-download run
60 try:
61   pub = pexpect ()
62   pub.spawn (None, [publish, '-c', 'test_gnunet_fs_rec_data.conf', '-d', '-k', 'testdir', 'dir/'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
63   pub.expect ("stdout", re.compile (r"Scanning directory `.+[\\/]dir[\\/]'\.\r?\n"))
64   # Directory listing order is undefined, so only one thing is certain - that we start with `dir/'
65   pub.expect ("stdout", re.compile (r"Scanning .+\.\r?\n"))
66   pub.expect ("stdout", re.compile (r"Scanning .+\.\r?\n"))
67   pub.expect ("stdout", re.compile (r"Scanning .+\.\r?\n"))
68   pub.expect ("stdout", re.compile (r"Scanning .+\.\r?\n"))
69   pub.expect ("stdout", re.compile (r"Scanning .+\.\r?\n"))
70   pub.expect ("stdout", re.compile (r"Scanning .+\.\r?\n"))
71   # Same goes for publishing order - the last one is the toplevel directory
72   pub.expect ("stdout", re.compile (r"Publishing `.+' done\.\r?\n"))
73   pub.expect ("stdout", re.compile (r"URI is `gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))
74   pub.expect ("stdout", re.compile (r"Publishing `.+[\\/]dir[\\/]a[\\/]INSTALL' done\.\r?\n"))
75   pub.expect ("stdout", re.compile (r"URI is `gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))
76   pub.expect ("stdout", re.compile (r"Publishing `.+[\\/]dir[\\/]a' done\.\r?\n"))
77   pub.expect ("stdout", re.compile (r"URI is `gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))
78   pub.expect ("stdout", re.compile (r"Publishing `.+[\\/]dir[\\/]b[\\/]NEWS' done\.\r?\n"))
79   pub.expect ("stdout", re.compile (r"URI is `gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))
80   pub.expect ("stdout", re.compile (r"Publishing `.+[\\/]dir[\\/]b' done\.\r?\n"))
81   pub.expect ("stdout", re.compile (r"URI is `gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))
82   pub.expect ("stdout", re.compile (r"Publishing `.+[\\/]dir[\\/]NEWS' done\.\r?\n"))
83   pub.expect ("stdout", re.compile (r"URI is `gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))
84   pub.expect ("stdout", re.compile (r"Publishing `.+[\\/]dir[\\/]' done\.\r?\n"))
85   pub.expect ("stdout", re.compile (r"URI is `gnunet://fs/chk/EA6RCK9L9KEH6N9P7BI127R1A0L8C9KEQQF7UUJMS9CIDM0I2ETQ3N9H6T47JTH58I97MIPOQDNGE25Q9BJ78MLBCEDVP6QVMQ7K0U8\.8CB2RLQUS4RQTU65BQK0A8HU2DS4AJLDE1F3HP0EG1LEQ9DEPIIQA4CD2I9A9UL02INBFSG9RA9JRLPIPF2RI8O3PBSB520HAB6OAO8\.20324'\.\r?\n"))
86
87   down = pexpect ()
88   down.spawn (None, [download, '-c', 'test_gnunet_fs_rec_data.conf', '-R', '-o', 'rdir.gnd', 'gnunet://fs/chk/M2I80IUI2DM4L6G93KL15AHAO7MIMS5JKP1L3LQFVN50CT7AKRQDSF594BC9TD97JJIT3COF6B5O524CMIOG9EJO8UK1560M54JRI70.GBRE5M4QJ7NA0QIN88FMSC78NNOQMVT5DH8FP37OIR5SGGHFEB9ESDNBRKT9PFE9N2GOI81UN8GGBR6KH9GRTV1T04JFSJURF2U0VE8.20182'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
89   down.expect ("stdout", re.compile (r"Downloading `rdir.gnd' done (.*).\r?\n"))
90
91   d = pexpect ()
92   d.spawn (None, [directory, '-c', 'test_gnunet_fs_rec_data.conf', 'rdir/a.gnd'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
93   d.expect ("stdout", re.compile (r"Directory `a/' meta data:\r?\n"))
94   d.expect ("stdout", re.compile (r"Directory `a/' contents:\r?\n"))
95   d.expect ("stdout", re.compile (r"COPYING (.*)\r?\n"))
96   d.expect ("stdout", re.compile (r"INSTALL (.*)\r?\n"))
97
98   os.remove ("rdir/b.gnd")
99   os.remove ("rdir/a.gnd")
100   if 0 != os.system ("diff -r dir rdir"):
101     raise Exception ("Unexpected difference between source directory and downloaded result")
102   
103
104 finally:
105   arm = subprocess.Popen ([gnunetarm, '-eq', '-c', 'test_gnunet_fs_rec_data.conf'])
106   arm.communicate ()
107   if os.name == "nt":
108     shutil.rmtree (os.path.join (os.getenv ("TEMP"), "gnunet-test-fs-py-rec"), True)
109   else:
110     shutil.rmtree ("/tmp/gnunet-test-fs-py-rec", True)
111   shutil.rmtree ("dir", True)
112   shutil.rmtree ("rdir", True)
113   shutil.rmtree ("rdir.gnd", True)