示例#1
0
 def test_001_all_pool_drivers(self):
     """ Expect all our pool drivers (and only them) """
     self.assertCountEqual(
         ['linux-kernel', 'lvm_thin', 'file', 'file-reflink'],
         pool_drivers())
示例#2
0
 def test_001_all_pool_drivers(self):
     """ The only predefined pool driver is file """
     self.assertCountEqual(['linux-kernel', 'lvm_thin', 'file'], pool_drivers())