]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-16140] tests: remove osd ext4 tests
authorAlfredo Deza <adeza@redhat.com>
Fri, 3 Jun 2016 12:46:26 +0000 (08:46 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 3 Jun 2016 12:46:26 +0000 (08:46 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/tests/parser/test_disk.py

index fa25423d06ca04cc413817ce91c0e5e6db13e89f..d3997aa14e8f703a704e657020b09a5c5d7b55cd 100644 (file)
@@ -69,9 +69,9 @@ class TestParserDisk(object):
         args = self.parser.parse_args('disk prepare host1:sdb'.split())
         assert args.fs_type == "xfs"
 
-    def test_disk_prepare_fstype_ext4(self):
-        args = self.parser.parse_args('disk prepare --fs-type ext4 host1:sdb'.split())
-        assert args.fs_type == "ext4"
+    def test_disk_prepare_fstype_btrfs(self):
+        args = self.parser.parse_args('disk prepare --fs-type btrfs host1:sdb'.split())
+        assert args.fs_type == "btrfs"
 
     def test_disk_prepare_fstype_invalid(self, capsys):
         with pytest.raises(SystemExit):