mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
pytest: dcerpc/dnsserver: Call setUpClass() method of base class
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d2892010e6
commit
e77c249dd5
@ -34,6 +34,8 @@ class DnsserverTests(RpcInterfaceTestCase):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
|
||||
good_dns = ["SAMDOM.EXAMPLE.COM",
|
||||
"1.EXAMPLE.COM",
|
||||
"%sEXAMPLE.COM" % ("1." * 100),
|
||||
|
Loading…
x
Reference in New Issue
Block a user