mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +03:00
netcmd: tests: rename base class to be used by more tests
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
422680f82f
commit
bcc77601f2
@@ -30,10 +30,10 @@ from samba.netcmd.domain.models.exceptions import ModelError
|
||||
from samba.samdb import SamDB
|
||||
from samba.sd_utils import SDUtils
|
||||
|
||||
from .domain_auth_base import BaseAuthCmdTest
|
||||
from .domain_auth_base import SiloTest
|
||||
|
||||
|
||||
class AuthPolicyCmdTestCase(BaseAuthCmdTest):
|
||||
class AuthPolicyCmdTestCase(SiloTest):
|
||||
|
||||
def test_list(self):
|
||||
"""Test listing authentication policies in list format."""
|
||||
|
||||
Reference in New Issue
Block a user