Skip to content

Commit

Permalink
Connection(Tests): There is now 10.11
Browse files Browse the repository at this point in the history
And test work and run !
  • Loading branch information
alagoutte committed Aug 29, 2023
1 parent 30d1b59 commit d95d7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/integration/Connection.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Describe "Connect to a switch (using HTTPS)" {
$DefaultArubaCXConnection.api_version | Should -Not -BeNullOrEmpty
$DefaultArubaCXConnection.version | Should -Not -BeNullOrEmpty
$DefaultArubaCXConnection.version.major | Should -Be "10"
$DefaultArubaCXConnection.version.minor | Should -BeIn (4..10)
$DefaultArubaCXConnection.version.minor | Should -BeIn (4..11)
$DefaultArubaCXConnection.version.revision | Should -Not -BeNullOrEmpty
}
It "Disconnect to a switch (using HTTPS) and check global variable" {
Expand All @@ -42,7 +42,7 @@ Describe "Connect to a switch (using multi connection)" {
$cx.api_version | Should -Not -BeNullOrEmpty
$cx.version | Should -Not -BeNullOrEmpty
$cx.version.major | Should -Be "10"
$cx.version.minor | Should -BeIn (4..10)
$cx.version.minor | Should -BeIn (4..11)
$cx.version.revision | Should -Not -BeNullOrEmpty
}

Expand Down

0 comments on commit d95d7e4

Please sign in to comment.