]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
RM-11642: Add install-common to install tests
authorTravis Rhoden <trhoden@redhat.com>
Fri, 15 May 2015 14:39:13 +0000 (10:39 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 15 May 2015 14:39:13 +0000 (10:39 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/tests/test_install.py

index 4d4dcddbe1876c5587a7f3d84d42e5e9db3b7027..46231bee94ebb2d61970ac4292410a48371fc88c 100644 (file)
@@ -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()