builder/amazon: reverted wrongly modified ssh_test's.

This commit is contained in:
Rickard von Essen 2016-09-14 20:26:09 +02:00
parent 067155c344
commit 3b47893eb8
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ func TestSSHHost(t *testing.T) {
{2, "", true, true, privateIP},
{2, "vpc-id", false, true, publicIP},
{2, "vpc-id", true, true, privateIP},
{2, "", false, true, publicDNS},
{2, "", true, true, privateIP},
{3, "", false, false, ""},
{3, "", true, false, ""},
{3, "vpc-id", false, false, ""},
{3, "vpc-id", true, false, ""},
}