Closed mmgaggle closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.
This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.
I needed to comment out the catalogsource + version collection logic to get the test suites to run against a cluster I had provisioned outside of ocs-ci via good old
openshift-install
. Ultimately, I'm using the following to run tests -Changes required to remove the catalogsource + version collection logic
The cluster name was actually
kb
, but that generated an error, so I usedfoobarbaz
.If I drop
--cluster-name foobarbaz
completely, I get another error:Probably should grab the name of the cluster using
oc
instead.