|
4 | 4 |
|
5 | 5 | cases = [
|
6 | 6 | ('WebModel -a option includes only Initialize Action',
|
7 |
| - 'pmt.py -n 10 -a Initialize WebModel'), |
| 7 | + 'pmt -n 10 -a Initialize WebModel'), |
8 | 8 |
|
9 | 9 | ('WebModel -e option excludes Login, Logout actions',
|
10 |
| - 'pmt.py -n 10 -e Login -e Logout WebModel'), |
| 10 | + 'pmt -n 10 -e Login -e Logout WebModel'), |
11 | 11 |
|
12 | 12 | ('WebModel TestIntSuccess offline test suite',
|
13 |
| - 'pmt.py TestIntSuccess'), |
| 13 | + 'pmt TestIntSuccess'), |
14 | 14 |
|
15 | 15 | ('WebModel on-the-fly with all actions, default random strategy, shows repeated calls to same action',
|
16 |
| - 'pmt.py -n 10 -s 2 WebModel'), |
| 16 | + 'pmt -n 10 -s 2 WebModel'), |
17 | 17 |
|
18 | 18 | ('WebModel on-the-fly with all actions, ActionNameCoverage strategy, shows the same (enabled) action is not repeated more than 2x',
|
19 |
| - 'pmt.py -n 10 -s 2 WebModel -g ActionNameCoverage'), |
| 19 | + 'pmt -n 10 -s 2 WebModel -g ActionNameCoverage'), |
20 | 20 |
|
21 | 21 | ('WebModel on-the-fly with all actions, StateCoverage strategy, shows Login and UpdateInt actions repeat but with different arguments',
|
22 |
| - 'pmt.py -n 10 -s 2 WebModel -g StateCoverage'), |
| 22 | + 'pmt -n 10 -s 2 WebModel -g StateCoverage'), |
23 | 23 |
|
24 | 24 | ('WebModel, no -c option, ends in non-accepting state with users logged in',
|
25 |
| - 'pmt.py -n 10 -s 2 WebModel'), |
| 25 | + 'pmt -n 10 -s 2 WebModel'), |
26 | 26 |
|
27 | 27 | ('WebModel, with -c option for cleanup, logs off users to reach accepting state',
|
28 |
| - 'pmt.py -n 10 -s 2 -c 3 WebModel'), |
| 28 | + 'pmt -n 10 -s 2 -c 3 WebModel'), |
29 | 29 |
|
30 | 30 | ('WebModel, with -r --runs option, in each run Initialize is enabled again',
|
31 |
| - 'pmt.py -n 5 -s 3 -r 3 WebModel'), |
| 31 | + 'pmt -n 5 -s 3 -r 3 WebModel'), |
32 | 32 |
|
33 | 33 | ('WebModel TestIntTwoRuns offline test suite with two runs',
|
34 |
| - 'pmt.py TestIntTwoRuns'), |
| 34 | + 'pmt TestIntTwoRuns'), |
35 | 35 | ]
|
0 commit comments