Skip to content

Commit

Permalink
Update run_reboot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sousinha97 authored Sep 30, 2024
1 parent 5c815f8 commit ee062d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reboot_measurement/run_reboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ for iteration in `seq 1 1 $iterations`
do
ansible-playbook -i ./inventory --extra-vars "working_dir=${working_dir} iteration=${iteration} ansible_python_interpreter=auto sys_type=${sys_type} to_tuned_setting=${tuned_setting} sysname=${sysname} boot_version=${boot_version} test_name=${test_name}" ${working_dir}/workloads/reboot_me*/reboot_measurement/reboot_measure.yml
done
exit(0)
exit 0

0 comments on commit ee062d9

Please sign in to comment.