Skip to content

Commit 4a05ace

Browse files
committed
Try removing tag for gcp test cases
1 parent 9a03aca commit 4a05ace

File tree

5 files changed

+49
-48
lines changed

5 files changed

+49
-48
lines changed

test/appframework_gcp/c3/appframework_gcs_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
//"encoding/json"
1919
"fmt"
2020
"path/filepath"
21+
2122
//"strings"
2223
//"time"
2324

@@ -89,7 +90,7 @@ var _ = Describe("c3appfw test", func() {
8990
})
9091

9192
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
92-
It(" c3gcp, masterappframeworkc3gcp, appframeworkgcp, c3_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {
93+
It(" c3gcp, masterappframeworkc3gcp, c3_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {
9394

9495
/* Test Steps
9596
################## SETUP ####################
@@ -308,7 +309,7 @@ var _ = Describe("c3appfw test", func() {
308309
})
309310

310311
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
311-
It(" c3gcp, masterappframeworkc3gcp, appframeworkgcp, c3_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {
312+
It(" c3gcp, masterappframeworkc3gcp, c3_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {
312313

313314
/* Test Steps
314315
################## SETUP ####################
@@ -515,7 +516,7 @@ var _ = Describe("c3appfw test", func() {
515516
})
516517

517518
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
518-
It(" c3gcp, masterappframeworkc3gcp, appframeworkgcp, c3_gcp_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {
519+
It(" c3gcp, masterappframeworkc3gcp, c3_gcp_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {
519520

520521
/* Test Steps
521522
################## SETUP ####################
@@ -654,7 +655,7 @@ var _ = Describe("c3appfw test", func() {
654655
})
655656

656657
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
657-
It(" c3gcp, masterappframeworkc3gcp, appframeworkgcp, c3_gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {
658+
It(" c3gcp, masterappframeworkc3gcp, c3_gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {
658659

659660
/*
660661
Test Steps

test/appframework_gcp/c3/manager_appframework_test.go

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var _ = Describe("c3appfw test", func() {
8787
})
8888

8989
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
90-
It(" c3gcp, managerappframeworkc3gcp, appframeworkgcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {
90+
It(" c3gcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {
9191

9292
/* Test Steps
9393
################## SETUP ####################
@@ -306,7 +306,7 @@ var _ = Describe("c3appfw test", func() {
306306
})
307307

308308
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework and Image Upgrade", func() {
309-
It(" c3gcp, managerappframeworkc3gcpt, appframeworkgcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade the image and apps", func() {
309+
It(" c3gcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade the image and apps", func() {
310310

311311
//################## SETUP ####################
312312

@@ -452,7 +452,7 @@ var _ = Describe("c3appfw test", func() {
452452
})
453453

454454
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
455-
It(" c3gcp, managerappframeworkc3gcp, appframeworkgcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {
455+
It(" c3gcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {
456456

457457
/* Test Steps
458458
################## SETUP ####################
@@ -659,7 +659,7 @@ var _ = Describe("c3appfw test", func() {
659659
})
660660

661661
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
662-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {
662+
It("integration, c3, appframework: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {
663663

664664
/* Test Steps
665665
################## SETUP ####################
@@ -937,7 +937,7 @@ var _ = Describe("c3appfw test", func() {
937937
})
938938

939939
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
940-
It(" c3gcp, managerappframeworkc3gcp, appframeworkgcp, c3_mgr_gcp_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {
940+
It(" c3gcp, c3_mgr_gcp_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {
941941

942942
/* Test Steps
943943
################## SETUP ####################
@@ -1076,7 +1076,7 @@ var _ = Describe("c3appfw test", func() {
10761076
})
10771077

10781078
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1079-
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them", func() {
1079+
It("c3, integration, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them", func() {
10801080

10811081
/* Test Steps
10821082
################## SETUP ####################
@@ -1287,7 +1287,7 @@ var _ = Describe("c3appfw test", func() {
12871287
})
12881288

12891289
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1290-
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then downgrade them", func() {
1290+
It("c3, integration, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then downgrade them", func() {
12911291

12921292
/* Test Steps
12931293
################## SETUP ####################
@@ -1495,7 +1495,7 @@ var _ = Describe("c3appfw test", func() {
14951495
})
14961496

14971497
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1498-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {
1498+
It("integration, c3, appframework: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {
14991499

15001500
/* Test Steps
15011501
################## SETUP ####################
@@ -1587,7 +1587,7 @@ var _ = Describe("c3appfw test", func() {
15871587
})
15881588

15891589
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
1590-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled for manual update", func() {
1590+
It("integration, c3, appframework: can deploy a C3 SVA with App Framework enabled for manual update", func() {
15911591
/* Test Steps
15921592
################## SETUP ####################
15931593
* Upload V1 apps to Gcs for Monitoring Console
@@ -1831,7 +1831,7 @@ var _ = Describe("c3appfw test", func() {
18311831
})
18321832

18331833
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1834-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {
1834+
It("integration, c3, appframework: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {
18351835

18361836
/* Test Steps
18371837
################## SETUP ####################
@@ -2014,7 +2014,7 @@ var _ = Describe("c3appfw test", func() {
20142014
})
20152015

20162016
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
2017-
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {
2017+
It("c3, integration, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {
20182018

20192019
/* Test Steps
20202020
################## SETUP ####################
@@ -2238,7 +2238,7 @@ var _ = Describe("c3appfw test", func() {
22382238
})
22392239

22402240
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2241-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {
2241+
It("integration, c3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {
22422242

22432243
/* Test Steps
22442244
################## SETUP ####################
@@ -2366,7 +2366,7 @@ var _ = Describe("c3appfw test", func() {
23662366
})
23672367
// Vivek need testing
23682368
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2369-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {
2369+
It("integration, c3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {
23702370

23712371
/* Test Steps
23722372
################## SETUP ####################
@@ -2501,7 +2501,7 @@ var _ = Describe("c3appfw test", func() {
25012501
})
25022502
// Vivek need testing
25032503
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2504-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {
2504+
It("integration, c3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {
25052505

25062506
/* Test Steps
25072507
################## SETUP ####################
@@ -2595,7 +2595,7 @@ var _ = Describe("c3appfw test", func() {
25952595
})
25962596

25972597
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2598-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {
2598+
It("integration, c3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {
25992599

26002600
/* Test Steps
26012601
################## SETUP ####################
@@ -2689,7 +2689,7 @@ var _ = Describe("c3appfw test", func() {
26892689
})
26902690

26912691
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2692-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {
2692+
It("integration, c3, appframework: can deploy a C3 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {
26932693

26942694
/* Test Steps
26952695
################## SETUP ####################
@@ -2798,7 +2798,7 @@ var _ = Describe("c3appfw test", func() {
27982798
})
27992799

28002800
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2801-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {
2801+
It("integration, c3, appframework: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {
28022802

28032803
/* Test Steps
28042804
################## SETUP ####################
@@ -2918,7 +2918,7 @@ var _ = Describe("c3appfw test", func() {
29182918
})
29192919

29202920
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
2921-
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA and install a bigger volume of apps than the operator PV disk space", func() {
2921+
It("c3, integration, appframework: can deploy a C3 SVA and install a bigger volume of apps than the operator PV disk space", func() {
29222922

29232923
/* Test Steps
29242924
################## SETUP ####################
@@ -3013,7 +3013,7 @@ var _ = Describe("c3appfw test", func() {
30133013
})
30143014

30153015
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
3016-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
3016+
It("integration, c3, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
30173017

30183018
/* Test Steps
30193019
################## SETUP ####################
@@ -3110,7 +3110,7 @@ var _ = Describe("c3appfw test", func() {
31103110
})
31113111

31123112
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
3113-
It(" c3gcp, managerappframeworkc3gcp, appframeworkgcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {
3113+
It(" c3gcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {
31143114

31153115
/*
31163116
Test Steps
@@ -3236,7 +3236,7 @@ var _ = Describe("c3appfw test", func() {
32363236
})
32373237

32383238
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
3239-
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {
3239+
It("integration, c3, appframework: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {
32403240

32413241
/* Test Steps
32423242
################## SETUP ####################

test/appframework_gcp/m4/appframework_gcs_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var _ = Describe("m4appfw test", func() {
8989
})
9090

9191
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
92-
It(" m4gcp, masterappframeworkm4gcp, appframeworkgcp, m4_gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and upgrade them", func() {
92+
It(" m4gcp, masterappframeworkm4gcp, m4_gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and upgrade them", func() {
9393

9494
/* Test Steps
9595
################## SETUP ##################
@@ -1717,7 +1717,7 @@ var _ = Describe("m4appfw test", func() {
17171717
})
17181718

17191719
Context("Single Site Indexer Cluster with Search Head Cluster (M4) and App Framework", func() {
1720-
It(" m4gcp, masterappframeworkm4gcp, appframeworkgcp, m4_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() {
1720+
It(" m4gcp, masterappframeworkm4gcp, m4_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() {
17211721

17221722
/* Test Steps
17231723
################## SETUP ####################
@@ -2636,7 +2636,7 @@ var _ = Describe("m4appfw test", func() {
26362636
})
26372637

26382638
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
2639-
It(" m4gcp, masterappframeworkm4gcp, appframeworkgcp, m4_gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and check IsDeploymentInProgress for CM and SHC CR's", func() {
2639+
It(" m4gcp, masterappframeworkm4gcp, m4_gcp_sanity: can deploy a M4 SVA with App Framework enabled, install apps and check IsDeploymentInProgress for CM and SHC CR's", func() {
26402640

26412641
/* Test Steps
26422642
################## SETUP ##################

0 commit comments

Comments
 (0)