From eee800366d1c40fdb24eaebeb99ebbd60516e8f3 Mon Sep 17 00:00:00 2001 From: 3hhh Date: Tue, 30 Jun 2020 12:45:33 +0200 Subject: [PATCH] storage/tests: expect the callback pool driver --- qubes/tests/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/tests/storage.py b/qubes/tests/storage.py index eaa345be..72cec71c 100644 --- a/qubes/tests/storage.py +++ b/qubes/tests/storage.py @@ -116,7 +116,7 @@ class TC_00_Pool(QubesTestCase): def test_001_all_pool_drivers(self): """ Expect all our pool drivers (and only them) """ self.assertCountEqual( - ['linux-kernel', 'lvm_thin', 'file', 'file-reflink'], + ['linux-kernel', 'lvm_thin', 'file', 'file-reflink', 'callback'], pool_drivers()) def test_002_get_pool_klass(self):