]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_keygen.py
mutable WIP: re-enable publish/retrieve status
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_keygen.py
index 38c54d3fea39abd1eedd1a9967d92b96115a982d..a6f354d6b0dc1d75762fd2ef48d5d9191694bbd6 100644 (file)
@@ -25,6 +25,7 @@ class KeyGenService(unittest.TestCase, testutil.PollMixin):
         t.setServiceParent(self.parent)
         t.listenOn("tcp:0")
         t.setLocationAutomatically()
+        return eventual.fireEventually()
 
     def tearDown(self):
         d = self.parent.stopService()