Skip to content

Commit

Permalink
Update boot.pxu for PR#1338 (New) (#1339)
Browse files Browse the repository at this point in the history
feat: update boot.pxu to reflect changes in reboot_check_test.py
  • Loading branch information
tomli380576 authored Oct 4, 2024
1 parent 5022493 commit c6080e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions providers/base/units/stress/boot.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 @@ -90,7 +90,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 @@ -107,7 +107,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 @@ -154,7 +154,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 @@ -171,7 +171,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

0 comments on commit c6080e8

Please sign in to comment.