-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add pester testcases (vmware#165)
Added Pester testcases to test the password management and integrate to CD/CI pipeline. Ref: vmware#162 vmware#161 vmware#163 Signed-off-by: Sowjanya.V <sowjanya.v@broadcom.com>
- Loading branch information
Showing
4 changed files
with
1,700 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"SDDCManager" : "sfo-vcf01.sfo.rainpole.io", | ||
"SDDCManagerVMName" : "sfo-vcf01", | ||
"User" : "administrator@vsphere.local", | ||
"RootUser" : "root", | ||
"GuestUser" : "root", | ||
"LocalUser" : "vcf", | ||
"Password" : "VMw@re1!", | ||
"SsoAdmin" : "admin@local", | ||
"SsoPass" : "VMw@re1!VMw@re1!", | ||
"RootPass" : "VMw@re1!", | ||
"Domain" : [ | ||
"sfo-w01", | ||
"sfo-m01" | ||
], | ||
"sfo-w01": { | ||
"Esxi Server" : [ | ||
"sfo01-w01-esx01.sfo.rainpole.io", | ||
"sfo01-w01-esx02.sfo.rainpole.io", | ||
"sfo01-w01-esx03.sfo.rainpole.io", | ||
"sfo01-w01-esx04.sfo.rainpole.io" | ||
], | ||
"Edge Nodes" : [ | ||
"sfo-w01-en01", | ||
"sfo-w01-en02" | ||
], | ||
"Manager Node" : [ | ||
"sfo-w01-nsx01.sfo.rainpole.io" | ||
], | ||
"Manager Nodes" : [ | ||
"sfo-w01-nsx01a.sfo.rainpole.io", | ||
"sfo-w01-nsx01b.sfo.rainpole.io", | ||
"sfo-w01-nsx01c.sfo.rainpole.io" | ||
], | ||
"Cluster" : ["sfo-w01-cl01"] | ||
}, | ||
"sfo-m01": { | ||
"Esxi Server" : [ | ||
"sfo01-m01-esx01.sfo.rainpole.io", | ||
"sfo01-m01-esx02.sfo.rainpole.io", | ||
"sfo01-m01-esx03.sfo.rainpole.io", | ||
"sfo01-m01-esx04.sfo.rainpole.io" | ||
], | ||
"Edge Nodes" : [ | ||
"sfo-m01-en01", | ||
"sfo-m01-en02" | ||
], | ||
"Manager Node" : [ | ||
"sfo-m01-nsx01.sfo.rainpole.io" | ||
], | ||
"Manager Nodes" : [ | ||
"sfo-m01-nsx01a.sfo.rainpole.io", | ||
"sfo-m01-nsx01b.sfo.rainpole.io", | ||
"sfo-m01-nsx01c.sfo.rainpole.io" | ||
], | ||
"Cluster" : ["sfo-m01-cl01"] | ||
} | ||
} |
Oops, something went wrong.