Commit 9c547ad
committed
qa/cephfs: allow finer control on test runs
When working with large group tests (18 in this case), it gets very
tedious to debug and fix tests when all 18 have to be run again for
every mistake. Cheap fix for this to split these 18 tests into several
classes.
But when modification are made to the feature, all these 18 tests needs
to exercised and previous solution forces developer to intitiate all
these test classes to run one by one.
Best of both worlds can be achieved if we split tests into group but
move all these related group to a new file.
Signed-off-by: Rishabh Dave <[email protected]>1 parent 4a12f6e commit 9c547ad
File tree
3 files changed
+830
-807
lines changed- qa
- suites/fs/functional/tasks
- tasks/cephfs
- admin
3 files changed
+830
-807
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
0 commit comments