Comment 3 for bug 1869948

Revision history for this message
Guilherme G. Piccoli (gpiccoli) wrote :

Testing multiple kexecs usually requires either using two machines (one triggering ssh commands to the other, which will kexec) or if in one machine only, cron scripts could be used. The latter approach was the choice here to validate this Launchpad, by adding the following entry in crontab:

"@reboot /bin/bash /root/kexec.sh"

The attached "kexec.sh" will perform kexecs until ${KLIMIT} is reached, value which is accounted in the file "/root/kexec_cnt" (as a single number) in our example.