fix failing tests
This commit is contained in:
Родитель
3465cabce7
Коммит
f0a575bf70
|
@ -11,15 +11,15 @@ Describe 'Backup-StigSettings' {
|
||||||
Mock Invoke-DscResource -MockWith { return $get }
|
Mock Invoke-DscResource -MockWith { return $get }
|
||||||
|
|
||||||
It 'Should not throw WindowsServer' {
|
It 'Should not throw WindowsServer' {
|
||||||
{Backup-StigSettings -StigName "WindowsServer-2019-MS-2.7.xml"} | Should -not -Throw
|
{Backup-StigSettings -StigName "WindowsServer-2019-MS-2.9.xml"} | Should -not -Throw
|
||||||
}
|
}
|
||||||
|
|
||||||
It 'Should not throw WindowsClient' {
|
It 'Should not throw WindowsClient' {
|
||||||
{Backup-StigSettings -StigName "WindowsClient-10-2.7.xml"} | Should -not -Throw
|
{Backup-StigSettings -StigName "WindowsClient-10-2.9.xml"} | Should -not -Throw
|
||||||
}
|
}
|
||||||
|
|
||||||
It 'Should not throw Sql Server 2016' {
|
It 'Should not throw Sql Server 2016' {
|
||||||
{Backup-StigSettings -StigName "SqlServer-2016-Instance-2.8.xml"} | Should -not -Throw
|
{Backup-StigSettings -StigName "SqlServer-2016-Instance-2.12.xml"} | Should -not -Throw
|
||||||
}
|
}
|
||||||
|
|
||||||
It 'Should return string with valid STIGs' {
|
It 'Should return string with valid STIGs' {
|
||||||
|
@ -41,15 +41,15 @@ Describe 'Restore-StigSettings' {
|
||||||
Mock -CommandName Invoke-DscResource -MockWith {return $get}
|
Mock -CommandName Invoke-DscResource -MockWith {return $get}
|
||||||
|
|
||||||
It 'Should not throw for Server' {
|
It 'Should not throw for Server' {
|
||||||
{Restore-StigSettings -StigName "WindowsServer-2019-MS-2.7.xml" -Confirm:$false} | Should -Not -Throw
|
{Restore-StigSettings -StigName "WindowsServer-2019-MS-2.9.xml" -Confirm:$false} | Should -Not -Throw
|
||||||
}
|
}
|
||||||
|
|
||||||
It 'Should not throw for Client' {
|
It 'Should not throw for Client' {
|
||||||
{Restore-StigSettings -StigName "WindowsClient-10-2.7.xml" -Confirm:$false} | Should -Not -Throw
|
{Restore-StigSettings -StigName "WindowsClient-10-2.9.xml" -Confirm:$false} | Should -Not -Throw
|
||||||
}
|
}
|
||||||
|
|
||||||
It 'Should not throw for Sql Server 2016' {
|
It 'Should not throw for Sql Server 2016' {
|
||||||
{Restore-StigSettings -StigName "SqlServer-2016-Instance-2.8.xml" -Confirm:$false} | Should -Not -Throw
|
{Restore-StigSettings -StigName "SqlServer-2016-Instance-2.12.xml" -Confirm:$false} | Should -Not -Throw
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче