Full support for custom timeout
in testcloud
reboot
#3305
Labels
command | reboot
Support for rebooting guests during `tmt run` and the `tmt-reboot` command
plugin | testcloud
The testcloud virtual provision plugin
step | provision
Stuff related to the provision step
Currently setting the maximum time for a reboot in the
testcloud
plugin works only when a custom reboot command is used, for example like this:It would be nice if we support
timeout
without the custom command as well:The problem was revealed by the following test:
Related code is here:
tmt/tmt/steps/provision/testcloud.py
Lines 1078 to 1083 in 6e4742b
Ideally
testcloud
would providetimeout
parameter ininstance.reboot()
so that we can hand over the value.The text was updated successfully, but these errors were encountered: