Skip to content

Commit

Permalink
Adjust smoke tests expected results. (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyerof authored Nov 28, 2024
1 parent c671b3b commit f922768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ crJson=$(oc get certsuiterun -n "${CNF_CERTSUITE_OPERATOR_NAMESPACE}" certsuiter
echo "$crJson" | jq

# Run checks for verdict and counters.
export EXPECTED_VERDICT=${EXPECTED_VERDICT:-"fail"}
export EXPECTED_VERDICT=${EXPECTED_VERDICT:-"pass"}
export EXPECTED_TOTAL_TCS=${EXPECTED_TOTAL_TCS:-"99"}
export EXPECTED_FAILED=${EXPECTED_FAILED:-"1"}
export EXPECTED_PASSED=${EXPECTED_PASSED:-"4"}
export EXPECTED_FAILED=${EXPECTED_FAILED:-"0"}
export EXPECTED_PASSED=${EXPECTED_PASSED:-"5"}
export EXPECTED_SKIPPED=${EXPECTED_SKIPPED:-"94"}

# Check the verdit is pass
Expand Down

0 comments on commit f922768

Please sign in to comment.