Browse Source

test: add test entries to provider

Mateus Oliveira Patrício 4 years ago
parent
commit
5b468c4b4f

+ 1 - 0
e2e/suite/alibaba/alibaba.go

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

+ 1 - 0
e2e/suite/aws/secretsmanager.go

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

+ 1 - 0
e2e/suite/azure/azure.go

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

+ 1 - 0
e2e/suite/gcp/gcp.go

@@ -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),
 	)
 })

+ 1 - 0
e2e/suite/gitlab/gitlab.go

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