Subunit: Difference between revisions

From SambaWiki
mNo edit summary
(update subunit page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Samba 4 is slowly starting to use more and more [http://launchpad.net/subunit Subunit].
Samba extensively uses [http://launchpad.net/subunit Subunit] to describe test results.


At the moment the main testrunner and a lot of the testsuites will output subunit. There are a still things I would still like to achieve:
At the moment the main testrunner and the testsuites will output subunit.


Samba uses subunit version 1. We do not use subunit version 2, which is a binary protocol.
* Ability to run single tests (--idlist) in selftest

* Ability to run single tests (--idlist) in smbtorture
There are a still things we would still like to achieve:

* Ability to run single tests (--load-list) in smbtorture
* Subunit formatting compatible with the main Subunit protocol
* Subunit formatting compatible with the main Subunit protocol
* Switching over to the main subunit protocol parsers

Latest revision as of 05:25, 2 August 2017

Samba extensively uses Subunit to describe test results.

At the moment the main testrunner and the testsuites will output subunit.

Samba uses subunit version 1. We do not use subunit version 2, which is a binary protocol.

There are a still things we would still like to achieve:

  • Ability to run single tests (--load-list) in smbtorture
  • Subunit formatting compatible with the main Subunit protocol