1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

test: add test entries to provider

This commit is contained in:
Mateus Oliveira Patrício 2021-09-22 16:52:43 -03:00 committed by Lucas Severo Alves
parent 5284aca883
commit 5b468c4b4f
5 changed files with 5 additions and 0 deletions

View file

@ -43,5 +43,6 @@ var _ = Describe("[alibaba] ", func() {
Entry(common.DataPropertyDockerconfigJSON(f)),
Entry(common.SSHKeySync(f)),
Entry(common.SSHKeySyncDataProperty(f)),
Entry(common.SyncWithoutTargetName(f)),
)
})

View file

@ -126,5 +126,6 @@ var _ = Describe("[aws] ", func() {
Entry(common.DataPropertyDockerconfigJSON(f)),
Entry(common.SSHKeySync(f)),
Entry(common.SSHKeySyncDataProperty(f)),
Entry(common.SyncWithoutTargetName(f)),
)
})

View file

@ -42,5 +42,6 @@ var _ = Describe("[azure] ", func() {
Entry(common.DataPropertyDockerconfigJSON(f)),
Entry(common.SSHKeySync(f)),
Entry(common.SSHKeySyncDataProperty(f)),
Entry(common.SyncWithoutTargetName(f)),
)
})

View file

@ -150,6 +150,7 @@ x6HaRh+EUwU51von6M9lEF9/p5Q=
Entry(common.DataPropertyDockerconfigJSON(f)),
Entry(common.SSHKeySync(f)),
Entry(common.SSHKeySyncDataProperty(f)),
Entry(common.SyncWithoutTargetName(f)),
Entry("should sync p12 encoded cert secret", p12Cert),
)
})

View file

@ -41,5 +41,6 @@ var _ = Describe("[gitlab] ", func() {
Entry(common.JSONDataFromSync(f)),
Entry(common.NestedJSONWithGJSON(f)),
Entry(common.JSONDataWithTemplate(f)),
Entry(common.SyncWithoutTargetName(f)),
)
})