Update from upstream - F35 + Py3.10
This commit is contained in:
parent
b3bc61b518
commit
9e2a157e7c
16 changed files with 385 additions and 188 deletions
|
|
@ -47,6 +47,10 @@ function ct_os_set_path_oc_4() {
|
|||
#
|
||||
#
|
||||
function ct_os_set_ocp4() {
|
||||
if [ "${CVP:-0}" -eq "1" ]; then
|
||||
echo "Testing in CVP environment. No need to login to OpenShift cluster. This is already done by CVP pipeline."
|
||||
return
|
||||
fi
|
||||
local login
|
||||
OS_OC_CLIENT_VERSION=${OS_OC_CLIENT_VERSION:-4.4}
|
||||
ct_os_set_path_oc_4 "${OS_OC_CLIENT_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue