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:
parent
5284aca883
commit
5b468c4b4f
5 changed files with 5 additions and 0 deletions
|
@ -43,5 +43,6 @@ var _ = Describe("[alibaba] ", func() {
|
|||
Entry(common.DataPropertyDockerconfigJSON(f)),
|
||||
Entry(common.SSHKeySync(f)),
|
||||
Entry(common.SSHKeySyncDataProperty(f)),
|
||||
Entry(common.SyncWithoutTargetName(f)),
|
||||
)
|
||||
})
|
||||
|
|
|
@ -126,5 +126,6 @@ var _ = Describe("[aws] ", func() {
|
|||
Entry(common.DataPropertyDockerconfigJSON(f)),
|
||||
Entry(common.SSHKeySync(f)),
|
||||
Entry(common.SSHKeySyncDataProperty(f)),
|
||||
Entry(common.SyncWithoutTargetName(f)),
|
||||
)
|
||||
})
|
||||
|
|
|
@ -42,5 +42,6 @@ var _ = Describe("[azure] ", func() {
|
|||
Entry(common.DataPropertyDockerconfigJSON(f)),
|
||||
Entry(common.SSHKeySync(f)),
|
||||
Entry(common.SSHKeySyncDataProperty(f)),
|
||||
Entry(common.SyncWithoutTargetName(f)),
|
||||
)
|
||||
})
|
||||
|
|
|
@ -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),
|
||||
)
|
||||
})
|
||||
|
|
|
@ -41,5 +41,6 @@ var _ = Describe("[gitlab] ", func() {
|
|||
Entry(common.JSONDataFromSync(f)),
|
||||
Entry(common.NestedJSONWithGJSON(f)),
|
||||
Entry(common.JSONDataWithTemplate(f)),
|
||||
Entry(common.SyncWithoutTargetName(f)),
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue