Add aws to some e2e tests
This commit is contained in:
@@ -29,8 +29,8 @@ import (
|
||||
// with the TestBasicImage test. This test is only supported
|
||||
// for the providers GCE and GKE.
|
||||
func TestPrivate(c *client.Client) bool {
|
||||
if testContext.provider != "gce" && testContext.provider != "gke" {
|
||||
glog.Infof("Skipping test private which is only supported for providers gce and gke (not %s)", testContext.provider)
|
||||
if testContext.provider != "gce" && testContext.provider != "gke" && testContext.provider != "aws" {
|
||||
glog.Infof("Skipping test private which is only supported for providers gce, gke and aws (not %s)", testContext.provider)
|
||||
return true
|
||||
}
|
||||
glog.Info("Calling out to TestBasic")
|
||||
|
||||
Reference in New Issue
Block a user