Skip to content

Commit

Permalink
Merge PR ceph#37593 into master
Browse files Browse the repository at this point in the history
* refs/pull/37593/head:
	qa/tasks/cephfs: Refactor test_volumes

Reviewed-by: Rishabh Dave <[email protected]>
Reviewed-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Oct 12, 2020
2 parents 1edaa17 + d1d5d61 commit 473d8e9
Show file tree
Hide file tree
Showing 7 changed files with 1,763 additions and 1,733 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ overrides:
- is full \(reached quota
- POOL_FULL
- POOL_BACKFILLFULL

tasks:
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.test_volumes
7 changes: 7 additions & 0 deletions qa/suites/fs/basic_functional/tasks/volumes/test/basic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tasks:
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.test_volumes.TestVolumes
- tasks.cephfs.test_volumes.TestSubvolumeGroups
- tasks.cephfs.test_volumes.TestSubvolumes
5 changes: 5 additions & 0 deletions qa/suites/fs/basic_functional/tasks/volumes/test/clone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tasks:
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.test_volumes.TestSubvolumeSnapshotClones
5 changes: 5 additions & 0 deletions qa/suites/fs/basic_functional/tasks/volumes/test/misc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tasks:
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.test_volumes.TestMisc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots
- tasks.cephfs.test_volumes.TestSubvolumeSnapshots
Loading

0 comments on commit 473d8e9

Please sign in to comment.