From c4d8a733458a5acf0d559deba066b4bbe797842c Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sun, 14 Jun 2015 14:41:06 -0400 Subject: [PATCH] AWS: Enable restart tests --- test/e2e/reboot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/reboot.go b/test/e2e/reboot.go index 3ff89bc2b13..20558d1f38b 100644 --- a/test/e2e/reboot.go +++ b/test/e2e/reboot.go @@ -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 }