Merge pull request #4 from rishijavia/BKR-1155

(BKR-1155) Add connection_preferece method to override default
This commit is contained in:
Kevin Imber 2017-07-20 18:17:14 -07:00 committed by GitHub
commit 4158608d23

View file

@ -52,6 +52,10 @@ module Beaker
YAML.load_file(dot_fog)
end
def connection_preference
['vmhostname', 'ip', 'hostname']
end
def check_url url
begin
URI.parse(url)
@ -352,4 +356,4 @@ module Beaker
disk_added?(parsed[hostname], disk_size, index)
end
end
end
end