]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netcmd: tests: make use of unique_name
authorRob van der Linde <rob@catalyst.net.nz>
Tue, 7 Nov 2023 05:06:22 +0000 (18:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Nov 2023 04:05:34 +0000 (04:05 +0000)
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>
python/samba/tests/samba_tool/domain_auth_silo.py

index 27c5caf6a33ecd883e6de8f678ae160f6d92e5df..69a3d4416802cd5844b67652011b83b525616879 100644 (file)
@@ -591,7 +591,7 @@ class AuthSiloMemberCmdTestCase(BaseAuthCmdTest):
 
     def test_member_add__computer(self):
         """Test adding a computer to an authentication silo"""
-        name = "AUTH_SILO_CMP"
+        name = self.unique_name()
         computer = self.create_computer(name)
         silo = "Developers"