]> git.ipfire.org Git - thirdparty/samba.git/commit
selftest: Replace internal loop in test_uac_bits_set() using @DynamicTestClass
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Aug 2021 02:54:39 +0000 (14:54 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 2 Sep 2021 05:03:31 +0000 (05:03 +0000)
commit17ae0319db53a7b88e7fb44a9e2fd4bf1d1daa0e
treee42312af17daaff3b098be29c119eab5ccbdb7ef
parent60f1b6cf0ef0bf6736d8db9c53fa48fe9f3d8e75
selftest: Replace internal loop in test_uac_bits_set() using @DynamicTestClass

This generates a single test per bit which is easier to
debug.  Elsewhere we use this pattern where we want to
be able to put some cases in a knownfail, which is otherwise
not possible.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/dsdb/tests/python/user_account_control.py