Skip to content
Snippets Groups Projects
Unverified Commit 8064ccb4 authored by anarcat's avatar anarcat
Browse files

renew my pgp key

parent c296bf82
No related branches found
No related tags found
No related merge requests found
......@@ -351,9 +351,12 @@ To renew the keys, try::
mkdir ~/.gpg-tmp
chmod 700 ~/.gpg-tmp
gpg --homedir ~/.gpg-tmp --import 7B75921E.asc
gpg --homedir ~/.gpg-tmp --import monkeysign/tests/files/7B75921E.asc
gpg --homedir ~/.gpg-tmp --refresh-keys 8DC901CE64146C048AD50FBB792152527B75921E
gpg --homedir ~/.gpg-tmp --export-options export-minimal --armor --export 8DC901CE64146C048AD50FBB792152527B75921E > 7B75921E.asc
gpg --homedir ~/.gpg-tmp --export-options export-minimal --armor --export 8DC901CE64146C048AD50FBB792152527B75921E > monkeysign/tests/files/7B75921E.asc
Once that is done, the ``@skipIfDatePassed`` tests need to be adjusted
to not be skipped anymore.
It is also possible the key is just expired and there is no replacement.
In this case the solution is to try and find a similar test case and
......
This diff is collapsed.
......@@ -202,7 +202,7 @@ class CliTestCase(CliBaseTest):
self.assertTrue(args.local)
@skipIfDatePassed('2017-06-01T00:00:00UTC')
@skipIfDatePassed('2018-04-19T00:00:00UTC')
class CliTestDialog(CliBaseTest):
def setUp(self):
CliBaseTest.setUp(self)
......@@ -239,7 +239,7 @@ this tests for bug #716675"""
self.write_to_callback("\n\n", callback) # say 'default' twice
@skipIfDatePassed('2017-06-01T00:00:00UTC')
@skipIfDatePassed('2018-04-19T00:00:00UTC')
class CliTestSpacedFingerprint(CliTestDialog):
def setUp(self):
CliTestDialog.setUp(self)
......@@ -274,7 +274,7 @@ class BasicTests(BaseTestCase):
self.assertFalse(os.path.exists(self.homedir))
@skipIfDatePassed('2017-06-01T00:00:00UTC')
@skipIfDatePassed('2018-04-19T00:00:00UTC')
class SigningTests(BaseTestCase):
pattern = '7B75921E'
......@@ -477,7 +477,7 @@ this duplicates tests from the gpg code, but is necessary to test later function
os.unlink(outputfile)
@skipIfDatePassed('2017-06-01T00:00:00UTC')
@skipIfDatePassed('2018-04-19T00:00:00UTC')
class EmailFactoryTest(BaseTestCase):
pattern = '7B75921E'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment