AWS: Enable restart tests

This commit is contained in:
Justin Santa Barbara 2015-06-14 14:41:06 -04:00
parent f7cb6e9844
commit c4d8a73345

View File

@ -94,7 +94,7 @@ func testReboot(c *client.Client, rebootCmd string) {
// there (the limiting factor is the implementation of util.go's
// getSigner(...)).
provider := testContext.Provider
if !providerIs("gce") {
if !providerIs("aws", "gce") {
By(fmt.Sprintf("Skipping reboot test, which is not implemented for %s", provider))
return
}