Skip to content

Commit

Permalink
log message changed for GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Oct 23, 2024
1 parent d9af73b commit 9fd00dd
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test/appframework_gcp/c3/manager_appframework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/licensemanager/lm_s1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/licensemanager/manager_lm_c3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/secret/manager_secret_c3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/secret/manager_secret_m4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions test/secret/manager_secret_s1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/secret/secret_c3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/secret/secret_m4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions test/secret/secret_s1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9fd00dd

Please sign in to comment.