Skip to content

Commit

Permalink
LACP(Test): Remove connect (not longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Nov 25, 2018
1 parent e4e8543 commit 6ec9b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/integration/LACP.Test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

../common.ps1

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

Describe "Get Aruba LACP" {
It "Get ArubaSWLACP Does not throw an error" {
Expand Down

0 comments on commit 6ec9b0d

Please sign in to comment.