]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk/tests/test_main.py: FreeBSD does not do multipath 13847/head
authorWillem Jan Withagen <wjw@digiware.nl>
Tue, 7 Mar 2017 21:27:02 +0000 (22:27 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Tue, 7 Mar 2017 21:27:02 +0000 (22:27 +0100)
 - So don't test it.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/ceph-disk/tests/test_main.py

index c2123ebbac6fa747e2944e127a6f80f456f549f1..847e904a67de07d78fce275b4c407032ed0b960c 100644 (file)
@@ -391,6 +391,9 @@ class TestCephDisk(object):
         #
         # multipath data partition
         #
+        if platform.system() == "FreeBSD":
+            return
+
         partition_uuid = "56244cf5-83ef-4984-888a-2d8b8e0e04b2"
         disk = "Xda"
         partition = "Xda1"