Skip to content

Commit

Permalink
fixup! New script to run upgrade tests in nested hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 16, 2024
1 parent 17ebb3a commit 4cc99f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runtests-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for conf in "${REFCONFS[@]}"; do
$TESTCLASS::test_restore[$fw-$version-83nightly-83nightly-$media-$sr]
$TESTCLASS::test_boot_rst[$fw-$version-83nightly-83nightly-$media-$sr]
)
run_pytest \
run_pytest "$conf" \
--log-file=test-upgrade-$conf.log --ignore-unknown-dependency \
--reruns=5 --only-rerun=TimeoutError \
"$@" \
Expand Down

0 comments on commit 4cc99f9

Please sign in to comment.