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: v12.2.2~83^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1f09ee754fec40c4b17ea33829e6449d8749690a;p=ceph.git f ceph-volume tests update changes from the help menu in lvm Signed-off-by: Alfredo Deza (cherry picked from commit 3ddcd3c2f19cc848a11a2882f150462ad2f26c65) --- 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 c6311bc27b1..f8a26e3b5b1 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):