Class: Beaker::Noop
- Inherits:
-
Hypervisor
- Object
- Hypervisor
- Beaker::Noop
- Defined in:
- lib/beaker/hypervisor/noop.rb
Instance Method Summary collapse
- #cleanup ⇒ Object
- #configure ⇒ Object
-
#initialize(hosts, options) ⇒ Noop
constructor
A new instance of Noop.
- #provision ⇒ Object
- #proxy_package_manager ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(hosts, options) ⇒ Noop
Returns a new instance of Noop.
3 4 5 6 7 |
# File 'lib/beaker/hypervisor/noop.rb', line 3 def initialize(hosts, ) super @logger = [:logger] end |
Instance Method Details
#cleanup ⇒ Object
25 26 27 |
# File 'lib/beaker/hypervisor/noop.rb', line 25 def cleanup # noop end |
#configure ⇒ Object
13 14 15 |
# File 'lib/beaker/hypervisor/noop.rb', line 13 def configure # noop end |
#provision ⇒ Object
21 22 23 |
# File 'lib/beaker/hypervisor/noop.rb', line 21 def provision # noop end |
#proxy_package_manager ⇒ Object
17 18 19 |
# File 'lib/beaker/hypervisor/noop.rb', line 17 def proxy_package_manager # noop end |
#validate ⇒ Object
9 10 11 |
# File 'lib/beaker/hypervisor/noop.rb', line 9 def validate # noop end |