1
0
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:
Rob van der Linde
2023-10-31 15:33:55 +13:00
committed by Andrew Bartlett
parent 422680f82f
commit bcc77601f2
3 changed files with 7 additions and 7 deletions

View File

@@ -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."""