Skip to content

Commit a966ba8

Browse files
committed
Add Integration Tests
1 parent c75720a commit a966ba8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Tests/Integration/MSFT_xBLBitlocker.config.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ else
1313
AllNodes = @(
1414
@{
1515
NodeName = 'localhost'
16-
CertificateFile = $env:DscPublicCertificatePath
1716
}
1817
)
1918
}

Tests/Integration/MSFT_xBLTpm.config.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ else
1313
AllNodes = @(
1414
@{
1515
NodeName = 'localhost'
16-
CertificateFile = $env:DscPublicCertificatePath
17-
18-
# TODO: (Optional) Add configuration properties.
19-
UserName = 'MyInstallAccount'
20-
Password = 'MyP@ssw0rd!1'
2116
}
2217
)
2318
}

0 commit comments

Comments
 (0)