Skip to content

Commit babfce8

Browse files
Fix formatting in Azure test files
1 parent 8c863c0 commit babfce8

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

test/appframework_az/m4/manager_appframework_azure_test.go

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ var _ = Describe("m4appfw test", func() {
9898
appFileList := testenv.GetAppFileList(appListV1)
9999
uploadedApps = append(uploadedApps, uploadedFiles...)
100100

101-
102101
// Deploy Monitoring Console
103102

104103
// Verify Monitoring Console is ready and stays in ready state
@@ -128,7 +127,7 @@ var _ = Describe("m4appfw test", func() {
128127
siteCount := 3
129128
shReplicas := 3
130129
indexersPerSite := 1
131-
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
130+
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
132131

133132
Expect(err).To(Succeed(), "Unable to deploy Multisite Indexer Cluster and Search Head Cluster with App Framework")
134133

@@ -138,7 +137,6 @@ var _ = Describe("m4appfw test", func() {
138137
// Verify RF SF is met
139138
Expect(testcaseEnvInst.VerifyRFSFMet(ctx, deployment)).To(Succeed(), "RF/SF not met")
140139

141-
142140
// Get Pod age to check for pod resets later
143141
splunkPodUIDs := testenv.GetPodUIDs(testcaseEnvInst.GetName())
144142

@@ -282,7 +280,7 @@ var _ = Describe("m4appfw test", func() {
282280
siteCount := 3
283281
shReplicas := 3
284282
indexersPerSite := 1
285-
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
283+
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
286284

287285
Expect(err).To(Succeed(), "Unable to deploy Multisite Indexer Cluster and Search Head Cluster with App Framework")
288286

@@ -817,7 +815,7 @@ var _ = Describe("m4appfw test", func() {
817815
shReplicas := 3
818816
indexersPerSite := 1
819817
testcaseEnvInst.Log.Info("Deploy Multisite Indexer Cluster")
820-
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
818+
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
821819
Expect(err).To(Succeed(), "Unable to deploy Multisite Indexer Cluster with App Framework")
822820

823821
// Ensure M4 cluster is ready
@@ -1415,7 +1413,7 @@ var _ = Describe("m4appfw test", func() {
14151413
testcaseEnvInst.Log.Info("Deploy Multisite Indexer Cluster with Search Head Cluster")
14161414
siteCount := 3
14171415
indexersPerSite := 1
1418-
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
1416+
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
14191417
Expect(err).To(Succeed(), "Unable to deploy Multisite Indexer Cluster and Search Head Cluster with App Framework")
14201418

14211419
// Verify App installation is in progress on Cluster Manager
@@ -1534,7 +1532,7 @@ var _ = Describe("m4appfw test", func() {
15341532
siteCount := 3
15351533
shReplicas := 3
15361534
indexersPerSite := 1
1537-
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
1535+
cm, _, shc, err := deployment.DeployMultisiteClusterWithSearchHeadAndAppFramework(ctx, deployment.GetName(), indexersPerSite, siteCount, appFrameworkSpecIdxc, appFrameworkSpecShc, true, "", "")
15381536
Expect(err).To(Succeed(), "Unable to deploy Multisite Indexer Cluster and Search Head Cluster with App Framework")
15391537

15401538
// Verify App installation is in progress

0 commit comments

Comments
 (0)