mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
Add missing clientset to EBS storage e2e test
A recent refactoring of these tests to use common pod functions requires that the StorageClassTest's Client be set. This updates the "Invalid AWS KMS key" test to set its Client similar to other tests in the file.
This commit is contained in:
parent
c1418fff4a
commit
bdd6d8df36
@ -825,6 +825,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
|
|||||||
ginkgo.It("should report an error and create no PV", func() {
|
ginkgo.It("should report an error and create no PV", func() {
|
||||||
e2eskipper.SkipUnlessProviderIs("aws")
|
e2eskipper.SkipUnlessProviderIs("aws")
|
||||||
test := testsuites.StorageClassTest{
|
test := testsuites.StorageClassTest{
|
||||||
|
Client: c,
|
||||||
Name: "AWS EBS with invalid KMS key",
|
Name: "AWS EBS with invalid KMS key",
|
||||||
Provisioner: "kubernetes.io/aws-ebs",
|
Provisioner: "kubernetes.io/aws-ebs",
|
||||||
Timeouts: f.Timeouts,
|
Timeouts: f.Timeouts,
|
||||||
|
Loading…
Reference in New Issue
Block a user