Skip to content

Commit 8874643

Browse files
committed
Move all data files to a new folder. Fix failing tests
1 parent 03f14e4 commit 8874643

File tree

5 files changed

+145
-106
lines changed

5 files changed

+145
-106
lines changed

src/Storage/RegressionTests/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#Before running the tests:
2+
1. Create a directory called "data" under directory "RegressionTests" and create files with following names and sizes:
3+
| File Name | Size |
4+
|--------------------|---------|
5+
| testfile_1K_0 | 1KB |
6+
| testfile_10M | 10M |
7+
| testfile_300M | 300M |
8+
| testfile_2048K | 2048K |
9+
| testfile_10240K_0 | 10240K |
10+
| testfile_300000K_0 | 300000K |
11+
12+
2. Create a directoy called "created" under directory "RegressionTests"
13+
3. Fill in the placeholders in config_template.xml and change its name to config.xml
14+
15+
#To run the tests line by line:
16+
17+
1. If using local builds of the modules, import Az.Accounts and Az.Storage with the following commands:
18+
Import-Module {path to azure-powershell}\azure-powershell\artifacts\Debug\Az.Accounts\Az.Accounts.psd1
19+
Import-Module {path to azure-powershell}\azure-powershell\artifacts\Debug\Az.Storage\Az.Storage.psd1
20+
2. cd to {path to auzre-powershell repo}\azure-powershell\src\Storage\RegressionTests

0 commit comments

Comments
 (0)