Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OdfCatalogSourceImage is the CatalogSource container image OdfCatalogSourceImage string // OdfSubscriptionChannel is the name of the odf subscription channel OdfSubscriptionChannel string // OdfOperatorInstall indicates to install the operator OdfOperatorInstall bool // OdfClusterUninstall indicates to uninstall the operator OdfClusterUninstall bool // OdfClusterServiceVersion is the name of odf csv OdfClusterServiceVersion string // OdfDepsClusterServiceVersion is the name of the odf-dependency csv OdfDepsClusterServiceVersion string // OcsClusterServiceVersion is the name of ocs csv OcsClusterServiceVersion string // OcsClientClusterServiceVersion is the name of ocs-client csv OcsClientClusterServiceVersion string // NoobaClusterServiceVersion is the name of Nooba csv NoobaClusterServiceVersion string // CsiaddonsClusterServiceVersion is the name of Csiaddons csv CsiaddonsClusterServiceVersion string // CephCsiClusterServiceVersion is the name of Csiaddons csv CephCsiClusterServiceVersion string // RookClusterServiceVersion is the name of Rook csv RookClusterServiceVersion string // PrometheusClusterService version is the name of the Prometheus csv PrometheusClusterServiceVersion string // RecipeClusterServiceVersion is the name of Recipe csv RecipeClusterServiceVersion string )
View Source
var ( // DeployManager is the suite global DeployManager DeployManager *deploymanager.DeployManager // SuiteFailed indicates whether any test in the current suite has failed SuiteFailed = false // A list of all the csvs that should be installed CsvNames []string )
Functions ¶
func TestStorageSystem ¶
func TestStorageSystem()
TestStorageSystem tests the creation & deletion of storagesystem
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.