Skip to content

Commit

Permalink
Remove install setup and use from common repo
Browse files Browse the repository at this point in the history
Also adjust upstream .fmf plan and check channel
just under condition, if it's deployment provided
via oc client.
  • Loading branch information
Koncpa committed Mar 8, 2024
1 parent 1f156ed commit 96256fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 75 deletions.
3 changes: 2 additions & 1 deletion Plans/upstream-operator-all-tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ prepare:
environment:
TANG_IMAGE: "quay.io/sec-eng-special/fedora_tang_server"
UPSTREAM_TANG: "true"
REPO_CLONE: "tang"

discover:
- name: Configure_test_system
Expand All @@ -19,10 +20,10 @@ discover:
ref: main
test:
- /Setup/setup_local_cluster
- /Setup/install_upstream_operator
- name: Run_tests
how: fmf
test:
- /Setup/install_upstream_tang-operator
- /Setup/creating_test_namespace
- /Sanity
- /Setup/clean_cluster
Expand Down
4 changes: 3 additions & 1 deletion Setup/creating_test_namespace/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ rlJournalStart
rlRun "ocpopCheckPodStateAndContinues Running ${TIMEOUT_CONTROLLER_KEEPS_RUNNING} ${OPERATOR_NAMESPACE} ${controller_name}" 0 \
"Checking controller POD continues Running [${TIMEOUT_CONTROLLER_KEEPS_RUNNING} secs.]"
#SECENGSP-5573 Issue
rlRun "ocpopCheckOperatorChannel tang-operator stable"
if [ "${OPERATOR_DEPLOYMENT_CLI}" == "true" ]; then
rlRun "ocpopCheckOperatorChannel tang-operator stable"
fi
rlPhaseEnd
rlJournalEnd
15 changes: 0 additions & 15 deletions Setup/install_upstream_tang-operator/main.fmf

This file was deleted.

58 changes: 0 additions & 58 deletions Setup/install_upstream_tang-operator/runtest.sh

This file was deleted.

0 comments on commit 96256fa

Please sign in to comment.