Merge pull request #9909 from justinsb/aws_enable_reboot_test

AWS: Enable restart e2e tests
This commit is contained in:
Satnam Singh 2015-06-18 14:49:25 -07:00
commit 19e574c170

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
}