From: Zack Cerza Date: Wed, 17 Dec 2014 00:11:55 +0000 (-0700) Subject: Properly ignore site-specific lab_domain in tests X-Git-Tag: 1.1.0~1062 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=116a0ac51559ee061fb7d024005be67a5549dccb;p=teuthology.git Properly ignore site-specific lab_domain in tests Signed-off-by: Zack Cerza --- diff --git a/teuthology/test/test_misc.py b/teuthology/test/test_misc.py index 504912c56a..ce832abee2 100644 --- a/teuthology/test/test_misc.py +++ b/teuthology/test/test_misc.py @@ -56,10 +56,10 @@ def test_get_http_log_path(): class TestHostnames(object): def setup(self): - self.old_lab_domain = config.lab_domain + config._conf = dict() def teardown(self): - config.lab_domain = self.old_lab_domain + config.load() def test_canonicalize_hostname(self): host_base = 'box1'