File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 "encoding/json"
99 "fmt"
1010 "io"
11- kapierrs "k8s.io/apimachinery/pkg/api/errors"
1211 "os"
1312 "os/exec"
1413 "path"
@@ -18,6 +17,8 @@ import (
1817 "strings"
1918 "time"
2019
20+ kapierrs "k8s.io/apimachinery/pkg/api/errors"
21+
2122 "github.com/openshift-eng/openshift-tests-extension/pkg/dbtime"
2223 "github.com/sirupsen/logrus"
2324
@@ -182,7 +183,7 @@ func DetermineReleasePayloadImage() (string, error) {
182183
183184 if len (releaseImage ) == 0 {
184185 // Note that MicroShift does not have this resource. The test driver must use ENV vars.
185- oc := util .NewCLIWithoutNamespace ("default" )
186+ oc := util .NewCLIForMonitorTest ("default" )
186187 cv , err := oc .AdminConfigClient ().ConfigV1 ().ClusterVersions ().Get (context .TODO (), "version" ,
187188 metav1.GetOptions {})
188189 if err != nil {
You can’t perform that action at this time.
0 commit comments