Skip to content

Commit 36b577a

Browse files
Merge pull request #29280 from arnongilboa/remove_storage_caps_report
CNV-41542: Remove obsolete storage capabilities report
2 parents 18dfac1 + 7f3118c commit 36b577a

File tree

2 files changed

+0
-100
lines changed

2 files changed

+0
-100
lines changed

pkg/clioptions/clusterdiscovery/storagecaps.go

Lines changed: 0 additions & 97 deletions
This file was deleted.

pkg/cmd/openshift-tests/run/options.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"os"
77
"path/filepath"
88

9-
"github.com/openshift/origin/pkg/clioptions/clusterdiscovery"
109
"github.com/openshift/origin/pkg/clioptions/imagesetup"
1110
"github.com/openshift/origin/pkg/clioptions/iooptions"
1211
"github.com/openshift/origin/pkg/monitortestframework"
@@ -96,7 +95,5 @@ func (o *RunSuiteOptions) Run(ctx context.Context) error {
9695
fmt.Fprintf(os.Stderr, "Suite run returned error: %s\n", exitErr.Error())
9796
}
9897

99-
// Special debugging carve-outs for teams is likely to age poorly.
100-
clusterdiscovery.PrintStorageCapabilities(o.GinkgoRunSuiteOptions.Out)
10198
return exitErr
10299
}

0 commit comments

Comments
 (0)