mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
With the refactor to where the domain addresses are looked up, a log message was added in case of timeout, however it was missed that when this occurs still need to raise the exception to ensure that checks for this timeout can occur within the original calling function. Update tests to ensure that the code will retry the expected number of times before triggering the expected failure message and aborting the machine bring up. Additionally to allow running the wait_till_up_spec.rb separately, needed to ensure the plugin.rb which is loaded by the code pulls in the action.rb to ensure `Action.remove_libvirt_image` can be correctly resolved when the rest of the test suite is not running. Fixes: #1239