diff --git a/test/appframework_gcp/c3/manager_appframework_test.go b/test/appframework_gcp/c3/manager_appframework_test.go index c2cacc481..11151a226 100644 --- a/test/appframework_gcp/c3/manager_appframework_test.go +++ b/test/appframework_gcp/c3/manager_appframework_test.go @@ -324,7 +324,7 @@ var _ = Describe("c3appfw test", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/licensemanager/lm_s1_test.go b/test/licensemanager/lm_s1_test.go index 203746b9e..32227aa47 100644 --- a/test/licensemanager/lm_s1_test.go +++ b/test/licensemanager/lm_s1_test.go @@ -70,7 +70,7 @@ var _ = Describe("Licensemanager test", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/licensemanager/manager_lm_c3_test.go b/test/licensemanager/manager_lm_c3_test.go index 6a7cd9b19..d6cf4de92 100644 --- a/test/licensemanager/manager_lm_c3_test.go +++ b/test/licensemanager/manager_lm_c3_test.go @@ -75,7 +75,7 @@ var _ = Describe("Licensemanager test", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/secret/manager_secret_c3_test.go b/test/secret/manager_secret_c3_test.go index dfbfd22c6..ef349f179 100644 --- a/test/secret/manager_secret_c3_test.go +++ b/test/secret/manager_secret_c3_test.go @@ -78,7 +78,7 @@ var _ = Describe("Secret Test for SVA C3", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/secret/manager_secret_m4_test.go b/test/secret/manager_secret_m4_test.go index dec4d7851..3e4aa8f9c 100644 --- a/test/secret/manager_secret_m4_test.go +++ b/test/secret/manager_secret_m4_test.go @@ -80,7 +80,7 @@ var _ = Describe("Secret Test for M4 SVA", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/secret/manager_secret_s1_test.go b/test/secret/manager_secret_s1_test.go index 1b449a13d..bbe7d5e9d 100644 --- a/test/secret/manager_secret_s1_test.go +++ b/test/secret/manager_secret_s1_test.go @@ -80,7 +80,7 @@ var _ = Describe("Secret Test for SVA S1", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: @@ -187,7 +187,7 @@ var _ = Describe("Secret Test for SVA S1", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/secret/secret_c3_test.go b/test/secret/secret_c3_test.go index 4a6a124f5..162312fa5 100644 --- a/test/secret/secret_c3_test.go +++ b/test/secret/secret_c3_test.go @@ -78,7 +78,7 @@ var _ = Describe("Secret Test for SVA C3", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/secret/secret_m4_test.go b/test/secret/secret_m4_test.go index f3782069d..73ecbf922 100644 --- a/test/secret/secret_m4_test.go +++ b/test/secret/secret_m4_test.go @@ -81,7 +81,7 @@ var _ = Describe("Secret Test for M4 SVA", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: diff --git a/test/secret/secret_s1_test.go b/test/secret/secret_s1_test.go index 8adfa6086..88277f787 100644 --- a/test/secret/secret_s1_test.go +++ b/test/secret/secret_s1_test.go @@ -80,7 +80,7 @@ var _ = Describe("Secret Test for SVA S1", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: @@ -187,7 +187,7 @@ var _ = Describe("Secret Test for SVA S1", func() { testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) case "gcp": licenseFilePath, err := testenv.DownloadLicenseFromGCPBucket() - Expect(err).To(Succeed(), "Unable to download license file from S3") + Expect(err).To(Succeed(), "Unable to download license file from GCP") // Create License Config Map testcaseEnvInst.CreateLicenseConfigMap(licenseFilePath) default: