Skip to content

Commit 9c547ad

Browse files
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

3 files changed

+830
-807
lines changed

qa/suites/fs/functional/tasks/admin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ tasks:
1010
fail_on_skip: false
1111
modules:
1212
- tasks.cephfs.test_admin
13+
- tasks.cephfs.admin.test_fs_swap

0 commit comments

Comments
 (0)