This test is no longer valid because `simple scan`
without any arguments will now attempt to scan all
running OSDs.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit
b59dcd01c2dd386ca1b63eb66ed243afffb80211)
from ceph_volume.devices.simple import scan
-class TestScan(object):
-
- def test_main_spits_help_with_no_arguments(self, capsys):
- scan.Scan([]).main()
- stdout, stderr = capsys.readouterr()
- assert 'Scan an OSD directory (or data device) for files' in stdout
-
-
class TestGetContents(object):
def test_multiple_lines_are_left_as_is(self, tmpfile):