Add Pester tests for Windows Features (#1225)

* Add Windows Features Pester tests

* Move win feature tests to separate file

* Remove validation script for disc space

* Remove Windows updates test
This commit is contained in:
Vladimir Safonkin
2020-07-20 07:48:50 +00:00
committed by GitHub
parent 6bc236a514
commit 956b8a0093
6 changed files with 43 additions and 46 deletions

View File

@@ -15,3 +15,5 @@ if ($cpu.VirtualizationFirmwareEnabled -and $cpu.SecondLevelAddressTranslationEx
} else {
Write-Host "Skipping installation of Hyper-V feature"
}
Invoke-PesterTests -TestFile "WindowsFeatures" -TestName "ContainersFeature"