Преглед на файлове

storage/tests: expect the callback pool driver

3hhh преди 3 години
родител
ревизия
eee800366d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      qubes/tests/storage.py

+ 1 - 1
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):