Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeFBCImageTests ¶
DescribeFBCImageTests verifies file-based catalog images for the given product. Each FBC version (table entry) uses Ordered so a failure skips only remaining specs for that version; other versions still run.
Types ¶
type FBCConfig ¶
type FBCConfig struct {
OLMPackage string `yaml:"olmPackage"`
OperatorBundleImage string `yaml:"operatorBundleImage"`
CatalogPath string `yaml:"catalogPath"`
ImageKeyPrefix string `yaml:"imageKeyPrefix"`
DefaultChannel string `yaml:"defaultChannel"`
ExpectedChannels []string `yaml:"expectedChannels"`
ExpectedDeprecations []string `yaml:"expectedDeprecations,omitempty"`
}
FBCConfig holds file-based catalog test parameters.
func GetFBCConfig ¶
GetFBCConfig returns FBC config for the given product (shared config). Embedded defaultsData provides fallback values; TEST_CONFIG overrides them.
Click to show internal directories.
Click to hide internal directories.