Skip to content

Commit 407038a

Browse files
author
Vivek Reddy
committed
group test cases based on SVA
1 parent a8895b7 commit 407038a

File tree

6 files changed

+74
-76
lines changed

6 files changed

+74
-76
lines changed

.github/workflows/int-test-gcp-workflow.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ jobs:
6565
strategy:
6666
matrix:
6767
test_focus:
68-
- "gcp_sanity"
69-
#- "basic"
70-
#- "appframeworks1gcp"
71-
#- "managerappframeworkc3gcp"
72-
#- "managerappframeworkm4gcp"
73-
#- "managersecretgcp"
74-
#- "managermcgcp"
68+
- "c3_gcp_sanity"
69+
- "c3_mgr_gcp_sanity"
70+
- "m4_gcp_sanity"
71+
- "m4_mgr_gcp_sanity"
72+
- "s1_gcp_sanity"
7573
runs-on: ubuntu-latest
7674
needs: build-operator-image
7775
env:

test/appframework_gcp/c3/appframework_gcs_test.go

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

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

9494
/* Test Steps
9595
################## SETUP ####################
@@ -308,7 +308,7 @@ var _ = Describe("c3appfw test", func() {
308308
})
309309

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

313313
/* Test Steps
314314
################## SETUP ####################
@@ -515,7 +515,7 @@ var _ = Describe("c3appfw test", func() {
515515
})
516516

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

520520
/* Test Steps
521521
################## SETUP ####################
@@ -654,7 +654,7 @@ var _ = Describe("c3appfw test", func() {
654654
})
655655

656656
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
657-
It("smoke, c3gcp, masterappframeworkc3gcp, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {
657+
It("smoke, 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() {
658658

659659
/*
660660
Test Steps

test/appframework_gcp/c3/manager_appframework_test.go

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

8888
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
89-
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {
89+
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {
9090

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

307307
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework and Image Upgrade", func() {
308-
It("smoke, c3gcp, managerappframeworkc3gcpt, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade the image and apps", func() {
308+
It("smoke, 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() {
309309

310310
//################## SETUP ####################
311311

@@ -450,8 +450,8 @@ var _ = Describe("c3appfw test", func() {
450450
})
451451
})
452452

453-
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
454-
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {
453+
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
454+
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, c3_mgr_gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {
455455

456456
/* Test Steps
457457
################## SETUP ####################
@@ -657,7 +657,7 @@ var _ = Describe("c3appfw test", func() {
657657
})
658658
})
659659

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

663663
/* Test Steps
@@ -935,8 +935,8 @@ var _ = Describe("c3appfw test", func() {
935935
})
936936
})
937937

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

941941
/* Test Steps
942942
################## SETUP ####################
@@ -1074,7 +1074,7 @@ var _ = Describe("c3appfw test", func() {
10741074
})
10751075
})
10761076

1077-
XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1077+
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
10781078
It("c3, integration, managerappframeworkc3, 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() {
10791079

10801080
/* Test Steps
@@ -1285,7 +1285,7 @@ var _ = Describe("c3appfw test", func() {
12851285
})
12861286
})
12871287

1288-
XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1288+
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
12891289
It("c3, integration, managerappframeworkc3, 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() {
12901290

12911291
/* Test Steps
@@ -1493,7 +1493,7 @@ var _ = Describe("c3appfw test", func() {
14931493
})
14941494
})
14951495

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

14991499
/* Test Steps
@@ -1585,7 +1585,7 @@ var _ = Describe("c3appfw test", func() {
15851585
})
15861586
})
15871587

1588-
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
1588+
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
15891589
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled for manual update", func() {
15901590
/* Test Steps
15911591
################## SETUP ####################
@@ -1829,7 +1829,7 @@ var _ = Describe("c3appfw test", func() {
18291829
})
18301830
})
18311831

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

18351835
/* Test Steps
@@ -2012,7 +2012,7 @@ var _ = Describe("c3appfw test", func() {
20122012
})
20132013
})
20142014

2015-
XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
2015+
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
20162016
It("c3, integration, managerappframeworkc3, 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() {
20172017

20182018
/* Test Steps
@@ -2236,7 +2236,7 @@ var _ = Describe("c3appfw test", func() {
22362236
})
22372237
})
22382238

2239-
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2239+
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
22402240
It("integration, c3, managerappframeworkc3, 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() {
22412241

22422242
/* Test Steps
@@ -2364,7 +2364,7 @@ var _ = Describe("c3appfw test", func() {
23642364
})
23652365
})
23662366
// Vivek need testing
2367-
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2367+
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
23682368
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {
23692369

23702370
/* Test Steps
@@ -2499,7 +2499,7 @@ var _ = Describe("c3appfw test", func() {
24992499
})
25002500
})
25012501
// Vivek need testing
2502-
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2502+
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
25032503
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {
25042504

25052505
/* Test Steps
@@ -2593,7 +2593,7 @@ var _ = Describe("c3appfw test", func() {
25932593
})
25942594
})
25952595

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

25992599
/* Test Steps
@@ -2687,7 +2687,7 @@ var _ = Describe("c3appfw test", func() {
26872687
})
26882688
})
26892689

2690-
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2690+
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
26912691
It("integration, c3, managerappframeworkc3, 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() {
26922692

26932693
/* Test Steps
@@ -2796,7 +2796,7 @@ var _ = Describe("c3appfw test", func() {
27962796
})
27972797
})
27982798

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

28022802
/* Test Steps
@@ -2916,7 +2916,7 @@ var _ = Describe("c3appfw test", func() {
29162916
})
29172917
})
29182918

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

29222922
/* Test Steps
@@ -3011,7 +3011,7 @@ var _ = Describe("c3appfw test", func() {
30113011
})
30123012
})
30133013

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

30173017
/* Test Steps
@@ -3108,8 +3108,8 @@ var _ = Describe("c3appfw test", func() {
31083108
})
31093109
})
31103110

3111-
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
3112-
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {
3111+
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
3112+
It("smoke, 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() {
31133113

31143114
/*
31153115
Test Steps
@@ -3174,7 +3174,7 @@ var _ = Describe("c3appfw test", func() {
31743174
})
31753175
})
31763176

3177-
XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
3177+
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
31783178
It("integration, c3: can deploy a C3 SVA and a Standalone, then add that Standalone as a Search Head to the cluster", func() {
31793179

31803180
/* Test Steps
@@ -3234,7 +3234,7 @@ var _ = Describe("c3appfw test", func() {
32343234
})
32353235
})
32363236

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

32403240
/* Test Steps

0 commit comments

Comments
 (0)