Method: Beaker::Hypervisor#validate
- Defined in:
- lib/beaker/hypervisor.rb
#validate ⇒ Object
Default validation steps to be run for a given hypervisor. Ensures that SUTs meet requirements to be beaker test nodes.
133 134 135 136 137 |
# File 'lib/beaker/hypervisor.rb', line 133 def validate if @options[:validate] validate_host(@hosts, @options) end end |