fix: test-operator.sh (#1507)
Signed-off-by: Anatolii Bazko <abazko@redhat.com> Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/1509/head
parent
bf294fb042
commit
e09b27e828
|
|
@ -36,12 +36,11 @@ runTest() {
|
|||
--templates "${CURRENT_OPERATOR_VERSION_TEMPLATE_PATH}" \
|
||||
--che-operator-cr-patch-yaml "${OPERATOR_REPO}/build/scripts/minikube-tests/minikube-checluster-patch.yaml"
|
||||
|
||||
pushd ${OPERATOR_REPO}
|
||||
make wait-eclipseche-version VERSION="next" NAMESPACE=${NAMESPACE}
|
||||
make wait-devworkspace-running NAMESPACE="devworkspace-controller"
|
||||
popd
|
||||
make wait-devworkspace-running NAMESPACE="devworkspace-controller" VERBOSE=1
|
||||
}
|
||||
|
||||
pushd ${OPERATOR_REPO} >/dev/null
|
||||
initDefaults
|
||||
initTemplates
|
||||
runTest
|
||||
popd >/dev/null
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2019-2021 Red Hat, Inc.
|
||||
# This program and the accompanying materials are made
|
||||
|
|
|
|||
Loading…
Reference in New Issue