check_SCRIPTS = \
test_gnunet_fs_psd.py \
test_gnunet_fs_rec.py \
- test_gnunet_fs_idx.py
+ test_gnunet_fs_idx.py \
+ test_gnunet_fs_ns.py
endif
-# test_gnunet_fs_ns.py
if !DISABLE_TEST_RUN
perf_gnunet_service_fs_p2p_index \
$(check_SCRIPTS)
endif
-# perf_gnunet_service_fs_p2p_trust \
+# perf_gnunet_service_fs_p2p_trust
os.system ('rm -rf /tmp/gnunet-test-fs-py-ns/')
os.system ('gnunet-arm -sq -c test_gnunet_fs_ns_data.conf')
try:
- pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -r myroot')
+ pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -R myroot')
pseu.expect (pexpect.EOF)
pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -o')
pseu.expect (re.compile("licenses \(.*\)\r"))