mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Rebasing fixed tests
This commit is contained in:
parent
de7d0fdeab
commit
a77ea84092
11 changed files with 217 additions and 111 deletions
|
|
@ -31,6 +31,13 @@ class Utils
|
|||
# }
|
||||
# }
|
||||
|
||||
# abs pooler response body example when `floaty get` arguments are :
|
||||
# {
|
||||
# "hostname"=>"thin-soutane.delivery.puppetlabs.net",
|
||||
# "type"=>"centos-7.2-tmpfs-x86_64",
|
||||
# "engine"=>"vmpooler"
|
||||
# }
|
||||
|
||||
raise ArgumentError, "Bad GET response passed to format_hosts: #{response_body.to_json}" unless response_body.delete('ok')
|
||||
|
||||
# vmpooler reports the domain separately from the hostname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue