From: Travis Rhoden Date: Fri, 15 May 2015 14:39:13 +0000 (-0400) Subject: RM-11642: Add install-common to install tests X-Git-Tag: v1.5.24~5^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=114c50bee38ff583f91b4741e9227d14d31b125f;p=ceph-deploy.git RM-11642: Add install-common to install tests Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/tests/test_install.py b/ceph_deploy/tests/test_install.py index 4d4dcdd..46231be 100644 --- a/ceph_deploy/tests/test_install.py +++ b/ceph_deploy/tests/test_install.py @@ -48,6 +48,7 @@ class TestDetectComponents(object): self.args.install_mon = False self.args.install_osd = False self.args.install_rgw = False + self.args.install_common = False self.args.install_ceph = False self.args.repo = False self.distro = Mock()