summaryrefslogtreecommitdiff
path: root/selftest/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-05 13:16:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-11 19:59:58 +0200
commit4308e69084c3455072a4e256c84bf3b2b013f31e (patch)
tree4d98adee84fee5c68282e3ab5d596b401903139a /selftest/README
parentc278ee50eeb59f74b960036803e3288c8b329c72 (diff)
downloadsamba-4308e69084c3455072a4e256c84bf3b2b013f31e.tar.gz
samba-4308e69084c3455072a4e256c84bf3b2b013f31e.tar.bz2
samba-4308e69084c3455072a4e256c84bf3b2b013f31e.zip
selftest: Fix subunit stream to include the right prefixes rather than
extending the subunit protocol.
Diffstat (limited to 'selftest/README')
-rw-r--r--selftest/README35
1 files changed, 30 insertions, 5 deletions
diff --git a/selftest/README b/selftest/README
index 83a3e6fd49..a8c5101a61 100644
--- a/selftest/README
+++ b/selftest/README
@@ -77,12 +77,37 @@ time: YYYY-MM-DD HH:mm:ssZ
Announce the current time. This may be used to calculate the duration of
various tests.
-prefix
-~~~~~~
-prefix: Prefix
+The following are Samba extensions to Subunit:
-Change the global prefix for test names. To unset the prefix, specify an empty
-string.
+testsuite-count
+~~~~~~~~~~~~~~~
+testsuite-count: number
+
+Announce the number of tests that is going to be run.
+
+start-testsuite
+~~~~~~~~~
+start-testsuite: name
+
+The testsuite name is used as prefix for all containing tests.
+
+skip-testsuite
+~~~~~~~~~~~~~~
+skip-testsuite: name
+
+Mark the testsuite with the specified name as skipped.
+
+testsuite-success
+~~~~~~~~~~~~~~~~~
+testsuite-success: name
+
+Indicate that the testsuite has succeeded successfully.
+
+testsuite-fail
+~~~~~~~~~~~~~~
+testsuite-fail: name
+
+Indicate that a testsuite has failed.
Environments
============