Skip to content

Commit c03c7e8

Browse files
spuiukanoopcs9
authored andcommitted
test-info.yml: allow users to pass filesystem variant
This will allow us to tailor the tests based on the variant of the filesystem used. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent 3a0ab60 commit c03c7e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-info.yml.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ shares:
1818
path: /mnt/share/export1-cephfs-vfs
1919
backend:
2020
# If present override default backend filesystem
21-
name: cephfs.vfs
21+
name: cephfs
22+
# If present list the variant of the backend filesystem
23+
variant: vfs
2224
# If present, use these credentials to perform the
2325
# tests for this share
2426
users:

0 commit comments

Comments
 (0)