Added a mandatory reboot to provision test.
This commit is contained in:
Родитель
c51a4793b6
Коммит
f76f67acb2
|
@ -10,10 +10,19 @@ if ($isDeployed)
|
|||
{
|
||||
|
||||
try
|
||||
{
|
||||
$RestartStatus = RestartAllDeployments -allVMData $allVMData
|
||||
if($RestartStatus -eq "True")
|
||||
{
|
||||
LogMsg "Test Result : PASS."
|
||||
$testResult = "PASS"
|
||||
}
|
||||
else
|
||||
{
|
||||
LogMsg "Test Result : FAIL."
|
||||
$testResult = "FAIL"
|
||||
}
|
||||
}
|
||||
|
||||
catch
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче