# File lib/fog/libvirt/requests/compute/list_pools.rb, line 50 def list_pools(filter = { }) pool1 = mock_pool 'pool1' pool2 = mock_pool 'pool1' [pool1, pool2] end