1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/torture
Stefan Metzmacher 0e0d89b55c lib/torture: fix subunit names of nested suites
E.g. passing 'smb2.multichannel.generic' to smbtorture results in

- interface_info
- num_channels

While passing 'smb2.multichannel' to smbtorture results in:

- generic.interface_info
- genetic.num_channels
- oplocks.test1
...
- leases.test1
...

Before we got this:

- interface_info
- num_channels
- test1
...
- test1

That made it impossible to add knownfail entries for

leases.test1 vs. oplocks.test1

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
2020-07-07 10:30:40 +00:00
..
simple.c libtorture: factor out simple ui backend 2012-09-21 16:26:39 +02:00
subunit.c lib/torture: make torture_subunit_test_name() public 2020-07-07 10:30:39 +00:00
torture.c lib/torture: fix subunit names of nested suites 2020-07-07 10:30:40 +00:00
torture.h lib/torture: fix subunit names of nested suites 2020-07-07 10:30:40 +00:00
wscript_build Rename 'errors' to 'samba-errors' and make it public. 2016-01-13 07:47:04 +01:00