Skip to content

Commit

Permalink
UserGroup(Tests): Fix Tests....
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Sep 6, 2024
1 parent 49aede9 commit 3d17b66
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 319 deletions.
5 changes: 5 additions & 0 deletions Tests/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ $script:pester_zone1 = "pester_zone %/*?1"
$script:pester_zone2 = "pester_zone2"
$script:pester_userlocal = "pester_userlocal"
$script:pester_userlocalpassword = ConvertTo-SecureString "pester_userlocalpassword" -AsPlainText -Force
$script:pester_userlocal2 = "pester_userlocal2"
$script:pester_userlocal3 = "pester_userlocal3"
$script:pester_userlocal4 = "pester_userlocal4"
$script:pester_usergroup1 = "pester_usergroup1"
$script:pester_usergroup2 = "pester_usergroup2"

. ../credential.ps1
#TODO: Add check if no ipaddress/login/password info...
Expand Down
Loading

0 comments on commit 3d17b66

Please sign in to comment.