]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
f ceph-volume tests update changes from the help menu in lvm
authorAlfredo Deza <adeza@redhat.com>
Fri, 20 Oct 2017 19:10:08 +0000 (15:10 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 Oct 2017 19:10:08 +0000 (15:10 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/tests/devices/lvm/test_prepare.py

index c6311bc27b1a33a146f5cbc8a33de80dbedc8fcb..f8a26e3b5b1c1c29226681dcfa18fe94823b0e5a 100644 (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 volume' in stdout
+        assert 'Bluestore: A physical device or logical' in stdout
 
 
 class TestGetJournalLV(object):