SSH Command respects ABS now and tests should fail if the API changes again

This commit is contained in:
Mikker Gimenez-Peterson 2020-01-27 15:16:20 -08:00
parent d6a69d08ac
commit ac14629eb3
3 changed files with 61 additions and 6 deletions

View file

@ -91,7 +91,7 @@ class Service
STDERR.puts 'Could not get token... requesting vm without a token anyway...'
end
end
Ssh.ssh(verbose, host_os, token_value, url)
Ssh.ssh(verbose, self, host_os, token_value)
end
def pretty_print_running(verbose, hostnames = [])