Factor out providers which support SSH in e2e tests

This commit is contained in:
Dr. Stefan Schimanski
2015-09-29 10:53:54 +02:00
parent b9cfab87e3
commit a68e0848dc
4 changed files with 6 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ var _ = Describe("SSH", func() {
Expect(err).NotTo(HaveOccurred())
// When adding more providers here, also implement their functionality in util.go's getSigner(...).
SkipUnlessProviderIs("gce", "gke")
SkipUnlessProviderIs(providersWithSSH...)
})
It("should SSH to all nodes and run commands", func() {