Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update boot.pxu for PR#1338 (New) #1339

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions providers/base/units/stress/boot.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ _purpose: This creates baseline data sets which will be considered the master
unit: job
plugin: shell
command:
reboot_check_test.sh -d "$PLAINBOX_SESSION_SHARE/before_reboot"
reboot_check_test.py -d "$PLAINBOX_SESSION_SHARE/before_reboot"
environ: LD_LIBRARY_PATH
user: root
estimated_duration: 1s
Expand Down Expand Up @@ -94,7 +94,7 @@ unit: job
plugin: shell
environ: LD_LIBRARY_PATH
command:
reboot_check_test.sh -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/cold_reboot_cycle1" -s -f
reboot_check_test.py -g -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/cold_reboot_cycle1" -s -f
user: root
flags: preserve-locale
estimated_duration: 1.0
Expand All @@ -111,7 +111,7 @@ template-unit: job
plugin: shell
environ: LD_LIBRARY_PATH
command:
reboot_check_test.sh -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/cold_reboot_cycle{reboot_id}" -s -f
reboot_check_test.py -g -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/cold_reboot_cycle{reboot_id}" -s -f
user: root
flags: preserve-locale
estimated_duration: 1.0
Expand Down Expand Up @@ -158,7 +158,7 @@ unit: job
plugin: shell
environ: LD_LIBRARY_PATH
command:
reboot_check_test.sh -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/warm_reboot_cycle1" -s -f
reboot_check_test.py -g -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/warm_reboot_cycle1" -s -f
user: root
flags: preserve-locale
estimated_duration: 1.0
Expand All @@ -175,7 +175,7 @@ template-unit: job
plugin: shell
environ: LD_LIBRARY_PATH
command:
reboot_check_test.sh -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/warm_reboot_cycle{reboot_id}" -s -f
reboot_check_test.py -g -c "$PLAINBOX_SESSION_SHARE/before_reboot" -d "$PLAINBOX_SESSION_SHARE/warm_reboot_cycle{reboot_id}" -s -f
user: root
flags: preserve-locale
estimated_duration: 1.0
Expand Down
Loading