ceph-volume tests update changes from the help menu in lvm

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2017-10-19 12:03:17 -04:00
parent 9be1012072
commit 39bdc2e3f6

View File

@ -33,8 +33,9 @@ class TestPrepare(object):
with pytest.raises(SystemExit):
lvm.prepare.Prepare(argv=['--help']).main()
stdout, stderr = capsys.readouterr()
assert 'required arguments:' in stdout
assert 'A logical group name or a path' in stdout
assert 'Use the filestore objectstore' in stdout
assert 'Use the bluestore objectstore' in stdout
assert 'Bluestore: A physical device or volume' in stdout
class TestGetJournalLV(object):