Sergey Murashov 809ea6f700 Changed tests for murano repository
Change base methods for actions with packages
and add tests for this actions

Change-Id: Ib6af8933c18ea9670a388dca53f1c55a92180208
2014-04-25 10:22:34 +04:00

17 lines
310 B
Plaintext

{
"Scripts": [
"ImportCoreFunctions.ps1",
"Set-LocalUserPassword.ps1"
],
"Commands": [
{
"Name": "Set-LocalUserPassword",
"Arguments": {
"UserName": "Administrator",
"Password": "$adminPassword",
"Force": true
}
}
],
"RebootOnCompletion": 0
}