Exemple #1
0
 def tearDown(self):
     super(TestSSL, self).tearDown()
     
     #XXX Same as TestCryptoStartupShutdown.InitShutdown.tearDown
     crypto.shutdown(self.profileDir)
 def tearDown(self):
     crypto.shutdown(self.profileDir)
Exemple #3
0
 def tearDown(self):
     crypto.shutdown(self.profileDir)
Exemple #4
0
def stopCrypto(profileDir):
    crypto.shutdown(profileDir)
Exemple #5
0
    def tearDown(self):
        super(TestSSL, self).tearDown()

        #XXX Same as TestCryptoStartupShutdown.InitShutdown.tearDown
        crypto.shutdown(self.profileDir)