test-kitchen / winrm-transport

WinRM transport logic for re-using remote shells and uploading files
Other
8 stars 9 forks source link

kitchen exec -c "ipconfig" fails on winrm (any other command too) with Winrm authorization error. #12

Closed puneetloya closed 9 years ago

puneetloya commented 9 years ago

Because it is using username "administrator" by default and password "nil" (empty). I have tried setting username and password combination (existing on the system) under transport in kitchen yml but it still uses administrator/nil combination.

Eg: transport: name: winrm username: "xyz" password: "abc"

Have also tried the other way by putting the username and password in driver_config but to no avail. But the kitchen instance successfully converges using the username/password in the driver_config.

puneetloya commented 9 years ago

This issue was moved to test-kitchen/test-kitchen#795