From 315400a5cf8fdf1c7bbe831a018962ac5e6b4f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 16 Jan 2018 10:10:10 +0100 Subject: [PATCH] Do not emit warning for nfs partitions. --- tests/test_partitions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_partitions.py b/tests/test_partitions.py index ab39dd70..5dcd7676 100755 --- a/tests/test_partitions.py +++ b/tests/test_partitions.py @@ -33,13 +33,13 @@ paths = [ }, { 'mount_point': '/home/msuser/msinstance', - 'recommended_types': ('ext4', 'nfsv4'), + 'recommended_types': ('ext4', 'nfs', 'nfsv4'), 'min_size_gbytes': 400, 'min_available_gbytes': 15, }, { 'mount_point': '/home/skyreach', - 'recommended_types': ('ext4', 'nfsv4'), + 'recommended_types': ('ext4', 'nfs', 'nfsv4'), 'min_size_gbytes': 19, 'min_available_gbytes': 5, }, -- GitLab