~mvo/ubuntu-system-image/server-raw-device-tarball

« back to all changes in this revision

Viewing changes to tests/test_gpg.py

  • Committer: Michael Vogt
  • Date: 2014-11-14 08:41:07 UTC
  • Revision ID: michael.vogt@ubuntu.com-20141114084107-63lbzx5fcwrcp2qe
update README and add SKIP_SLOW_TESTS environment

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        self.assertTrue(os.path.exists(os.path.join(keyring_path,
152
152
                                                    "testing.tar")))
153
153
 
 
154
    @unittest.skipIf("SKIP_SLOW_TESTS" in os.environ, "skipping slow test")
154
155
    def test_generate_signing_key(self):
155
156
        key_dir = os.path.join(self.temp_directory, "key")
156
157