Esempio n. 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)
Esempio n. 3
0
 def tearDown(self):
     crypto.shutdown(self.profileDir)
Esempio n. 4
0
def stopCrypto(profileDir):
    crypto.shutdown(profileDir)
Esempio n. 5
0
    def tearDown(self):
        super(TestSSL, self).tearDown()

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