From: Alfredo Deza Date: Fri, 20 Oct 2017 19:10:08 +0000 (-0400) Subject: f ceph-volume tests update changes from the help menu in lvm X-Git-Tag: v13.0.1~463^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ddcd3c2f19cc848a11a2882f150462ad2f26c65;p=ceph.git f ceph-volume tests update changes from the help menu in lvm Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/tests/devices/lvm/test_prepare.py b/src/ceph-volume/ceph_volume/tests/devices/lvm/test_prepare.py index c6311bc27b1a..f8a26e3b5b1c 100644 --- a/src/ceph-volume/ceph_volume/tests/devices/lvm/test_prepare.py +++ b/src/ceph-volume/ceph_volume/tests/devices/lvm/test_prepare.py @@ -35,7 +35,7 @@ class TestPrepare(object): stdout, stderr = capsys.readouterr() assert 'Use the filestore objectstore' in stdout assert 'Use the bluestore objectstore' in stdout - assert 'Bluestore: A physical device or volume' in stdout + assert 'Bluestore: A physical device or logical' in stdout class TestGetJournalLV(object):