summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-03-12 03:04:37 +0000
committerMartin Pool <mbp@samba.org>2003-03-12 03:04:37 +0000
commitf3b77aae13df2559a81db6453d04e0fe8004cd52 (patch)
tree503514c0a7ad369de7e7c28dad87a6e989878f20
parent17f01f6959fb79ba11a56d6869ec9789e3ee2f74 (diff)
downloadsamba-f3b77aae13df2559a81db6453d04e0fe8004cd52.tar.gz
samba-f3b77aae13df2559a81db6453d04e0fe8004cd52.tar.xz
samba-f3b77aae13df2559a81db6453d04e0fe8004cd52.zip
Start importing the Python testing framework that Tim and I have been
working on into the main Samba tree.
-rw-r--r--source/stf/README.stf3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/stf/README.stf b/source/stf/README.stf
new file mode 100644
index 00000000000..3fbd33cb6cc
--- /dev/null
+++ b/source/stf/README.stf
@@ -0,0 +1,3 @@
+This directory contains the Samba Testing Framework, a Python-based
+system for exercising Samba in various ways. It is quite small at the
+moment.