Skip to content

Commit

Permalink
Port(Tests): Remove connect(ion) to -ArubaSW
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Oct 10, 2018
1 parent 6680117 commit 8268db4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/integration/Port.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
. ../common.ps1
#TODO: Add check if no ipaddress/login/password info...

$mysecpassword = ConvertTo-SecureString $password -AsPlainText -Force
Connect-ArubaSW -Server $ipaddress -Username $login -password $mysecpassword -httpOnly

Describe "Get Port" {
BeforeAll {
#Always set name to DEFAULT_PORT (no way to remove Port name/description...)
Expand Down

0 comments on commit 8268db4

Please sign in to comment.