Skip to content

Commit

Permalink
adding back azure test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 31, 2024
1 parent 8c4577c commit 0679088
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 92 deletions.
42 changes: 21 additions & 21 deletions test/appframework_az/c3/appframework_azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var _ = Describe("c3appfw test", func() {
}
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("smoke, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -297,7 +297,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("smoke, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -505,7 +505,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {

/* Test Steps
Expand Down Expand Up @@ -765,7 +765,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("smoke, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {

/* Test Steps
Expand Down Expand Up @@ -905,7 +905,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {

/* Test Steps
Expand Down Expand Up @@ -1084,7 +1084,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("c3, integration, masterappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -1296,7 +1296,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("c3, integration, masterappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -1507,7 +1507,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {

/* Test Steps
Expand Down Expand Up @@ -1600,7 +1600,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled for manual update", func() {
/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1845,7 +1845,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {

/* Test Steps
Expand Down Expand Up @@ -2029,7 +2029,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("c3, integration, masterappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -2254,7 +2254,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -2383,7 +2383,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {

/* Test Steps
Expand Down Expand Up @@ -2519,7 +2519,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2614,7 +2614,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2709,7 +2709,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -2821,7 +2821,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {

/* Test Steps
Expand Down Expand Up @@ -2942,7 +2942,7 @@ var _ = Describe("c3appfw test", func() {
})
})

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

/* Test Steps
Expand Down Expand Up @@ -3033,7 +3033,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {

/* Test Steps
Expand Down Expand Up @@ -3131,7 +3131,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("smoke, c3azure, masterappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {

/*
Expand Down Expand Up @@ -3197,7 +3197,7 @@ var _ = Describe("c3appfw test", func() {
})
})

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

/* Test Steps
Expand Down
42 changes: 21 additions & 21 deletions test/appframework_az/c3/manager_appframework_azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var _ = Describe("c3appfw test", func() {
}
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("smoke, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -295,7 +295,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure, azure_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -503,7 +503,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {

/* Test Steps
Expand Down Expand Up @@ -763,7 +763,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure, azure_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {

/* Test Steps
Expand Down Expand Up @@ -903,7 +903,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {

/* Test Steps
Expand Down Expand Up @@ -1083,7 +1083,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("c3, integration,managerappframeworkazurec3, appframeworkazure, azure_sanity: 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() {

/* Test Steps
Expand Down Expand Up @@ -1295,7 +1295,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("c3, integration,managerappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -1507,7 +1507,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {

/* Test Steps
Expand Down Expand Up @@ -1600,7 +1600,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled for manual update", func() {
/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1845,7 +1845,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {

/* Test Steps
Expand Down Expand Up @@ -2029,7 +2029,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("c3, integration,managerappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -2254,7 +2254,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -2383,7 +2383,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure, azure_sanity: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {

/* Test Steps
Expand Down Expand Up @@ -2519,7 +2519,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2614,7 +2614,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2709,7 +2709,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: 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() {

/* Test Steps
Expand Down Expand Up @@ -2821,7 +2821,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {

/* Test Steps
Expand Down Expand Up @@ -2942,7 +2942,7 @@ var _ = Describe("c3appfw test", func() {
})
})

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

/* Test Steps
Expand Down Expand Up @@ -3033,7 +3033,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("integration, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {

/* Test Steps
Expand Down Expand Up @@ -3131,7 +3131,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("smoke, c3azure, managerappframeworkazurec3, appframeworkazure: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {

/*
Expand Down Expand Up @@ -3197,7 +3197,7 @@ var _ = Describe("c3appfw test", func() {
})
})

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

/* Test Steps
Expand Down
Loading

0 comments on commit 0679088

Please sign in to comment.