]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
test_altlinux: Remove print statement 482/head
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 25 Feb 2019 18:12:05 +0000 (13:12 -0500)
committerDimitri Savineau <dsavinea@redhat.com>
Mon, 25 Feb 2019 18:15:04 +0000 (13:15 -0500)
The commit 6190bb2 introduced an unnecessary print statement in the
altlinux tests.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
ceph_deploy/tests/unit/hosts/test_altlinux.py

index d24dfc231a4f5e6168b253b37f32d24125fad74b..cc65fde1b637bf64fa7b5efa3c3824a260379ee5 100644 (file)
@@ -4,7 +4,6 @@ from ceph_deploy.hosts.alt.install import map_components, NON_SPLIT_PACKAGES
 class TestALTMapComponents(object):
     def test_valid(self):
         pkgs = map_components(NON_SPLIT_PACKAGES, ['ceph-osd', 'ceph-common', 'ceph-radosgw'])
-        print(pkgs)
         assert 'ceph' in pkgs
         assert 'ceph-common' in pkgs
         assert 'ceph-radosgw' in pkgs