From 61716258356158e6fc40af50de83bf3a8f7f5612 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Wed, 26 Apr 2017 08:52:29 +0200
Subject: [PATCH] Set minimum OS partition size to 14 GB instead of 15 GB.

---
 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 dd2ad85b..fa656197 100755
--- a/tests/test_partitions.py
+++ b/tests/test_partitions.py
@@ -24,7 +24,7 @@ paths = [
     {
         'mount_point': '/',
         'recommended_types': ('ext4',),
-        'min_size_gbytes': 15,
+        'min_size_gbytes': 14,
         'min_free_size_gbytes': 5,
     },
     {
-- 
GitLab