From 8164c9f5db148d01f23ec81b0a5bdd0f6ffa7798 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Tue, 20 Feb 2018 10:16:26 +0100
Subject: [PATCH] Changed min size for msinstance.

---
 tests/test_partitions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_partitions.py b/tests/test_partitions.py
index 5dcd7676..00c5c27f 100755
--- a/tests/test_partitions.py
+++ b/tests/test_partitions.py
@@ -34,7 +34,7 @@ paths = [
     {
         'mount_point': '/home/msuser/msinstance',
         'recommended_types': ('ext4', 'nfs', 'nfsv4'),
-        'min_size_gbytes': 400,
+        'min_size_gbytes': 300,
         'min_available_gbytes': 15,
     },
     {
-- 
GitLab