From: Zack Cerza Date: Tue, 12 Jan 2016 20:34:56 +0000 (-0700) Subject: Use remote.inventory_info['os_version'] X-Git-Tag: 1.1.0~702^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F768%2Fhead;p=teuthology.git Use remote.inventory_info['os_version'] ... instead of remote.os.version. Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/tests/test_locking.py b/teuthology/task/tests/test_locking.py index be9a8a56d..898d60f39 100644 --- a/teuthology/task/tests/test_locking.py +++ b/teuthology/task/tests/test_locking.py @@ -17,7 +17,7 @@ class TestLocking(object): if ctx.config.get("os_type") == "debian": pytest.skip('known issue with debian versions; see: issue #10878') for remote in ctx.cluster.remotes.iterkeys(): - assert remote.os.version == os_version + assert remote.inventory_info['os_version'] == os_version def test_correct_machine_type(self, ctx, config): machine_type = ctx.machine_type