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())
def test_001_all_pool_drivers(self): """ The only predefined pool driver is file """ self.assertCountEqual(['linux-kernel', 'lvm_thin', 'file'], pool_drivers())