Class: Kitchen::Transport::Winrm::Connection

Inherits:
Base::Connection
  • Object
show all
Defined in:
lib/kitchen/provisioner/finder/winrm.rb

Overview

Monkey patch of test-kitchen winrm transport that returns stdout

Instance Method Summary collapse

Instance Method Details

#node_execute(command, &block) ⇒ Object



7
8
9
# File 'lib/kitchen/provisioner/finder/winrm.rb', line 7

def node_execute(command, &block)
  session.run_powershell_script(command, &block)
end