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
+
It("integration, c3, appframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
2891
2892
2892
2893
/* Test Steps
2893
2894
################## SETUP ####################
2894
-
* Upload V1 apps to S3 for Indexer Cluster and Search Head Cluster
2895
+
* Upload big-size app to S3 for Indexer Cluster and Search Head Cluster
2895
2896
* Create app sources for Cluster Manager and Deployer
2896
2897
* 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
+
* When app download is complete, delete apps from app directory
2898
2899
######### VERIFICATIONS #############
2899
2900
* Verify Apps are Downloaded in App Deployment Info
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() {
2458
+
It("integration, m4, appframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
2459
2459
2460
2460
/* Test Steps
2461
2461
################## SETUP ##################
2462
-
* Upload V1 apps to S3 for Indexer Cluster and Search Head Cluster
2462
+
* Upload big-size app to S3 for Indexer Cluster and Search Head Cluster
2463
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
2464
+
* When app download is complete, delete apps from app directory
Context("Standalone deployment (S1) with App Framework", func() {
1784
-
It("integration, s1, appframeworks1, appframework: Deploy a Standalone instance with App Framework enabled and delete apps from init-apps when app download is complete", func() {
1784
+
It("integration, s1, appframeworks1, appframework: Deploy a Standalone instance with App Framework enabled and delete apps from app directory when app download is complete", func() {
1785
1785
1786
1786
/* Test Steps
1787
1787
################## SETUP ####################
1788
1788
* Upload big-size app to S3 for Standalone
1789
1789
* Create app source for Standalone
1790
1790
* Prepare and deploy Standalone
1791
-
* When app download is complete, delete apps from init-apps
1791
+
* When app download is complete, delete apps from app directory
1792
1792
############## VERIFICATIONS ################
1793
1793
* Verify App installation is in progress on Standalone
1794
1794
* Upload more apps from S3 during bigger app install
testenvInstance.Log.Info(fmt.Sprintf("Verify apps %s packages are deleted from the operator pod for CR %v with name %v", appSource.CrAppVersion, appSource.CrKind, appSource.CrName))
0 commit comments