Skip to content

Commit

Permalink
Connection(Tests): Add Multi connection for Get Cert(ificat)TrustList
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 8, 2024
1 parent 085fa42 commit 1c26962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/integration/Connection.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ Describe "Connect to a ClearPass (using multi connection)" {
It "Use Multi connection for call Get Cluster Certificate" {
{ Get-ArubaCPClusterCertificate -connection $cppm } | Should -Not -Throw
}
It "Use Multi connection for call Get Certificat Trust List" {
{ Get-ArubaCPCertTrustList -connection $cppm } | Should -Not -Throw
}
}

It "Disconnect to a ClearPass (Multi connection)" {
Expand Down

0 comments on commit 1c26962

Please sign in to comment.