Skip to content

Commit

Permalink
Fix krkn_loc typo
Browse files Browse the repository at this point in the history
Signed-off-by: Naga Ravi Chaitanya Elluri <[email protected]>
  • Loading branch information
chaitanyaenr committed Sep 10, 2024
1 parent fad8e05 commit 3d41838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion container-scenarios/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cat /tmp/container_scenario.yaml

TEST_VERSION=`oc version -o json | jq .openshiftVersion`

python3.9 $krn_loc/run_kraken.py --config=/tmp/container_scenario_config.yaml \
python3.9 $krkn_loc/run_kraken.py --config=/tmp/container_scenario_config.yaml \
-o /tmp/report.out \
--junit-testcase "$JUNIT_TESTCASE" \
--junit-testcase-path "$ARTIFACT_DIR" \
Expand Down
4 changes: 2 additions & 2 deletions pod-scenarios/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oc version

source pod-scenarios/env.sh

krn_loc=/home/krkn/kraken
krkn_loc=/home/krkn/kraken

# Substitute config with environment vars defined
if [[ -z "$POD_LABEL" ]]; then
Expand All @@ -35,7 +35,7 @@ cat /tmp/pod_scenario.yaml

TEST_VERSION=`oc version -o json | jq .openshiftVersion`

python3.9 $krn_loc/run_kraken.py --config=/tmp/pod_scenario_config.yaml \
python3.9 $krkn_loc/run_kraken.py --config=/tmp/pod_scenario_config.yaml \
-o /tmp/report.out \
--junit-testcase "$JUNIT_TESTCASE" \
--junit-testcase-path "$ARTIFACT_DIR" \
Expand Down
2 changes: 1 addition & 1 deletion time-scenarios/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cat /tmp/time_scenario.yaml

TEST_VERSION=`oc version -o json | jq .openshiftVersion`

python3.9 $krn_loc/run_kraken.py --config=/tmp/time_scenario_config.yaml \
python3.9 $krkn_loc/run_kraken.py --config=/tmp/time_scenario_config.yaml \
-o /tmp/report.out \
--junit-testcase "$JUNIT_TESTCASE" \
--junit-testcase-path "$ARTIFACT_DIR" \
Expand Down

0 comments on commit 3d41838

Please sign in to comment.