This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Description
What version of Go are you using (go version)?
$ go version
[knarra@knarra kcp-tests]$ go version
go version go1.18.1 linux/amd64
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/knarra/.cache/go-build"
GOENV="/home/knarra/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/knarra/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/knarra/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.18.1"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/knarra/automation/Openshift/kcp-tests/go.mod"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build3155466249=/tmp/go-build -gno-record-gcc-switches"
What version of oc are you using (oc version)?
$ oc version
[knarra@knarra kcp-tests]$ oc version
Client Version: 4.12.0-202210050900.p0.g0703a5b.assembly.stream-0703a5b
Kustomize Version: v4.5.4
Kubernetes Version: v1.24.3+kcp-v0.9.0-8-g00abad591801c0
What did you run?
Previously there was a problem where if user is in home workspace he could not run smoke cases but right now what is happening is until user is in his home workspace smoke cases cannot be run and they throw error.
Any logs?
What did you expect to see?
Whether in home workspace or not inside home workspace, basically let the user be in any context, we should be able to run the smoke cases.