Skip to content

Commit

Permalink
Replace old dumpinfo func with func from ocpop lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncpa authored Mar 7, 2024
1 parent a2b1b6f commit 1f156ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Setup/creating_test_namespace/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ rlJournalStart
rlPhaseStartSetup
rlRun 'rlImport "common-cloud-orchestration/ocpop-lib"' || rlDie "cannot import ocpop lib"
rlRun ". ../../TestHelpers/functions.sh" || rlDie "cannot import function script"
dumpDate
dumpInfo
rlLog "Creating tmp directory"
tmpdir=$(mktemp -d)
rlAssertNotEquals "Checking temporary directory name not empty" "${tmpdir}" ""
ocpopDumpDate
ocpopDumpInfo
rlRun "ocpopDumpOpenShiftClientStatus" 0 "Checking OpenshiftClient installation"
rlRun "operator-sdk version > /dev/null" 0 "Checking operator-sdk installation"
rlRun "ocpopCheckClusterStatus" 0 "Checking cluster status"
Expand Down

0 comments on commit 1f156ed

Please sign in to comment.