update tests

pester tests pass for all kinds
- cast device.sr to int
This commit is contained in:
pblivingston
2025-11-26 17:54:06 -05:00
parent ee85d5ffd8
commit 1e4a2da821
3 changed files with 127 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ function main() {
# skip conditions by kind
$ifBasic = $vmr.kind.name -eq 'basic'
$ifNotBasic = $vmr.kind.name -ne 'basic'
$ifNotPotato = $vmr.kind.name -ne 'potato'
Invoke-Pester -Tag $tag -PassThru | Out-Null