Merge pull request #8364 from mbforbes/testRebootGke

Enable reboot test for GKE
This commit is contained in:
Robert Bailey 2015-05-15 17:39:57 -07:00
commit 017a35cf37

View File

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