e2e test for addon update

This commit is contained in:
Marek Biskup
2015-06-15 16:31:17 +02:00
parent e1a03ed737
commit dcc4034d57
6 changed files with 449 additions and 4 deletions

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", "gke") {
if !providerIs("gce") {
By(fmt.Sprintf("Skipping reboot test, which is not implemented for %s", provider))
return
}