diff options
author | Martin Pool <mbp@samba.org> | 2003-03-12 03:04:37 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-03-12 03:04:37 +0000 |
commit | ffd5eae60eaae186d93f37537cc3cb4d5d446c83 (patch) | |
tree | 60cbf95221a03c0250d434b7cb1fefb92d62b90b /source3/stf | |
parent | 9a63d8bc2af36386bd863dcda8d749cc9f29bb47 (diff) | |
download | samba-ffd5eae60eaae186d93f37537cc3cb4d5d446c83.tar.gz |
Start importing the Python testing framework that Tim and I have been
working on into the main Samba tree.
(This used to be commit f3b77aae13df2559a81db6453d04e0fe8004cd52)
Diffstat (limited to 'source3/stf')
-rw-r--r-- | source3/stf/README.stf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/stf/README.stf b/source3/stf/README.stf new file mode 100644 index 00000000000..3fbd33cb6cc --- /dev/null +++ b/source3/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. |