mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Factor out providers which support SSH in e2e tests
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user