v.licheni.net
/
stack
/
cam.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
always regenerate the CA config file if necessary
[stack/cam.git]
/
cam
/
tests
/
test_ca.py
diff --git
a/cam/tests/test_ca.py
b/cam/tests/test_ca.py
index
c443fe4
..
35c61a3
100644
(file)
--- a/
cam/tests/test_ca.py
+++ b/
cam/tests/test_ca.py
@@
-54,4
+54,4
@@
class CATest(unittest.TestCase):
cert = CertStub('test', 'www.test.com', self.tmpdir)
self.ca.generate(cert)
self.ca.revoke(cert)
cert = CertStub('test', 'www.test.com', self.tmpdir)
self.ca.generate(cert)
self.ca.revoke(cert)
- self.assertTrue(os.path.exists(os.path.join(self.tmpdir, 'public/c
rl.pem
')))
+ self.assertTrue(os.path.exists(os.path.join(self.tmpdir, 'public/c
a.crl
')))