]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/auth_log: Call setUpClass() method of base class
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 May 2023 02:57:03 +0000 (14:57 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 May 2023 00:50:31 +0000 (00:50 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/auth_log_base.py

index 8987ae0785f7e7589cb5d75770c168b8ecd59e25..6f11a7e883df330cc33c6090d3219626fbc61c05 100644 (file)
@@ -32,6 +32,8 @@ class AuthLogTestBase(samba.tests.TestCase):
 
     @classmethod
     def setUpClass(self):
+        super().setUpClass()
+
         # connect to the server's messaging bus (we need to explicitly load a
         # different smb.conf here, because in all other respects this test
         # wants to act as a separate remote client)