From f845819ee3c152744c358976b72651d50c9048b7 Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Fri, 11 Oct 2024 12:41:21 -0700 Subject: [PATCH] adding gcp tag in test case Signed-off-by: Vivek Reddy --- test/appframework_gcp/c3/appframework_gcs_test.go | 8 ++++---- test/appframework_gcp/c3/manager_appframework_test.go | 10 +++++----- test/appframework_gcp/m4/appframework_gcs_test.go | 6 +++--- test/appframework_gcp/m4/manager_appframework_test.go | 6 +++--- test/appframework_gcp/s1/appframework_gcs_test.go | 6 +++--- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/test/appframework_gcp/c3/appframework_gcs_test.go b/test/appframework_gcp/c3/appframework_gcs_test.go index eeb003e54..285fe3754 100644 --- a/test/appframework_gcp/c3/appframework_gcs_test.go +++ b/test/appframework_gcp/c3/appframework_gcs_test.go @@ -89,7 +89,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { - It("smoke, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() { + It("smoke, gcpc3, gcpmasterappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() { /* Test Steps ################## SETUP #################### @@ -308,7 +308,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() { - It("smoke, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() { + It("smoke, c3, gcpmasterappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() { /* Test Steps ################## SETUP #################### @@ -793,7 +793,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() { - It("smoke, c3, masterappframeworkc3, appframework: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() { + It("smoke, gcpc3, gcpmasterappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() { /* Test Steps ################## SETUP #################### @@ -2966,7 +2966,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { - It("smoke, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() { + It("smoke, gcpc3, gcpmasterappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() { /* Test Steps diff --git a/test/appframework_gcp/c3/manager_appframework_test.go b/test/appframework_gcp/c3/manager_appframework_test.go index 89407ab14..f18a702df 100644 --- a/test/appframework_gcp/c3/manager_appframework_test.go +++ b/test/appframework_gcp/c3/manager_appframework_test.go @@ -86,7 +86,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { - It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() { + It("smoke, gcpc3, gcpmanagerappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() { /* Test Steps ################## SETUP #################### @@ -305,7 +305,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework and Image Upgrade", func() { - It("smoke, c3, managerappframeworkc3t, appframework: can deploy a C3 SVA with App Framework enabled, install apps then upgrade the image and apps", func() { + It("smoke, gcpc3, gcpmanagerappframeworkc3t, gcpappframework, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade the image and apps", func() { //################## SETUP #################### @@ -446,7 +446,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() { - It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() { + It("smoke, gcpc3, gcpmanagerappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() { /* Test Steps ################## SETUP #################### @@ -931,7 +931,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() { - It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() { + It("smoke, gcpc3, gcpmanagerappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() { /* Test Steps ################## SETUP #################### @@ -3104,7 +3104,7 @@ var _ = Describe("c3appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { - It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() { + It("smoke, gcpc3, gcpmanagerappframeworkc3, gcpappframework, gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() { /* Test Steps diff --git a/test/appframework_gcp/m4/appframework_gcs_test.go b/test/appframework_gcp/m4/appframework_gcs_test.go index 143f11219..ce51a88ec 100644 --- a/test/appframework_gcp/m4/appframework_gcs_test.go +++ b/test/appframework_gcp/m4/appframework_gcs_test.go @@ -89,7 +89,7 @@ var _ = Describe("m4appfw test", func() { }) Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() { - It("smoke, m4, masterappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled, install apps and upgrade them", func() { + It("smoke, gcpm4, gcpmasterappframeworkm4, gcpappframework, gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and upgrade them", func() { /* Test Steps ################## SETUP ################## @@ -1717,7 +1717,7 @@ var _ = Describe("m4appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (M4) and App Framework", func() { - It("smoke, m4, masterappframeworkm4, appframework: can deploy a M4, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() { + It("smoke, gcpm4, gcpmasterappframeworkm4, gcpappframework, gcp_sanity: can deploy a M4, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() { /* Test Steps ################## SETUP #################### @@ -2636,7 +2636,7 @@ var _ = Describe("m4appfw test", func() { }) Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() { - It("smoke, m4, masterappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled, install apps and check IsDeploymentInProgress for CM and SHC CR's", func() { + It("smoke, gcpm4, gcpmasterappframeworkm4, gcpappframework, gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and check IsDeploymentInProgress for CM and SHC CR's", func() { /* Test Steps ################## SETUP ################## diff --git a/test/appframework_gcp/m4/manager_appframework_test.go b/test/appframework_gcp/m4/manager_appframework_test.go index 2715d1672..397c952e5 100644 --- a/test/appframework_gcp/m4/manager_appframework_test.go +++ b/test/appframework_gcp/m4/manager_appframework_test.go @@ -88,7 +88,7 @@ var _ = Describe("m4appfw test", func() { }) Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() { - It("smoke, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled, install apps and upgrade them", func() { + It("smoke, gcpm4, gcpmanagerappframeworkm4, gcpappframework, gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and upgrade them", func() { /* Test Steps ################## SETUP ################## @@ -1716,7 +1716,7 @@ var _ = Describe("m4appfw test", func() { }) Context("Single Site Indexer Cluster with Search Head Cluster (M4) and App Framework", func() { - It("smoke, m4, managerappframeworkm4, appframework: can deploy a M4, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() { + It("smoke, gcpm4, gcpmanagerappframeworkm4, gcpappframework, gcp_sanity: can deploy a M4, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() { /* Test Steps ################## SETUP #################### @@ -2635,7 +2635,7 @@ var _ = Describe("m4appfw test", func() { }) Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() { - It("smoke, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled, install apps and check IsDeploymentInProgress for CM and SHC CR's", func() { + It("smoke, gcpm4, gcpmanagerappframeworkm4, gcpappframework, gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and check IsDeploymentInProgress for CM and SHC CR's", func() { /* Test Steps ################## SETUP ################## diff --git a/test/appframework_gcp/s1/appframework_gcs_test.go b/test/appframework_gcp/s1/appframework_gcs_test.go index c91b9b887..14c1823f2 100644 --- a/test/appframework_gcp/s1/appframework_gcs_test.go +++ b/test/appframework_gcp/s1/appframework_gcs_test.go @@ -79,7 +79,7 @@ var _ = Describe("s1appfw test", func() { }) Context("Standalone deployment (S1) with App Framework", func() { - It("smoke, s1, appframeworks1, appframework: can deploy a Standalone instance with App Framework enabled, install apps then upgrade them", func() { + It("smoke, s1, appframeworks1, appframework, gcp_sanity: can deploy a Standalone instance with App Framework enabled, install apps then upgrade them", func() { /* Test Steps ################## SETUP #################### @@ -250,7 +250,7 @@ var _ = Describe("s1appfw test", func() { }) Context("Standalone deployment (S1) with App Framework", func() { - It("smoke, s1, appframeworks1, appframework: can deploy a Standalone instance with App Framework enabled, install apps then downgrade them", func() { + It("smoke, gcps1, gcpappframeworks1, gcpappframework, gcp_sanity: can deploy a Standalone instance with App Framework enabled, install apps then downgrade them", func() { /* Test Steps ################## SETUP #################### @@ -1928,7 +1928,7 @@ var _ = Describe("s1appfw test", func() { }) Context("Standalone deployment (S1) with App Framework", func() { - It("smoke, s1, appframeworks1, appframework: can deploy a Standalone instance with App Framework enabled, install apps and check isDeploymentInProgress is set for Standaloen and MC CR's", func() { + It("smoke, gcps1, gcpappframeworks1, gcpappframework, gcp_sanity: can deploy a Standalone instance with App Framework enabled, install apps and check isDeploymentInProgress is set for Standaloen and MC CR's", func() { /* Test Steps ################## SETUP ####################