Skip to content

Commit

Permalink
OSPF(Tests): add Multi Connection Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 5, 2025
1 parent 3936e6e commit 8091b39
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 @@ -196,6 +196,9 @@ Describe "Connect to a FortiGate (using multi connection)" {
It "Use Multi connection for call Get Router BGP" {
{ Get-FGTRouterBGP -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Router OSPF" {
{ Get-FGTRouterOSPF -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Router Policy" {
{ Get-FGTRouterPolicy -connection $fgt } | Should -Not -Throw
}
Expand Down

0 comments on commit 8091b39

Please sign in to comment.