Merge pull request #8364 from mbforbes/testRebootGke
Enable reboot test for GKE
This commit is contained in:
commit
017a35cf37
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user