Skip to content

Commit 9bc59c9

Browse files
smbtorture: Add smb2.acl tests
smb2.acls tests are added inorder to avoid regressions in ACL inheritance code wrt different filesystems. Signed-off-by: Shwetha K Acharya <[email protected]>
1 parent 4af2ed3 commit 9bc59c9

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

testcases/smbtorture/selftest/flapping.cephfs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ samba3.smb2.timestamps.time_t_1968
2020
# https://github.com/samba-in-kubernetes/sit-environment/pull/109
2121
# Note: CephFS(vfs) successfully completes smb2.session.reauth4.
2222
samba3.smb2.session.reauth4
23+
24+
# Ignore as it needs hardcoded share
25+
samba3.smb2.acls.*.ACCESSBASED

testcases/smbtorture/selftest/flapping.gpfs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
# Ignore due to lack of proper multichannel setup.
66
^samba3.smb2.session.bind2
77
^samba3.smb2.session.two_logoff
8+
9+
# Ignore as it needs hardcoded share
10+
samba3.smb2.acls.*.ACCESSBASED

testcases/smbtorture/selftest/flapping.xfs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88

99
# https://github.com/samba-in-kubernetes/sit-environment/pull/109
1010
samba3.smb2.session.reauth4
11+
12+
# Ignore as it needs hardcoded share
13+
samba3.smb2.acls.*.ACCESSBASED

testcases/smbtorture/smbtorture-tests-info.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
- smb2.bench
3232
- smb2.winattr2
3333
- smb2.charset
34+
- smb2.acls

0 commit comments

Comments
 (0)