From: Zack Cerza Date: Wed, 17 Dec 2014 20:35:39 +0000 (-0700) Subject: Fix TestResultsEmail X-Git-Tag: 1.1.0~1060 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3f0e60f0d88beb43d5879df9847eef59adaa571c;p=teuthology.git Fix TestResultsEmail Signed-off-by: Zack Cerza --- diff --git a/teuthology/test/test_results.py b/teuthology/test/test_results.py index 32f3b36060..95869e2517 100644 --- a/teuthology/test/test_results.py +++ b/teuthology/test/test_results.py @@ -73,6 +73,7 @@ class TestResultsEmail(object): def setup(self): config.results_ui_server = "http://example.com/" + config.archive_server = "http://qa-proxy.ceph.com/teuthology/" self.archive = FakeArchive() self.archive.setup() self.archive_base = self.archive.archive_base