Skip to content

Commit

Permalink
Fixed naming on suspend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando79513 committed Jan 29, 2025
1 parent 068bc7e commit 2e95292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions providers/base/units/suspend/suspend-graphics.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ user: root
command:
if type -P fwts >/dev/null; then
echo "Calling fwts"
set -o pipefail; checkbox-support-fwts_test -f none -l "$PLAINBOX_SESSION_SHARE"/{index}_suspend_single.log -s s3 --s3-sleep-delay=30 --s3-device-check --s3-device-check-delay=45 | tee "$PLAINBOX_SESSION_SHARE"/{index}_suspend_single_times.log
set -o pipefail; checkbox-support-fwts_test -f none -l "$PLAINBOX_SESSION_SHARE"/{index}_suspend_30_cycles.log -s s3 --s3-sleep-delay=30 --s3-device-check --s3-device-check-delay=45 | tee "$PLAINBOX_SESSION_SHARE"/{index}_suspend_30_cycles_times.log
else
echo "Calling sleep_test.py"
set -o pipefail; sleep_test.py -p | tee "$PLAINBOX_SESSION_SHARE"/{index}_suspend_single_times.log
set -o pipefail; sleep_test.py -p | tee "$PLAINBOX_SESSION_SHARE"/{index}_suspend_30_cycles.log
fi
_purpose:
Suspend SUT 30 times while using {product_slug} graphics card
Expand Down
2 changes: 1 addition & 1 deletion providers/base/units/suspend/suspend.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ command:
fi
else
echo "Calling sleep_test.py"
set -o pipefail; sleep_test.py -p | tee "$PLAINBOX_SESSION_SHARE"/2_suspend_single_times.log
set -o pipefail; sleep_test.py -p | tee "$PLAINBOX_SESSION_SHARE"/suspend_single_times.log
fi
estimated_duration: 90.0
_summary: Manual test of suspend function
Expand Down

0 comments on commit 2e95292

Please sign in to comment.