Method: CORL::Plugin::Network#test_node
- Defined in:
- lib/core/plugin/network.rb
#test_node(provider, options = {}) ⇒ Object
225 226 227 228 |
# File 'lib/core/plugin/network.rb', line 225 def test_node(provider, = {}) config = Config.ensure().import({ :meta => { :parent => myself } }) CORL.node(:test, config.export, provider) end |