Commit aa8ee0dc authored by Vincent Pelletier's avatar Vincent Pelletier

test: Make pylint happier.

parent 4791e9ca
...@@ -1176,13 +1176,16 @@ class CaucaseTest(unittest.TestCase): ...@@ -1176,13 +1176,16 @@ class CaucaseTest(unittest.TestCase):
Mock CAU. Mock CAU.
""" """
digest_list = ['sha256'] digest_list = ['sha256']
def getCACertificateList(self):
@staticmethod
def getCACertificateList():
""" """
Return cau ca list. Return cau ca list.
""" """
return cau_list return cau_list
def getCertificateRevocationList(self): @staticmethod
def getCertificateRevocationList():
""" """
Return cau crl. Return cau crl.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment