From e0fa99d1b305588020c2326920bbd1b81842479a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Wed, 23 Aug 2017 10:07:46 +0200
Subject: [PATCH] Added skyreach dir in partition check (refs #22279).

---
 tests/test_partitions.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/test_partitions.py b/tests/test_partitions.py
index 0e891e32..9bd4306d 100755
--- a/tests/test_partitions.py
+++ b/tests/test_partitions.py
@@ -37,6 +37,12 @@ paths = [
         'min_size_gbytes': 400,
         'min_available_gbytes': 15,
     },
+    {
+        'mount_point': '/home/skyreach',
+        'recommended_types': ('ext4', 'nfsv4'),
+        'min_size_gbytes': 35,
+        'min_available_gbytes': 5,
+    },
     {
         'type': 'swap',
         'min_size_gbytes': 1,
-- 
GitLab