Merge pull request #8364 from mbforbes/testRebootGke

Enable reboot test for GKE
pull/6/head
Robert Bailey 2015-05-15 17:39:57 -07:00
commit 017a35cf37
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ var _ = Describe("Reboot", func() {
// there (the limiting factor is the implementation of util.go's
// getSigner(...)).
provider := testContext.Provider
if !providerIs("gce") {
if !providerIs("gce", "gke") {
By(fmt.Sprintf("Skipping reboot test, which is not implemented for %s", provider))
return
}