You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2890
+
It("integration, c3, appframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from init-apps when download is compelte", func() {
2891
+
2892
+
/* Test Steps
2893
+
################## SETUP ####################
2894
+
* Upload V1 apps to S3 for Indexer Cluster and Search Head Cluster
2895
+
* Create app sources for Cluster Manager and Deployer
2896
+
* Prepare and deploy C3 CRD with app framework and wait for the pods to be ready
2897
+
* When app download is complete, delete apps from init-apps
2898
+
######### VERIFICATIONS #############
2899
+
* Verify Apps are Downloaded in App Deployment Info
2900
+
* Verify Apps Copied in App Deployment Info
2901
+
* Verify App Package is deleted from Operator Pod
2902
+
* Verify Apps Installed in App Deployment Info
2903
+
* Verify App Package is deleted from Splunk Pod
2904
+
* Verify bundle push is successful
2905
+
* Verify V1 apps are copied, installed on Monitoring Console and on Search Heads and Indexers pods
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
2458
+
It("integration, m4, appframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled and delete apps from init-apps when download is compelte", func() {
2459
+
2460
+
/* Test Steps
2461
+
################## SETUP ##################
2462
+
* Upload V1 apps to S3 for Indexer Cluster and Search Head Cluster
2463
+
* Prepare and deploy M4 CRD with app framework and wait for the pods to be ready
2464
+
* When app download is complete, delete apps from init-apps
2465
+
########## VERIFICATIONS ##########
2466
+
* Verify Apps Downloaded in App Deployment Info
2467
+
* Verify Apps Copied in App Deployment Info
2468
+
* Verify App Package is deleted from Operator Pod
2469
+
* Verify Apps Installed in App Deployment Info
2470
+
* Verify App Package is deleted from Splunk Pod
2471
+
* Verify bundle push is successful
2472
+
* Verify apps are copied and installed on Monitoring Console and on Search Heads and Indexers pods
0 commit comments