test: fix bolt-modules tests #986
Annotations
3 errors
|
WinRM transport tests
Process completed with exit code 1.
|
|
WinRM transport tests:
spec/integration/transport/winrm_spec.rb#L496
Bolt::Transport::WinRM with an open connection escapes unsafe shellwords
Failure/Error: result = session.run(command)
WinRM::WinRMWSManFault:
[WSMAN ERROR CODE: 1018]: <f:WSManFault Code='1018' Machine='localhost' xmlns:f='http://schemas.microsoft.com/wbem/wsman/1/wsmanfault'><f:Message>The WSMan service could not launch a host process to process the given request. Make sure the WSMan provider host server and proxy are properly registered. </f:Message></f:WSManFault>
|
|
WinRM transport tests:
spec/integration/transport/winrm_spec.rb#L483
Bolt::Transport::WinRM with an open connection can run a script with Sensitive arguments
Failure/Error: result = session.run(command)
WinRM::WinRMWSManFault:
[WSMAN ERROR CODE: 1018]: <f:WSManFault Code='1018' Machine='localhost' xmlns:f='http://schemas.microsoft.com/wbem/wsman/1/wsmanfault'><f:Message>The WSMan service could not launch a host process to process the given request. Make sure the WSMan provider host server and proxy are properly registered. </f:Message></f:WSManFault>
|
Loading