Skip to content

Commit

Permalink
Merge pull request ceph#36493 from rishabh-d-dave/cv-naut-test-fix
Browse files Browse the repository at this point in the history
nautilus: ceph-volume: fix test_lvm.TestVolume.test_is_not_ceph_device
  • Loading branch information
jan--f authored Aug 12, 2020
2 parents d78d05b + b3ee953 commit 9a584a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ceph-volume/ceph_volume/tests/api/test_lvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ def test_is_ceph_device(self):
@pytest.mark.parametrize('dev',[
'/dev/sdb',
api.VolumeGroup(vg_name='foo'),
api.Volume(lv_name='vg/no_osd', lv_tags=''),
api.Volume(lv_name='vg/no_osd', lv_tags='ceph.osd_id=null'),
api.Volume(lv_name='vg/no_osd', lv_tags='', lv_path='lv/path'),
api.Volume(lv_name='vg/no_osd', lv_tags='ceph.osd_id=null', lv_path='lv/path'),
None,
])
def test_is_not_ceph_device(self, dev):
Expand Down

0 comments on commit 9a584a4

Please sign in to comment.