Include gcl logging test in gke suite

This commit is contained in:
Mik Vyatskov 2017-01-13 15:36:32 +01:00
parent 3fa44312ad
commit 00aea09b0f

View File

@ -35,8 +35,7 @@ var _ = framework.KubeDescribe("Cluster level logging using GCL", func() {
f := framework.NewDefaultFramework("gcl-logging")
BeforeEach(func() {
// TODO (crassirostris): Expand to GKE once the test is stable
framework.SkipUnlessProviderIs("gce")
framework.SkipUnlessProviderIs("gce", "gke")
})
It("should check that logs from containers are ingested in GCL", func() {