Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/extended/olm/olmv1.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 CRDs", func() {
})
})

var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 Catalogs", func() {
var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 Catalogs", func() {
defer g.GinkgoRecover()
oc := exutil.NewCLIWithoutNamespace("default")

Expand Down Expand Up @@ -93,7 +93,7 @@ var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 Catalogs", func() {
})
})

var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 New Catalog Install", func() {
var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 New Catalog Install", func() {
defer g.GinkgoRecover()

var (
Expand Down Expand Up @@ -132,7 +132,7 @@ var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 New Catalog Install
})
})

var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Serial] OLMv1 operator installation", func() {
var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Serial][Skipped:Disconnected] OLMv1 operator installation", func() {
defer g.GinkgoRecover()

var (
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 12 additions & 9 deletions zz_generated.manifests/test-reporting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,18 @@ spec:
- featureGate: NewOLM
tests:
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 CRDs should be installed'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 Catalogs should be installed'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 New Catalog Install should
fail to install if it has an invalid reference'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Serial] OLMv1 operator installation
should block cluster upgrades if an incompatible operator is installed'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Serial] OLMv1 operator installation
should fail to install a non-existing cluster extension'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Serial] OLMv1 operator installation
should install a cluster extension'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Serial][Skipped:Disconnected]
OLMv1 operator installation should block cluster upgrades if an incompatible
operator is installed'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Serial][Skipped:Disconnected]
OLMv1 operator installation should fail to install a non-existing cluster
extension'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Serial][Skipped:Disconnected]
OLMv1 operator installation should install a cluster extension'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 Catalogs
should be installed'
- testName: '[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 New
Catalog Install should fail to install if it has an invalid reference'
- featureGate: PersistentIPsForVirtualization
tests:
- testName: '[sig-network][OCPFeatureGate:PersistentIPsForVirtualization][Feature:Layer2LiveMigration]
Expand Down