1
1
2
- Import-Module C:\code\PSH_Dev\artifacts\Debug\Az.Accounts\Az.Accounts.psd1
3
- Import-Module C:\code\PSH_Dev\artifacts\Debug\Az.Storage\Az.Storage.psd1
2
+ # Import-Module C:\code\PSH_Dev\artifacts\Debug\Az.Accounts\Az.Accounts.psd1
3
+ # Import-Module C:\code\PSH_Dev\artifacts\Debug\Az.Storage\Az.Storage.psd1
4
4
5
5
6
6
$preview = $true
7
-
8
- Import-Module C:\Users\weiwei\Desktop\PSH_Script\Assert.ps1
9
- Import-Module C:\Users\weiwei\Desktop\PSH_Script\PSHTest\utils.ps1
7
+ cd $PSScriptRoot
8
+ Import-Module $PSScriptRoot \utils.ps1
10
9
11
10
# GA feature
12
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \dataplane.ps1 - Show All - Strict # -TagFilter blobversion # -TagFilter ToTest
13
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \adls.ps1 - Show All - Strict
14
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \adls_setaclresusive.ps1 - Show All - Strict
15
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \srp.ps1 - Show All - Strict - ExcludeTagFilter " longrunning" # -TagFilter "fail"
11
+ Invoke-Pester $PSScriptRoot \dataplane.ps1 - Show All - Strict # -TagFilter blobversion # -TagFilter ToTest
12
+ Invoke-Pester $PSScriptRoot \adls.ps1 - Show All - Strict
13
+ Invoke-Pester $PSScriptRoot \adls_setaclresusive.ps1 - Show All - Strict
14
+ Invoke-Pester $PSScriptRoot \srp.ps1 - Show All - Strict - ExcludeTagFilter " longrunning" # -TagFilter "fail"
16
15
17
16
18
17
# preview feature
19
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \dataplane_preview.ps1 - Show All - Strict # -TagFilter "Totest"
20
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \srp_preview.ps1 - Show All - Strict - ExcludeTagFilter " longrunning" # -TagFilter "VLW"
18
+ Invoke-Pester $PSScriptRoot \dataplane_preview.ps1 - Show All - Strict # -TagFilter "Totest"
19
+ Invoke-Pester $PSScriptRoot \srp_preview.ps1 - Show All - Strict - ExcludeTagFilter " longrunning" # -TagFilter "VLW"
21
20
22
21
# long running
23
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \srp_preview.ps1 - Show All - Strict - TagFilter " longrunning"
24
- Invoke-Pester C:\Users\weiwei\Desktop\PSH_Script\PSHTest \srp.ps1 - Show All - Strict - TagFilter " longrunning"
22
+ Invoke-Pester $PSScriptRoot \srp_preview.ps1 - Show All - Strict - TagFilter " longrunning"
23
+ Invoke-Pester $PSScriptRoot \srp.ps1 - Show All - Strict - TagFilter " longrunning"
0 commit comments