fix: test-operator.sh (#1507)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1509/head
Anatolii Bazko 2022-09-02 13:26:03 +03:00 committed by GitHub
parent bf294fb042
commit e09b27e828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# This program and the accompanying materials are made