Skip to content

Commit

Permalink
Remove appframeworks1 from gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Nov 26, 2024
1 parent 4a05ace commit a88493c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions test/appframework_gcp/s1/appframework_gcs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("smokegcp, s1gcp, appframeworks1gcp, s1_gcp_sanity: can deploy a Standalone instance with App Framework enabled, install apps then upgrade them", func() {
It("smokegcp, s1gcp, s1_gcp_sanity: can deploy a Standalone instance with App Framework enabled, install apps then upgrade them", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -250,7 +250,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("smokegcp, s1gcp, appframeworks1gcp, s1_gcp_sanity: can deploy a Standalone instance with App Framework enabled, install apps then downgrade them", func() {
It("smokegcp, s1gcp, s1_gcp_sanity: can deploy a Standalone instance with App Framework enabled, install apps then downgrade them", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -413,7 +413,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("s1gcp, smokegcp, appframeworks1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, install apps, scale up, install apps on new pod, scale down", func() {
It("s1gcp, smokegcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, install apps, scale up, install apps on new pod, scale down", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -608,7 +608,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("s1gcp, integrationgcp, appframeworks1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, install apps, scale up, upgrade apps", func() {
It("s1gcp, integrationgcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, install apps, scale up, upgrade apps", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -742,7 +742,7 @@ var _ = Describe("s1appfw test", func() {

// ES App Installation not supported at the time. Will be added back at a later time.
Context("Standalone deployment (S1) with App Framework", func() {
It("s1gcp, integrationgcp, appframeworks1gcp, appframeworkgcp: can deploy a Standalone and have ES app installed", func() {
It("s1gcp, integrationgcp, appframeworkgcp: can deploy a Standalone and have ES app installed", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -843,7 +843,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled and install around 350MB of apps at once", func() {
It("integrationgcp, s1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled and install around 350MB of apps at once", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -912,7 +912,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("s1gcp, smokegcp, appframeworks1gcp, appframeworkgcp: can deploy a standalone instance with App Framework enabled for manual poll", func() {
It("s1gcp, smokegcp, appframeworkgcp: can deploy a standalone instance with App Framework enabled for manual poll", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1090,7 +1090,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: can deploy Several standalone CRs in the same namespace with App Framework enabled", func() {
It("integrationgcp, s1gcp, appframeworkgcp: can deploy Several standalone CRs in the same namespace with App Framework enabled", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1191,7 +1191,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: can add new apps to app source while install is in progress and have all apps installed", func() {
It("integrationgcp, s1gcp, appframeworkgcp: can add new apps to app source while install is in progress and have all apps installed", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1303,7 +1303,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and reset operator pod while app install is in progress", func() {
It("integrationgcp, s1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and reset operator pod while app install is in progress", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1399,7 +1399,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and reset operator pod while app download is in progress", func() {
It("integrationgcp, s1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and reset operator pod while app download is in progress", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1467,7 +1467,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, install an app then disable it and remove it from app source", func() {
It("integrationgcp, s1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, install an app then disable it and remove it from app source", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1561,7 +1561,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, attempt to update using incorrect GCS credentials", func() {
It("integrationgcp, s1gcp, appframeworkgcp: can deploy a Standalone instance with App Framework enabled, attempt to update using incorrect GCS credentials", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1698,7 +1698,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and update apps after app download is completed", func() {
It("integrationgcp, s1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and update apps after app download is completed", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1782,7 +1782,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: can deploy a Standalone instance and install a bigger volume of apps than the operator PV disk space", func() {
It("integrationgcp, s1gcp, appframeworkgcp: can deploy a Standalone instance and install a bigger volume of apps than the operator PV disk space", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1857,7 +1857,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integrationgcp, s1gcp, appframeworks1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and delete apps from app directory when app download is complete", func() {
It("integrationgcp, s1gcp, appframeworkgcp: Deploy a Standalone instance with App Framework enabled and delete apps from app directory when app download is complete", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1928,7 +1928,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("smokegcp, s1gcp, appframeworks1gcp, s1_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() {
It("smokegcp, s1gcp, s1_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 ####################
Expand Down

0 comments on commit a88493c

Please sign in to comment.