ceph-volume tests.devices.lvm prepare isn't bluestore specific anymore

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2017-11-17 08:41:24 -05:00
parent 51c8b804d6
commit 2f40dbac38

View File

@ -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 logical' in stdout
assert 'A physical device or logical' in stdout
class TestGetJournalLV(object):