Skip to content

Commit 5af9ca2

Browse files
Update README.md w/ new test numbers
1 parent 7335d88 commit 5af9ca2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,16 @@ During a test run, the test modules are run in sequence as follows:
152152
|:---------------------|:----------------------------------------------|:----------------------------------------------------------------------|
153153
| `special_user.py` | Tests not suppressed, or explicitly requested | Add user (if asked), Check user, Set up mapfile |
154154
| `special_install.py` | Packages given | Check repositories, Clean yum cache, Install packages |
155-
| `test_NN_*.py` | Tests not suppressed | Configure, Test, Tear down |
155+
| `test_NNN_*.py` | Tests not suppressed | Configure, Test, Tear down |
156156
| `special_cleanup.py` | Explicitly requested | Remove user (if added), Remove packages (if installed) |
157157

158158
The `test_*` modules are organized roughly into three phases, based on the sequence number of the file:
159159

160-
| Test Files | Purpose |
161-
|:-----------------|:----------|
162-
| `test_[00-29]_*` | Set up |
163-
| `test_[30-69]_*` | Tests |
164-
| `test_[70-99]_*` | Tear down |
160+
| Test Files | Purpose |
161+
|:-------------------|:----------|
162+
| `test_[000-299]_*` | Set up |
163+
| `test_[300-699]_*` | Tests |
164+
| `test_[700-999]_*` | Tear down |
165165

166166
Coding Tips
167167
-----------

0 commit comments

Comments
 (0)